├── LICENSE ├── README.md ├── Vagrantfile ├── httpd_1.sh ├── httpd_2.sh └── lb_ipvsadm.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mateusmuller/lab-ipvs-vagrant/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mateusmuller/lab-ipvs-vagrant/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mateusmuller/lab-ipvs-vagrant/HEAD/Vagrantfile -------------------------------------------------------------------------------- /httpd_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mateusmuller/lab-ipvs-vagrant/HEAD/httpd_1.sh -------------------------------------------------------------------------------- /httpd_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mateusmuller/lab-ipvs-vagrant/HEAD/httpd_2.sh -------------------------------------------------------------------------------- /lb_ipvsadm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mateusmuller/lab-ipvs-vagrant/HEAD/lb_ipvsadm.sh --------------------------------------------------------------------------------