mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-21 23:19:24 +00:00
Update know_host example (#71)
This commit is contained in:
parent
5d970176ea
commit
076abe6979
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ Should work on any OS, if `ansible-playbook` command is available in `PATH`.
|
|||
[group1]
|
||||
example.com
|
||||
# Optional, SSH known hosts file content
|
||||
known_hosts: .known_hosts
|
||||
known_hosts: |
|
||||
example.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl
|
||||
# Optional, encrypted vault password
|
||||
vault_password: ${{secrets.VAULT_PASSWORD}}
|
||||
# Optional, galaxy requirements filepath
|
||||
|
|
Loading…
Reference in a new issue