X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ansible%2Fplaybooks%2Fetcd.yaml;fp=ansible%2Fplaybooks%2Fetcd.yaml;h=caa2222ad530cc88d59f31a50dea90d077e40a59;hb=e85043aa3e0f004b8129971f4cb5cb2c4810d281;hp=0000000000000000000000000000000000000000;hpb=d230553e2ebb429e3770f342590f7ad0dae3d88f;p=ta%2Fcaas-etcd.git diff --git a/ansible/playbooks/etcd.yaml b/ansible/playbooks/etcd.yaml new file mode 100644 index 0000000..caa2222 --- /dev/null +++ b/ansible/playbooks/etcd.yaml @@ -0,0 +1,22 @@ +--- +# Copyright 2019 Nokia +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# cmframework.requires: master_kubelet.yaml +- hosts: caas_master + strategy: free + become: true + become_user: "{{ users.admin_user_name }}" + roles: + - etcd