---
- hosts: workstation
roles:
- system
- ansible-manager
- autofs
- Windows_manager
vars_prompt:
- name: "githubuser"
prompt: "Enter your github username"
private: no
- name: "githubpassword"
prompt: "Enter your github password"
private: yes