myersg86 / ansible

central repo for ansible tasks/plays/playbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible

central repo for ansible tasks/plays/playbooks

prepwork / initial setup

Ubuntu:

curl https://raw.githubusercontent.com/myersg86/ansible/master/prepwork-ubuntu.sh --output /tmp/prepwork.sh &&
bash /tmp/prepwork.sh

Debian:

curl https://raw.githubusercontent.com/myersg86/ansible/master/prepwork-debian.sh --output /tmp/prepwork.sh &&
bash /tmp/prepwork.sh

CentOS/RedHat

curl https://raw.githubusercontent.com/myersg86/ansible/master/prepwork-centos.sh --output /tmp/prepwork.sh &&
bash /tmp/prepwork.sh

usage - plays & playbooks

general use:

ansible-pull -v -U https://github.com/myersg86/ansible.git PLAYBOOK.yml

About

central repo for ansible tasks/plays/playbooks


Languages

Language:Python 94.0%Language:Shell 6.0%