mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-10 16:01:23 +00:00
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:
parent
06f3c0d338
commit
8e98dc04e0
@ -47,8 +47,3 @@
|
|||||||
mode: '0644'
|
mode: '0644'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
||||||
- name: "Turn on reverse zone syncing"
|
|
||||||
freeipa.ansible_freeipa.ipadnsconfig:
|
|
||||||
ipaadmin_password: '{{ ipaadmin_password }}'
|
|
||||||
allow_sync_ptr: true
|
|
||||||
|
@ -7,7 +7,11 @@ ipsilon_database_users:
|
|||||||
- name: ipsilon
|
- name: ipsilon
|
||||||
host: "localhost"
|
host: "localhost"
|
||||||
password: "{{ ipsilon_db_password }}"
|
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 configuration for ipsilon
|
||||||
apache_listen_port: 80
|
apache_listen_port: 80
|
||||||
|
Loading…
Reference in New Issue
Block a user