--- scenario: name: ubuntu dependency: name: galaxy driver: name: docker lint: name: yamllint platforms: - name: ubuntu-14.04 image: dokken/ubuntu-14.04 command: /sbin/init capabilities: - SYS_ADMIN - name: ubuntu-16.04 image: dokken/ubuntu-16.04 command: /bin/systemd capabilities: - SYS_ADMIN volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro - name: ubuntu-18.04 image: dokken/ubuntu-18.04 command: /bin/systemd capabilities: - SYS_ADMIN volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro provisioner: name: ansible config_options: defaults: callback_whitelist: timer,profile_tasks fact_caching: jsonfile fact_caching_connection: ./cache poll_interval: 3 forks: 100 connection: pipelining: true playbooks: prepare: ../shared/prepare.yml create: ../shared/create.yml destroy: ../shared/destroy.yml converge: ../shared/playbook.yml verify: ../shared/verify.yml lint: name: ansible-lint inventory: group_vars: all: sensu_master: true sensu_include_dashboard: true sensu_rabbitmq_server: true sensu_redis_server: true sensu_rabbitmq_host: "{{ ansible_hostname }}" sensu_redis_host: "{{ ansible_hostname }}" sensu_api_host: "{{ ansible_hostname }}" ansible_default_ipv4: address: 127.0.0.1 host_vars: ubuntu-14.04: inspec_version: ubuntu1404 ubuntu-16.04: inspec_version: ubuntu1604 ubuntu-18.04: inspec_version: ubuntu1804 verifier: name: inspec directory: ../shared/tests/ lint: name: rubocop