An Ansible role that does basic bashrc setup for Linux machines
Go to file
2025-04-02 03:24:08 +02:00
defaults feat(role): Initial commit 2025-04-02 02:39:25 +02:00
files/root/.config/bash/bashrc-includes.d feat(role): Initial commit 2025-04-02 02:39:25 +02:00
meta feat(role): Initial commit 2025-04-02 02:39:25 +02:00
tasks feat(role): Initial commit 2025-04-02 02:39:25 +02:00
templates/root/.config/bash/bashrc-includes.d feat(role): Initial commit 2025-04-02 02:39:25 +02:00
.gitignore feat(role): Initial commit 2025-04-02 02:39:25 +02:00
LICENSE Initial commit 2025-04-01 22:49:29 +00:00
README.md fix(role): Typo 2025-04-02 03:24:08 +02:00

Role Name

role-common-bash_convenience

Description

Does basic .bashrc setup for Linux machines.

Requirements

Your target machines must be Linux.

Role Variables

Per 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.

Dependencies

None.

Example Playbook

In your playbook.yml call it like so:

- name: 'Awesome playbook'
  hosts: all
  roles:
    - 'role-common-bash_convenience'

License

MIT