Loading .molecule/group_vars/all 0 → 100644 +3 −0 Original line number Diff line number Diff line five: 5 six: 6 eleven: '{{ five + six }}' .pre-commit-config.yaml +3 −4 Original line number Diff line number Diff line - repo: git://github.com/pre-commit/pre-commit-hooks sha: 6b1aa19425b35f8c34f43ada8f1045b028dc19a5 - repo: https://github.com/pre-commit/pre-commit-hooks sha: 6dfcb89af3c9b4d172cc2e5a8a2fa0f54615a338 hooks: - id: check-added-large-files - id: check-json Loading @@ -7,7 +7,6 @@ - id: check-yaml - id: check-merge-conflict - repo: https://www.shore.co.il/git/ansible-pre-commit/ sha: 4c651d686a9a88f9ec65d9490897fee71cdce98d sha: 94b506c144d4e22ebc1deef637a818db13bcaca5 hooks: - id: ansible-pre-commit files: tests/playbook.yml README.rst +2 −9 Original line number Diff line number Diff line Loading @@ -6,19 +6,12 @@ An Ansible role for installing and configuring an NTP client. Requirements ------------ - `Ansible 2.0 or later <https://www.ansible.com/>`_. - Supported OSes: - `OpenBSD 5.9 <http://www.openbsd.org/>`_ (most versions should also work but aren't tested). - `Debian Jessie <http://www.debian.org/>`_ (most versions should also work but aren't tested). - `Ubuntu Trusty <http://www.ubuntu.com/>`_ (most versions should also work but aren't tested). See :code:`meta/main.yml` and assertions at top of :code:`tasks/main.yml`. Role Variables -------------- None. See :code:`defaults/main.yml`. Dependencies ------------ Loading molecule.yml +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ molecule: ansible_config_template: ansible.cfg vagrant: providers: - name: virtualbox type: virtualbox platforms: - name: openbsd box: kaorimatz/openbsd-5.9-amd64 Loading Loading
.molecule/group_vars/all 0 → 100644 +3 −0 Original line number Diff line number Diff line five: 5 six: 6 eleven: '{{ five + six }}'
.pre-commit-config.yaml +3 −4 Original line number Diff line number Diff line - repo: git://github.com/pre-commit/pre-commit-hooks sha: 6b1aa19425b35f8c34f43ada8f1045b028dc19a5 - repo: https://github.com/pre-commit/pre-commit-hooks sha: 6dfcb89af3c9b4d172cc2e5a8a2fa0f54615a338 hooks: - id: check-added-large-files - id: check-json Loading @@ -7,7 +7,6 @@ - id: check-yaml - id: check-merge-conflict - repo: https://www.shore.co.il/git/ansible-pre-commit/ sha: 4c651d686a9a88f9ec65d9490897fee71cdce98d sha: 94b506c144d4e22ebc1deef637a818db13bcaca5 hooks: - id: ansible-pre-commit files: tests/playbook.yml
README.rst +2 −9 Original line number Diff line number Diff line Loading @@ -6,19 +6,12 @@ An Ansible role for installing and configuring an NTP client. Requirements ------------ - `Ansible 2.0 or later <https://www.ansible.com/>`_. - Supported OSes: - `OpenBSD 5.9 <http://www.openbsd.org/>`_ (most versions should also work but aren't tested). - `Debian Jessie <http://www.debian.org/>`_ (most versions should also work but aren't tested). - `Ubuntu Trusty <http://www.ubuntu.com/>`_ (most versions should also work but aren't tested). See :code:`meta/main.yml` and assertions at top of :code:`tasks/main.yml`. Role Variables -------------- None. See :code:`defaults/main.yml`. Dependencies ------------ Loading
molecule.yml +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ molecule: ansible_config_template: ansible.cfg vagrant: providers: - name: virtualbox type: virtualbox platforms: - name: openbsd box: kaorimatz/openbsd-5.9-amd64 Loading