mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
get rid of the conditional in the fas.conf template
This commit is contained in:
@@ -5,22 +5,12 @@ url = https://admin.fedoraproject.org/accounts/
|
||||
; temp - Location to generate files while user creation process is happening
|
||||
temp = /var/db
|
||||
|
||||
{% if ansible_domain == 'qa.fedoraproject.org' %}
|
||||
; Eventually, no box should use systems user to fasClient. systems has access
|
||||
; to password hashes. But password hashes are needed for sudo unless the box
|
||||
; uses pam_url
|
||||
; login - username to contact fas
|
||||
login = systems
|
||||
|
||||
; password - password for login name
|
||||
password = {{ systemsUserPassword }}
|
||||
{% else %}
|
||||
; login - username to contact fas
|
||||
login = {{ fedorathirdpartyUser }}
|
||||
|
||||
; password - password for login name
|
||||
password = {{ fedorathirdpartyPassword }}
|
||||
{% endif %}
|
||||
|
||||
; prefix - install to a location other than /
|
||||
prefix = /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user