Playbooks to a new Lilik
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.
 
 
 
 

19 lines
482 B

---
- name: 'including configuration tasks'
import_tasks: '1_configure_server.yaml'
- name: 'including password renewal tasks'
import_tasks: '2_renew_rootpw.yaml'
tags: service_password
- name: 'including tree provisionig tasks'
import_tasks: '3_provision_tree.yaml'
when: ldap_check_tree
- name: 'including tls tasks'
import_tasks: '4_setup_tls.yaml'
when: ldap_tls_enabled
- name: 'including replication tasks'
import_tasks: '5_configure_replication.yaml'
...