Go to file
2025-12-10 02:48:09 -05:00
files/nginx nginx - 80 and 443 inside container, to match docker-compose.yml 2025-12-08 23:45:05 -05:00
meta Initial Commit - Semaphore testing after podman-host 2025-11-28 22:40:46 -05:00
tasks podman-compose - db.env template, no force overwrite 2025-12-09 17:47:07 -05:00
templates podman-compose - acme-companion 2025-12-10 02:48:09 -05:00
vars Add vars/defaults.yml 2025-11-28 23:19:54 -05:00
README.md Basic ReadMe 2025-12-09 21:40:49 -05:00

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).