Merge pull request #1 from Roosterfish/feature/custom-inventory

Add capabilities for custom inventory and vault password
This commit is contained in:
Dawid Dziurla
2020-04-06 23:15:07 +02:00
committed by GitHub
3 changed files with 31 additions and 2 deletions

View File

@@ -11,8 +11,14 @@ An action that executes given Ansible playbook on selected hosts.
playbook: deploy.yml
directory: ./
key: ${{secrets.SSH_PRIVATE_KEY}}
inventory: |
[all]
example.com
[group1]
example.com
vault_password: ${{secrets.VAULT_PASSWORD}}
options: |
--inventory hosts
--limit dev
--extra-vars hello=there
--verbose