| A role to deploy the bash customizations from wtd
The following customizations will be deployed:
Deploying customizations for bash is a regular task. To have the same look and feel on all hosts, this role can be used. It is deploying and updating the customizations.
Install from Ansible Galaxy
ansible-galaxy install while_true_do.wtd_bash
Install from Github
git clone https://github.com/while-true-do/ansible-role-wtd-bash.git while_true_do.wtd_bash
Used Modules
on host that executes the role
- git>=1.7.1 (the command line tool)
None.
# defaults/main.yml
---
wtd_bash_deploy_directory: '~/.while-true-do'
# https://github.com/while-true-do/bash-prompt
wtd_bash_prompt: 'true'
# https://github.com/while-true-do/bash-behaviour
wtd_bash_behaviour: 'true'Simple Example:
- hosts: servers
roles:
- { role: while_true_do.wtd_bash }This role is currently tested with syntax-checking and linting. You can find the tests in ./tests.
Thank you so much for considering to contribute. Every contribution helps us. We are really happy, when somebody is joining the hard work. Please have a look at the links first.
This work is licensed under a BSD License.
Site: while-true-do.org
Mail: hello@while-true-do.org