ansible/workstation.yml

15 lines
295 B
YAML
Raw Normal View History

2018-11-29 21:51:39 +00:00
---
- 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