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: