using an actual password for ufmonitor database, removing old stuff
This commit is contained in:
parent
0d1d91d113
commit
a69cb46aff
3 changed files with 10 additions and 4 deletions
|
@ -60,6 +60,16 @@ host_backup_targets:
|
|||
shared_buffers: "2GB"
|
||||
effective_cache_size: "6GB"
|
||||
|
||||
############################################################
|
||||
# ufmonitor config
|
||||
############################################################
|
||||
#
|
||||
ufmonitor_db_host: "172.17.0.1"
|
||||
ufmonitor_db_name: "ufmonitor"
|
||||
ufmonitor_db_user: "ufmonitor"
|
||||
ufmonitor_db_password: "{{ upstreamfirst_ufmonitor_db_pass }}"
|
||||
ufmonitor_config_path: "/etc/sysconfig/ufmonitor"
|
||||
ufmonitor_home: "/var/www/ufmonitor"
|
||||
|
||||
############################################################
|
||||
# Pagure Config
|
||||
|
|
|
@ -31,9 +31,6 @@
|
|||
become_user: postgres
|
||||
postgresql_user: db={{ ufmonitor_db_name }} user={{ ufmonitor_db_user }} password={{ ufmonitor_db_password }} role_attr_flags=NOSUPERUSER
|
||||
|
||||
- name: generate environment file for apiserver
|
||||
template: src=ufmonitor-envvars.j2 dest=/etc/sysconfig/ufmonitor
|
||||
|
||||
- name: Deploy service file for apiserver
|
||||
template: src=ufmonitor-apiserver.service.j2 dest=/etc/systemd/system/ufmonitor-apiserver.service
|
||||
notify:
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
POSTGRES_DB_PASSWORD='{{ ufmonitor_db_password }}'
|
Loading…
Add table
Add a link
Reference in a new issue