summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clients.yml1
-rw-r--r--cozycloud.yml1
-rw-r--r--hosts23
-rw-r--r--ntpserver.yml1
-rw-r--r--site.yml5
-rw-r--r--yum-updatesd.yml1
6 files changed, 6 insertions, 26 deletions
diff --git a/clients.yml b/clients.yml
index 6715466..69bd1f3 100644
--- a/clients.yml
+++ b/clients.yml
@@ -1,5 +1,4 @@
- hosts: clients
remote_user: root
roles:
- - common
- clients
diff --git a/cozycloud.yml b/cozycloud.yml
index dd35120..f68926f 100644
--- a/cozycloud.yml
+++ b/cozycloud.yml
@@ -1,5 +1,4 @@
- hosts: cloud
remote_user: root
roles:
- - common
- cozycloud
diff --git a/hosts b/hosts
index 8943c68..7b86dec 100644
--- a/hosts
+++ b/hosts
@@ -1,25 +1,3 @@
-[blackbird]
-localhost
-
-[mosquito]
-mosquito.casperlefantom.net
-
-[lancaster]
-lancaster.casperlefantom.net
-
-[ns2]
-ns2.casperlefantom.net
-
-[vm01]
-vm01.casperlefantom.net
-
-[vm02]
-vm02.casperlefantom.net
-
-[vm03]
-vm03.casperlefantom.net
-
-
[clients]
localhost
mosquito.casperlefantom.net
@@ -37,3 +15,4 @@ vm03.casperlefantom.net
lancaster.casperlefantom.net
ns2.casperlefantom.net
vm02.casperlefantom.net
+mosquito.casperlefantom.net
diff --git a/ntpserver.yml b/ntpserver.yml
index 27eeec0..f5e53d6 100644
--- a/ntpserver.yml
+++ b/ntpserver.yml
@@ -1,5 +1,4 @@
- hosts: all
remote_user: root
roles:
- - common
- ntpserver
diff --git a/site.yml b/site.yml
index 8506058..202c644 100644
--- a/site.yml
+++ b/site.yml
@@ -1,4 +1,9 @@
---
+- hosts: all
+ remote_user: root
+ roles:
+ - common
+
- include: ntpserver.yml
- include: clients.yml
- include: cozycloud.yml
diff --git a/yum-updatesd.yml b/yum-updatesd.yml
index 61a9339..c28aedc 100644
--- a/yum-updatesd.yml
+++ b/yum-updatesd.yml
@@ -1,5 +1,4 @@
- hosts: yum-updatesd
remote_user: root
roles:
- - common
- yum-updatesd