Created
September 29, 2020 15:59
-
-
Save desaijay315/b55c96cb267eddd8707ac21f8a4c7bb7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansible-playbook -i /opt/docker/hosts /opt/docker/ansible_scripts/create-and-push-image.yml; | |
ansible-playbook -i /opt/docker/hosts /opt/docker/kubernetes-nodejs-deployment.yml; | |
ansible-playbook -i /opt/docker/hosts /opt/docker/kubernetes-nginx-service.yml; | |
ansible-playbook -i /opt/docker/hosts /opt/docker/kubernetes-nginx-service.yml; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment