Trying Ansible actions
All checks were successful
Ansible Deploy / deploy (push) Successful in 54s

This commit is contained in:
2023-11-17 23:40:24 +02:00
parent 707ebe3a62
commit 9d5303fdc6

View File

@@ -1,5 +1,8 @@
- hosts: takahe - hosts: takahe
gather_facts: no gather_facts: no
vars:
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
tasks: tasks:
- name: ping - name: ping
ansible.builtin.ping: ansible.builtin.ping: