Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projet_terraform_ansible_k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MUNIER Florian
projet_terraform_ansible_k8s
Commits
5bf4f156
Commit
5bf4f156
authored
2 years ago
by
MUNIER Florian
Browse files
Options
Downloads
Patches
Plain Diff
[upd] bootstrap role
parent
90d33e4b
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#15889
canceled
2 years ago
Stage: test
Stage: init
Stage: plan
Stage: apply
Stage: destroy
Stage: on_failure
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Ansible/roles/bootstrap/tasks/destroy.yml
+4
-0
4 additions, 0 deletions
Ansible/roles/bootstrap/tasks/destroy.yml
Ansible/roles/bootstrap/tasks/main.yml
+3
-0
3 additions, 0 deletions
Ansible/roles/bootstrap/tasks/main.yml
with
7 additions
and
0 deletions
Ansible/roles/bootstrap/tasks/destroy.yml
+
4
−
0
View file @
5bf4f156
---
-
name
:
Suppression du cluster k8s
ansible.builtin.include_role
:
name
:
k8s
tasks_from
:
destroy
-
name
:
Suppression de Docker
ansible.builtin.include_role
:
name
:
docker
...
...
This diff is collapsed.
Click to expand it.
Ansible/roles/bootstrap/tasks/main.yml
+
3
−
0
View file @
5bf4f156
...
...
@@ -5,3 +5,6 @@
-
name
:
Docker
ansible.builtin.include_role
:
name
:
docker
-
name
:
K8S
ansible.builtin.include_role
:
name
:
k8s
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