mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-24 22:21:26 +00:00
add missing
This commit is contained in:
parent
ad5f13a85a
commit
94827f80df
@ -104,3 +104,6 @@ matterbridge.rockylinux.org ansible_host=10.100.xx.xx
|
||||
|
||||
[matomo]
|
||||
matomo.rockylinux.org ansible_host=10.100.xx.xx
|
||||
|
||||
[bugtracker]
|
||||
bugs.rockylinux.org ansible_host=10.100.xx.xx
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
# Installs the mantis bug tracker
|
||||
- name: Configure MantisBT
|
||||
hosts: "{{ host }}"
|
||||
hosts: "bugtracker"
|
||||
become: true
|
||||
|
||||
handlers:
|
||||
|
@ -77,3 +77,9 @@
|
||||
owner: noggin
|
||||
group: noggin
|
||||
mode: '0600'
|
||||
|
||||
# The only way to run it properly, at least on EL8, is we need this line
|
||||
- name: Add missing create_app call
|
||||
lineinfile:
|
||||
path: "/opt/noggin/noggin/noggin/app.py"
|
||||
line: "app = create_app()"
|
||||
|
Loading…
Reference in New Issue
Block a user