main.yml - ansible-roles - A collection of ansible roles I have created over the years.
(HTM) git clone git://jay.scot/ansible-roles
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
main.yml (375B)
---
1 ---
2 galaxy_info:
3 role_name: stagit
4 author: jayscott
5 description: install role for stagit application.
6 license: "license (BSD, MIT)"
7 min_ansible_version: 2.9
8
9 platforms:
10 - name: Ubuntu
11 versions:
12 - focal
13 - bionic
14 - name: EL
15 versions:
16 - 8
17 - name: Debian
18 version:
19 - 9
20
21 galaxy_tags: []
22
23 dependencies: []