File tree Expand file tree Collapse file tree
environments/template/group_vars Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22
33env : " %env%"
4- show_debug_info : false # Show extra debug info
54mariadb_host : localhost
65rsyslog_host : localhost
76database_clients : [ "{{ mariadb_host }}" ]
Original file line number Diff line number Diff line change 88 check_mode : false
99
1010- name : Debug check_cluster variable
11- when : show_debug_info is defined and show_debug_info | bool
1211 ansible.builtin.debug :
1312 msg : " {{ check_cluster }}"
13+ verbosity : 2
1414
1515- name : Debug mongo_cluster_members variable
16- when : show_debug_info is defined and show_debug_info | bool
1716 ansible.builtin.debug :
1817 msg : " {{ mongo_cluster_members }}"
18+ verbosity : 2
1919
2020- name : Debug mongo_replication_role variable
21- when : show_debug_info is defined and show_debug_info | bool
2221 ansible.builtin.debug :
2322 msg : " {{ mongo_replication_role }}"
24-
25- - name : Debug host_id
26- ansible.builtin.debug :
27- msg : " {{ hostid }}"
23+ verbosity : 2
2824
2925- name : Initial cluster initialisation
3026 community.mongodb.mongodb_replicaset :
Original file line number Diff line number Diff line change 1717 ansible.builtin.include_tasks :
1818 file : certs.yml
1919
20- - name : Include cluster installation tasks
21- ansible.builtin.include_tasks :
22- file : clusterconfig.yml
20+ # - name: Include cluster installation tasks
21+ # ansible.builtin.include_tasks:
22+ # file: clusterconfig.yml
2323
2424 - name : Include user creation
2525 ansible.builtin.include_tasks :
You can’t perform that action at this time.
0 commit comments