This commit is contained in:
2025-01-18 13:52:05 -05:00
parent 62eb7b668b
commit 6e64597b91
2 changed files with 2 additions and 2 deletions
@@ -85,7 +85,7 @@ jobs:
diff: true diff: true
galaxy_collections_path: ansible/collections galaxy_collections_path: ansible/collections
galaxy_requirements_file: ansible/collections/requirements.yml galaxy_requirements_file: ansible/collections/requirements.yml
inventory: ansible/inventory/hosts.yml inventory: ansible/ansible-inventory.yml
playbook: ansible/docker_config_deploy.yml playbook: ansible/docker_config_deploy.yml
private_key: ${{ secrets.RINOA_GITEA_PRIVATE_SSH_KEY }} private_key: ${{ secrets.RINOA_GITEA_PRIVATE_SSH_KEY }}
vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }} vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
- name: Deploy config templates and trigger GitHub workflow - name: Deploy config templates and trigger GitHub workflow
hosts: all hosts: rinoa
vars: vars:
appdata_base_path: "~/.docker/config/appdata" appdata_base_path: "~/.docker/config/appdata"