diff options
Diffstat (limited to 'ansible/deployment_poc/variables')
-rw-r--r-- | ansible/deployment_poc/variables/deploy-variables.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/deployment_poc/variables/deploy-variables.yml b/ansible/deployment_poc/variables/deploy-variables.yml new file mode 100644 index 0000000..fbb4cc1 --- /dev/null +++ b/ansible/deployment_poc/variables/deploy-variables.yml @@ -0,0 +1,8 @@ +--- +lockfile: "../locks/deploy.lock" +endpoint: "" +cert: "" +key: "" +nb_token: +libvirt_url: "qemu+tls://{{ host }}/system" +tenant: "" |