Skip to content

jtprogru/ansible-role-install-base-soft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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