Add ansible certificates role 85/74885/1
authorMichal Zegan <m.zegan@samsung.com>
Wed, 19 Dec 2018 10:20:51 +0000 (11:20 +0100)
committerMichal Zegan <m.zegan@samsung.com>
Wed, 19 Dec 2018 10:45:22 +0000 (11:45 +0100)
commit6c83964660f76400f02efa4de5b7775d122cf2ea
treed8ddf70bea788398e3f5d0168f6cc999c940e390
parent6d14adbfcc125d3a17dd64ef1da0e3c2df27853f
Add ansible certificates role

This role is used to generate and install certificates on instances,
incl. root ca.
Those certificates are used mainly to allow secure access to
internal docker registry with proper certificate verification.

Issue-ID: OOM-1551
Change-Id: I74782dd2938cb51da293f88483d5362981269196
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
ansible/roles/certificates/tasks/main.yml [new file with mode: 0644]
ansible/roles/certificates/tasks/upload_root_ca.yml [new file with mode: 0644]
ansible/roles/certificates/templates/v3.ext.j2 [new file with mode: 0644]