Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ics-ans-role-samba
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ics-ansible-galaxy
ics-ans-role-samba
Commits
f5f7b32a
Commit
f5f7b32a
authored
4 years ago
by
Stephane Armanet
Browse files
Options
Downloads
Patches
Plain Diff
add infra software repo
parent
e73d9ef3
Branches
master
Tags
v0.2.10
No related merge requests found
Pipeline
#186724
failed
10 months ago
Stage: test
Stage: analyse
Changes
2
Pipelines
131
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+3
-0
3 additions, 0 deletions
defaults/main.yml
tasks/custom_pss.yml
+11
-1
11 additions, 1 deletion
tasks/custom_pss.yml
with
14 additions
and
1 deletion
defaults/main.yml
+
3
−
0
View file @
f5f7b32a
...
...
@@ -19,6 +19,9 @@ pss_nas_software_files:
mps_nas_software_repo_url
:
https://artifactory.esss.lu.se/artifactory/list/MPS-Softwares/
mps_nas_software_files
:
-
test.zip
infra_nas_software_repo_url
:
https://artifactory.esss.lu.se/artifactory/list/PSSMPS-InfraSoftwares/
infra_nas_software_files
:
-
test.zip
pss_nas_softs_owner
:
root
pss_bastion_host
:
pss_bastion_01.tn.esss.lu.se
...
...
This diff is collapsed.
Click to expand it.
tasks/custom_pss.yml
+
11
−
1
View file @
f5f7b32a
---
-
name
:
add a software folder for PSS and MPS
-
name
:
add a software folder for PSS and MPS
and infra
file
:
path
:
"
/softwares/{{
item
}}"
owner
:
"
{{
pss_nas_softs_owner
}}"
...
...
@@ -9,6 +9,7 @@
with_items
:
-
mps
-
pss
-
infra
-
name
:
download PSS softwares
get_url
:
...
...
@@ -28,6 +29,15 @@
url_password
:
"
{{
pss_soft_artifactory_password
}}"
with_items
:
"
{{
mps_nas_software_files
}}"
-
name
:
download INFRA softwares
get_url
:
url
:
"
{{
infra_nas_software_repo_url
}}/{{
item
}}"
dest
:
"
/softwares/infra/{{
item
}}"
mode
:
0444
url_username
:
pss-soft-user
url_password
:
"
{{
pss_soft_artifactory_password
}}"
with_items
:
"
{{
infra_nas_software_files
}}"
-
name
:
add uploads folder
file
:
path
:
/uploads
...
...
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