Add an Gitea Action for Deploying Ansible Playbooks #1

Merged
BenHays42 merged 12 commits from ansible-deploy-action into main 2024-10-13 01:42:00 +00:00
3 changed files with 3 additions and 4 deletions
Showing only changes of commit 97d06dc4e1 - Show all commits

View File

@ -30,7 +30,6 @@ jobs:
apt update -y
apt install python3-pip -y
python3 -m pip install ansible
echo '${{secrets.BECOME_PASSWORD}}' > ./.become_pass
#- name: Install Ansible Galaxy requirements
# run: |
@ -48,4 +47,4 @@ jobs:
options: |
--inventory Ansible/inventory.ini
--become-pass-file ./.become_pass
--extra-vars "@Ansible/homelab-vault/secrets.yml"

View File

@ -4,4 +4,4 @@ host_key_checking = False
inventory = ./inventory.ini
[privilege_escalation]
become_ask_pass = True
#become_ask_pass = True

View File

@ -4,4 +4,4 @@ host_key_checking = False
inventory = ./Ansible/inventory.ini
[privilege_escalation]
become_ask_pass = True
#become_ask_pass = True