1
0

update
Some checks failed
/ deploy (push) Failing after 1m37s

This commit is contained in:
cuqmbr 2025-06-23 18:59:47 +03:00
parent e8b79e8c66
commit 2c28942ff8
Signed by: cuqmbr
GPG Key ID: 0AA446880C766199

View File

@ -18,7 +18,7 @@ jobs:
- name: Install ansible
run: apt-get update && apt-get install ansible-core -y
- name: Create ssh key file
run: echo -n ${{secrets.ANSIBLE_SSH_KEY}} > key
run: echo -n "${{secrets.ANSIBLE_SSH_KEY}}" > key
- name: Run ansible playbook
run: export user="ansible"; ansible-playbook -u "${user}" --ssh-common-args "-o ProxyCommand='ssh -p 22 -W %h:%p -q ${user}@bastion.cuqmbr.home'" --private-key key -b --become-method doas -i ./homelab/ansible/inventories/dev/hosts.yml ./homelab/ansible/00_init.yml
# - name: Run ansible playbook