Rename .yml to .yaml to make me feel better
This commit is contained in:
		@@ -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:
 | 
			
		||||
 Submodule vars/secrets updated: 13a35d8e30...a6d0527169
									
								
							
		Reference in New Issue
	
	Block a user