Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Ansible
Merge requests
!319
[keepalived] Add fe80::1 as link local addresses
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[keepalived] Add fe80::1 as link local addresses
keepalived
into
main
Overview
0
Commits
1
Changes
5
Merged
shirenn
requested to merge
keepalived
into
main
3 years ago
Overview
0
Commits
1
Changes
5
Expand
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
cfd6f682
1 commit,
3 years ago
5 files
+
18
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
group_vars/keepalived.yml
+
12
−
5
Options
@@ -2,7 +2,7 @@
glob_keepalived
:
mail_source
:
keepalived@crans.org
mail_destination
:
root@crans.org
smtp_server
:
smtp.adm.crans.org
smtp_server
:
"
{{
query('ldap',
'ip',
'redisdead',
'adm')
|
ipv4
|
first
}}"
routeur_id
:
"
{{
ansible_hostname
}}"
pool
:
VI_ALL
:
@@ -15,16 +15,23 @@ glob_keepalived:
ipv4
:
138.195.159.250/30
-
vlan
:
aurore
ipv4
:
185.230.79.253/29
ipv6
:
2a0c:700:28::1/64
ipv6
:
-
{
ip
:
'
2a0c:700:28::1/64'
,
scope
:
'
global'
}
-
vlan
:
srv
ipv4
:
185.230.79.62/26
ipv6
:
2a0c:700:2::ff:fe00:9902/64
ipv6
:
-
{
ip
:
'
2a0c:700:2::ff:fe00:9902/64'
,
scope
:
'
global'
}
-
{
ip
:
'
fe80::1/64'
,
scope
:
'
link'
}
-
vlan
:
srv_nat
ipv4
:
172.16.3.99/24
ipv6
:
2a0c:700:3::ff:fe00:9903/64
ipv6
:
-
{
ip
:
'
2a0c:700:3::ff:fe00:9903/64'
,
scope
:
'
global'
}
-
{
ip
:
'
fe80::1/64'
,
scope
:
'
link'
}
-
vlan
:
adh
ipv4
:
185.230.78.99/24
ipv6
:
2a0c:700:12::ff:fe00:9912/48
ipv6
:
-
{
ip
:
'
2a0c:700:12::ff:fe00:9912/48'
,
scope
:
'
global'
}
-
{
ip
:
'
fe80::1/64'
,
scope
:
'
link'
}
-
vlan
:
ens
ipv4
:
100.84.0.99/16
ipv6
:
2a0c:700:54::ff:fe00:9954/48
Loading