From 68d7df8bbb28b693e775ac1729e180a8d2f49791 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sat, 18 Nov 2017 16:44:17 +0100 Subject: [PATCH] Ansible - transforming shell script to ansible module is easy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2419fde..3728f73 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [Roland Wolters](https://liquidat.wordpress.com/2016/02/29/useful-options-ansible-cli/) - (2016) Useful command line options for ansible-playbook * [Will Thames](http://willthames.github.io/2014/04/28/debugging-ansible-for-fun-and-no-profit.html) - (2014) Debugging Ansible for fun and no profit * [Jeff Geerling](https://www.jeffgeerling.com/blog/yaml-best-practices-ansible-playbooks-tasks) - (2014) YAML best practices for Ansible playbooks - tasks +* [Mohamed El Moussaoui](http://blog.trifork.com/2013/04/18/ansible-simple-module/) - (2013) Ansible - Simple Module | Because that's not so hard to transform shell scripts into modules ### Ansible Vault * [brianshumate/ansible-vault](https://github.com/brianshumate/ansible-vault) - Ansible role for Vault