fix: re-trigger rmfakecloud deployment
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m24s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m24s
This commit is contained in:
parent
960fe49753
commit
2ef09a3fc8
@ -28,7 +28,6 @@
|
|||||||
number: 1
|
number: 1
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Create data filesystem
|
- name: Create data filesystem
|
||||||
community.general.filesystem:
|
community.general.filesystem:
|
||||||
dev: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
dev: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
- python3-apt
|
- python3-apt
|
||||||
- gpg
|
- gpg
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Add docker key
|
- name: Add docker key
|
||||||
ansible.builtin.apt_key:
|
ansible.builtin.apt_key:
|
||||||
url: https://download.docker.com/linux/debian/gpg
|
url: https://download.docker.com/linux/debian/gpg
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
src: "./{{ app }}"
|
src: "./{{ app }}"
|
||||||
dest: "$HOME"
|
dest: "$HOME"
|
||||||
mode: "0744"
|
mode: "0744"
|
||||||
|
|
||||||
- name: Replace JWT_SECRET_KEY secret
|
- name: Replace JWT_SECRET_KEY secret
|
||||||
ansible.builtin.replace:
|
ansible.builtin.replace:
|
||||||
path: "$HOME/{{ app }}/.env"
|
path: "$HOME/{{ app }}/.env"
|
||||||
@ -34,7 +33,6 @@
|
|||||||
path: "$HOME/{{ app }}/.env"
|
path: "$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
|
- name: Docker compose up
|
||||||
community.docker.docker_compose_v2:
|
community.docker.docker_compose_v2:
|
||||||
project_src: "$HOME/{{ app }}"
|
project_src: "$HOME/{{ app }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user