Added some explanations.
This commit is contained in:
parent
8da96590ac
commit
68ac7a0a6d
5
nuke.yml
5
nuke.yml
@ -1,10 +1,13 @@
|
|||||||
---
|
---
|
||||||
|
# This playbook will reset the instalation to facilitate a new installation.
|
||||||
|
# All data is lost!
|
||||||
- hosts: all
|
- hosts: all
|
||||||
become: True
|
become: True
|
||||||
name: Dummy to gather facts
|
name: Dummy to gather facts
|
||||||
tasks:
|
tasks:
|
||||||
- shell: "systemctl stop docker"
|
|
||||||
- name: Stop docker service
|
- name: Stop docker service
|
||||||
|
- shell: "systemctl stop docker"
|
||||||
|
- name: Verify docker is stopped.
|
||||||
systemd:
|
systemd:
|
||||||
name: docker
|
name: docker
|
||||||
state: stopped
|
state: stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user