Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
74720583
Commit
74720583
authored
Apr 15, 2019
by
julian.gethmann
Browse files
Fix wrong auth-key-issue
parent
25e9a21c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
group_vars/all/vars.yml
View file @
74720583
...
...
@@ -40,7 +40,7 @@ desktop_software:
-
perl-Capture-Tiny
# this should be the IP or in the sshd_config the "UseDNS" must be set to yes
ansible_server
:
129.13.
10
8.126
ansible_server
:
129.13.
23
8.126
# file: group_vars/all/vault.yml
sudoer
:
"
{{
vault_sudoer
}}"
...
...
group_vars/all/vault.yml
View file @
74720583
This diff is collapsed.
Click to expand it.
roles/common/tasks/hostname.yml
View file @
74720583
...
...
@@ -27,11 +27,3 @@
become
:
yes
hostname
:
name
:
"
{{
computer_name
}}.las.kit.edu"
when
:
"
{{
ansible_facts.ansible_default_ipv4.network
}}
is
'129.13.238.64'"
-
name
:
set hostname
become
:
yes
hostname
:
name
:
"
las{{
ip_suffix
}}.las.kit.edu"
when
:
"
{{
ansible_facts.ansible_default_ipv4.network
}}
is
'129.13.108.64'"
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