diff options
Diffstat (limited to 'kube2consul/src/main/blueprint/deploy.yml')
-rw-r--r-- | kube2consul/src/main/blueprint/deploy.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kube2consul/src/main/blueprint/deploy.yml b/kube2consul/src/main/blueprint/deploy.yml new file mode 100644 index 0000000..cc61076 --- /dev/null +++ b/kube2consul/src/main/blueprint/deploy.yml @@ -0,0 +1,8 @@ +--- +- remote_user: ubuntu + become: yes + become_method: sudo + vars_files: + - vars.yml + tasks: + - include: task.yml |