mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-23 03:15:29 +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
|