@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
34 lines (33 loc) • 667 B
YAML
galaxy_info:
role_name: motd
author: ProfessorManhattan
description: Ensures motd is installed and properly configured on Linux and macOS
company: Megabyte Labs
license: license (MIT)
min_ansible_version: 2.10
platforms:
- name: EL
versions:
- 7
- 8
- name: Fedora
versions:
- 33
- name: Ubuntu
versions:
- focal
- name: Debian
versions:
- all
- name: MacOS
versions:
- all
galaxy_tags:
- motd
- message
- banner
namespace: professormanhattan
dependencies:
- role: professormanhattan.homebrew
when: ansible_os_family == "Darwin"