Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FusionIAM
FusionIAM
Commits
1fb237f8
Commit
1fb237f8
authored
Sep 27, 2021
by
Clément OUDOT
Browse files
Default logo and bg for LL::NG (
#1
)
parent
2881c362
Changes
5
Hide whitespace changes
Inline
Side-by-side
build/centos8/lemonldap-ng/ansible/deploy.yaml
View file @
1fb237f8
...
...
@@ -51,6 +51,9 @@
lemonldap2_unprotect_profile_url
:
"
{{
lookup('env',
'LEMONLDAP2_UNPROTECT_PROFILE_URL')
|
default(0,
true)
}}"
lemonldap2_unprotect_photo_url
:
"
{{
lookup('env',
'LEMONLDAP2_UNPROTECT_PHOTO_URL')
|
default(0,
true)
}}"
lemonldap2_logo
:
"
{{
lookup('env',
'LOGO')
|
default('fusioniam-logo.png',
true)
}}"
lemonldap2_background
:
"
{{
lookup('env',
'BACKGROUND')
|
default('fusioniam-background.jpg',
true)
}}"
tasks
:
-
name
:
LemonLDAP main configuration file
template
:
...
...
build/centos8/lemonldap-ng/ansible/files/fusioniam-background.jpg
0 → 100644
View file @
1fb237f8
632 KB
build/centos8/lemonldap-ng/ansible/files/fusioniam-logo.png
0 → 100644
View file @
1fb237f8
21.2 KB
build/centos8/lemonldap-ng/ansible/install.yaml
View file @
1fb237f8
...
...
@@ -70,3 +70,19 @@
owner
:
root
group
:
root
mode
:
'
0644'
-
name
:
Copy default logo
copy
:
src
:
fusioniam-logo.png
dest
:
/usr/share/lemonldap-ng/portal/htdocs/static/
owner
:
root
group
:
root
mode
:
'
0644'
-
name
:
Copy default background
copy
:
src
:
fusioniam-background.jpg
dest
:
/usr/share/lemonldap-ng/portal/htdocs/static/common/backgrounds/
owner
:
root
group
:
root
mode
:
'
0644'
build/centos8/lemonldap-ng/ansible/llng_config_base.yml
View file @
1fb237f8
...
...
@@ -135,6 +135,10 @@
value
:
"
{{
lemonldap2_requiretoken
}}"
-
name
:
"
singleSession"
value
:
"
{{
lemonldap2_singlesession
}}"
-
name
:
"
portalMainLogo"
value
:
"
{{
lemonldap2_logo
}}"
-
name
:
"
portalSkinBackground"
value
:
"
{{
lemonldap2_background
}}"
-
name
:
Set LLNG Cookie configuration
lemonldap_config
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment