X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Fk3s%2Ftasks%2Finstall.yml;h=bef74d967e8d228bc21a10d27a5ba69b9856398f;hb=524d06d860fba6790d180be24b369a0d22a4ede5;hp=70cde7ca1717f94e786aaf692902452f2e8b7b06;hpb=7d2bf0bf6892cb363e61156577e66d0e655a21e3;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/k3s/tasks/install.yml b/ocd/infra/playbooks/roles/k3s/tasks/install.yml index 70cde7c..bef74d9 100644 --- a/ocd/infra/playbooks/roles/k3s/tasks/install.yml +++ b/ocd/infra/playbooks/roles/k3s/tasks/install.yml @@ -32,6 +32,9 @@ - debug: var=ansible_host +- debug: + msg: K3 Installation started on {{ ansible_facts['distribution'] }} MEP Node + - name: "INSTALL: Disabling firewall for successfull k3s installation on CentOs" shell: cmd: systemctl stop firewalld @@ -43,12 +46,6 @@ when: ansible_facts['distribution'] == "CentOS" and result is failed ignore_errors: true -- name: "INSTALL: install k3s-selinux-0.1.1-rc1.el7.noarch.rpm" - shell: - cmd: rpm -i https://rpm.rancher.io/k3s-selinux-0.1.1-rc1.el7.noarch.rpm - when: ansible_facts['distribution'] == "CentOS" and result is failed - ignore_errors: true - - name: "INSTALL: get interface name" shell: cmd: ip a |grep {{ ansible_host }} |awk '{print $NF}'