aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/tasks/ansible.yml
AgeCommit message (Collapse)Author
2018-09-30Make it easier to run locallyEmil Renner Berthing
Now you just need ansible-playbook <playbook> when running ansible from your workstation. However when running ansible on the target machine it's a good idea to add "-clocal". Otherwise ansible will ssh to itself :/
2018-09-26Format yaml lists like yaml.orgEmil Renner Berthing
2018-09-25Keep consistent ordering of rulesEmil Renner Berthing
Do - name: ... module: dest/path: 'destination on target' src: ... state: ... owner: ... group: ... mode: ... with_*: ... notify: ... tags: ...
2018-09-23Add owner, group and mode to all created filesEmil Renner Berthing
2017-11-12initial commitEmil Renner Berthing