Skip to content

p-rintz/ansible-role-snipe-it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snipe-IT

Ansible role to install, configure, and update a Snipe-IT server on Ubuntu

Requirements

This role currently supports Ubuntu 20.04 and 22.04.

Role Variables

todo

Dependencies

nginxinc.nginx_core collection

Example Playbook

- 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

License

MIT

Author Information

Hunter Wigelsworth GitHub LinkedIn Twitter Facebook

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jinja 100.0%