Repository of useful scripts for Ansible DevOps.
Clone the repository:
cd ~
git clone https://github.com/gcoop-libre/ansible_tools
Add to ~/.bashrc
:
if [[ -d "$HOME/ansible_tools" ]]
then
PATH="$HOME/ansible_tools:$PATH"
fi
apt-get install coreutils gpg moreutils pass tree
pip3 install requirements.txt
GNU General Public License, GPLv3.
This role was created in 2019 by Osiris Alejandro Gomez, worker cooperative of gcoop Cooperativa de Software Libre.