From 4eb7d46edaadfd8e9d047e9c1835368cba640284 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Thu, 18 Apr 2019 13:27:24 +0200 Subject: [PATCH] Create empty playbooks for all future services --- base.yml | 5 +++++ dns.yml | 4 ++++ firewall.yml | 4 ++++ nfs.yml | 4 ++++ wiki.yml | 4 ++++ 5 files changed, 21 insertions(+) create mode 100644 base.yml create mode 100644 dns.yml create mode 100644 firewall.yml create mode 100644 nfs.yml create mode 100644 wiki.yml diff --git a/base.yml b/base.yml new file mode 100644 index 00000000..05ddb84e --- /dev/null +++ b/base.yml @@ -0,0 +1,5 @@ +--- +# Playbook to deploy common Crans configuration and tools +- hosts: all + roles: [] # TODO + diff --git a/dns.yml b/dns.yml new file mode 100644 index 00000000..e23c4e2f --- /dev/null +++ b/dns.yml @@ -0,0 +1,4 @@ +--- +# Playbook to deploy DNS server +- hosts: odlyd.adm.crans.org + roles: [] # TODO diff --git a/firewall.yml b/firewall.yml new file mode 100644 index 00000000..8c335cf4 --- /dev/null +++ b/firewall.yml @@ -0,0 +1,4 @@ +--- +# Playbook to firewall +- hosts: gulp.adm.crans.org + roles: [] # TODO diff --git a/nfs.yml b/nfs.yml new file mode 100644 index 00000000..11f950da --- /dev/null +++ b/nfs.yml @@ -0,0 +1,4 @@ +--- +# Playbook to deploy NFS +- hosts: crans,!odlyd.adm.crans.org + roles: [] # TODO diff --git a/wiki.yml b/wiki.yml new file mode 100644 index 00000000..e70183f8 --- /dev/null +++ b/wiki.yml @@ -0,0 +1,4 @@ +--- +# Playbook to deploy MoinMoin Wiki +- hosts: soyouz.adm.crans.org + roles: [] # TODO