mirror of https://github.com/ceph/ceph-ansible.git
cephadm-adopt: add cephadm ssh config option
Add task to set customized ssh config for cephadm Signed-off-by: Amir Nikpour <amnik.free@gmail.com>pull/7609/head
parent
823700bc1b
commit
e4ab45d756
|
@ -294,6 +294,13 @@
|
||||||
run_once: true
|
run_once: true
|
||||||
delegate_to: "{{ groups[mon_group_name][0] }}"
|
delegate_to: "{{ groups[mon_group_name][0] }}"
|
||||||
|
|
||||||
|
- name: Set cephadm ssh config
|
||||||
|
ansible.builtin.command: "{{ ceph_cmd }} cephadm set-ssh-config -i {{ cephadm_ssh_config_path }}"
|
||||||
|
changed_when: false
|
||||||
|
run_once: true
|
||||||
|
delegate_to: "{{ groups[mon_group_name][0] }}"
|
||||||
|
when: cephadm_ssh_config_path is defined
|
||||||
|
|
||||||
- name: Run cephadm prepare-host
|
- name: Run cephadm prepare-host
|
||||||
ansible.builtin.command: cephadm prepare-host
|
ansible.builtin.command: cephadm prepare-host
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
Loading…
Reference in New Issue