Skip to content

Ansible playbook to setup docker containers for laravel application using laradock. Another playbook to setup kubernetes cluster. All in debian/ubuntu platform

License

Notifications You must be signed in to change notification settings

sifat-rahim-zz/ansible-laradock-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-laradock-kubernetes

Ansible playbook to setup docker containers for laravel application using laradock. Platform is debian/ubuntu.

To setup docker containers for laravel app, check command -

ansible-playbook -i devserver get_laradock.yml -b   (-b equivalents to sudo)  

To setup kubernetes cluster (single node, tested on ec2 ubuntu), check command -

ansible-playbook -i devserver install_kubernetes.yml 

Change the sample IP in the inventory file :)

install ansible ?

sudo apt-add-repository -y ppa:ansible/ansible
sudo apt-get update
sudo apt-get install -y ansible

About

Ansible playbook to setup docker containers for laravel application using laradock. Another playbook to setup kubernetes cluster. All in debian/ubuntu platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published