Add ansible files
This commit is contained in:
12
ansible/files/traefik_ovh_secret.template.yaml
Normal file
12
ansible/files/traefik_ovh_secret.template.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ovh-api-credentials
|
||||
namespace: traefik
|
||||
type: Opaque
|
||||
data:
|
||||
OVH_ENDPOINT: "{{ ovh_creds.ovh_endpoint | b64encode }}"
|
||||
OVH_APPLICATION_KEY: "{{ ovh_creds.ovh_application_key | b64encode }}"
|
||||
OVH_APPLICATION_SECRET: "{{ ovh_creds.ovh_application_secret | b64encode }}"
|
||||
OVH_CONSUMER_KEY: "{{ ovh_creds.ovh_consumer_key | b64encode }}"
|
||||
Reference in New Issue
Block a user