badsectorlabs.ludus_remnux

Ansible-Rolle: REMnux (Ludus)

Eine Ansible-Rolle, die REMnux auf Ubuntu 20.04-Systemen installiert.

Anforderungen

Sie müssen die ubuntu-20.04-x64-server-Vorlage auf Ihrem Ludus-Host erstellt haben. Sie können sie mit folgendem Befehl hinzufügen:

git clone https://gitlab.com/badsectorlabs/ludus.git
cd ludus/templates
ludus templates add -d ubuntu-20.04-x64-server
ludus templates build

Rollenvariablen

Keine.

Abhängigkeiten

Keine.

Beispiel-Playbook

- hosts: remnux_hosts
  roles:
    - badsectorlabs.ludus_remnux

Beispiel Ludus-Rang-Konfiguration

ludus:
  - vm_name: "{{ range_id }}-REMnux"
    hostname: "{{ range_id }}-REMnux"
    template: ubuntu-20.04-x64-server-template
    vlan: 99
    ip_last_octet: 3
    ram_gb: 6
    cpus: 4
    linux: true
    roles:
      - badsectorlabs.ludus_remnux

Lizenz

GPLv3

Autoreninformation

Diese Rolle wurde von Bad Sector Labs für Ludus erstellt.

Über das Projekt

An Ansible Role that installs REMnux on Ubuntu 20.04 systems

Installieren
ansible-galaxy install badsectorlabs.ludus_remnux
GitHub Repository
Lizenz
gpl-3.0
Downloads
324
Besitzer