ipsilon changes

This commit is contained in:
nazunalika 2021-01-05 13:46:08 -07:00
parent 18a9382c18
commit ca80358b46
2 changed files with 2 additions and 1 deletions

2
ansible/.gitignore vendored
View File

@ -6,7 +6,7 @@ tmp/*
roles/public/* roles/public/*
!roles/public/Readme.md !roles/public/Readme.md
#keep fodler holding ansible collections empty #keep folder holding ansible collections empty
collections/* collections/*
!README.md !README.md

View File

@ -15,6 +15,7 @@ ipsilon_db_name: rockyipsilon
ipsilon_httpd_hostname: "{{ inventory_hostname }}" ipsilon_httpd_hostname: "{{ inventory_hostname }}"
# apache configuration for ipsilon # apache configuration for ipsilon
apache_configure: false
apache_listen_port: 80 apache_listen_port: 80
apache_listen_port_ssl: 443 apache_listen_port_ssl: 443
apache_create_vhosts: true apache_create_vhosts: true