An example for deploying a Drupal application with Ansible, Ansistrano and Ansible Vault
Find a file
2019-11-26 10:07:08 +00:00
config/sync Add config directory 2019-01-22 20:03:33 +00:00
docs Store Vault password in a file 2019-11-26 10:06:58 +00:00
drush init 2019-01-22 17:31:13 +00:00
scripts/composer init 2019-01-22 17:31:13 +00:00
tools/ansible Store Vault password in a file 2019-11-26 10:06:58 +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 Move ansible directory into tools 2019-11-26 09:12:06 +00: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 Re-order README links 2019-11-26 10:07:08 +00:00
Vagrantfile Move ansible directory into tools 2019-11-26 09:12:06 +00:00

Dransible

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

Prerequisites

Installation

See installation.md