| commit | 0bf7d608e47246177a626bedec92b28e1ae4d645 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 31 14:10:34 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Oct 31 14:10:34 2017 -0400 |
| tree | 28ad8df69de8de4e7c0f6f6260357d7b64867cb1 | |
| parent | 97251351c3b64e7b62b8e1e121f81e8c89ce35b2 [diff] |
updated pip, not assume I always need get-pip.py
This role performs configuration changes to the operating system for Cassandra. This role updates attributes in /etc/sysctl.conf and update /etc/security/limits.d/ with the file apigee-ds.limits.conf.
The installation of Apigee OPDK requires root access. 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.
Default update to the attribute in the net.ipv4.tcp_fin_timeout /etc/sysctl.conf system file.
apigee_net_ipv4_tcp_fin_timeout: 15
Default update to the attribute in the vm.max_map_count /etc/sysctl.conf system file.
apigee_max_map_count: 131072
None
- hosts: servers
roles:
- { role: apigee-opdk-setup-os-ds }
Apache License Version 2.0, January 2004
Carlos Frias