Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Pipeline #1382 passed
---
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
...@@ -129,3 +129,7 @@ ...@@ -129,3 +129,7 @@
- name: Include btrfs tasks - name: Include btrfs tasks
ansible.builtin.include_tasks: ansible.builtin.include_tasks:
file: btrfs.yml file: btrfs.yml
- name: Include Toolbox tasks
ansible.builtin.import_tasks:
file: toolbox.yml
File moved
# 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment