add a group for machine where the users are managed another way

This commit is contained in:
histausse 2021-08-07 20:34:16 +02:00
parent 7d1f2ebd0f
commit 11fe9fa611
Signed by: histausse
GPG key ID: 67486F107F62E9E9
3 changed files with 7 additions and 2 deletions

View file

@ -9,6 +9,9 @@
roles:
- networking
- base_config
- hosts: all, !tests, !no_user,
roles:
- create_users
- ssh_totp

View file

@ -1,7 +1,7 @@
#!/usr/bin/env ansible-playbook
---
- hosts: all, !tests
- hosts: all, !tests, !no_user
roles:
- create_users
- base_totp

4
hosts
View file

@ -57,4 +57,6 @@ all:
matrix:
hosts:
matrix_server:
no_user:
hosts:
matrix_server: