UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

39 lines (38 loc) 848 B
--- galaxy_info: role_name: lxdc author: ProfessorManhattan description: Installs LXD on Linux platforms and LXC on Windows and MacOS issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/lxdc/-/issues company: Megabyte Labs license: license (MIT) min_ansible_version: 2.10 platforms: - name: Archlinux versions: - all - name: EL versions: - 7 - 8 - name: Ubuntu versions: - focal - name: Windows versions: - 10 - name: MacOS versions: - all galaxy_tags: - container - kernel - lxd - virtualization - lxc namespace: professormanhattan dependencies: - role: professormanhattan.homebrew when: ansible_os_family == 'Darwin' - role: professormanhattan.snapd when: ansible_system == 'Linux'