-
Sadly, PHP 7.0.33 no longer allows installation of Drupal from a Composer codebase using Drush... therefore I'd like to upgrade.
Debian/Raspbian Buster has PHP 7.2... so for now that might be the p…
-
This way the container can be scaled to more than 1 replica in Kubernetes (see https://github.com/geerlingguy/raspberry-pi-dramble/issues/111), and it can also be replaced and still use an existing da…
-
hey jeff, thanks for putting this all together! Trying to setup a pi to test a drupal app. I get to the end and get this error.
`TASK [geerlingguy.php : Ensure PHP packages are installed.] *******…
-
Since the default `settings.php` that Drupal ships with doesn't use environment variables, Drupal gets... funky when you have multiple containers running and only one of them has the installed setting…
-
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 …
-
Right now there are a lot of hardcoded assumptions that there will be 5 nodes.
There are some very good reasons for allowing a custom number of nodes:
- Kubernetes don't care: you could have 2…
-
For example:
```
$ kubectl get pods -n drupal8
NAME READY STATUS RESTARTS AGE
drupal8-f446ddc7b-2fjrb 1/1 Running 0 5m5s
drupal8-f446ddc7b-zfsrf 1…
-
For the Kubernetes cluster, it might be more interesting to set LEDs based on the Kubernetes node status (e.g. what you get with `kubectl get nodes`).
- Green = `Ready`
- Red = `NotReady` (or …
-
##### SUMMARY
Trying to creating a configmap trough k8s_raw module it shows the following error, even satisfying dependencies and Python version:
```
fatal: [ansible_master]: FAILED! => {"changed":…
-
Don't know why I never started doing this for this project... but basically, see this slide from [Timothy Appnel's presentation](https://www.ansible.com/hubfs/2018_Content/AA%20BOS%202018%20Slides/Ans…