remove env file in baikal
This commit is contained in:
parent
599113768d
commit
e5d750eb35
2 changed files with 0 additions and 18 deletions
|
@ -41,11 +41,6 @@
|
||||||
src: ./templates/container/baikal.container.j2
|
src: ./templates/container/baikal.container.j2
|
||||||
dest: /etc/containers/systemd/baikal.container
|
dest: /etc/containers/systemd/baikal.container
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
- name: "Copy environment file"
|
|
||||||
ansible.builtin.template:
|
|
||||||
src: ./templates/container/environment_file
|
|
||||||
dest: "{{ baikal.base_directory }}/environment_file"
|
|
||||||
mode: "0644"
|
|
||||||
- name: Reload systemd
|
- name: Reload systemd
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: systemctl daemon-reload
|
cmd: systemctl daemon-reload
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
MSMTPRC="
|
|
||||||
defaults
|
|
||||||
auth on
|
|
||||||
tls on
|
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
||||||
account default
|
|
||||||
host <smtp host>
|
|
||||||
port 587
|
|
||||||
from baikal@example.com
|
|
||||||
user <user>
|
|
||||||
password <password>
|
|
||||||
"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue