Ipsilon Ready

This push is here to note that ipsilon is completed and ready to go. The
infrastructure team at some point will need certificates, whether this
is from let's encrypt or otherwise if this service is used.
This commit is contained in:
nazunalika 2020-12-15 20:15:50 -07:00
parent 06f3c0d338
commit 8e98dc04e0
2 changed files with 5 additions and 6 deletions

View File

@ -47,8 +47,3 @@
mode: '0644'
owner: root
group: root
- name: "Turn on reverse zone syncing"
freeipa.ansible_freeipa.ipadnsconfig:
ipaadmin_password: '{{ ipaadmin_password }}'
allow_sync_ptr: true

View File

@ -7,7 +7,11 @@ ipsilon_database_users:
- name: ipsilon
host: "localhost"
password: "{{ ipsilon_db_password }}"
priv: "ipsilon.*:ALL"
priv: "rockyipsilon.*:ALL"
ipsilon_db_user: ipsilon
ipsilon_db_name: rockyipsilon
ipsilon_httpd_hostname: "{{ inventory_hostname }}"
# apache configuration for ipsilon
apache_listen_port: 80