Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Accelerators public code
infra
ansible
cs8_common
Commits
161ee4eb
Commit
161ee4eb
authored
Nov 11, 2021
by
Jean-Michel Elyn
Browse files
Move variables from playbooks/all/group_vars/all.yml to cs8_common/global_vars/defaults/main.yml
parent
4a25d10b
Pipeline
#3228283
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
global_vars/defaults/main.yml
View file @
161ee4eb
allow_yum
:
true
boot_server
:
"
{{
(localhost_on_tn)
|
ternary('cs-ccr-feop',
'cs-ccr-felab')
}}"
enabled_repos
:
-
anaconda
-
appstream
...
...
@@ -8,4 +12,9 @@ enabled_repos:
-
openafs
-
oracle-instantclient
allow_yum
:
true
localhost_on_tn
:
"
{{
ansible_default_ipv4.address.startswith('172.18.')
}}"
os_pretty_name
:
'
CentOS
Stream
8'
# Format: 'YYYY-MM-DD' or 'canary'
snapdate
:
'
2021-10-05'
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