geerlingguy / raspberry-pi-dramble

DEPRECATED - Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
http://www.pidramble.com/
MIT License
1.67k stars 260 forks source link

Where is the playboooks located? #136

Closed poon64 closed 5 years ago

poon64 commented 5 years ago

In the documentation it's referring to the playbooks directory, but it can't be found in the repository. Like this, ansible-galaxy install -r playbooks/requirements.yml --force ansible-playbook -i inventory playbooks/drupal/main.yml

geerlingguy commented 5 years ago

@poon64 - If you're using the latest version of the Dramble cluster (which uses Kubernetes), there is no more playbooks directory; as mentioned in the README (https://github.com/geerlingguy/raspberry-pi-dramble#setting-up-the-pis), a couple of the pages on the Wiki still need to be updated, as I'm working quite a bit on making sure the Kubernetes setup process is working well before I complete the documentation edits.

geerlingguy commented 5 years ago

See related: #133