Created
May 27, 2021 19:25
-
-
Save abadger/adf808ca061e4299ea3cae66d8e0214d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ansible-doc -t connection ssh | |
[...] | |
- private_key_file | |
Path to private key file to use for authentication | |
[Default: (null)] | |
set_via: | |
env: | |
- name: ANSIBLE_PRIVATE_KEY_FILE | |
ini: | |
- key: private_key_file | |
section: defaults | |
vars: | |
- name: ansible_private_key_file | |
- name: ansible_ssh_private_key_file | |
cli: | |
- name: private_key_file | |
[...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment