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
---
- hosts:
- pve_network
- pve
- vm_network
- vm_services
- ntp

View file

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

View file

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