ansible - nimrody/knowledgebase GitHub Wiki

  • Ansible summary

  • Example of ansible.cfg

    Added remote_user=vagrant (under [defaults] section) to force ansible to ssh using vagrant user

  • Added this to my ansible config to shorten the path:

    [ssh_connection] control_path = %(directory)s/%%h-%%p-%%r

  • Ansible interactive tutorial