From e16cc5ec36e155bc5d48bd3f91eefef91d8fc3d9 Mon Sep 17 00:00:00 2001 From: "a.pivkin" Date: Tue, 17 Dec 2024 12:33:05 +0300 Subject: [PATCH] Set FQDN to nodes --- basics.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/basics.yaml b/basics.yaml index 3871591..f121017 100644 --- a/basics.yaml +++ b/basics.yaml @@ -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: