Delete install_user_controller.yaml

This commit is contained in:
David Rotermund 2024-07-13 18:34:51 +02:00 committed by GitHub
parent 9b5d0d4060
commit 1fa62556ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,36 +0,0 @@
---
- name: install overleaf fedora controller
hosts: all
become: true
tasks:
- name: Create a volume
community.docker.docker_volume:
name: overleaf_python
state: present
- name: Create overleaf python container
community.docker.docker_container:
name: overleafpython
image: "python:3.11.9-alpine3.19"
state: started
recreate: no
restart_policy: always
command: sleep infinity
volumes:
- "overleaf_python:/data"
- "/var/run/docker.sock:/var/run/docker.sock"
networks:
- name: OverleafNet
comparisons:
networks: strict