update variables.yaml
This commit is contained in:
parent
770cdc81c8
commit
78dd73284e
2 changed files with 26 additions and 11 deletions
15
.idea/ansible-playbooks.iml
generated
Normal file
15
.idea/ansible-playbooks.iml
generated
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
<component name="TemplatesService">
|
||||||
|
<option name="TEMPLATE_FOLDERS">
|
||||||
|
<list>
|
||||||
|
<option value="$MODULE_DIR$/fresh-rss/templates" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</module>
|
|
@ -6,14 +6,14 @@ baikal:
|
||||||
base_directory: "/baikal"
|
base_directory: "/baikal"
|
||||||
data_directory: "data"
|
data_directory: "data"
|
||||||
config_directory: "config"
|
config_directory: "config"
|
||||||
mail: |
|
mail: "" # note you will need to inline the following variables
|
||||||
defaults
|
# defaults
|
||||||
auth on
|
# auth on
|
||||||
tls on
|
# tls on
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
# tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
account default
|
# account default
|
||||||
host <smtp host>
|
# host <smtp host>
|
||||||
port 587
|
# port 587
|
||||||
from baikal@example.com
|
# from baikal@example.com
|
||||||
user <user>
|
# user <user>
|
||||||
password <password>
|
# password <password>
|
Loading…
Add table
Reference in a new issue