Added the base for Ansible

This commit is contained in:
2023-08-30 14:09:56 +02:00
parent 11faa27d6d
commit 47719a45ca
5 changed files with 1077 additions and 1 deletions

View File

@ -0,0 +1,6 @@
- name: Ping my hosts
ansible.builtin.ping:
- name: Print message
ansible.builtin.debug:
msg: Hello, world!