Created
October 14, 2018 23:19
-
-
Save jabelk/676e838d70b5e5a21b56f68d5873b3c9 to your computer and use it in GitHub Desktop.
example of install role from bash ansible
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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