Drupal

Ansible role releases, Ghost and Drupal dependencies

Releases updates: Ghost v0.5.0 with Systemd, Upstart support and the option of installing a custom theme. v1.0.0 replacing the deprecated sudo option for become in Ansible 2.0, more on this topic. Drupal v0.1.0, first Drupal dependencies release, installation of modules and themes via Drush, setting …

Using Drush (Drupal) with Ansible, new role

Drush is a good solution to automatise installation and configuration in Drupal from the command line, if we combine It with Ansible It makes Drupal environment replication a charm. I needed a role to manage Drupal modules and themes, and I haven’t found something like It, so I made a new …

Gitlab CI configuration, Ansible and Drupal

Yesterday I wrote about how I configured the Gitlab CI runner for my projects, now I’m gonna show you how I configured the testing environment for Ansible provision and a custom Drupal module I’m developing. I have now two repositories with CI configuration, the one for deploy (using …