Skip to content

Commit 4c05199

Browse files
committed
docs: repoint dead documentation links
1 parent 2605b7f commit 4c05199

10 files changed

Lines changed: 10 additions & 12 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,4 +1231,4 @@ Net: not worth it right now. Revisit if [crun#2090](https://github.com/container
12311231

12321232
* <https://github.com/whitecloud/ansible-styleguide>
12331233
* <https://redhat-cop.github.io/automation-good-practices>
1234-
* <https://docs.openstack.org/openstack-ansible/latest/contributor/code-rules.html>
1234+
* <https://docs.openstack.org/openstack-ansible/latest/contributors/code-rules.html>

roles/apache_httpd/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ apache_httpd__mod_dir_directory_index: 'index.html index.htm index.txt'
199199

200200
# mod_security
201201
# normally nothing that you have to change
202-
# get details from https://coreruleset.org/installation/
202+
# get details from https://coreruleset.org/docs/deployment/install/
203203
# origin: https://github.com/coreruleset/coreruleset/releases
204204
apache_httpd__mod_security_coreruleset_url: 'https://github.com/coreruleset/coreruleset/archive'
205205
apache_httpd__mod_security_coreruleset_version: '4.27.0'

roles/collabora/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible Role linuxfabrik.lfops.collabora
22

3-
This role installs and configures either [Collabora Online Development Edition](https://www.collaboraoffice.com/code/) or [Collabora Online Enterprise Edition](https://www.collaboraoffice.com/collabora-online-3/). Note: To use Collabora Enterprise, you need an active [Collabora Subscription](https://www.collaboraoffice.com/subscriptions-2/).
3+
This role installs and configures either [Collabora Online Development Edition](https://www.collaboraonline.com/code/) or [Collabora Online Enterprise Edition](https://www.collaboraonline.com/collabora-online/). Note: To use Collabora Enterprise, you need an active [Collabora Subscription](https://www.collaboraonline.com/subscriptions/).
44

55

66
*Available since LFOps `2.0.0`.*

roles/grafana_grizzly/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible Role linuxfabrik.lfops.grafana_grizzly
22

3-
This role installs [grizzly](https://grafana.github.io/grizzly/), a tool for the management of Grafana dashboards.
3+
This role installs [grizzly](https://github.com/grafana/grizzly), a tool for the management of Grafana dashboards.
44

55
Additionally, this role allows you to apply Grafana resources which are saved as `{{ inventory_dir }}/host_vars/{{ inventory_hostname }}/files/grafana_grizzly/*.yml`.
66

roles/icingadb/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
- 'icingadb'
5353

5454

55-
# https://icinga.com/docs/icinga-db/latest/doc/02-Installation/04-RHEL/
55+
# https://icinga.com/docs/icinga-db/latest/doc/02-Installation/RHEL/
5656
- block:
5757

5858
- name: 'Check if the icingadb tables exist'

roles/mariadb_server/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ The role provides the `mariadb_server:upgrade` tag to update the MariaDB server.
2121

2222
By default, Ansible runs each task on all hosts affected by a play before starting the next task on any host, using 5 forks. This role manages one MariaDB host at a time (serially), e.g. to make cluster management as reliable and save as possible.
2323

24-
Hardenings that can be covered by this role: See [STIGs](https://github.com/Linuxfabrik/lfops/blob/main/STIGs.md)
25-
2624

2725
*Available since LFOps `2.0.0`.*
2826

roles/matomo_import_logs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Any [LFOps playbook](https://github.com/Linuxfabrik/lfops/blob/main/playbooks/RE
2828

2929
Manual steps:
3030

31-
* Create the target site in Matomo and obtain a `token_auth` with at least `admin` (or super user) permission. Store it in your inventory, ideally via the [linuxfabrik.lfops.bitwarden_item](https://github.com/Linuxfabrik/lfops/tree/main/roles/bitwarden_item) lookup.
31+
* Create the target site in Matomo and obtain a `token_auth` with at least `admin` (or super user) permission. Store it in your inventory, ideally via the [linuxfabrik.lfops.bitwarden_item](https://github.com/Linuxfabrik/lfops/blob/main/plugins/lookup/bitwarden_item.py) lookup.
3232

3333

3434
## Tags

roles/monitoring_plugins_grafana_dashboards/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible Role linuxfabrik.lfops.monitoring_plugins_grafana_dashboards
22

3-
This role deploys the Monitoring Plugins Grafana Dashboards for a Grafana Server using [grizzly](https://grafana.github.io/grizzly/).
3+
This role deploys the Monitoring Plugins Grafana Dashboards for a Grafana Server using [grizzly](https://github.com/grafana/grizzly).
44

55

66
*Available since LFOps `3.0.0`.*
@@ -11,7 +11,7 @@ This role deploys the Monitoring Plugins Grafana Dashboards for a Grafana Server
1111
Any [LFOps playbook](https://github.com/Linuxfabrik/lfops/blob/main/playbooks/README.md) that installs this role runs these for you. Optional ones can be disabled via the playbook's skip variables.
1212

1313
* Grafana must be installed and configured with the required provisioning config (role: [linuxfabrik.lfops.grafana](https://github.com/Linuxfabrik/lfops/tree/main/roles/grafana)).
14-
* [grizzly](https://grafana.github.io/grizzly/) must be installed (role: [linuxfabrik.lfops.grafana_grizzly](https://github.com/Linuxfabrik/lfops/tree/main/roles/grafana_grizzly)).
14+
* [grizzly](https://github.com/grafana/grizzly) must be installed (role: [linuxfabrik.lfops.grafana_grizzly](https://github.com/Linuxfabrik/lfops/tree/main/roles/grafana_grizzly)).
1515

1616

1717
## Tags

roles/repo_graylog/tasks/RedHat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
dest: '/etc/pki/rpm-gpg/RPM-GPG-KEY-graylog'
1717
mode: 0o644
1818

19-
# https://www.elastic.co/guide/en/graylog/reference/current/rpm.html#rpm-repo
19+
# https://go2docs.graylog.org/current/downloading_and_installing_graylog/red_hat_installation.htm
2020
- name: 'Deploy the graylog repo (mirror: {{ repo_graylog__mirror_url }})'
2121
ansible.builtin.template:
2222
backup: true

roles/trend_micro_v1es/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible Role linuxfabrik.lfops.trend_micro_v1es
22

3-
This role installs and activates the [Trend Vision One Endpoint Security](https://www.trendmicro.com/en_us/business/products/hybrid-cloud/vision-one-endpoint-security.html) agent (`v1es`) on Linux servers. It covers pre-flight checks, agent download and installation via the XBC API, agent registration, and Server & Workload Protection (SWP) activation.
3+
This role installs and activates the [Trend Vision One Endpoint Security](https://www.trendmicro.com/en_us/business/products/endpoint-security.html) agent (`v1es`) on Linux servers. It covers pre-flight checks, agent download and installation via the XBC API, agent registration, and Server & Workload Protection (SWP) activation.
44

55

66
*Available since LFOps `8.0.0`.*

0 commit comments

Comments
 (0)