This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ffdo-infrastruktur
/
ffdo-ansible
mirror da
https://github.com/ffdo/ffdo-ansible.git
Segui
5
Vota
0
Forka
0
File
Sfoglia il codice sorgente
Added simple role manage ssh users
Till Klocke
9 anni fa
parent
9cf1534c9a
commit
ebb6681395
2 ha cambiato i file
con
8 aggiunte
e
7 eliminazioni
Visualizzazione unificata
Mostra Diff Stats
4
7
playbooks/group_vars/all/users.yml
4
0
playbooks/manage-users.yml
File diff suppressed because it is too large
+ 4
- 7
playbooks/group_vars/all/users.yml
+ 4
- 0
playbooks/manage-users.yml
Vedi File
@@ -0,0 +1,4 @@
+---
+- hosts: all
+ roles:
+ - usermanage