Set FQDN to nodes
This commit is contained in:
parent
2195d61ba8
commit
e16cc5ec36
|
|
@ -51,14 +51,10 @@
|
||||||
trim_blocks: true
|
trim_blocks: true
|
||||||
lstrip_blocks: true
|
lstrip_blocks: true
|
||||||
loop:
|
loop:
|
||||||
# - { name: "ceph.conf.j2", dest: "/root/ceph.conf" }
|
|
||||||
- { name: "cluster_spec.yml.j2", dest: "/root/cluster_spec.yml" }
|
- { name: "cluster_spec.yml.j2", dest: "/root/cluster_spec.yml" }
|
||||||
- { name: "initial-ceph.j2", dest: "/root/initial-ceph.conf" }
|
- { name: "initial-ceph.j2", dest: "/root/initial-ceph.conf" }
|
||||||
# - { name: "sshd_config.j2", dest: "/etc/ssh/sshd_config"}
|
|
||||||
run_once: true
|
run_once: true
|
||||||
delegate_to: "{{ ansible_play_hosts[0] }}"
|
delegate_to: "{{ ansible_play_hosts[0] }}"
|
||||||
# notify:
|
|
||||||
# - ceph-rollout:restart_sshd
|
|
||||||
|
|
||||||
- name: Templating sshd config to enable password and root
|
- name: Templating sshd config to enable password and root
|
||||||
template:
|
template:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user