-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory-example.yml
25 lines (25 loc) · 1.14 KB
/
inventory-example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
all:
hosts:
decidim-server:
ansible_python_interpreter: /usr/bin/python3
ansible_host: 10.10.10.10
ansible_port: 22
git_organization: "OpenSourcePolitics"
git_root: "https://github.com"
git_repository: "decidim-app"
app_repository: "decidim-app"
repository_branch: "master"
decidim_host: "decidim-rhel9.osp.dev"
secret_key_base: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
database_name: "decidim"
geocoder_lookup_api_key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
object_storage_access_key: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
object_storage_secret_key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
object_storage_bucket_name: "decidim-bucket"
object_storage_endpoint_host: "decidim.storage.opensourcepolitics.eu"
default_locale: "en"
available_locales: "en,fr,ca,es"
decidim_home_path: "/data/{{ ansible_user }}"
decidim_deployment_path: "/home/{{ ansible_user }}"
decidim_admin_email: "[email protected]"
postgres_restore_file_path: "/home/{{ ansible_user }}/decidim_rhel8.sql"