summaryrefslogtreecommitdiffstats
path: root/roles/cockpit/meta/main.yml
blob: 0f507e75ea5fa63fa020e8b2e797291c2fd7e158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
galaxy_info:
  author: Scott Dodson
  description: Deploy and Enable cockpit-ws plus optional plugins
  company: Red Hat, Inc.
  license: Apache License, Version 2.0
  min_ansible_version: 2.2
  platforms:
  - name: EL
    versions:
    - 7
  categories:
  - cloud
dependencies:
- role: os_firewall
  os_firewall_allow:
  - service: cockpit-ws
    port: 9090/tcp