thbe.common
Ansible Role thbe-common
This role sets up a standard folder structure used by all other roles in the "thbe" Ansible Galaxy namespace.
Requirements
No special requirements for this role.
Role Variables
- role_directory - The main path for the directories used by thbe roles (do not change!)
- meta_information - Create a file with specific details about the implementation (default: false)
- meta_responsible - The person or group in charge of the role set (default: 'unset')
- meta_version - The version of Ansible used for deployment (default: 'unset')
- meta_date - Date when the Ansible code was released (default: 'unset')
- meta_origin - The URL of the git repository hosting the Ansible source code (default: 'https://github.com/thbe')
Dependencies
This role has no dependencies but is required by other roles in the "thbe" Ansible Galaxy namespace.
Example Playbook
You can include this role in your site.yml like this:
# Site playbook
- name: Ansible playbooks for all nodes
hosts: all
gather_facts: true
tasks:
- name: Role Common (DevOps setup)
ansible.builtin.include_role:
name: thbe.common
License
GPL-3.0-only
Author Information
Thomas Bendler - https://www.thbe.org/