Ansible role to install, configure, and update a Snipe-IT server on Ubuntu
This role currently supports Ubuntu 20.04 and 22.04.
todo
nginxinc.nginx_core collection
- hosts: all
tasks:
- name: Install and Configure Snipe-IT
ansible.builtin.include_role:
name: wiggels.snipeit
vars:
- snipe_domain: snipeit.example.com
- snipe_db_password: secret
- snipe_mail_host: smtp.example.com
- snipe_mail_from_addr: snipe-it@example.com
MIT