osiris / ansible_tools

Repository of usefull scripts for Ansible DevOps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Repository of usefull scripts for Ansible DevOps

License:GNU General Public License v3.0


Languages

Language:Shell 99.8%Language:Gnuplot 0.2%Language:Makefile 0.0%