David Wahlstrom
David Wahlstrom
Signed-off-by: David Wahlstrom
It would be nice to know which plugins are being used. As a contributor, it would help provide a direction as to what types of plugins people find useful and...
Some deployments use multiple haproxy config files. This is especially apparent when using something like dataplaneapi for haproxy. This patch provides the ability to tell the role where to store...
**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml matrix_domain: drwahl.me matrix_ssl_lets_encrypt_support_email: matrix_coturn_turn_static_auth_secret: matrix_synapse_macaroon_secret_key: devture_postgres_connection_password: matrix_prometheus_enabled: true matrix_prometheus_node_exporter_enabled: true matrix_grafana_enabled: true matrix_grafana_anonymous_access: false matrix_grafana_default_admin_user: matrix_grafana_default_admin_password: matrix_synapse_admin_enabled: true matrix_synapse_ext_password_provider_shared_secret_auth_enabled: true matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret:...
## Proposed change Adding support for WatchYourLAN (https://github.com/aceberg/WatchYourLAN) integration. This will allow HA to fetch information from the WatchYourLAN API and process the results at entities. ## Type of change...
In some situations, the GPG key of the package might be untrusted. This new `nodejs_disable_gpg_check` flag allows for users to skip the GPG check at their own peril.