Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k8s-argocd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
k8s-let
k8s-argocd
Commits
2191aa87
Commit
2191aa87
authored
Dec 22, 2020
by
Bengt Giger
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.ethz.ch:k8s-let/k8s-argocd
parents
850119c5
d45929c2
Pipeline
#82582
passed with stage
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
ansible/roles/k8s-controller/tasks/main.yml
ansible/roles/k8s-controller/tasks/main.yml
+5
-5
ansible/roles/k8s-controller/tasks/redhat.yml
ansible/roles/k8s-controller/tasks/redhat.yml
+2
-2
No files found.
ansible/roles/k8s-controller/tasks/main.yml
View file @
2191aa87
---
-
name
:
Create tarball cache directory
file
:
path
:
"
{{
k8s_tarball_cache
}}"
state
:
directory
-
name
:
OS specific tasks
include_tasks
:
"
{{
ansible_os_family
|
lower
}}.yml"
when
:
ansible_user_id == "root"
...
...
@@ -8,11 +13,6 @@
name
:
kubectl
state
:
latest
-
name
:
Create tarball cache directory
file
:
path
:
"
{{
k8s_tarball_cache
}}"
state
:
directory
-
name
:
Install Python libraries
pip
:
name
:
openshift
...
...
ansible/roles/k8s-controller/tasks/redhat.yml
View file @
2191aa87
...
...
@@ -18,7 +18,7 @@
-
name
:
Get helm tarball
get_url
:
url
:
"
https://get.helm.sh/helm-{{
argocd
_version.stdout
}}-linux-amd64.tar.gz"
url
:
"
https://get.helm.sh/helm-{{
helm
_version.stdout
}}-linux-amd64.tar.gz"
dest
:
"
{{
k8s_tarball_cache
}}/"
register
:
new_helm
...
...
@@ -26,7 +26,7 @@
block
:
-
name
:
Unarchive helm
unarchive
:
src
:
"
{{
k8s_tarball_cache
}}/helm-{{
argocd
_version.stdout
}}-linux-amd64.tar.gz"
src
:
"
{{
k8s_tarball_cache
}}/helm-{{
helm
_version.stdout
}}-linux-amd64.tar.gz"
dest
:
/tmp
-
name
:
Copy helm
...
...
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