mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
README: update
This commit is contained in:
parent
aefa1cb082
commit
90a22da2b0
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Run Ansible playbook Github Action
|
# Run Ansible playbook GitHub Action
|
||||||
|
|
||||||
An action that executes given Ansible playbook on selected hosts.
|
An Action that executes given Ansible playbook on selected hosts.
|
||||||
|
|
||||||
Should work on any OS, if `ansible-playbook` command is available in `PATH`.
|
Should work on any OS, if `ansible-playbook` command is available in `PATH`.
|
||||||
|
|
||||||
|
@ -23,6 +23,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
|
||||||
|
known_hosts: .known_hosts
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue