Initial commit
This commit is contained in:
5
playbooks/afick-install.yml
Executable file
5
playbooks/afick-install.yml
Executable file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
roles:
|
||||
- NFS_mount
|
||||
- Afick_Install
|
||||
29
playbooks/configure_server_Gsmc.yml
Executable file
29
playbooks/configure_server_Gsmc.yml
Executable file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
- hosts: gsmc
|
||||
roles:
|
||||
- Configure_Hostname
|
||||
- hosts: server_nfs
|
||||
roles:
|
||||
- NFS-Server
|
||||
- hosts: clients_nfs
|
||||
roles:
|
||||
- NFS_mount
|
||||
- hosts: SVN_Server
|
||||
roles:
|
||||
- SVN
|
||||
- hosts: IPA_server
|
||||
roles:
|
||||
- IPA_server_install
|
||||
- hosts: IPA_clients
|
||||
roles:
|
||||
- IPA_clients_install
|
||||
- hosts: all
|
||||
roles:
|
||||
- Afick_Install
|
||||
- hosts: Acronis_Server
|
||||
roles:
|
||||
- Acronis_Server
|
||||
- hosts: Acronis_Clients
|
||||
roles:
|
||||
- Acronis_Clients
|
||||
|
||||
5
playbooks/esxi_stop.yml
Executable file
5
playbooks/esxi_stop.yml
Executable file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: Esxi
|
||||
roles:
|
||||
- esxi_stop
|
||||
- esxi_delete
|
||||
6
playbooks/esxi_try.yml
Executable file
6
playbooks/esxi_try.yml
Executable file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- hosts: Esxi
|
||||
roles:
|
||||
- esxi_try
|
||||
|
||||
|
||||
5
playbooks/hostname-change.yml
Executable file
5
playbooks/hostname-change.yml
Executable file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: gsmc
|
||||
roles:
|
||||
- Configure_Hostname
|
||||
|
||||
7
playbooks/install_acronis.yml
Executable file
7
playbooks/install_acronis.yml
Executable file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: Acronis_Server
|
||||
roles:
|
||||
- Acronis_Server
|
||||
- hosts: Acronis_Clients
|
||||
roles:
|
||||
- Acronis_Clients
|
||||
5
playbooks/nfs_try.yml
Executable file
5
playbooks/nfs_try.yml
Executable file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: clients_nfs
|
||||
roles:
|
||||
- NFS_mount
|
||||
|
||||
5
playbooks/prueba_server1.yml
Executable file
5
playbooks/prueba_server1.yml
Executable file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: all
|
||||
roles:
|
||||
- NFS_mount
|
||||
- LDAP_create
|
||||
5
playbooks/pruebas_carpetas.yml
Executable file
5
playbooks/pruebas_carpetas.yml
Executable file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: Gsmc
|
||||
roles:
|
||||
- LDAP_Create
|
||||
|
||||
3
playbooks/svn_prueba.yml
Executable file
3
playbooks/svn_prueba.yml
Executable file
@@ -0,0 +1,3 @@
|
||||
- hosts: SVN_Prueba
|
||||
roles:
|
||||
- SVN
|
||||
Reference in New Issue
Block a user