temp: connection test
This commit is contained in:
parent
cfcf3de49b
commit
249ff5f958
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