commit | 30bb48cbe5e114af3f1bc014db1aac3810b6c07d | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias@one.verizon.com> | Thu Aug 24 15:20:45 2017 -0400 |
committer | Carlos Frias <carlos.frias@one.verizon.com> | Thu Aug 24 15:20:45 2017 -0400 |
tree | 2c483e55eeb81ef8966d00e18c655f5a8a3f1dfa | |
parent | f09172cc5326a9fcdaf99364ed02e59039172c27 [diff] |
updated to configure system entropy
This roles setups the minimum operating system packages and configs that would allow OPDK to function properly. This is a bare bones setup that can be considered a starting point but by no means the full OS setup.
The installation of Apigee OPDK requires root access as does the installation of the system updates that are the focus of this role. Credentials must also be supplied to override the empty placeholders provided here. It is recommended that credentials be consolidated into a single credentials.yml file that can be stored separately. It is assumed that files containing credentials are stored in the ~/.apigee folder.
Defaults for internal environment OPDK setup settings
apigee_continue_on_warning: y
Default value to limit swap file use
vm_swappiness: 60
Default epel repo for EL 6
epel_ol6: https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
Default epel repo for EL 7
epel_rhel7: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
No dependencies
- hosts: servers roles: - { role: username.rolename, x: 42 }
Apache License Version 2.0, January 2004
Carlos Frias