File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 88 state : present
99 become : true
1010
11- - name : update curl and ca certificates
12- ansible.builtin.dnf :
13- name :
14- - curl
15- - ca-certificates
16- # - requests
17- state : latest
18- allowerasing : true
19- become : true
20-
21-
2211- name : Ensure python3-requests is installed
2312 ansible.builtin.package :
2413 name : python3-requests
2514 state : present
2615 become : yes
2716
28-
2917- name : Import ome.docker role
3018 ansible.builtin.import_role :
3119 name : ome.docker
32- # vars:
33- # docker_systemd_setup: false
3420
3521
3622- name : Check if a elastic node data folder exists
114100 when : not elastic_node_data_folder.stat.exists
115101
116102
117- # - name: deploy optm.yml
118- # ansible.builtin.include_tasks: optm.yml
119- # when: not elastic_node_data_folder.stat.exists
120-
121103- name : deploy elasticsearch cluster
122104 ansible.builtin.include_tasks : elasticsearch.yml
123105 when : not elastic_node_data_folder.stat.exists
You can’t perform that action at this time.
0 commit comments