Emmanuel Bouthenot 9 жил өмнө
parent
commit
e3dd8cacd2
7 өөрчлөгдсөн 0 нэмэгдсэн , 29 устгасан
  1. 0 4
      common.yml
  2. 0 4
      dbserver.yml
  3. 0 4
      ftpserver.yml
  4. 0 3
      hypervisor.yml
  5. 0 4
      monitoring.yml
  6. 0 6
      site.yml
  7. 0 4
      webserver.yml

+ 0 - 4
common.yml

@@ -1,4 +0,0 @@
-- hosts: all
-  roles:
-    - common
-

+ 0 - 4
dbserver.yml

@@ -1,4 +0,0 @@
-- hosts: dbserver
-  roles:
-    - dbserver
-

+ 0 - 4
ftpserver.yml

@@ -1,4 +0,0 @@
-- hosts: ftpserver
-  roles:
-    - ftpserver
-

+ 0 - 3
hypervisor.yml

@@ -1,3 +0,0 @@
-- hosts: all
-  roles:
-    - hypervisor

+ 0 - 4
monitoring.yml

@@ -1,4 +0,0 @@
-- hosts: monitoring
-  roles:
-    - monitoring
-

+ 0 - 6
site.yml

@@ -1,6 +0,0 @@
-- include: common.yml
-- include: hypervisor.yml
-- include: webserver.yml
-- include: dbserver.yml
-- include: ftpserver.yml
-- include: monitoring.yml

+ 0 - 4
webserver.yml

@@ -1,4 +0,0 @@
-- hosts: webserver
-  roles:
-    - webserver
-