mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
a68f90fe6d
commit
6f6c23a0b6
@ -3,6 +3,10 @@
|
|||||||
hosts: containers
|
hosts: containers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Install docker
|
||||||
|
ansible.builtin.apt:
|
||||||
|
name:
|
||||||
|
- sqlite3
|
||||||
- include_tasks: stop_containers.yaml
|
- include_tasks: stop_containers.yaml
|
||||||
name: Stop Containers
|
name: Stop Containers
|
||||||
when: inventory_hostname == destination_server
|
when: inventory_hostname == destination_server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user