mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-25 06:31:27 +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]
|
||||||
matomo.rockylinux.org ansible_host=10.100.xx.xx
|
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
|
# Installs the mantis bug tracker
|
||||||
- name: Configure MantisBT
|
- name: Configure MantisBT
|
||||||
hosts: "{{ host }}"
|
hosts: "bugtracker"
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
@ -77,3 +77,9 @@
|
|||||||
owner: noggin
|
owner: noggin
|
||||||
group: noggin
|
group: noggin
|
||||||
mode: '0600'
|
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