Skip to content

Commit

Permalink
Update CLAW Playbook in DO VM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Natkeeran authored Nov 28, 2017
1 parent 9a03c51 commit 7a47af1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CLAW Playbook in DO VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Currently CLAW-playbook specifies a default target host machine. However, it is
* Clone https://github.com/Islandora-Devops/claw-playbook
* Change the [hosts](https://github.com/Islandora-Devops/claw-playbook/blob/master/inventory/vagrant/hosts) file to point to the server ip and provide the ansible ssh user and port.

* Change the trusted host settings in Drupal global_vars to include `'.*'`: https://github.com/Islandora-Devops/claw-playbook/blob/master/inventory/vagrant/group_vars/webserver/drupal.yml#L48

* Install dependencies
```
ansible-galaxy install -r requirements.yml
Expand All @@ -24,10 +26,6 @@ ansible-galaxy install -r requirements.yml
```
ansible-playbook -i inventory/vagrant/hosts playbook.yml --extra-vars "islandora_distro=ubuntu/xenial64"
```

* Change the trusted host settings in Drupal global_vars to include `'.*'`: https://github.com/Islandora-Devops/claw-playbook/blob/master/inventory/vagrant/group_vars/webserver/drupal.yml#L48


## Possible Issues
Rerunning ansible seem to fix these issues!

Expand Down

0 comments on commit 7a47af1

Please sign in to comment.