Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 1.36 KB

File metadata and controls

42 lines (20 loc) · 1.36 KB

Automated packaging tests

The goal of this ansible project is to run infra-agent installation tests. Tests will be executed in hosts under testing_hosts group in ansible inventory.

[localhost]
localhost ansible_connection=local

[testing_hosts]
amd64:debian-buster ansible_host=192.168.1.12 ansible_user=admin ansible_python_interpreter=/usr/bin/python3 
amd64:centos7 ansible_host=192.168.1.13 ansible_user=centos ansible_python_interpreter=/usr/bin/python 

Playbooks