baseline
Ansible Role thbe-baseline
This role adds everything that makes life as a system administrator easier. It contains my personal set of tools and configurations I use more or less every day.
Requirements
This role does not have any requirements.
Role Variables
- role_directory - This variable contains the root path of the directories used by thbe roles (do not change!)
- fw_manage: - Manage local firewall (default: true)
- zsh_theme - Set oh-my-zsh theme (default: "gentoo")
- zsh_plugins - List of oh-my-zsh plugins
- base_packages - List of baseline packages
- base_packages_x86_64 - List of baseline packages for x86_64
Dependencies
This role depends on:
- thbe.common
- thbe.rhel
Example Playbook
This role can be included in the site.yml like this:
# Site playbook
- name: Ansible playbooks for all nodes
hosts: all
collections:
- ansible.posix
- community.general
gather_facts: true
tasks:
- name: Role Common (DevOps preparation)
ansible.builtin.include_role:
name: thbe.common
- name: Role Baseline
ansible.builtin.include_role:
name: thbe.baseline
License
GPL-3.0-only
Author Information
Thomas Bendler - https://www.thbe.org/
About
This role adds everything that makes life as a system administrator easier
Install
ansible-galaxy install thbe/ansible-role-baseline
License
gpl-3.0
Downloads
246
Owner
Professional hobbyist