-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,9 @@ Role Variables | |
mailserver_domain # primary domain name | ||
mailserver_admin_user # user to administer the mail server | ||
users: | ||
- name | ||
- name # system username | ||
firstname | ||
surname # in family mode defaults to `default_surname` | ||
password | ||
aliases: | ||
- [email protected] | ||
|
@@ -58,6 +60,7 @@ Role Variables | |
keepalive: # VPN keepalive in seconds | ||
httpd_pam_deny_users: # list of users who shouldn't authenticate against HTTPD using PAM | ||
family_mode: yes # boolean if users would be identified only by given name (assuming the surname is identical) | ||
default_surname: Doe # used in family mode so adding users via the role don't need surname to be added | ||
|
||
Example Playbook | ||
---------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,3 +184,4 @@ wireguard: | |
- fd00::10:42:0/120 | ||
keepalive: 42 | ||
family_mode: yes | ||
default_surname: Doe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters