aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
AgeCommit message (Collapse)Author
2020-02-27ansible.cfg: remove hash_behaviour optionEmil Renner Berthing
This will be deprecated in Ansible 2.10 and removed in 2.13.
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 :/