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
|
- name: Configure Nginx
|
||||||
hosts: jupiter
|
hosts: jupiter
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/applications.yml
|
- vars/applications.yaml
|
||||||
vars:
|
vars:
|
||||||
_letsencrypt_cert_dir: /etc/letsencrypt/live
|
_letsencrypt_cert_dir: /etc/letsencrypt/live
|
||||||
handlers:
|
handlers:
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
prompt: Enter name of application stack to deploy
|
prompt: Enter name of application stack to deploy
|
||||||
private: false
|
private: false
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/applications.yml
|
- vars/applications.yaml
|
||||||
tasks:
|
tasks:
|
||||||
- name: Validate user input
|
- name: Validate user input
|
||||||
assert:
|
assert:
|
||||||
@ -26,7 +26,7 @@
|
|||||||
- name: Build image
|
- name: Build image
|
||||||
hosts: virtualization
|
hosts: virtualization
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/applications.yml
|
- vars/applications.yaml
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: tasks/docker/build.yml
|
- import_tasks: tasks/docker/build.yml
|
||||||
|
|
||||||
@ -34,8 +34,8 @@
|
|||||||
- name: Configure datastore
|
- name: Configure datastore
|
||||||
hosts: jupiter
|
hosts: jupiter
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/applications.yml
|
- vars/applications.yaml
|
||||||
- vars/secrets/applications.yml
|
- vars/secrets/applications.yaml
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create application datastore directory
|
- name: Create application datastore directory
|
||||||
become: true
|
become: true
|
||||||
@ -50,8 +50,8 @@
|
|||||||
- name: Configure docker stack
|
- name: Configure docker stack
|
||||||
hosts: jupiter
|
hosts: jupiter
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/applications.yml
|
- vars/applications.yaml
|
||||||
- vars/secrets/applications.yml
|
- vars/secrets/applications.yaml
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create compose configuration directory
|
- name: Create compose configuration directory
|
||||||
become: true
|
become: true
|
||||||
|
@ -96,6 +96,7 @@ omni_compose_apps:
|
|||||||
host: scipio.net.enp.one
|
host: scipio.net.enp.one
|
||||||
ports:
|
ports:
|
||||||
8080: 8081
|
8080: 8081
|
||||||
|
3306: 33306
|
||||||
networks:
|
networks:
|
||||||
main: 192.168.106.0/24
|
main: 192.168.106.0/24
|
||||||
versions:
|
versions:
|
@ -1 +1 @@
|
|||||||
Subproject commit 13a35d8e308ef8053b3d3031371e389f9e440a14
|
Subproject commit a6d05271693459972cc749ab6024d797b9904ee1
|
Reference in New Issue
Block a user