Initial commit

This commit is contained in:
2024-05-08 13:08:16 +02:00
commit cdd7baf40e
11 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
- name: Ping
ansible.builtin.ping:
- name: Print an "Hello, World!"
ansible.builtin.debug:
msg: "{{ test_role__hello_world_string }}"
- name: Test the `ansible_managed` variable
ansible.builtin.template:
dest: /tmp/ansible.txt
src: ansible.txt.j2
mode: preserve