Skip to content
molecule.yml 393 B
Newer Older
nimrod's avatar
nimrod committed
---
ansible:
  verbose: v
  playbook: tests/playbook.yml
  diff: True
nimrod's avatar
nimrod committed

molecule:
  testinfra_dir: tests
  ansible_config_template: ansible.cfg

vagrant:
  platforms:
  - name: openbsd
    box: kaorimatz/openbsd-5.9-amd64
  instances:
nimrod's avatar
nimrod committed
  - name: ansible-role-example
nimrod's avatar
nimrod committed
    options:
        append_platform_to_hostname: yes
  raw_config_args:
  - 'vm.synced_folder ".", "/vagrant", disabled: true'