Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
soctools
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gn4-3-wp8-t3.1 SOC
soctools
Merge requests
!6
add option to stop docker containers without destroy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
add option to stop docker containers without destroy
tag-modification
into
tag-modification-merge
Overview
0
Commits
1
Pipelines
0
Changes
13
Closed
Temur Maisuradze
requested to merge
tag-modification
into
tag-modification-merge
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
13
Expand
0
0
Merge request reports
Compare
tag-modification-merge
tag-modification-merge (base)
and
latest version
latest version
9dabcafe
1 commit,
2 years ago
13 files
+
98
−
21
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
roles/docker/tasks/cassandra.yml
+
9
−
2
Options
@@ -15,11 +15,18 @@
@@ -15,11 +15,18 @@
tags
:
tags
:
-
start-docker-containers
-
start-docker-containers
-
name
:
Disconnect
cassandra containers
from network and remove
-
name
:
Stop
cassandra containers
docker_container
:
docker_container
:
name
:
"
{{
item
}}"
name
:
"
{{
item
}}"
state
:
absent
state
:
stopped
with_items
:
"
{{
groups['cassandra']
}}"
with_items
:
"
{{
groups['cassandra']
}}"
tags
:
tags
:
-
stop-docker-containers
-
stop-docker-containers
-
name
:
Destroy cassandra containers
docker_container
:
name
:
"
{{
item
}}"
state
:
absent
with_items
:
"
{{
groups['cassandra']
}}"
tags
:
-
destroy-docker-containers
Loading