mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
formatting
This commit is contained in:
@@ -9,19 +9,19 @@
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
tasks:
|
||||
# CORE (MANDATORY) DO NOT CHANGE ###########################################
|
||||
# CORE (MANDATORY) DO NOT CHANGE ###########################################
|
||||
|
||||
- name: 'Set Known Facts'
|
||||
set_fact:
|
||||
pgrole: "mariadb"
|
||||
intport: "3306"
|
||||
extport: "6603"
|
||||
image: "mariadb:latest"
|
||||
pgrole: 'mariadb'
|
||||
intport: '3306'
|
||||
extport: '6603'
|
||||
image: 'mariadb:latest'
|
||||
|
||||
- name: 'Including cron job'
|
||||
include_tasks: '/opt/communityapps/apps/_core.yml'
|
||||
|
||||
# LABELS ################################################################
|
||||
# LABELS ################################################################
|
||||
- name: 'Adding Traefik'
|
||||
set_fact:
|
||||
pg_labels:
|
||||
@@ -65,4 +65,4 @@
|
||||
- name: 'Post Deployment Notes'
|
||||
debug:
|
||||
msg: |-
|
||||
* Login Information * root:plexguide * This should be changed *
|
||||
* Login Information * root:plexguide * This should be changed *
|
||||
|
||||
Reference in New Issue
Block a user