Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 795 Bytes

README.md

File metadata and controls

52 lines (31 loc) · 795 Bytes

Ansible Tools

overview

Repository of useful scripts for Ansible DevOps.

install

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

dependencies

apt-get install coreutils gpg moreutils pass tree
pip3 install requirements.txt

commands

License

GNU General Public License, GPLv3.

Author Information

This role was created in 2019 by Osiris Alejandro Gomez, worker cooperative of gcoop Cooperativa de Software Libre.