Clean up roles and add makefile

This commit is contained in:
Oliver Traber 2022-05-15 14:25:38 +02:00
parent d75f487712
commit f8ffbe3452
Signed by: Bluemedia
GPG key ID: C0674B105057136C
7 changed files with 38 additions and 14 deletions

18
metal/Makefile Normal file
View file

@ -0,0 +1,18 @@
.POSIX:
default: os-install
os-install:
ansible-playbook \
--inventory inventories/lab.yml \
--ask-vault-pass \
install-os.yml
cluster:
ansible-playbook \
--inventory inventories/lab.yml \
cluster.yml
console:
ansible-console \
--inventory inventories/lab.yml