feat(snipe_it): add ansible role for deployment

This commit is contained in:
2024-10-20 13:58:40 +02:00
parent 98c60a73c6
commit 7d09c9a88d
13 changed files with 370 additions and 0 deletions

6
playbooks/snipe_it.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Install and configure Snipe-IT
hosts: "{{ snipe_it_hosts | default('snipe_it') }}"
become: "{{ snipe_it_become | default(true, false) }}"
roles:
- role: finallycoffee.services.snipe_it