Change DRY-breaking invocation examples for links to converge files
This commit is contained in:
@@ -34,13 +34,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.template
|
|
||||||
config_source_dir: alertmanager
|
|
||||||
alertmanager_version: 0.28.1
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
See `molecule/default/converge.yml`
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
See `molecule/default/converge.yml`.
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -21,10 +21,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.dnsmasq
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -25,10 +25,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.common.docker_ubuntu
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -59,42 +59,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
---
|
|
||||||
- name: Converge
|
|
||||||
hosts: all
|
|
||||||
vars:
|
|
||||||
grafana_users:
|
|
||||||
- name: "test"
|
|
||||||
user_login: "test"
|
|
||||||
user_password: "test"
|
|
||||||
user_email: "test@mail.ru"
|
|
||||||
is_admin: false
|
|
||||||
grafana_plugins:
|
|
||||||
version: 2.1.8
|
|
||||||
- name: aceiot-svg-panel
|
|
||||||
version: 0.1.5
|
|
||||||
grafana_public_dashboards:
|
|
||||||
- name: Node Full Exporter
|
|
||||||
id: 1860
|
|
||||||
revision: 36
|
|
||||||
vars_files:
|
|
||||||
- secrets/admin_cred.yml
|
|
||||||
|
|
||||||
roles:
|
|
||||||
- role: genlab.grafana
|
|
||||||
grafana_version: 11.5.0
|
|
||||||
admin_api_username: "{{ grafana.admin_api_username }}"
|
|
||||||
admin_api_password: "{{ grafana.admin_api_password }}"
|
|
||||||
users: "{{ grafana_users }}"
|
|
||||||
plugins: "{{ grafana_plugins }}"
|
|
||||||
public_dashboards: "{{ grafana_public_dashboards }}"
|
|
||||||
dashboard_source_path: "molecule/default/dashboards"
|
|
||||||
datasource_source_path: "molecule/default/datasources"
|
|
||||||
grafana_log_dir: "/opt/grafana/data"
|
|
||||||
grafana_data_dir: "/opt/grafana/lib"
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -43,12 +43,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.ipmi_exporter
|
|
||||||
ipmi_exp_version: "1.10.1"
|
|
||||||
ipmi_exp_source_dir: "molecule/default/"
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -33,14 +33,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.karma
|
|
||||||
karma_version: "0.121"
|
|
||||||
config_source_dir: "karma/"
|
|
||||||
karma_dir: "/etc/karma"
|
|
||||||
karma_config_dir: "/etc/karma/config"
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -23,11 +23,7 @@ No
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: loki
|
|
||||||
loki_version: 2.7.3
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
|
|||||||
@@ -21,10 +21,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.nginx
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -31,13 +31,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.prometheus
|
|
||||||
prometheus_config_source_dir: mydir/configs
|
|
||||||
prometheus_alertrules_source_dir: mydir/configs/rules
|
|
||||||
prometheus_version: 3.2.1
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -24,10 +24,7 @@ No
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
- hosts: servers
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: promtail
|
|
||||||
promtail_version: 2.7.3
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -23,12 +23,7 @@ A list of other roles hosted on Galaxy should go here, plus any details in regar
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: rclone_yandex
|
|
||||||
rclone_mountpoint: /mnt/yandex-disk
|
|
||||||
rclone_group: yandex
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -26,10 +26,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.rustdesk_server
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
See `molecule/default/converge.yml` for an example role invocation.
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -37,13 +37,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.smartctl_exporter
|
|
||||||
smartctl_exp_version: "0.14.0"
|
|
||||||
smartctl_exp_dir: "/etc/exporters"
|
|
||||||
smartctl_exp_config_dir: "/etc/exporters/config"
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -21,10 +21,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.common.sshd
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -23,10 +23,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.swapfile
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -21,10 +21,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.ufw
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -19,10 +19,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
```yaml
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
roles:
|
|
||||||
- role: genlab.template
|
|
||||||
```
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ None
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
See `molecule/default/converge.yml`.
|
See: [converge.yml](molecule/default/converge.yml)
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
Reference in New Issue
Block a user