Commit 8f0f98c0 authored by Rajesh's avatar Rajesh
Browse files

Updating skip-tags in install script

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -26,7 +26,7 @@ case "$(kubectl version --short 2> /dev/null | awk 'END {print}')" in
;;
*)
# Install kubernetes
curl -sL https://get.k3s.io | INSTALL_K3S_VERSION=v0.9.0 INSTALL_K3S_EXEC="--no-deploy=traefik --no-deploy=servicelb" sh -
curl -sL https://get.k3s.io | INSTALL_K3S_VERSION=v0.9.0 INSTALL_K3S_EXEC="--no-deploy=traefik" sh -
sudo chown $(whoami) /etc/rancher/k3s/k3s.yaml
;;
esac
......
......@@ -12,8 +12,8 @@ module=Core
# Creating inventory strucure
cp $INVENTORY_PATH/$module/* ../ansible/inventory/env/
# Installing dbs (es, cassandra, postgres)
ansible-playbook -i ../ansible/inventory/env/ ../ansible/provision.yml --tags postgresql-master #--skip-tags "postgresql-slave,log-es"
ansible-playbook -i ../ansible/inventory/env/ ../ansible/postgresql-data-update.yml #--skip-tags "postgresql-slave,log-es"
ansible-playbook -i ../ansible/inventory/env/ ../ansible/provision.yml --skip-tags "postgresql-slave,log-es"
ansible-playbook -i ../ansible/inventory/env/ ../ansible/postgresql-data-update.yml
#
# Bootstrapping k8s
ansible-playbook -i ../ansible/inventory/env/ ../kubernetes/ansible/bootstrap_minimal.yaml
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment