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
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
- hosts:
|
- hosts:
|
||||||
- pve_network
|
- pve
|
||||||
- vm_network
|
- vm_network
|
||||||
- vm_services
|
- vm_services
|
||||||
- ntp
|
- ntp
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
---
|
---
|
||||||
- hosts:
|
- hosts:
|
||||||
- vm
|
- vm
|
||||||
- pve
|
|
||||||
roles:
|
roles:
|
||||||
- hostname
|
- hostname
|
||||||
...
|
...
|
||||||
|
|
|
@ -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
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue