mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized logic for user generation
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
default_users:
|
||||
administrator:
|
||||
username: administrator
|
||||
email: administrator@{{ primary_domain }}
|
||||
password: '{{ ansible_become_password }}'
|
||||
uid: 1001
|
||||
gid: 1001
|
||||
is_admin: true
|
||||
blackhole:
|
||||
username: blackhole
|
||||
email: blackhole@{{ primary_domain }}
|
||||
password: '{{ ansible_become_password }}'
|
||||
uid: 1002
|
||||
gid: 1002
|
||||
crm:
|
||||
username: contact
|
||||
email: contact@{{ primary_domain }}
|
||||
password: '{{ ansible_become_password }}'
|
||||
uid: 1003
|
||||
gid: 1003
|
||||
bounce:
|
||||
username: bounce
|
||||
email: bounce@{{ primary_domain }}
|
||||
password: '{{ ansible_become_password }}'
|
||||
uid: 1004
|
||||
gid: 1004
|
||||
newsletter:
|
||||
username: newsletter
|
||||
email: newsletter@{{ primary_domain }}
|
||||
password: '{{ ansible_become_password }}'
|
||||
uid: 1005
|
||||
gid: 1005
|
||||
no-reply:
|
||||
username: no-reply
|
||||
email: no-reply@{{ primary_domain }}
|
||||
password: '{{ ansible_become_password }}'
|
||||
uid: 1006
|
||||
gid: 1006
|
||||
sld:
|
||||
username: '{{ primary_domain.split(''.'')[0] }}'
|
||||
email: '{{ primary_domain.split(''.'')[0] }}@{{ primary_domain }}'
|
||||
password: '{{ ansible_become_password }}'
|
||||
uid: 1007
|
||||
gid: 1007
|
||||
tld:
|
||||
username: '{{ primary_domain.split(''.'')[1] }}'
|
||||
email: '{{ primary_domain.split(''.'')[1] }}@{{ primary_domain }}'
|
||||
password: '{{ ansible_become_password }}'
|
||||
uid: 1008
|
||||
gid: 1008
|
Reference in New Issue
Block a user