Merge branch 'main' into use_sudo
This commit is contained in:
commit
00334457b2
|
@ -29,8 +29,6 @@
|
||||||
GITEA__mailer__FROM: "noreply@{{ services.gitea.domain }}"
|
GITEA__mailer__FROM: "noreply@{{ services.gitea.domain }}"
|
||||||
GITEA__mailer__MAILER_TYPE: "smtp"
|
GITEA__mailer__MAILER_TYPE: "smtp"
|
||||||
GITEA__mailer__HOST: "{{ smtp_host }}:{{ smtp_port }}"
|
GITEA__mailer__HOST: "{{ smtp_host }}:{{ smtp_port }}"
|
||||||
GITEA__mailer__USER: "noop"
|
|
||||||
GITEA__mailer__PASSWD: "noop"
|
|
||||||
GITEA__security__LOGIN_REMEMBER_DAYS: "60"
|
GITEA__security__LOGIN_REMEMBER_DAYS: "60"
|
||||||
GITEA__security__PASSWORD_COMPLEXITY: "off"
|
GITEA__security__PASSWORD_COMPLEXITY: "off"
|
||||||
GITEA__security__MIN_PASSWORD_LENGTH: "8"
|
GITEA__security__MIN_PASSWORD_LENGTH: "8"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
path: "{{ services.restic.volume_folder }}/ssh"
|
path: "{{ services.restic.volume_folder }}/ssh"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0700'
|
mode: '0755'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: Copy private SSH key
|
- name: Copy private SSH key
|
||||||
|
|
Loading…
Reference in a new issue