Skip to content

Commit

Permalink
remove ood-portal.conf template and option (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 5, 2024
1 parent 58886af commit 8a79e53
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 325 deletions.
4 changes: 0 additions & 4 deletions defaults/main/ood_portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# See https://osc.github.io/ood-documentation/latest/reference/files/ood-portal-yml.html
# for more details on this file and it's configurations.

# When true this configuration will run the ood_portal_generator to generate the apache
# config files. When false, this role will generate an equivalent apache configuration.
ood_portal_generator: true

# Use this variable to define anything you need inside ood VirtualHost that
# isn't already there.
# Tip: Could be multi-line yml with | or >, so you could add new Location
Expand Down
10 changes: 0 additions & 10 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
- name: Template apache file
ansible.builtin.template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
mode: 'u=rw,g=r,o='
loop:
- { src: "ood-portal.conf.j2", dest: "{{ apache_conf_dir }}/ood-portal.conf" }
when: not ood_portal_generator
notify: Restart apache httpd

- name: Template ood_portal.yml
ansible.builtin.template:
src: "ood_portal.yml.j2"
Expand Down
311 changes: 0 additions & 311 deletions templates/ood-portal.conf.j2

This file was deleted.

0 comments on commit 8a79e53

Please sign in to comment.