remove stale fivem docker task
All checks were successful
Deploy Containers / Prepare (push) Successful in 26s
All checks were successful
Deploy Containers / Prepare (push) Successful in 26s
This commit is contained in:
3
main.yml
3
main.yml
@@ -113,9 +113,6 @@
|
|||||||
- name: Deploy Owncloud
|
- name: Deploy Owncloud
|
||||||
import_tasks: tasks/owncloud.yml
|
import_tasks: tasks/owncloud.yml
|
||||||
tags: owncloud_deploy
|
tags: owncloud_deploy
|
||||||
- name: Deploy FiveM
|
|
||||||
import_tasks: tasks/fivem.yml
|
|
||||||
tags: fivem_deploy
|
|
||||||
|
|
||||||
- hosts: nas
|
- hosts: nas
|
||||||
|
|
||||||
|
|||||||
@@ -1,27 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Create folder structure
|
|
||||||
file:
|
|
||||||
path: "{{ item }}"
|
|
||||||
state: directory
|
|
||||||
with_items:
|
|
||||||
- "{{ data_dir }}/fivem"
|
|
||||||
|
|
||||||
- name: Pull latest FiveM Docker Image
|
|
||||||
docker_image:
|
|
||||||
name: spritsail/fivem
|
|
||||||
tag: latest
|
|
||||||
source: pull
|
|
||||||
|
|
||||||
- name: Create FiveM Docker Container
|
|
||||||
docker_container:
|
|
||||||
name: fivem-server
|
|
||||||
image: spritsail/fivem:latest
|
|
||||||
restart_policy: unless-stopped
|
|
||||||
recreate: true
|
|
||||||
volumes:
|
|
||||||
- "{{ data_dir }}/fivem:/config"
|
|
||||||
env:
|
|
||||||
LICENSE_KEY: "{{ FIVEM_LICENSE_KEY }}"
|
|
||||||
published_ports:
|
|
||||||
- "30120:30120"
|
|
||||||
- "30120:30120/udp"
|
|
||||||
Reference in New Issue
Block a user