Merge remote-tracking branch 'refs/remotes/origin/add-ansible-to-workflow' into add-ansible-to-workflow

This commit is contained in:
2025-01-17 18:26:13 -05:00
2 changed files with 7 additions and 11 deletions
@@ -221,17 +221,6 @@ jobs:
run: |
vault kv get -format=json rinoa-docker/env | jq -r '.data.data' | jq -r 'keys[] as $k | "\($k)='\''\(.[$k])'\''"' > .env
- name: Install Ansible
uses: alex-oleshkevich/setup-ansible@v1.0.1
with:
version: "2.18.1"
- name: Run Ansible Playbook
uses: euclid1990/actions-ansible@v2
with:
playbook: ansible/docker_config_deploy.yml
inventory: ansible/ansible-inventory
- name: Docker Compose Deployment
uses: keatonLiu/docker-compose-remote-action@v1.2
with:
@@ -0,0 +1,7 @@
---
collections:
- name: community.hashi_vault
version: 6.2.0
- name: community.general
version: 8.2.0