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
cc87747554
commit
e47d3ce529
@ -3,12 +3,13 @@
|
|||||||
hosts: containers
|
hosts: containers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install docker
|
- name: Install sqlite3
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name:
|
name:
|
||||||
- sqlite3
|
- sqlite3
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
update_cache: yes
|
||||||
when: inventory_hostname == destination_server
|
when: inventory_hostname == destination_server
|
||||||
- include_tasks: stop_containers.yaml
|
- include_tasks: stop_containers.yaml
|
||||||
name: Stop Containers
|
name: Stop Containers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user