create role ansible mananger
This commit is contained in:
parent
d5107137bf
commit
b94d782139
@ -11,6 +11,7 @@
|
||||
- [ ] workstation role
|
||||
-install wm software
|
||||
|
||||
- [ ] ansible manager
|
||||
|
||||
- [ ] system role:
|
||||
- check user
|
||||
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
- hosts: server
|
||||
roles:
|
||||
- system
|
||||
- autofs
|
||||
- dns
|
||||
- ssmtp
|
||||
- tt-rss
|
||||
- gitea
|
2
site.yml
2
site.yml
@ -1,3 +1,3 @@
|
||||
---
|
||||
- import_playbook: server.yml
|
||||
- import_playbook: workstation.yml
|
||||
- import_playbook: workstation.yml
|
@ -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