Skip to content
Snippets Groups Projects
Commit 46c6943d authored by nimrod's avatar nimrod
Browse files
parents 0dd1bf1a 4a2811b7
No related branches found
No related tags found
No related merge requests found
five: 5
six: 6
eleven: '{{ five + six }}'
- 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
......@@ -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
......@@ -6,16 +6,12 @@ Install UFW, set default policy and allow but limit ssh traffic.
Requirements
------------
- `Ansible 2.0 or later <https://www.ansible.com/>`_.
- `Debian Jessie <http://www.debian.org/>`_ (other versions and Debian based
distros should work but aren't tested).
See :code:`meta/main.yml` and assertions at top of :code:`tasks/main.yml`.
Role Variables
--------------
.. code:: yaml
ufw_policy: reject # Default policy, check ufw module for options.
See :code:`defaults/main.yml`.
Dependencies
------------
......
---
# defaults file for ansible-role-ufw
ufw_policy: reject
ufw_policy: reject # Default policy, check ufw module for options.
......@@ -9,6 +9,9 @@ molecule:
ansible_config_template: ansible.cfg
vagrant:
providers:
- name: virtualbox
type: virtualbox
platforms:
- name: debian
box: debian/jessie64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment