--- # General timezone: "Africa/Nairobi" ansible_user: "ubuntu" # Variables shared between multiple group_vars all_redis_password: "strongpassword" all_openmrs_site_name: "localhost" all_openmrs_install_name: "openmrs" all_couchdb_admin_user: "root" all_couchdb_admin_password: "strongpassword" all_openmrs_admin_password: "strongpassword" all_opensrp_postgres_superuser: "root" all_opensrp_postgres_superuser_password: "strongpassword" all_mysql_root_password: "strongpassword" all_psql_table_space_dir: "/opt/postgres" all_opensrp_postgresql_database: "opensrp" server_monitoring_hostname: "vagrant" server_monitoring_set_hostname: true server_monitoring_hostname_from_ec2_Name_tag: false server_monitoring_graphite_server_ip: "127.0.0.1" server_monitoring_graphite_server_port: "2003" server_monitoring_graphite_server_protocol: "tcp" server_monitoring_owner: "ubuntu" server_monitoring_server_type: "staging" slack_monit_endpoint: "" opensrp_certs_from_letsencrypt: false all_gpg_key: "" all_gpg_dir: "inventories/demo/staging/files/pgp" gpg_private_key: "{{ all_gpg_dir }}/{{ all_gpg_key }}-priv.key" gpg_public_key: "{{ all_gpg_dir }}/{{ all_gpg_key }}-pub.key" gpg_trust_file: "{{ all_gpg_dir }}/{{ all_gpg_key }}-ultimate.trust" nginx_install_only: true