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
Github actions will check this role with ansible-lint. To run this locally, you will need to follow the following steps:
brew install ansible-lint
brew install yamllint
ansible-lint
to fix the linting errors, run:
ansible-lint --fix
LGPL-3.0
Jasper N. Brouwer, jasper@nerdsweide.nl
Ramon de la Fuente, ramon@delafuente.nl