mirror of
https://github.com/famedly/ansible-collection-services
synced 2024-11-14 15:57:12 +00:00
6 lines
165 B
YAML
6 lines
165 B
YAML
---
|
|
- name: Deploy snipe-IT, an inventory/asset management system
|
|
hosts: "{{ snipe_it_hosts | default('snipe_it') }}"
|
|
become: true
|
|
roles:
|
|
- role: snipe-it
|