Add support for rancher 1.6 API 15/83415/7
authorPetr Ospalý <p.ospaly@partner.samsung.com>
Tue, 26 Mar 2019 21:13:00 +0000 (22:13 +0100)
committerPetr Ospalý <p.ospaly@partner.samsung.com>
Wed, 17 Apr 2019 08:49:58 +0000 (10:49 +0200)
commit2bfe0f938efb70dba4454ea9a68a4af304fe6afc
treefc685202209e6cbd609822192cbf844edb4273f8
parent45fa0030abb4c013722f68c1ef23d53ba1d1620e
Add support for rancher 1.6 API

- New ansible module to handle rancher API
- Setting up of the cattle db and log related options
  to achieve lower space usage.

As of this moment it does what was intended:
- it setups new values for db and log related options
- it can be used for any other setting options

Change-Id: I25048469df0cb035cc6eac39740210cdfa175ada
Issue-ID: OOM-1681
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
ansible/library/rancher1_api.py [new file with mode: 0644]
ansible/roles/rancher/defaults/main.yml
ansible/roles/rancher/tasks/rancher_server.yml