diff --git a/50.Template/50.Template.md b/50.Template/50.Template.md new file mode 100644 index 0000000..328f6bf --- /dev/null +++ b/50.Template/50.Template.md @@ -0,0 +1,25 @@ +# 50 - Template + +This playbook makes you use Jinja templating to deploy custom motd. + +## Template and Playbook Creation + +First write a Jinja template file following the given specs: +* Contains the following content: +``` +/----------------------------- +Welcome to the ansible managed host: + +Please use Ansible playbooks instead of doing manual modifications on the system. +-----------------------------/ +``` +* Ensure that you use the correct Jinja mechanism to allow replacement of `