intial commit

This commit is contained in:
2026-02-13 22:32:03 +01:00
commit b429c06308
13 changed files with 223 additions and 0 deletions

9
playbooks/example.yml 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