Skip to content

Commit 8c42b0f

Browse files
Update README.md
1 parent a43927d commit 8c42b0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ This repository contains some example best practices for open source repositorie
4747
- lxml
4848

4949
### Supported Environment Variables
50-
51-
- ANSIBLE_PRIVTAE_KEY_FILE = Can be used to set the ssh private key file with absolute path for passwordless ssh connection
52-
- ANSIBLE_HOST_KEY_CHECKING = Can be used to set the 'StrictHostKeyChecking' to 'No' during ssh connection(supported values are False/false/No/no)
50+
The following environment variables are supported for configuring SSH behavior in Ansible. No other Ansible parameters apply for these actions:
51+
- ANSIBLE_PRIVATE_KEY_FILE = Specifies the absolute path to the SSH private key file. This enables passwordless SSH connections
52+
- ANSIBLE_HOST_KEY_CHECKING = Controls whether host key checking is performed during SSH connections. Supported values: False, false, No, no Setting this disables StrictHostKeyChecking.
5353

5454
## Resources
5555

0 commit comments

Comments
 (0)