Ansible Collections
- Refer Here

- The step missed in yesterday is
ansible-galaxy collection build
- This build will generate a tar file which can be used to install collections locally or with in organization.
- The other approach is to upload the ansible collection to galaxy / or to use git to import the collections
Protecting secrets with Ansible
- Refer Here for the official docs
- Things Ansible Vault can encrypt
- group_vars/files
- host_vars/files
- include_vars targets
- vars_files targets
- Role variables
- Role defaults
- task files
- Handler files
- Source files for the copy module

- Please go through the classroom recording for samples used.
Ansible Tower
- Download ansible tower Refer Here
- To install ansible tower Refer Here
