--- dependency: name: gilt driver: name: docker lint: name: yamllint platforms: - name: container image: debian:stretch privileged: true provisioner: name: ansible lint: name: ansible-lint connection_options: ansible_ssh_user: 'root' ansible_ssh_common_args: -o ServerAliveInterval=30 -o ControlMaster=auto -o ControlPersist=60s scenario: name: default test_sequence: - dependency - lint - cleanup - destroy - syntax - create - prepare - converge # no idempotence for the moment # - idempotence - side_effect - verify - cleanup - destroy verifier: name: testinfra lint: name: flake8