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:
|
||||
- networking
|
||||
- base_config
|
||||
|
||||
- hosts: all, !tests, !no_user,
|
||||
roles:
|
||||
- create_users
|
||||
- ssh_totp
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
|
||||
- hosts: all, !tests
|
||||
- hosts: all, !tests, !no_user
|
||||
roles:
|
||||
- create_users
|
||||
- base_totp
|
||||
|
|
4
hosts
4
hosts
|
@ -57,4 +57,6 @@ all:
|
|||
matrix:
|
||||
hosts:
|
||||
matrix_server:
|
||||
|
||||
no_user:
|
||||
hosts:
|
||||
matrix_server:
|
||||
|
|
Loading…
Reference in a new issue