Changed some options in the ansible.cfg

This commit is contained in:
2023-08-31 03:28:29 +02:00
parent 47719a45ca
commit b29e540285
8 changed files with 27 additions and 1048 deletions

View File

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