Start totpcgi dc
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
c41eb5b828
commit
768b066c46
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
||||||
app: fas
|
app: fas
|
||||||
template_fullpath: "{{roles_path}}/yubikey/templates/configmap.yml"
|
template_fullpath: "{{roles_path}}/yubikey/templates/configmap.yml"
|
||||||
objectname: configmap-yubikey.yml
|
objectname: configmap-yubikey.yml
|
||||||
|
- role: openshift/object
|
||||||
|
app: fas
|
||||||
|
template_fullpath: "{{roles_path}}/totpcgi/templates/configmap.yml"
|
||||||
|
objectname: configmap-totpcgi.yml
|
||||||
- role: openshift/secret-file
|
- role: openshift/secret-file
|
||||||
app: fas
|
app: fas
|
||||||
privatefile: "keytabs/{{env}}/fas_sync"
|
privatefile: "keytabs/{{env}}/fas_sync"
|
||||||
|
@ -93,6 +97,10 @@
|
||||||
app: fas
|
app: fas
|
||||||
template: deploymentconfig-yubikey.yml
|
template: deploymentconfig-yubikey.yml
|
||||||
objectname: deploymentconfig-yubikey.yml
|
objectname: deploymentconfig-yubikey.yml
|
||||||
|
- role: openshift/object
|
||||||
|
app: fas
|
||||||
|
template: deploymentconfig-totpcgi.yml
|
||||||
|
objectname: deploymentconfig-totpcgi.yml
|
||||||
- role: openshift/rollout
|
- role: openshift/rollout
|
||||||
app: fas
|
app: fas
|
||||||
dcname: fas
|
dcname: fas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue