From 5d984b63d983984c0612d085fe71b5ef74c070ea Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Tue, 9 Dec 2025 21:40:49 -0500 Subject: [PATCH] Basic ReadMe --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa75848 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +Role Name +========= + +Produce a ready-to-configure nextcloud instance on the target system. + +Requirements +------------ + +2025-12-09 +- Rocky, AlmaLinux, or other RHEL-derived Linux system installation +- One internet-facing ethernet interface + +Role Variables +-------------- + +host_vars: + certificates: 'self' || 'certbot' + service_users: + - name: nextcloud + services: + - "nextcloud" + +Dependencies +------------ + +equilibrateit.podman_host + +Example Playbook +---------------- + +Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: + + - hosts: servers + roles: + - { role: username.rolename, x: 42 } + +License +------- + +BSD-Clause-2 + +Author Information +------------------ + +An optional section for the role authors to include contact information, or a website (HTML is not allowed).