Skip to content

Instantly share code, notes, and snippets.

@jabelk
Created October 14, 2018 23:19
Show Gist options
  • Save jabelk/676e838d70b5e5a21b56f68d5873b3c9 to your computer and use it in GitHub Desktop.
Save jabelk/676e838d70b5e5a21b56f68d5873b3c9 to your computer and use it in GitHub Desktop.
example of install role from bash ansible
mkdir roles
git clone https://git.openstack.org/openstack/ansible-role-ara roles/ara
cat << EOF > playbook.yml
- name: Install ARA with default settings
hosts: localhost
roles:
- ara
EOF
sudo ansible-playbook playbook.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment