ansible-base/roles/client_tools
Nemo d4a11210ac Optimize package module by passing all list instead of a loop 2020-07-11 16:11:13 +02:00
..
defaults First commit 2020-05-15 22:22:26 +02:00
meta First commit 2020-05-15 22:22:26 +02:00
tasks Optimize package module by passing all list instead of a loop 2020-07-11 16:11:13 +02:00
README.md First commit 2020-05-15 22:22:26 +02:00

README.md

Ansible Role: client tools

This role install packages (tools) on a GNU/Linux server.

Requirements

None.

Role Variables

All variables and default values are defined in defaults/main.yml :

# All packages (tools) to install on the server
tools_package:
  - sudo
  - curl
  - sed
  - grep
  - net-tools

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - client_tools

License

BSD

Author Information

This role was created in 2020 by Nemo.