add a group for machine where the users are managed another way
This commit is contained in:
parent
7d1f2ebd0f
commit
11fe9fa611
3 changed files with 7 additions and 2 deletions
|
@ -9,6 +9,9 @@
|
||||||
roles:
|
roles:
|
||||||
- networking
|
- networking
|
||||||
- base_config
|
- base_config
|
||||||
|
|
||||||
|
- hosts: all, !tests, !no_user,
|
||||||
|
roles:
|
||||||
- create_users
|
- create_users
|
||||||
- ssh_totp
|
- ssh_totp
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
|
|
||||||
- hosts: all, !tests
|
- hosts: all, !tests, !no_user
|
||||||
roles:
|
roles:
|
||||||
- create_users
|
- create_users
|
||||||
- base_totp
|
- base_totp
|
||||||
|
|
4
hosts
4
hosts
|
@ -57,4 +57,6 @@ all:
|
||||||
matrix:
|
matrix:
|
||||||
hosts:
|
hosts:
|
||||||
matrix_server:
|
matrix_server:
|
||||||
|
no_user:
|
||||||
|
hosts:
|
||||||
|
matrix_server:
|
||||||
|
|
Loading…
Reference in a new issue