mirror of
https://github.com/BluemediaDev/homelab.git
synced 2025-01-18 23:58:56 +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
|