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.
Debian Bullseye / Bookworm with the package python-pycurl and python-software-properties installed. Also, you need bash for this to be of any use.
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 }}"
- hosts: servers
roles:
- f500.bash
- f500.bashrc
LGPL-3.0
Jasper N. Brouwer, [email protected]
Ramon de la Fuente, [email protected]