Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Created February 23, 2022 18:19
Show Gist options
  • Save amaurybsouza/6578e936ead00e15d91b2db211ce34c6 to your computer and use it in GitHub Desktop.
Save amaurybsouza/6578e936ead00e15d91b2db211ce34c6 to your computer and use it in GitHub Desktop.
ansible_structure
$ 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