Merge "Revert "updating-deprecated-ansible-modules""
This commit is contained in:
commit
5a4cb8a56f
@ -2,13 +2,13 @@
|
|||||||
- name: Cleaning up temp file on localhost
|
- name: Cleaning up temp file on localhost
|
||||||
local_action: file path=/tmp/kolla_ceph_cluster state=absent
|
local_action: file path=/tmp/kolla_ceph_cluster state=absent
|
||||||
changed_when: False
|
changed_when: False
|
||||||
check_mode: no
|
always_run: True
|
||||||
run_once: True
|
run_once: True
|
||||||
|
|
||||||
- name: Creating temp file on localhost
|
- name: Creating temp file on localhost
|
||||||
local_action: copy content=None dest=/tmp/kolla_ceph_cluster mode=0644
|
local_action: copy content=None dest=/tmp/kolla_ceph_cluster mode=0644
|
||||||
changed_when: False
|
changed_when: False
|
||||||
check_mode: no
|
always_run: True
|
||||||
run_once: True
|
run_once: True
|
||||||
|
|
||||||
- name: Creating ceph_mon_config volume
|
- name: Creating ceph_mon_config volume
|
||||||
@ -21,7 +21,7 @@
|
|||||||
- name: Writing hostname of host with existing cluster files to temp file
|
- name: Writing hostname of host with existing cluster files to temp file
|
||||||
local_action: copy content="{{ inventory_hostname }}" dest=/tmp/kolla_ceph_cluster mode=0644
|
local_action: copy content="{{ inventory_hostname }}" dest=/tmp/kolla_ceph_cluster mode=0644
|
||||||
changed_when: False
|
changed_when: False
|
||||||
check_mode: no
|
always_run: True
|
||||||
when: not ceph_mon_config_volume.changed
|
when: not ceph_mon_config_volume.changed
|
||||||
|
|
||||||
- name: Registering host from temp file
|
- name: Registering host from temp file
|
||||||
@ -31,7 +31,7 @@
|
|||||||
- name: Cleaning up temp file on localhost
|
- name: Cleaning up temp file on localhost
|
||||||
local_action: file path=/tmp/kolla_ceph_cluster state=absent
|
local_action: file path=/tmp/kolla_ceph_cluster state=absent
|
||||||
changed_when: False
|
changed_when: False
|
||||||
check_mode: no
|
always_run: True
|
||||||
run_once: True
|
run_once: True
|
||||||
|
|
||||||
- include: generate_cluster.yml
|
- include: generate_cluster.yml
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
- name: Cleaning up temp file on localhost
|
- name: Cleaning up temp file on localhost
|
||||||
local_action: file path=/tmp/kolla_mariadb_cluster state=absent
|
local_action: file path=/tmp/kolla_mariadb_cluster state=absent
|
||||||
changed_when: False
|
changed_when: False
|
||||||
check_mode: no
|
always_run: True
|
||||||
run_once: True
|
run_once: True
|
||||||
|
|
||||||
- name: Creating temp file on localhost
|
- name: Creating temp file on localhost
|
||||||
local_action: copy content=None dest=/tmp/kolla_mariadb_cluster mode=0644
|
local_action: copy content=None dest=/tmp/kolla_mariadb_cluster mode=0644
|
||||||
changed_when: False
|
changed_when: False
|
||||||
check_mode: no
|
always_run: True
|
||||||
run_once: True
|
run_once: True
|
||||||
|
|
||||||
- name: Creating mariadb volume
|
- name: Creating mariadb volume
|
||||||
@ -21,7 +21,7 @@
|
|||||||
- name: Writing hostname of host with existing cluster files to temp file
|
- name: Writing hostname of host with existing cluster files to temp file
|
||||||
local_action: copy content={{ ansible_hostname }} dest=/tmp/kolla_mariadb_cluster mode=0644
|
local_action: copy content={{ ansible_hostname }} dest=/tmp/kolla_mariadb_cluster mode=0644
|
||||||
changed_when: False
|
changed_when: False
|
||||||
check_mode: no
|
always_run: True
|
||||||
when: not mariadb_volume | changed
|
when: not mariadb_volume | changed
|
||||||
|
|
||||||
- name: Registering host from temp file
|
- name: Registering host from temp file
|
||||||
@ -31,5 +31,5 @@
|
|||||||
- name: Cleaning up temp file on localhost
|
- name: Cleaning up temp file on localhost
|
||||||
local_action: file path=/tmp/kolla_mariadb_cluster state=absent
|
local_action: file path=/tmp/kolla_mariadb_cluster state=absent
|
||||||
changed_when: False
|
changed_when: False
|
||||||
check_mode: no
|
always_run: True
|
||||||
run_once: True
|
run_once: True
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
- name: Cleaning up temp file on mariadb hosts
|
- name: Cleaning up temp file on mariadb hosts
|
||||||
file: path=/tmp/kolla_mariadb_grastate.dat state=absent
|
file: path=/tmp/kolla_mariadb_grastate.dat state=absent
|
||||||
changed_when: false
|
changed_when: false
|
||||||
check_mode: no
|
always_run: true
|
||||||
|
|
||||||
- name: Cleaning up temp file on localhost
|
- name: Cleaning up temp file on localhost
|
||||||
local_action: file path=/tmp/kolla_mariadb_recover_inventory_name state=absent
|
local_action: file path=/tmp/kolla_mariadb_recover_inventory_name state=absent
|
||||||
changed_when: false
|
changed_when: false
|
||||||
check_mode: no
|
always_run: true
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
@ -60,12 +60,12 @@
|
|||||||
- name: Cleaning up temp file on mariadb hosts
|
- name: Cleaning up temp file on mariadb hosts
|
||||||
file: path=/tmp/kolla_mariadb_grastate.dat state=absent
|
file: path=/tmp/kolla_mariadb_grastate.dat state=absent
|
||||||
changed_when: false
|
changed_when: false
|
||||||
check_mode: no
|
always_run: true
|
||||||
|
|
||||||
- name: Cleaning up temp file on localhost
|
- name: Cleaning up temp file on localhost
|
||||||
local_action: file path=/tmp/kolla_mariadb_recover_inventory_name state=absent
|
local_action: file path=/tmp/kolla_mariadb_recover_inventory_name state=absent
|
||||||
changed_when: false
|
changed_when: false
|
||||||
check_mode: no
|
always_run: true
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Starting first MariaDB container
|
- name: Starting first MariaDB container
|
||||||
|
Loading…
Reference in New Issue
Block a user