This commit is contained in:
parent
22bb558b5c
commit
7616f9a568
1 changed files with 7 additions and 0 deletions
7
playbooks/connection_test.yaml
Normal file
7
playbooks/connection_test.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: connection test
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: debug
|
||||
ansible.builtin.debug:
|
||||
var: ansible_connection
|
Loading…
Add table
Add a link
Reference in a new issue