Files
Ansible_/playbooks/configure_server_Gsmc.yml
2020-08-18 07:42:39 +02:00

30 lines
449 B
YAML
Executable File

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