From 6c2301d7cc59d9d1c83b3874af1b75e67172c061 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 4 Feb 2021 23:07:04 -0500 Subject: [PATCH] Rename .yml to .yaml to make me feel better --- playbooks/configure-webproxy.yml | 2 +- playbooks/deploy-compose.yml | 12 ++++++------ vars/{applications.yml => applications.yaml} | 1 + vars/secrets | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) rename vars/{applications.yml => applications.yaml} (99%) diff --git a/playbooks/configure-webproxy.yml b/playbooks/configure-webproxy.yml index 64e6c9f..d35b32b 100644 --- a/playbooks/configure-webproxy.yml +++ b/playbooks/configure-webproxy.yml @@ -23,7 +23,7 @@ - name: Configure Nginx hosts: jupiter vars_files: - - vars/applications.yml + - vars/applications.yaml vars: _letsencrypt_cert_dir: /etc/letsencrypt/live handlers: diff --git a/playbooks/deploy-compose.yml b/playbooks/deploy-compose.yml index 26ba0ff..842ee85 100644 --- a/playbooks/deploy-compose.yml +++ b/playbooks/deploy-compose.yml @@ -9,7 +9,7 @@ prompt: Enter name of application stack to deploy private: false vars_files: - - vars/applications.yml + - vars/applications.yaml tasks: - name: Validate user input assert: @@ -26,7 +26,7 @@ - name: Build image hosts: virtualization vars_files: - - vars/applications.yml + - vars/applications.yaml tasks: - import_tasks: tasks/docker/build.yml @@ -34,8 +34,8 @@ - name: Configure datastore hosts: jupiter vars_files: - - vars/applications.yml - - vars/secrets/applications.yml + - vars/applications.yaml + - vars/secrets/applications.yaml tasks: - name: Create application datastore directory become: true @@ -50,8 +50,8 @@ - name: Configure docker stack hosts: jupiter vars_files: - - vars/applications.yml - - vars/secrets/applications.yml + - vars/applications.yaml + - vars/secrets/applications.yaml tasks: - name: Create compose configuration directory become: true diff --git a/vars/applications.yml b/vars/applications.yaml similarity index 99% rename from vars/applications.yml rename to vars/applications.yaml index 61aea0c..930ca42 100644 --- a/vars/applications.yml +++ b/vars/applications.yaml @@ -96,6 +96,7 @@ omni_compose_apps: host: scipio.net.enp.one ports: 8080: 8081 + 3306: 33306 networks: main: 192.168.106.0/24 versions: diff --git a/vars/secrets b/vars/secrets index 13a35d8..a6d0527 160000 --- a/vars/secrets +++ b/vars/secrets @@ -1 +1 @@ -Subproject commit 13a35d8e308ef8053b3d3031371e389f9e440a14 +Subproject commit a6d05271693459972cc749ab6024d797b9904ee1