An example for deploying a Drupal application with Ansible, Ansistrano and Ansible Vault
Find a file
2019-10-31 11:03:35 +00:00
ansible Update vault password 2019-10-31 10:52:59 +00:00
config/sync Add config directory 2019-01-22 20:03:33 +00:00
docs Add installation instructions 2019-10-31 11:03:35 +00:00
drush init 2019-01-22 17:31:13 +00:00
scripts/composer init 2019-01-22 17:31:13 +00:00
web init 2019-01-22 17:31:13 +00:00
.editorconfig init 2019-01-22 17:31:13 +00:00
.env.example init 2019-01-22 17:31:13 +00:00
.gitattributes init 2019-01-22 17:31:13 +00:00
.gitignore Ignore Vagrant directory 2019-01-22 19:55:35 +00:00
.travis.yml init 2019-01-22 17:31:13 +00:00
ansible.cfg Update inventory file name 2019-07-23 00:49:16 +01:00
composer.json init 2019-01-22 17:31:13 +00:00
LICENSE init 2019-01-22 17:31:13 +00:00
load.environment.php init 2019-01-22 17:31:13 +00:00
phpunit.xml.dist init 2019-01-22 17:31:13 +00:00
README.md Add installation instructions 2019-10-31 11:03:35 +00:00
Vagrantfile Replace hosts.ini with hosts.yml 2019-07-18 11:34:29 +01:00

Dransible

A demo Drupal application for demonstrating PHP application deployment with Ansible, Ansible Vault and Ansistrano.

Prerequisites

Installation

See installation.md