Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-27 | ansible.cfg: set interpreter_python = auto | Emil 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-27 | ansible.cfg: remove hash_behaviour option | Emil Renner Berthing | |
This will be deprecated in Ansible 2.10 and removed in 2.13. | |||
2018-09-30 | Make it easier to run locally | Emil 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 :/ |