Update
This commit is contained in:
1
inventories/active-directory-1.inv
Normal file
1
inventories/active-directory-1.inv
Normal file
@ -0,0 +1 @@
|
||||
active-directory-1
|
1
inventories/active-directory-2.inv
Normal file
1
inventories/active-directory-2.inv
Normal file
@ -0,0 +1 @@
|
||||
active-directory-2
|
1
inventories/dhcp-1.inv
Normal file
1
inventories/dhcp-1.inv
Normal file
@ -0,0 +1 @@
|
||||
dhcp-1
|
1
inventories/dhcp-2.inv
Normal file
1
inventories/dhcp-2.inv
Normal file
@ -0,0 +1 @@
|
||||
dhcp-2
|
1
inventories/dns-1.inv
Normal file
1
inventories/dns-1.inv
Normal file
@ -0,0 +1 @@
|
||||
dns-1
|
1
inventories/dns-2.inv
Normal file
1
inventories/dns-2.inv
Normal file
@ -0,0 +1 @@
|
||||
dns-2
|
1
inventories/hyper-v-1.inv
Normal file
1
inventories/hyper-v-1.inv
Normal file
@ -0,0 +1 @@
|
||||
hyper-v-1
|
1
inventories/hyper-v-2.inv
Normal file
1
inventories/hyper-v-2.inv
Normal file
@ -0,0 +1 @@
|
||||
hyper-v-2
|
1
inventories/prod-apache-1.inv
Normal file
1
inventories/prod-apache-1.inv
Normal file
@ -0,0 +1 @@
|
||||
prod-apache-1
|
1
inventories/prod-apache-2.inv
Normal file
1
inventories/prod-apache-2.inv
Normal file
@ -0,0 +1 @@
|
||||
prod-apache-2
|
1
inventories/prod-haproxy.inv
Normal file
1
inventories/prod-haproxy.inv
Normal file
@ -0,0 +1 @@
|
||||
prod-haproxy
|
1
inventories/prod-mysql-1.inv
Normal file
1
inventories/prod-mysql-1.inv
Normal file
@ -0,0 +1 @@
|
||||
prod-mysql-1
|
1
inventories/prod-mysql-2.inv
Normal file
1
inventories/prod-mysql-2.inv
Normal file
@ -0,0 +1 @@
|
||||
prod-mysql-2
|
45
inventories/production.inv
Normal file
45
inventories/production.inv
Normal file
@ -0,0 +1,45 @@
|
||||
[all:vars]
|
||||
ansible_connection=local
|
||||
|
||||
[tomcat]
|
||||
prod-haproxy-1
|
||||
prod-haproxy-2
|
||||
|
||||
[apache]
|
||||
prod-apache-1
|
||||
prod-apache-2
|
||||
|
||||
[mysql]
|
||||
prod-mysql-[1:2]
|
||||
|
||||
[linux:children]
|
||||
apache
|
||||
mysql
|
||||
|
||||
[active-directory]
|
||||
active-directory-1
|
||||
active-directory-2
|
||||
|
||||
[dhcp]
|
||||
dhcp-1
|
||||
dhcp-2
|
||||
|
||||
[dns]
|
||||
dns-1
|
||||
dns-2
|
||||
|
||||
[hyper-v]
|
||||
hyper-v-1
|
||||
hyper-v-2
|
||||
|
||||
[windows:children]
|
||||
active-directory
|
||||
dhcp
|
||||
dns
|
||||
hyper-v
|
||||
|
||||
[windows:vars]
|
||||
ansible_user=administrateur
|
||||
ansible_password=P@ssw0rd
|
||||
ansible_connection=winrm
|
||||
ansible_winrm_server_cert_validation=ignore
|
1
inventories/production/group_vars/Webservers/all.yml
Normal file
1
inventories/production/group_vars/Webservers/all.yml
Normal file
@ -0,0 +1 @@
|
||||
ds
|
1
inventories/production/group_vars/all/all.yml
Normal file
1
inventories/production/group_vars/all/all.yml
Normal file
@ -0,0 +1 @@
|
||||
fddfs
|
1
inventories/production/group_vars/dbservers/all.yml
Normal file
1
inventories/production/group_vars/dbservers/all.yml
Normal file
@ -0,0 +1 @@
|
||||
fds
|
1
inventories/production/host_vars/prodhost1.yml
Normal file
1
inventories/production/host_vars/prodhost1.yml
Normal file
@ -0,0 +1 @@
|
||||
fds
|
1
inventories/production/host_vars/prodhost2.yml
Normal file
1
inventories/production/host_vars/prodhost2.yml
Normal file
@ -0,0 +1 @@
|
||||
fs
|
7
inventories/production/hosts
Normal file
7
inventories/production/hosts
Normal file
@ -0,0 +1,7 @@
|
||||
stagehost1
|
||||
|
||||
[webservers]
|
||||
stagehost2
|
||||
|
||||
[dbservers]
|
||||
stagehost3
|
0
inventories/production/retretreg
Normal file
0
inventories/production/retretreg
Normal file
1
inventories/staging/group_vars/Webservers/all.yml
Normal file
1
inventories/staging/group_vars/Webservers/all.yml
Normal file
@ -0,0 +1 @@
|
||||
ds
|
1
inventories/staging/group_vars/all/all.yml
Normal file
1
inventories/staging/group_vars/all/all.yml
Normal file
@ -0,0 +1 @@
|
||||
fddfs
|
1
inventories/staging/group_vars/dbservers/all.yml
Normal file
1
inventories/staging/group_vars/dbservers/all.yml
Normal file
@ -0,0 +1 @@
|
||||
fds
|
1
inventories/staging/host_vars/prodhost1.yml
Normal file
1
inventories/staging/host_vars/prodhost1.yml
Normal file
@ -0,0 +1 @@
|
||||
fds
|
1
inventories/staging/host_vars/prodhost2.yml
Normal file
1
inventories/staging/host_vars/prodhost2.yml
Normal file
@ -0,0 +1 @@
|
||||
fs
|
1
inventories/staging/hosts/fds
Normal file
1
inventories/staging/hosts/fds
Normal file
@ -0,0 +1 @@
|
||||
fsdf
|
0
inventories/staging/retretreg
Normal file
0
inventories/staging/retretreg
Normal file
Reference in New Issue
Block a user