Move hard-coded numbers to variables.

This commit is contained in:
Andreas B. Mundt 2019-12-13 18:43:42 +01:00
parent 572dd5a3b0
commit 81337ac0db
8 changed files with 16 additions and 8 deletions

View file

@ -19,5 +19,5 @@ krb5_server = {{ ansible_hostname }}
krb5_realm = {{ ansible_domain | upper }}
cache_credentials = false
min_id = 10000
max_id = 20000
min_id = {{ min_id_sssd }}
max_id = {{ max_id_sssd }}