Commit caee4ab8 authored by nimrod's avatar nimrod
Browse files

- Merge from ansible-role-example.

parent a76d25f2
Loading
Loading
Loading
Loading

ansible.cfg

0 → 100644
+6 −0
Original line number Diff line number Diff line
[defaults]
host_key_checking = False
retry_files_enabled = False
roles_path = .molecule/roles:../
command_warnings = True
deprecation_warnings = True
+1 −0
Original line number Diff line number Diff line
@@ -9,5 +9,6 @@ galaxy_info:
    versions:
     - 5.7
     - 5.8
     - 5.9
  galaxy_tags: ['OpenBSD', 'bootstrap']
dependencies: []

tests/playbook.yml

0 → 100644
+5 −0
Original line number Diff line number Diff line
---
- hosts: all
  gather_facts: False
  roles:
    - ansible-role-openbsd-bootstrap