intial commit
This commit is contained in:
9
playbooks/example.yml
Normal file
9
playbooks/example.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: My first play
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Ping my hosts
|
||||
ansible.builtin.ping:
|
||||
|
||||
- name: Print message
|
||||
ansible.builtin.debug:
|
||||
msg: Hello World
|
||||
Reference in New Issue
Block a user