@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
38 lines (37 loc) • 866 B
YAML
galaxy_info:
role_name: snitch
author: ProfessorManhattan
description: Installs Snitch OpenSnitch (free) on Linux or Little Snitch (free trial) on macOS
company: Megabyte Labs
issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/snitch/-/issues
license: license (MIT)
min_ansible_version: 2.10
platforms:
- name: EL
versions:
- 7
- 8
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
- name: MacOS
versions:
- all
galaxy_tags:
- firewall
- monitor
- connections
- background
namespace: professormanhattan
dependencies:
- role: professormanhattan.go
when: ansible_os_family == 'Archlinux'
- role: professormanhattan.homebrew
when: ansible_os_family == "Darwin"