create role ansible mananger
This commit is contained in:
parent
d5107137bf
commit
b94d782139
@ -11,6 +11,7 @@
|
|||||||
- [ ] workstation role
|
- [ ] workstation role
|
||||||
-install wm software
|
-install wm software
|
||||||
|
|
||||||
|
- [ ] ansible manager
|
||||||
|
|
||||||
- [ ] system role:
|
- [ ] system role:
|
||||||
- check user
|
- check user
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
- hosts: server
|
||||||
|
roles:
|
||||||
|
- system
|
||||||
|
- autofs
|
||||||
|
- dns
|
||||||
|
- ssmtp
|
||||||
|
- tt-rss
|
||||||
|
- gitea
|
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- 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
|
Loading…
Reference in New Issue
Block a user