feat(snipe_it): add ansible role for deployment
This commit is contained in:
6
playbooks/snipe_it.yml
Normal file
6
playbooks/snipe_it.yml
Normal 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
|
Reference in New Issue
Block a user