This is a public repository containing a simple ansible technical assignment.
For this assignemnt, you will need to:
-
Create multiple world-readable directories under /tmp/ansible_test named: first, second, third
-
Create a world-writeable file, from a template, containing the directory name and a special value: foo, bar, baz respectively, in each directory.
-
Create a user only writeable file containing a hash of the templated file, in each directory.
Your solution will be evaluated on correctness, efficiency and portability. Your ability to explain your design decisions will be expected.
Clone the repository and work on your solution. Once completed, create a pull request to initiate the code review process.