Set FQDN to nodes

This commit is contained in:
a.pivkin 2024-12-17 12:33:05 +03:00
parent 2195d61ba8
commit e16cc5ec36

View File

@ -51,14 +51,10 @@
trim_blocks: true
lstrip_blocks: true
loop:
# - { name: "ceph.conf.j2", dest: "/root/ceph.conf" }
- { name: "cluster_spec.yml.j2", dest: "/root/cluster_spec.yml" }
- { name: "initial-ceph.j2", dest: "/root/initial-ceph.conf" }
# - { name: "sshd_config.j2", dest: "/etc/ssh/sshd_config"}
run_once: true
delegate_to: "{{ ansible_play_hosts[0] }}"
# notify:
# - ceph-rollout:restart_sshd
- name: Templating sshd config to enable password and root
template: