Skip to content

A role to deploy the bash customizations from wtd.

License

Notifications You must be signed in to change notification settings

while-true-do/ansible-role-wtd-bash

Build Status

Ansible Role: wtd-bash

| A role to deploy the bash customizations from wtd

The following customizations will be deployed:

Motivation

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.

Installation

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

Requirements

Used Modules

on host that executes the role

  • git>=1.7.1 (the command line tool)

Dependencies

None.

Role Variables

# 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'

Example Playbook

Simple Example:

- hosts: servers
  roles:
    - { role: while_true_do.wtd_bash }

Testing

This role is currently tested with syntax-checking and linting. You can find the tests in ./tests.

Contribute / Bugs

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.

License

This work is licensed under a BSD License.

Author Information

Site: while-true-do.org

Mail: hello@while-true-do.org

About

A role to deploy the bash customizations from wtd.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages