Application de develop sur octo #1

Open
lucaskev wants to merge 15 commits from develop into main
3 changed files with 2880 additions and 18 deletions
Showing only changes of commit e9d1ec3789 - Show all commits

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/playbook": "file:///home/hadrien/git/ansible-fuz/matrix.yml"
}
}

View File

@ -9,6 +9,7 @@
template: template:
src: templates/homeserver.yaml.j2 src: templates/homeserver.yaml.j2
dest: /etc/matrix-synapse/homeserver.yaml dest: /etc/matrix-synapse/homeserver.yaml
vars: vars:
- matrix_server_name: matrix.fuz.re - matrix_server_name: matrix.fuz.re
- synapse_postgres_password: !vault | - synapse_postgres_password: !vault |
@ -18,12 +19,10 @@
36373238633939303261666263303562653233313339326638393032343531613435326436393739 36373238633939303261666263303562653233313339326638393032343531613435326436393739
6535346265653732380a363738333836366334633264303130336435323637303037373563306266 6535346265653732380a363738333836366334633264303130336435323637303037373563306266
3235 3235
- synapse_turn_password: - synapse_turn_secret: !vault |
!vault |
$ANSIBLE_VAULT;1.1;AES256 $ANSIBLE_VAULT;1.1;AES256
32616461613066343434373265376663653230393837313264636130623963383636333739333561 32616461613066343434373265376663653230393837313264636130623963383636333739333561
6434613031303161656531303639633437613132336131660a333466356165616434646366333765 6434613031303161656531303639633437613132336131660a333466356165616434646366333765
31653164633930326434643339616231616235613062663733326339653830306566313735306339 31653164633930326434643339616231616235613062663733326339653830306566313735306339
3831646665393963390a636332353233396462663831623966373437306531663331333233363361 3831646665393963390a636332353233396462663831623966373437306531663331333233363361
31383766356137636661306134326236656666623432656163616132663530343566 31383766356137636661306134326236656666623432656163616132663530343566

File diff suppressed because it is too large Load Diff