15 lines
295 B
YAML
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 |