jtprogru.install_base_soft

jtprogru.install_base_soft

GitHub Workflow Status GitHub Workflow Status GitHub Ansible Rolle GitHub Tag

Einfache Rolle zum Installieren von Basissoftware für die bequeme Nutzung von Remote-Servern.

Rollenvariablen

Siehe defaults/main.yml.

Beispiel-Playbook

Beispiel-Playbook:

---
- name: Grundsoftware installieren
  hosts: alle
  become: true

  vars:
    base_soft_list_extra:
      - ansible
      - net-tools
      - python3-pip
      - python3-setuptools
      - python3-wheel
      - ansible-lint
      - yamllint

  roles:
    - jtprogru.install_base_soft

Lizenz

Siehe LICENSE

Über das Projekt

Ansible role for install basic software

Installieren
ansible-galaxy install jtprogru.install_base_soft
GitHub Repository
Lizenz
wtfpl
Downloads
8k
Besitzer
#sre #devops #linux #ansible #terraform #python #golang #jtprogru #jtprog #macOS