f500 / ansible-bashrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bashrc

Install a nice bash profile

Installs this profile for the root user, the current user and also as skeleton for future users created on this system.

Requirements

Debian Bullseye / Bookworm with the package python-pycurl and python-software-properties installed. Also, you need bash for this to be of any use.

Role Variables

You can specify which users will get a .bashrc written to their homedir. By default this roles uses the Ansible SSH user.

bashrc_users:
  - "{{ ansible_ssh_user }}"

Example Playbook

- hosts: servers
  roles:
     - f500.bash
     - f500.bashrc

License

LGPL-3.0

Author Information

Jasper N. Brouwer, jasper@nerdsweide.nl

Ramon de la Fuente, ramon@delafuente.nl

About

License:GNU Lesser General Public License v3.0


Languages

Language:Shell 100.0%