ansible/workstation.yml
2018-11-29 22:51:39 +01:00

15 lines
295 B
YAML

---
- 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