Skip to content

sifat-rahim-zz/ansible-laradock-kubernetes

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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