Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

dalcacer/testing-ansible

Repository files navigation

Simple setup to test ansible and its fitness for a specific project.

Intoduces two machines ansibleserver, ansibleclient and various playbooks for copying files or installing nginx.

Each operation is performed various times under changing network conditions.

Usage

  • vagrant up
  • Connect on server vagrant ssh ansibleserver
  • Connect once to client ssh ansibleclient
  • Run Playbooks manually e.g. ansible-playbook -vvvv -s /vagrant/nginx.yml -i /vagrant/host
  • Run all predefined tests sudo ./test-bandwidth-copy.sh && sudo ./test-bandwidth.sh && sudo ./test-packageloss-copy.sh && sudo ./test-packageloss.sh

Tests are better run using the VMs gui.

About

Repository for testing ansible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages