install_base_soft

jtprogru.install_base_soft

GitHub Workflow Status GitHub Workflow Status GitHub Ansible Role GitHub tag

Simple role for install base soft for comfort using remote server.

Role Variables

See defaults/main.yml.

Example Playbook

Example 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

See LICENSE

About

Ansible role for install basic software

Install
ansible-galaxy install jtprogru/ansible-role-install-base-soft
GitHub repository
License
wtfpl
Downloads
8025
Owner
#sre #devops #linux #ansible #terraform #python #golang #jtprogru #jtprog #macOS