initial project commit

This commit is contained in:
2023-05-10 15:56:22 -04:00
commit 42baa52684
11 changed files with 8225 additions and 0 deletions

3
includes/inc1.yml Normal file
View File

@ -0,0 +1,3 @@
- name: Inc1
ansible.builtin.debug:
msg: inc1

3
includes/inc2.yml Normal file
View File

@ -0,0 +1,3 @@
- name: Inc2
ansible.builtin.debug:
msg: inc2

7
includes/inc3.yml Normal file
View File

@ -0,0 +1,7 @@
- name: Inc3
ansible.builtin.debug:
msg: inc3
- name: Package Facts - Inc3
ansible.builtin.package_facts:

3
includes/inc4.yml Normal file
View File

@ -0,0 +1,3 @@
- name: Inc4
ansible.builtin.debug:
msg: inc4

3
includes/inc5.yml Normal file
View File

@ -0,0 +1,3 @@
- name: Inc5
ansible.builtin.debug:
msg: inc5