seventh attempt
Some checks failed
Ansible Deploy / deploy (Ansible/cloudflare-dns.yml) (push) Successful in 1m4s
Ansible Deploy / deploy (Ansible/debian.yml) (push) Successful in 1m28s
Ansible Deploy / deploy (Ansible/heartbeat.yml) (push) Successful in 1m0s
Ansible Deploy / deploy (Ansible/openssh.yml) (push) Failing after 1m17s
Ansible Lint / build (push) Successful in 1m9s
Some checks failed
Ansible Deploy / deploy (Ansible/cloudflare-dns.yml) (push) Successful in 1m4s
Ansible Deploy / deploy (Ansible/debian.yml) (push) Successful in 1m28s
Ansible Deploy / deploy (Ansible/heartbeat.yml) (push) Successful in 1m0s
Ansible Deploy / deploy (Ansible/openssh.yml) (push) Failing after 1m17s
Ansible Lint / build (push) Successful in 1m9s
This commit is contained in:
parent
39f57473f6
commit
97d06dc4e1
@ -30,7 +30,6 @@ jobs:
|
|||||||
apt update -y
|
apt update -y
|
||||||
apt install python3-pip -y
|
apt install python3-pip -y
|
||||||
python3 -m pip install ansible
|
python3 -m pip install ansible
|
||||||
echo '${{secrets.BECOME_PASSWORD}}' > ./.become_pass
|
|
||||||
|
|
||||||
#- name: Install Ansible Galaxy requirements
|
#- name: Install Ansible Galaxy requirements
|
||||||
# run: |
|
# run: |
|
||||||
@ -48,4 +47,4 @@ jobs:
|
|||||||
|
|
||||||
options: |
|
options: |
|
||||||
--inventory Ansible/inventory.ini
|
--inventory Ansible/inventory.ini
|
||||||
--become-pass-file ./.become_pass
|
--extra-vars "@Ansible/homelab-vault/secrets.yml"
|
@ -4,4 +4,4 @@ host_key_checking = False
|
|||||||
inventory = ./inventory.ini
|
inventory = ./inventory.ini
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become_ask_pass = True
|
#become_ask_pass = True
|
||||||
|
@ -4,4 +4,4 @@ host_key_checking = False
|
|||||||
inventory = ./Ansible/inventory.ini
|
inventory = ./Ansible/inventory.ini
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become_ask_pass = True
|
#become_ask_pass = True
|
||||||
|
Loading…
Reference in New Issue
Block a user