jtprogru.install_base_soft

jtprogru.install_base_soft

GitHub Workflow Status GitHub Workflow Status GitHub Ansible Role GitHub tag

This is a simple role to install basic software for easier use of a remote server.

Role Variables

You can find the variables in defaults/main.yml.

Example Playbook

Here is an example of a playbook:

---
- name: Installing basic software
  hosts: all
  become: true

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

  roles:
    - jtprogru.install_base_soft

License

Please refer to the LICENSE.

Informazioni sul progetto

Ansible role for install basic software

Installa
ansible-galaxy install jtprogru.install_base_soft
Licenza
wtfpl
Download
8k
Proprietario
#sre #devops #linux #ansible #terraform #python #golang #jtprogru #jtprog #macOS