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