Initial project commit

This commit is contained in:
2024-03-07 16:16:12 -05:00
commit fe298fe234
13 changed files with 257 additions and 0 deletions

12
playbooks/say-hi.yml Normal file
View File

@ -0,0 +1,12 @@
---
- name: Say hi.
hosts: all
become: true
gather_facts: true
strategy: free
tasks:
- name: Import say-hi playbook
ansible.builtin.include_role:
name: say_hi