Added the base for Ansible
This commit is contained in:
6
roles/test-role/tasks/main.yml
Normal file
6
roles/test-role/tasks/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: Ping my hosts
|
||||
ansible.builtin.ping:
|
||||
|
||||
- name: Print message
|
||||
ansible.builtin.debug:
|
||||
msg: Hello, world!
|
Reference in New Issue
Block a user