Compare commits
No commits in common. "23aa518c604b891ccce2223bf9b9c3cef017650d" and "93ee384dfab612878f54cc084cd84308a940d1e6" have entirely different histories.
23aa518c60
...
93ee384dfa
4
.github/workflows/infra.yaml
vendored
4
.github/workflows/infra.yaml
vendored
@ -33,7 +33,9 @@ jobs:
|
||||
|
||||
- name: Check playbooks
|
||||
run: |
|
||||
ansible-playbook --inventory ./inventory --syntax-check $(find . -wholename "*/infra/*playbook.yaml" -type f)
|
||||
for file in $(find . -wholename "*/infra/*playbook.yaml" -type f); do
|
||||
ansible-playbook --inventory ./inventory --syntax-check "$file"
|
||||
done
|
||||
|
||||
- name: Get changed playbooks
|
||||
id: files
|
||||
|
@ -28,7 +28,6 @@
|
||||
number: 1
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: Create data filesystem
|
||||
community.general.filesystem:
|
||||
dev: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
||||
|
@ -14,7 +14,6 @@
|
||||
- python3-apt
|
||||
- gpg
|
||||
become: true
|
||||
|
||||
- name: Add docker key
|
||||
ansible.builtin.apt_key:
|
||||
url: https://download.docker.com/linux/debian/gpg
|
||||
|
@ -52,6 +52,7 @@
|
||||
regexp: "DB_PASSWORD_VALUE"
|
||||
replace: "{{ lookup('infisical.vault.read_secrets', project_id=infisical_project, env_slug='prod',
|
||||
path='/solidtime', secret_name='DB_PASSWORD')['value'] }}"
|
||||
|
||||
- name: Replace DB Password secret (db)
|
||||
ansible.builtin.replace:
|
||||
path: "$HOME/{{ app }}/.env"
|
||||
|
Loading…
x
Reference in New Issue
Block a user