Add temporary ssh config for adm hosts
* Route vmhost01 through ssh until it gets relocated * Disable ip host key checking until we get ssh host certificates
This commit is contained in:
parent
acbe47c53f
commit
99a88e1baa
1 changed files with 11 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue