Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
792 B

---
allow_duplicates: no
dependencies:
- role: mkdir
- role: system_proxy
- role: repo_base
when: ansible_os_family == 'RedHat'
- role: network
- role: iptables
when: iptables_manage | default(True)
- role: zabbix_agent
- role: fusioninventory_agent
- role: sssd_ldap_auth
when: ldap_auth | default(False)
- role: sssd_ad_auth
when: ad_auth | default(False)
- role: ntp_client
when: ansible_virtualization_role == 'host' or ansible_virtualization_type != 'lxc'
- role: sudo
- role: ssh
- role: patrix
when:
- patrix_enabled | default(True)
- patrix_server is defined
- (patrix_user is defined and patrix_pass is defined) or patrix_token is defined
- role: postfix
when: system_postfix | default(True)
- role: timers