mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-09-03 15:25:46 -06:00
Update Readme
This commit is contained in:
parent
f2d43f1f8a
commit
e0d5382ed1
@ -14,6 +14,12 @@ Should work on any OS, if `ansible-playbook` command is available in `PATH`.
|
|||||||
playbook: deploy.yml
|
playbook: deploy.yml
|
||||||
# Optional, directory where playbooks live
|
# Optional, directory where playbooks live
|
||||||
directory: ./
|
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
|
# Optional, SSH private key
|
||||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||||
# Optional, literal inventory file contents
|
# Optional, literal inventory file contents
|
||||||
|
Loading…
x
Reference in New Issue
Block a user