Skip to content

Instantly share code, notes, and snippets.

@abadger
Created May 27, 2021 19:25
Show Gist options
  • Save abadger/adf808ca061e4299ea3cae66d8e0214d to your computer and use it in GitHub Desktop.
Save abadger/adf808ca061e4299ea3cae66d8e0214d to your computer and use it in GitHub Desktop.
$ 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