Created
March 5, 2026 07:06
-
-
Save KetulRadadiya/2d12aa0580fa57e2e700a8c0d798ee54 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| all: | |
| children: | |
| basic_oraclelinux: | |
| children: | |
| managed_oraclelinux: null | |
| hosts: {} | |
| basic_ubuntu: | |
| children: | |
| managed_ubuntu: null | |
| hosts: {} | |
| classic_oraclelinux: | |
| hosts: {} | |
| classic_ubuntu: | |
| hosts: {} | |
| managed_oraclelinux: | |
| children: | |
| classic_oraclelinux: null | |
| hosts: {} | |
| managed_ubuntu: | |
| children: | |
| classic_ubuntu: null | |
| xyz_prod: null | |
| xyz_dev: null | |
| hosts: | |
| abcprd-11.sub.domain.com: null | |
| abcprd-12.sub.domain.com: null | |
| abcprd-21.sub.domain.com: null | |
| abcprd-22.sub.domain.com: null | |
| zxcprd-11.sub.domain.com: null | |
| zxcprd-12.sub.domain.com: null | |
| zxcprd-21.sub.domain.com: null | |
| zxcprd-22.sub.domain.com: null | |
| amiprd-11.sub.domain.com: null | |
| amiprd-12.sub.domain.com: null | |
| amiprd-21.sub.domain.com: null | |
| amiprd-22.sub.domain.com: null | |
| ogwebhost1.osgoode.domain.com: null | |
| snsinfo.sub.domain.com: null | |
| xyz_prod: | |
| hosts: | |
| amiprd-11.sub.domain.com: null | |
| amiprd-21.sub.domain.com: null | |
| xyz_dev: | |
| hosts: | |
| pmwebdev-11.sub.domain.com: null | |
| pmwebdev-12.sub.domain.com: null | |
| pmwebdev-21.sub.domain.com: null | |
| pmwebdev-22.sub.domain.com: null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| basic_oraclelinux: | |
| playbooks: | |
| - core-system-configure.yml | |
| basic_ubuntu: | |
| playbooks: | |
| - core-system-configure.yml | |
| classic_oraclelinux: | |
| parent_groups: | |
| - managed_oraclelinux | |
| playbooks: | |
| - classic.yml | |
| classic_ubuntu: | |
| parent_groups: | |
| - managed_ubuntu | |
| playbooks: | |
| - classic.yml | |
| managed_oraclelinux: | |
| parent_groups: | |
| - basic_oraclelinux | |
| playbooks: | |
| - managed-system-configure.yml | |
| managed_ubuntu: | |
| parent_groups: | |
| - basic_ubuntu | |
| playbooks: | |
| - managed-system-configure.yml | |
| xyz_pmiprd: | |
| parent_groups : | |
| - managed_ubuntu | |
| playbooks: | |
| - xyz_pmiprd.yml | |
| xyz_pmwebdev: | |
| parent_groups : | |
| - managed_ubuntu | |
| playbooks: | |
| - xyz_pmwebdev.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment