Add general hosts and fist playbook

This commit is contained in:
2024-03-25 21:30:33 -06:00
commit b853c3bc1f
3 changed files with 30 additions and 0 deletions

9
playbook.yaml Normal file
View 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