Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
hpc-team
HPCasCode
Commits
133e2974
Commit
133e2974
authored
9 years ago
by
Jupiter Hu
Browse files
Options
Downloads
Patches
Plain Diff
fixed variable name
parent
ab248f49
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/certificates/tasks/main.yml
+5
-5
5 additions, 5 deletions
roles/certificates/tasks/main.yml
with
5 additions
and
5 deletions
roles/certificates/tasks/main.yml
+
5
−
5
View file @
133e2974
---
---
-
name
:
"
Check
shibbole
n
th
directory"
-
name
:
"
Check
shibboleth
directory"
file
:
dest=/etc/shibboleth state=directory mode=0655
file
:
dest=/etc/shibboleth state=directory mode=0655
sudo
:
true
sudo
:
true
when
:
shibbole
n
th_file is defined
when
:
shibboleth_file is defined
-
name
:
"
Copying
the
shisbbolenth
files"
-
name
:
"
Copying
the
shisbbolenth
files"
template
:
src=files/{{ item }} dest="/etc/shibboleth/{{ item }}" mode=0644
template
:
src=files/{{ item }} dest="/etc/shibboleth/{{ item }}" mode=0644
sudo
:
true
sudo
:
true
with_items
:
with_items
:
-
"
{{
shibbole
n
th_file.aaf
}}"
-
"
{{
shibboleth_file.aaf
}}"
-
"
{{
shibbole
n
th_file.cert
}}"
-
"
{{
shibboleth_file.cert
}}"
when
:
shibbole
n
th_file is defined
when
:
shibboleth_file is defined
-
name
:
"
Copying
the
apache
key
file"
-
name
:
"
Copying
the
apache
key
file"
template
:
src="files/{{ apache_key_file }}" dest="{{ x509_key_file }}" mode=0644
template
:
src="files/{{ apache_key_file }}" dest="{{ x509_key_file }}" mode=0644
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment