From 81c7c1c34606a17de94c2fde732c8e7df03673d2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 2 Jun 2019 09:49:39 +0100 Subject: [PATCH] Add excerpt --- .../2019-06-02-test-driven-ansible-role-development-molecule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2019-06-02-test-driven-ansible-role-development-molecule.md b/source/_posts/2019-06-02-test-driven-ansible-role-development-molecule.md index a6afbbdb..47392de0 100644 --- a/source/_posts/2019-06-02-test-driven-ansible-role-development-molecule.md +++ b/source/_posts/2019-06-02-test-driven-ansible-role-development-molecule.md @@ -1,6 +1,6 @@ --- title: Test Driven Ansible Role Development with Molecule -excerpt: ~ +excerpt: Some resources that I found for testing Ansible roles with a tool called Molecule. tags: [ansible, molecule, testing, video] --- I used to maintain a number of [Ansible roles][roles], and I recently wrote one for automatically generating `settings.php` files for Drupal projects that I use for some client projects as part of the [Ansible and Ansistrano deployment process][talk], as it can populate these files with credentials stored in Ansible Vault.