We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6481091 commit c783c69Copy full SHA for c783c69
olam/configure_passwordless_ssh.yml
@@ -62,7 +62,7 @@
62
ssh-keyscan -t ecdsa-sha2-nistp256 \
63
{{ hostvars[item].ansible_hostname }},\
64
{{ hostvars[item].ansible_default_ipv4.address }},\
65
- {{ hostvars[item].ansible_hostname + '.' + my_subnet1_domain_name }} >> ~/.ssh/known_hosts
+ {{ hostvars[item].ansible_hostname + '.' + my_subnet_domain_name }} >> ~/.ssh/known_hosts
66
with_items:
67
# - "{{ groups['all'] }}"
68
"{{ ansible_play_hosts_all | difference(['localhost']) }}"
0 commit comments