From 5b707b9ee1841230826f38ea4957ca2dc6bb1fc0 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 17 Jan 2025 18:20:51 -0500 Subject: [PATCH] Moving requirements file up a dir. --- .gitea/workflows/pr-cloudflare-docker-deploy.yml | 4 ++-- ansible/ansible.cfg | 2 +- ansible/collections/ansible_collections/requirements.yml | 7 ------- 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 ansible/collections/ansible_collections/requirements.yml diff --git a/.gitea/workflows/pr-cloudflare-docker-deploy.yml b/.gitea/workflows/pr-cloudflare-docker-deploy.yml index df2d62a3..696e1d6e 100644 --- a/.gitea/workflows/pr-cloudflare-docker-deploy.yml +++ b/.gitea/workflows/pr-cloudflare-docker-deploy.yml @@ -229,8 +229,8 @@ jobs: - name: Run Ansible Playbook uses: euclid1990/actions-ansible@v2 with: - playbook: ansible/playbook.yml - inventory: ansible/inventory + playbook: ansible/docker_config_deploy.yml + inventory: ansible/ansible-inventory - name: Docker Compose Deployment uses: keatonLiu/docker-compose-remote-action@v1.2 diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index a30744f9..fd10e754 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -2,7 +2,7 @@ # Specify the inventory file inventory = hosts.yml -collections_path = ./collections/ansible_collections +collections_path = ./collections # Set the logging verbosity level verbosity = 2 diff --git a/ansible/collections/ansible_collections/requirements.yml b/ansible/collections/ansible_collections/requirements.yml deleted file mode 100644 index 6e5e6884..00000000 --- a/ansible/collections/ansible_collections/requirements.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -collections: - - name: community.hashi_vault - version: 6.2.0 - - - name: community.general - version: 8.2.0 \ No newline at end of file