Skip to content

Instantly share code, notes, and snippets.

@chourobin
Created May 8, 2014 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chourobin/815ea7629b232ba365b6 to your computer and use it in GitHub Desktop.
Save chourobin/815ea7629b232ba365b6 to your computer and use it in GitHub Desktop.
Instructions for setting up ansible

Setup AWX (do once)

sudo add-apt-repository ppa:rquillo/ansible
apt-get install ansible
pip install PyYAML Jinja2 paramiko
wget "http://ansibleworks.com/releases/awx/setup/awx-setup-1.2.2.tar.gz"
tar xvzf awx-setup-1.2.2.tar.gz
cd awx-setup-1.2.2

// edit group_vars/all
vim group_vars/all // and edit

./setup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment