AlbanAndrieu.ansible_common
roles/ansible_common
This file was generated by Ansigenome. Do not edit this file directly but instead have a look at the files in the ./meta/ directory.
Role dependencies
pythongeerlingguy.ntp
Documentation
More information about https://galaxy.ansible.com/AlbanAndrieu/ansible_common can be found in the
Role variables
List of default variables available in the inventory:
apt_cache_valid_time: 3600 # Time (in seconds) the apt cache stays valid
apt_upgrade_system_enabled: no
apt_upgrade: safe # Perfoms aptupgrade. Values are (safe, full, dist)
apt_install_recommends: no # Install the "recommended" packages
apt_install_suggests: no # Install the "suggested" packages
apt_install_proxy: 'http://yourproxyaddress:proxyport'
apt_install_proxy_enabled: no
apt_install_repositories: no # Install some repositories (see list bellow)
apt_repositories: [] # List of sources which be added
apt_install_packages: no # Install some utilities (see lise bellow)
apt_install_packages_list: # List of packages which be installed
- command-not-found
- mosh
- pciutils
- screen
stats_enabled : yes
utilities_enabled : yes
editors_enabled : yes
cowsay_enabled : yes
perl_enabled : yes
python_enabled : yes
# for pip_version, please see python_versions: [2.7, 3.4] from role https://github.com/Stouts/Stouts.python.git python
python_versions : [2.7]
apt_notification_email: "root"
util_repository_state: present
Testing
$ ansible-galaxy install AlbanAndrieu.roles/alban_andrieu_common
$ vagrant up
Contributing
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.
For pull requests, editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.
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
Authors and license
roles/alban_andrieu_common role was written by:
License
- License: GPLv3
Feedback, bug-reports, requests, ...
Are welcome!
This role is part of the Nabla project. README generated by Ansigenome.
Alban Andrieu
ansible-galaxy install AlbanAndrieu.ansible_common