Testing framework for agent2 on a cloud server (deb and rpm).
Create a servers
file within the root of this project in the following
format:
[rpm]
192.168.0.1
[deb]
192.168.0.2
[arch]
192.168.0.3
[arch:vars]
ansible_python_interpreter=/usr/bin/python2
Running the ansible-playbook will automatically:
- Install the build tools needed for RPM and DEB based distros
- Build the Agent2 binary
- Build the RPM or DEB package
ansible-playbook -u root site.yml -i servers -f 10 -l 192.168.0.1