Trying Ansible actions
Some checks failed
Ansible Deploy / deploy (push) Failing after 53s

This commit is contained in:
2023-11-17 23:36:37 +02:00
parent ba29fe637f
commit 707ebe3a62
2 changed files with 1 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ jobs:
- name: Run Ansible Playbook - name: Run Ansible Playbook
run: | run: |
ansible-playbook -i inventory.yml ping.yaml ansible-playbook -i inventory.yml ping.yaml -vv

View File

@@ -3,4 +3,3 @@ all:
takahe: takahe:
ansible_host: 192.168.0.66 ansible_host: 192.168.0.66
ansible_user: shmick ansible_user: shmick
ansible_ssh_private_key_file: /home/shmick/.ssh/id_ed25519