Commit bcc354b9 authored by nimrod's avatar nimrod
Browse files

Merge the toolbox role to the debian_server role.

The only reason it was a seperate role was because I thought it could be
useful for workstation. It is but it depends on a bunch of stuff from
the debian_server role. On a new host, it would fail to run before the
debian_server role has (it does because the debian_server role depended
on the toolbox role). When the need arises to use some of the
debian_server tasks in a workstation setting, it will need to be split
to a debian_common role.
parent caf211f2
Loading
Loading
Loading
Loading
Loading

roles/debian_server/meta/main.yml

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
---
galaxy_info:
  author: Nimrod Adar
  company: Shore
  description: Debian server
  license: MIT
  min_ansible_version: 2.10
  platforms:
    - name: Debian
      versions:
        - Buster
dependencies:
  - role: toolbox
+4 −0
Original line number Diff line number Diff line
@@ -129,3 +129,7 @@
- name: Include btrfs tasks
  ansible.builtin.include_tasks:
    file: btrfs.yml

- name: Include  Toolbox tasks
  ansible.builtin.import_tasks:
    file: toolbox.yml

roles/toolbox/README.md

deleted100644 → 0
+0 −17
Original line number Diff line number Diff line
# Toolbox

Install Podman and Toolbox.

## Supported distros

- Debian Buster
- Debian Bullseye
- Debian Sid
- Ubuntu Bionic
- Ubuntu Focal
- ElementaryOS Hera
- ElementaryOS Odin

Debian Bullseye and Sid have Podman in the Debian repos, the rest don't so the
Kubic repos are used. Toolbox isn't packaged yet, so
[toolbox-build](https://git.shore.co.il/shore/toolbox-build) is used.