From ab2dc0a6d00316901d7f4c51a52b8d4089174c5b Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 7 Apr 2025 00:17:48 +0200 Subject: [PATCH] fix(role): Explain external var --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 9aa32c9..a00ca89 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ Currently deals exclusively with Linux machines. # Role Variables -## Defined - Per [defaults/main.yml](defaults/main.yml) this role is equipped to deal with Arch Linux and Debian. - `packages_linux_common_all_families`: Place package names in this list that are identical across all Linux flavors. @@ -44,12 +42,6 @@ Per [defaults/main.yml](defaults/main.yml) this role is equipped to deal with Ar - 'paccache-hook' ``` -## Undefined - -From somewhere outside of this role the role expects the following variable to be set. This is used in more than one role, we suggest to define this as a host or group var. - -- `landscape_quico__e_mail_default_recipient_addr_spec`: An e-mail address such as `alerting@example.com` rendered as an [RFC 2822](https://datatracker.ietf.org/doc/html/rfc2822#section-3.4.1) `addr-spec` string. This is the recipient e-mail address we'll use for system-generated e-mails. - # Dependencies This role depends on the [kewlfft.aur](https://galaxy.ansible.com/ui/repo/published/kewlfft/aur/) Ansible collection to install packages from Arch User Repository on Arch Linux target machines.