--- ansible: verbose: vv playbook: tests/playbook.yml diff: True config_file: ../ansible.cfg dependency: name: galaxy requirements_file: tests/requirements.yml vagrant: providers: - name: virtualbox type: virtualbox platforms: - name: openbsd56 box: tmatilai/openbsd-5.6 - name: openbsd60 box: kaorimatz/openbsd-6.0-amd64 - name: precise box: hashicorp/precise64 - name: trusty box: ubuntu/trusty64 - name: xenial box: ubuntu/xenial64 - name: wheezy box: debian/wheezy64 - name: jessie box: debian/jessie64 instances: - name: python27 options: append_platform_to_hostname: yes raw_config_args: - 'vm.synced_folder ".", "/vagrant", disabled: true' - 'vbguest.auto_update = false' - 'landrush.enabled = false' - 'landrush_ip.override = false' docker: containers: - name: python27-precise image: ubuntu image_version: precise environment: DEBIAN_FRONTEND: noninteractive container: docker - name: python27-trusty image: ubuntu image_version: trusty environment: DEBIAN_FRONTEND: noninteractive container: docker - name: python27-xenial image: ubuntu image_version: xenial environment: DEBIAN_FRONTEND: noninteractive container: docker - name: python27-wheezy image: debian image_version: wheezy environment: DEBIAN_FRONTEND: noninteractive container: docker - name: python27-jessie image: debian image_version: jessie environment: DEBIAN_FRONTEND: noninteractive container: docker - name: python27-stretch image: debian image_version: stretch environment: DEBIAN_FRONTEND: noninteractive container: docker