Update know_host example (#71)

This commit is contained in:
Alexander Proschek 2023-04-06 00:11:50 -07:00 committed by GitHub
parent 5d970176ea
commit 076abe6979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,8 @@ Should work on any OS, if `ansible-playbook` command is available in `PATH`.
[group1] [group1]
example.com example.com
# Optional, SSH known hosts file content # Optional, SSH known hosts file content
known_hosts: .known_hosts known_hosts: |
example.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl
# Optional, encrypted vault password # Optional, encrypted vault password
vault_password: ${{secrets.VAULT_PASSWORD}} vault_password: ${{secrets.VAULT_PASSWORD}}
# Optional, galaxy requirements filepath # Optional, galaxy requirements filepath