Created
February 23, 2022 18:19
-
-
Save amaurybsouza/6578e936ead00e15d91b2db211ce34c6 to your computer and use it in GitHub Desktop.
ansible_structure
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
$ tree | |
. | |
├── ansible.cfg | |
├── colletions | |
├── hosts | |
├── playbooks | |
│ ├── miscelanius | |
│ ├── monitoring | |
│ ├── network | |
│ ├── packages | |
│ │ └── install_docker.yml | |
│ ├── patching | |
│ ├── security | |
│ ├── services | |
│ └── systems | |
├── roles | |
└── shell-scripts | |
12 directories, 3 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment