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 (356B)
---
1 ---
2 galaxy_info:
3 role_name: searx
4 author: jayscott
5 description: install role for searx 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 - xenial
15 - name: EL
16 versions:
17 - 7
18 - 8
19
20 galaxy_tags: []
21
22 dependencies: []