fas: Attempt string concaT
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
41e7ab082b
commit
d386e0e14d
1 changed files with 5 additions and 5 deletions
|
@ -81,16 +81,16 @@ data:
|
|||
# FAS stuff
|
||||
{{ load_file('fas-app.conf.j2') | indent() }}
|
||||
fas_sync_keytab: |-
|
||||
{{ lookup('file', '{{ private }}/files/keytabs/{{env}}/fas_sync') | indent() }}
|
||||
{{ lookup('file', private + '/files/keytabs/{{env}}/fas_sync') | indent() }}
|
||||
fas_sync_cert.pem: |-
|
||||
{{ lookup('file', '{{ roles_path }}/fas_server/files/ipa.{{env}}.pem') | indent() }}
|
||||
{{ lookup('file', roles_path + '/fas_server/files/ipa.' + env + '.pem') | indent() }}
|
||||
fas-log.cfg: |-
|
||||
{{ lookup('file', '{{ roles_path }}/fas_server/files/fas-log.cfg') | indent() }}
|
||||
{{ lookup('file', roles_path + '/fas_server/files/fas-log.cfg') | indent() }}
|
||||
pubring.gpg: |-
|
||||
{{ lookup('file', '{{ private }}/files/fas-gpg/pubring.gpg') | indent() }}
|
||||
{{ lookup('file', private + '/files/fas-gpg/pubring.gpg') | indent() }}
|
||||
fas.cfg: |-
|
||||
{{ load_file('fas.cfg.j2') | indent() }}
|
||||
export-bugzilla.cfg: |-
|
||||
{{ load_file('export-bugzilla.cfg.j2') | indent() }}
|
||||
export-bugzilla: |-
|
||||
{{ lookup('file', '{{ roles_path }}/fas_server/files/export-bugzilla') | indent() }}
|
||||
{{ lookup('file', roles_path + '/fas_server/files/export-bugzilla') | indent() }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue