environmanet
is an Ansible role which:
- adds
/etc/environment
variables
Using ansible-galaxy
:
$ ansible-galaxy install franklinkim.environment
Using arm
(Ansible Role Manager):
$ arm install franklinkim.environment
Using git
:
$ git clone https://github.com/weareinteractive/ansible-environment.git
Here is a list of all the default variables for this role, which are also available in defaults/main.yml
.
# environment_config:
# - { name: LC_ALL, value: C }
#
environment_config: []
- host: all
roles:
- franklinkim.environment
vars:
environment_config:
- { name: LC_ALL, value: C }
$ git clone https://github.com/weareinteractive/ansible-environment.git
$ cd ansible-environment
$ vagrant up
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) We Are Interactive under the MIT license.