1
0
Fork 0
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:
thehedhly 2024-01-16 14:05:12 +01:00
parent f2d43f1f8a
commit e0d5382ed1

View file

@ -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