mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-04-12 10:57:04 +00:00
Update Readme
This commit is contained in:
parent
f2d43f1f8a
commit
e0d5382ed1
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ Should work on any OS, if `ansible-playbook` command is available in `PATH`.
|
|||
playbook: deploy.yml
|
||||
# Optional, directory where playbooks live
|
||||
directory: ./
|
||||
# Optional, ansible configuration file content (ansible.cfg)
|
||||
configuration: |
|
||||
[defaults]
|
||||
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
|
||||
stdout_callback = yaml
|
||||
nocows = false
|
||||
# Optional, SSH private key
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
# Optional, literal inventory file contents
|
||||
|
|
Loading…
Add table
Reference in a new issue