Rename .yml to .yaml to make me feel better
This commit is contained in:
parent
ab52415f54
commit
6c2301d7cc
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
@ -1 +1 @@
|
||||
Subproject commit 13a35d8e308ef8053b3d3031371e389f9e440a14
|
||||
Subproject commit a6d05271693459972cc749ab6024d797b9904ee1
|
Reference in New Issue
Block a user