Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Add Ansible Galaxy support instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tharna committed Jan 2, 2018
1 parent 02ecbe7 commit 8f15533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Ansible is used for provisioning both local and remote environments. Configurati

Ansible playbooks and roles are defined in WunderMachina, but additional project specific roles can be defined under local_ansible_roles.

You can also use roles from Ansible Galaxy by defining them in `conf/requirements.yml`.
See more info [here](http://docs.ansible.com/ansible/latest/galaxy.html#installing-multiple-roles-from-a-file)

Provisioning a different environment can be done using provided provision.sh command. For example to provision a production environment you could simply run:
```./provision.sh production```

Expand Down

0 comments on commit 8f15533

Please sign in to comment.