mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-22 19:05:29 +01:00
15 lines
226 B
Makefile
15 lines
226 B
Makefile
.POSIX:
|
|
|
|
default: os-install
|
|
|
|
os-install:
|
|
ansible-playbook \
|
|
--inventory inventories/lab.yml \
|
|
--ask-vault-pass \
|
|
install-os.yml
|
|
|
|
console:
|
|
ansible-console \
|
|
--ask-vault-pass \
|
|
--inventory inventories/lab.yml
|