mirror of
https://github.com/BluemediaDev/homelab.git
synced 2025-01-18 15:48:57 +01:00
18 lines
278 B
Makefile
18 lines
278 B
Makefile
.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
|