Initial commit

This commit is contained in:
2020-08-18 07:42:39 +02:00
commit 7ba09982cd
219 changed files with 3277 additions and 0 deletions

5
playbooks/afick-install.yml Executable file
View File

@@ -0,0 +1,5 @@
---
- hosts: all
roles:
- NFS_mount
- Afick_Install

View 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
View File

@@ -0,0 +1,5 @@
---
- hosts: Esxi
roles:
- esxi_stop
- esxi_delete

6
playbooks/esxi_try.yml Executable file
View File

@@ -0,0 +1,6 @@
---
- hosts: Esxi
roles:
- esxi_try

5
playbooks/hostname-change.yml Executable file
View File

@@ -0,0 +1,5 @@
---
- hosts: gsmc
roles:
- Configure_Hostname

7
playbooks/install_acronis.yml Executable file
View File

@@ -0,0 +1,7 @@
---
- hosts: Acronis_Server
roles:
- Acronis_Server
- hosts: Acronis_Clients
roles:
- Acronis_Clients

5
playbooks/nfs_try.yml Executable file
View File

@@ -0,0 +1,5 @@
---
- hosts: clients_nfs
roles:
- NFS_mount

5
playbooks/prueba_server1.yml Executable file
View File

@@ -0,0 +1,5 @@
---
- hosts: all
roles:
- NFS_mount
- LDAP_create

5
playbooks/pruebas_carpetas.yml Executable file
View File

@@ -0,0 +1,5 @@
---
- hosts: Gsmc
roles:
- LDAP_Create

3
playbooks/svn_prueba.yml Executable file
View File

@@ -0,0 +1,3 @@
- hosts: SVN_Prueba
roles:
- SVN