playbooks: add pve_network to some playbooks
This commit is contained in:
parent
1d38cb9943
commit
13c517387d
3 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
- hosts:
|
||||
- pve_network
|
||||
- pve
|
||||
- vm_network
|
||||
- vm_services
|
||||
- ntp
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
---
|
||||
- hosts:
|
||||
- vm
|
||||
- pve
|
||||
roles:
|
||||
- hostname
|
||||
...
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
- hosts:
|
||||
- pve_network
|
||||
- vm_test
|
||||
- vm_services
|
||||
- vm_network
|
||||
- pve
|
||||
- vm
|
||||
roles:
|
||||
- openssh_server
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue