This commit is contained in:
11
ansible/ansible-check.yml
Normal file
11
ansible/ansible-check.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Ansible Installation Verification
|
||||
hosts: all
|
||||
become: false
|
||||
gather_facts: true
|
||||
|
||||
|
||||
tasks:
|
||||
- name: Test Ansible Installation
|
||||
ansible.builtin.debug:
|
||||
msg: "Ansible is successfully installed on {{ inventory_hostname }}!"
|
Reference in New Issue
Block a user