commit | 674004469272e4c943c3c424d5d6a4a579a1bdfb | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Fri Apr 06 10:54:21 2018 -0400 |
committer | Carlos Frias <friasc@google.com> | Fri Apr 06 10:54:21 2018 -0400 |
tree | 96f3a3fa6f611e3702964509ce120e7d44f74132 | |
parent | d11184f3574a35ff661b681e723494fe39553ed6 [diff] |
updated apigeereleasever settings
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.
Variable Name | Default Value | Description |
---|---|---|
apigee_continue_on_warning | y | Defaults for internal environment OPDK setup settings |
vm_swappiness | 60 | Default value to limit swap file use |
epel_ol6 | https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm | Default epel repo for EL 6 |
epel_rhel7 | https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | Default epel repo for EL 7 |
yum_packages | bind-utils, chkconfig, curl, tar, wget, yum-utils, unzip, rsync, which, libselinux-python, nss, openssh-clients, openssh-server, grep, rpm, rng-tools, sed | Collection of yum package names to install with yum |
sysctl_minimum |
No dependencies
- hosts: servers roles: - { role: apigee-opdk-setup-os-minimum }
Apache License Version 2.0, January 2004
Carlos Frias
This is not an officially supported Google product.