This commit is contained in:
9
docker/playbook-sample-project/site.yml
Normal file
9
docker/playbook-sample-project/site.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: Hello from ansible
|
||||
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