Add dockerapps and chisel playbooks

This commit is contained in:
2023-09-24 21:59:18 +02:00
parent cece6892ab
commit 784ba18521
7 changed files with 38 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
---
- name: Docker and Docker-Compose playbook
- name: Docker-Compose playbook
hosts: all
become: true
@@ -72,6 +72,21 @@
- docker-compose
- bootstrap_dockerapp_configure_docker_compose
- name: Run `docker-compose pull`
community.docker.docker_compose:
project_src: "{{ dockerapp_tree_base_dir | last }}/{{ dockerapp_service }}/docker-compose.yml"
pull: true
tags:
- pull
- name: Run `docker-compose up`
community.docker.docker_compose:
project_src: "{{ dockerapp_tree_base_dir | last }}/{{ dockerapp_service }}/docker-compose.yml"
build: false
tags:
- pull
- name: uncomment acme.caserver line
ansible.builtin.lineinfile:
path: /etc/sudoers