pain
Infrastructure / Check and run Ansbile playbooks (push) Failing after 3m52s
Details
Infrastructure / Check and run Ansbile playbooks (push) Failing after 3m52s
Details
This commit is contained in:
parent
a8a1b0dac3
commit
102bb6ae4b
|
@ -16,6 +16,7 @@
|
|||
- ca-certificates
|
||||
- curl
|
||||
become: true
|
||||
|
||||
- name: Enable qemu-guest-agent
|
||||
ansible.builtin.systemd:
|
||||
name: qemu-guest-agent
|
||||
|
|
|
@ -38,5 +38,9 @@ proxmox:
|
|||
unifi:
|
||||
hosts:
|
||||
unifi.srv.home.local.koval.net:
|
||||
vars:
|
||||
ansible_user: debian
|
||||
ansible_ssh_private_key_file: ~/.ssh/id_rsa
|
||||
ansible_ssh_common_args: -o StrictHostKeyChecking=accept-new # TODO: Improve this
|
||||
vars:
|
||||
infisical_project: d102ada3-7d49-4138-9759-033ca79fe731
|
||||
|
|
Loading…
Reference in New Issue