Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
A
Ansible Role Kubernetes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
nanahira
Ansible Role Kubernetes
Commits
0379cc47
Commit
0379cc47
authored
Sep 27, 2018
by
Jeff Geerling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix boolean on Debian setup, add more tests.
parent
fad8281b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
molecule/default/playbook.yml
molecule/default/playbook.yml
+17
-0
tasks/setup-Debian.yml
tasks/setup-Debian.yml
+1
-1
No files found.
molecule/default/playbook.yml
View file @
0379cc47
...
...
@@ -27,3 +27,20 @@
roles
:
-
role
:
geerlingguy.docker
-
role
:
geerlingguy.kubernetes
post_tasks
:
-
name
:
Get cluster info.
command
:
kubectl cluster-info
changed_when
:
false
register
:
kubernetes_info
-
name
:
Print cluster info.
debug
:
var=kubernetes_info.stdout
-
name
:
Get all running pods.
command
:
kubectl get pods --all-namespaces
changed_when
:
false
register
:
kubernetes_pods
-
name
:
Print list of running pods.
debug
:
var=kubernetes_pods.stdout
tasks/setup-Debian.yml
View file @
0379cc47
...
...
@@ -17,7 +17,7 @@
apt_repository
:
repo
:
"
{{
kubernetes_apt_repository
}}"
state
:
present
update_cache
:
fals
e
update_cache
:
tru
e
-
name
:
Add Kubernetes apt preferences file to pin a version.
template
:
...
...
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