aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
AgeCommit message (Collapse)Author
2020-02-27ansible.cfg: set interpreter_python = autoEmil Renner Berthing
The default is auto_legacy, which will choose /usr/bin/python over /usr/bin/python3*, but will change to auto in the future. Let's live in the future!
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 :/