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 2516cb1 commit 1f23703Copy full SHA for 1f23703
README.md
@@ -143,6 +143,7 @@ sudo ln -s /path/to/dynamic_inventory_cm hosts
143
```
144
145
**Set up SSH public key authentication for remote host(s)**
146
+
147
If you do not have ~/.ssh/id_rsa.pub and ~/.ssh/id_rsa files then you need to generate them with the ssh-keygen command before this:
148
149
ANSIBLE_HOST_KEY_CHECKING=False ansible all -m authorized_key -a key="{{ lookup('file', '~/.ssh/id_rsa.pub') }} user=$USER" -k
0 commit comments