Create empty playbooks for all future services
parent
c6ec15d569
commit
4eb7d46eda
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
# Playbook to deploy common Crans configuration and tools
|
||||
- hosts: all
|
||||
roles: [] # TODO
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
# Playbook to deploy DNS server
|
||||
- hosts: odlyd.adm.crans.org
|
||||
roles: [] # TODO
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
# Playbook to firewall
|
||||
- hosts: gulp.adm.crans.org
|
||||
roles: [] # TODO
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
# Playbook to deploy NFS
|
||||
- hosts: crans,!odlyd.adm.crans.org
|
||||
roles: [] # TODO
|
Loading…
Reference in New Issue