@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
42 lines (41 loc) • 935 B
YAML
galaxy_info:
role_name: scrcpy
author: ProfessorManhattan
description: Installs scrcpy (which can be used to display and control your Android device) on nearly any platform
company: Megabyte Labs
issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/scrcpy/-/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: Windows
versions:
- 10
- name: MacOS
versions:
- all
galaxy_tags:
- android
- scrcpy
- remote
- control
- display
namespace: professormanhattan
dependencies:
- role: professormanhattan.homebrew
when: ansible_os_family == 'Darwin'
- role: professormanhattan.snapd
when: ansible_system == 'Linux'