Fix #50: Trigger all secrets playbooks #51
| @@ -104,7 +104,6 @@ | |||||||
|         cores: 4 |         cores: 4 | ||||||
|         memory: 4096 |         memory: 4096 | ||||||
|         cpu: x86-64-v3,flags=+spec-ctrl;+aes |         cpu: x86-64-v3,flags=+spec-ctrl;+aes | ||||||
|  |  | ||||||
|     - name: Retart VM |     - name: Retart VM | ||||||
|       community.general.proxmox_kvm: |       community.general.proxmox_kvm: | ||||||
|         state: restarted |         state: restarted | ||||||
|   | |||||||
| @@ -39,4 +39,4 @@ | |||||||
|         fstype: ext4 |         fstype: ext4 | ||||||
|         opts: rw,errors=remount-ro,x-systemd.growfs |         opts: rw,errors=remount-ro,x-systemd.growfs | ||||||
|         state: mounted |         state: mounted | ||||||
|       become: true |       become: true | ||||||
|   | |||||||
| @@ -5,6 +5,7 @@ | |||||||
|     - name: Wait for connection |     - name: Wait for connection | ||||||
|       ansible.builtin.wait_for_connection: |       ansible.builtin.wait_for_connection: | ||||||
|         timeout: 300 |         timeout: 300 | ||||||
|  |  | ||||||
|     - name: Install dependencies |     - name: Install dependencies | ||||||
|       ansible.builtin.apt: |       ansible.builtin.apt: | ||||||
|         update_cache: true |         update_cache: true | ||||||
|   | |||||||
| @@ -21,7 +21,6 @@ | |||||||
|         src: "./{{ app }}" |         src: "./{{ app }}" | ||||||
|         dest: "{{ user.home }}" |         dest: "{{ user.home }}" | ||||||
|         mode: "0744" |         mode: "0744" | ||||||
|  |  | ||||||
|     - name: Replace Encryption Key secret |     - name: Replace Encryption Key secret | ||||||
|       ansible.builtin.replace: |       ansible.builtin.replace: | ||||||
|         path: "{{ user.home }}/{{ app }}/.env" |         path: "{{ user.home }}/{{ app }}/.env" | ||||||
| @@ -37,7 +36,6 @@ | |||||||
|         path: "{{ user.home }}/{{ app }}/.env" |         path: "{{ user.home }}/{{ app }}/.env" | ||||||
|         regexp: "SMTP_PASSWORD_VALUE" |         regexp: "SMTP_PASSWORD_VALUE" | ||||||
|         replace: "{{ lookup('ansible.builtin.env', 'SMTP_PASSWORD') }}" |         replace: "{{ lookup('ansible.builtin.env', 'SMTP_PASSWORD') }}" | ||||||
|  |  | ||||||
|     - name: Docker compose up -d |     - name: Docker compose up -d | ||||||
|       ansible.builtin.command: docker compose up -d |       ansible.builtin.command: docker compose up -d | ||||||
|       args: |       args: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user