playbooks: add pve_network to some playbooks

This commit is contained in:
jeltz 2025-01-01 14:16:09 +01:00
parent 1d38cb9943
commit 13c517387d
Signed by: jeltz
GPG key ID: 800882B66C0C3326
3 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
--- ---
- hosts: - hosts:
- pve_network - pve
- vm_network - vm_network
- vm_services - vm_services
- ntp - ntp

View file

@ -2,7 +2,6 @@
--- ---
- hosts: - hosts:
- vm - vm
- pve
roles: roles:
- hostname - hostname
... ...

View file

@ -1,10 +1,8 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
--- ---
- hosts: - hosts:
- pve_network - pve
- vm_test - vm
- vm_services
- vm_network
roles: roles:
- openssh_server - openssh_server
... ...