formatting

This commit is contained in:
LooseSeal2
2019-07-17 01:00:02 -07:00
parent 067ef0515b
commit e3c685e5b9
52 changed files with 567 additions and 428 deletions

View File

@@ -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 *