mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-30 00:01:07 +00:00
Solved multiple bugs like networking, variables etc. which occured on veen.world server
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
docker_network:
|
||||
name: central_mariadb
|
||||
state: present
|
||||
ipam_config:
|
||||
- subnet: "{{ networks.local.mariadb.subnet }}"
|
||||
when: run_once_docker_mariadb is not defined
|
||||
|
||||
- name: install MariaDB
|
||||
|
||||
Reference in New Issue
Block a user