2025-04-02 02:39:25 +02:00
[//]: # (SPDX-License-Identifier: MIT)
# Role Name
2025-04-01 22:49:29 +00:00
2025-04-02 03:24:08 +02:00
role-common-bash_convenience
# Description
2025-04-02 02:39:25 +02:00
Does basic `.bashrc` setup for Linux machines.
2025-04-02 03:24:08 +02:00
# Requirements
2025-04-02 02:39:25 +02:00
Your target machines must be Linux.
2025-04-02 03:24:08 +02:00
# Role Variables
2025-04-02 02:39:25 +02:00
Per [defaults/main.yml ](defaults/main.yml ) this role will operate on the target machine's local `root` account by default. Change list elements in `local_accounts_that_need_bash_settings` as needed. Better yet, override this with host vars.
2025-04-02 03:24:08 +02:00
# Dependencies
2025-04-02 02:39:25 +02:00
None.
2025-04-02 03:24:08 +02:00
# Example Playbook
2025-04-02 02:39:25 +02:00
In your `playbook.yml` call it like so:
```
- name: 'Awesome playbook'
hosts: all
roles:
2025-04-02 02:40:18 +02:00
- 'role-common-bash_convenience'
2025-04-02 02:39:25 +02:00
```
2025-04-02 03:24:08 +02:00
# License
2025-04-02 02:39:25 +02:00
MIT