mirror of
https://github.com/BluemediaDev/homelab.git
synced 2025-05-10 14:21:35 +02:00
Clean up roles and add makefile
This commit is contained in:
parent
d75f487712
commit
f8ffbe3452
7 changed files with 38 additions and 14 deletions
18
metal/Makefile
Normal file
18
metal/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue