diff --git a/playbooks/adm.yml b/playbooks/adm.yml index 685a6c6..80883b2 100644 --- a/playbooks/adm.yml +++ b/playbooks/adm.yml @@ -35,3 +35,14 @@ - make - virt-install - yamllint + - name: disable ip host key checking from ssh + copy: + content: | + Host *.home.foo.sh + CheckHostIP no + Host vmhost01.home.foo.sh + ProxyJump root@ssh.foo.sh + dest: /root/.ssh/config + mode: 0600 + owner: root + group: "{{ ansible_wheel }}"