https://github.com/jtprogru/ansible-role-install-base-soft
Ansible role for installation basic soft
https://github.com/jtprogru/ansible-role-install-base-soft
ansible ansible-role
Last synced: 3 months ago
JSON representation
Ansible role for installation basic soft
- Host: GitHub
- URL: https://github.com/jtprogru/ansible-role-install-base-soft
- Owner: jtprogru
- License: wtfpl
- Created: 2019-07-17T11:09:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T13:00:23.000Z (about 4 years ago)
- Last Synced: 2023-03-02T17:26:48.394Z (over 3 years ago)
- Topics: ansible, ansible-role
- Language: Makefile
- Homepage: https://galaxy.ansible.com/jtprogru/install_base_soft
- Size: 56.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# jtprogru.install_base_soft



[](https://galaxy.ansible.com/jtprogru/install_base_soft/)
[](https://github.com/jtprogru/ansible-role-install-base-soft/tags)
Simple role for install base soft for comfort using remote server.
## Role Variables
See [`defaults/main.yml`](defaults/main.yml).
## Example Playbook
Example playbook:
```yaml
---
- 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](LICENSE.md)