Delete install_user_controller.yaml
This commit is contained in:
parent
9b5d0d4060
commit
1fa62556ec
1 changed files with 0 additions and 36 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue