host: bastelstube (#244)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#244 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
ed028af566
commit
70eb981252
2 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,7 @@ all:
|
|||
vmtest:
|
||||
hosts:
|
||||
vm-test2.grote.lan:
|
||||
bastelstube.grote.lan:
|
||||
proxmox:
|
||||
hosts:
|
||||
pve2-test.grote.lan:
|
||||
|
@ -89,3 +90,4 @@ all:
|
|||
fileserver2-test.grote.lan:
|
||||
tor1-test.grote.lan:
|
||||
minio-test.grote.lan:
|
||||
bastelstube.grote.lan:
|
||||
|
|
4
playbooks/0_setup.yml
Normal file
4
playbooks/0_setup.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- import_playbook: 1_bootstrap.yml
|
||||
- import_playbook: 2_all.yml
|
||||
- import_playbook: 4_update_packages.yml
|
Loading…
Reference in a new issue