Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Trust and Identity Incubator
mdx-saas-config
Commits
d6550931
Commit
d6550931
authored
May 06, 2022
by
Martin van Es
Browse files
Add local geodns.yml vars file setup
parent
a875b6f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/local/tasks/main.yml
View file @
d6550931
...
...
@@ -12,10 +12,16 @@
src
:
"
local.j2"
dest
:
"
{{
mdxsaas_dir
}}/inventory/local"
-
name
:
Create geodns.yml vars file
ansible.builtin.template
:
src
:
"
geodns.yml.j2"
dest
:
"
{{
mdxsaas_dir
}}/inventory/group_vars/geodns.yml"
when
:
geodns_licence is defined
-
name
:
Copy mdproxy all.yaml
ansible.builtin.get_url
:
url
:
"
{{
all_yaml
}}"
dest
:
"
{{
mdxsaas_dir
}}/inventory/group_vars/all.y
a
ml"
dest
:
"
{{
mdxsaas_dir
}}/inventory/group_vars/all.yml"
mode
:
'
0644'
-
name
:
Write MDX-SAAS repo version
...
...
roles/local/templates/geodns.yml.j2
0 → 100644
View file @
d6550931
geodns_licence: {{ geodns_licence }}
Write
Preview
Markdown
is supported
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