Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 698 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 698 Bytes

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