--- - hosts: all vars: install_path: "{{ ansible_env.HOME }}" sync_path: "{{ install_path }}/sync" disable_passwordauth: false enable_passwordauth: false private_repo: "git@austenwares.com:stonewareslord/private" overwrite_existing: no roles: - {role: clean, tags: [clean]} - {role: core, tags: [default]} - {role: vim, tags: [vim]} - {role: youcompleteme, tags: [youcompleteme]} - {role: secure, become: yes, tags: [secure]} - {role: dns, tags: [dns]} - {role: private, tags: [private]}