@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
45 lines (44 loc) • 916 B
YAML
galaxy_info:
role_name: dive
author: ProfessorManhattan
description: Install dive on nearly any platform
company: Megabyte Labs
issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/dive/-/issues
license: license (MIT)
min_ansible_version: 2.10
platforms:
- name: Ubuntu
versions:
- trusty
- precise
- xenial
- name: EL
versions:
- 7
- 8
- name: Fedora
versions:
- all
- name: Debian
versions:
- stretch
- name: Windows
versions:
- 10
- name: MacOS
versions:
- all
galaxy_tags:
- dive
- images
- docker
- oci
- inspect
- build
namespace: professormanhattan
dependencies:
- role: professormanhattan.go
when: ansible_os_family == 'Archlinux'
- role: professormanhattan.homebrew
when: ansible_os_family == "Darwin"