fixed meta, linting updates, added ansible-lint config and test-badges
This commit is contained in:
parent
07953a24fd
commit
c27abf43f8
|
|
@ -4,3 +4,5 @@ skip_list:
|
|||
- 'var-naming'
|
||||
- 'no-handler'
|
||||
- 'role-name'
|
||||
- 'ignore-errors'
|
||||
- 'yaml'
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ Ansible Role to deploy a ZoneMinder IP-CAM server.
|
|||
|
||||
Read into the [official documentation](https://zoneminder.readthedocs.io/en/stable/userguide/gettingstarted.html) on how to add ip-cams and so on.
|
||||
|
||||
[]()
|
||||
[]()
|
||||
[]()
|
||||
[](https://molecule.readthedocs.io/en/latest/)
|
||||
[](https://yamllint.readthedocs.io/en/stable/)
|
||||
[](https://ansible-lint.readthedocs.io/en/latest/)
|
||||
[](https://galaxy.ansible.com/ansibleguy/sw_zoneminder)
|
||||
[](https://galaxy.ansible.com/ansibleguy/sw_zoneminder)
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
- 'apache2.service'
|
||||
|
||||
- name: Checking ports
|
||||
wait_for:
|
||||
ansible.builtin.wait_for:
|
||||
port: "{{ item }}"
|
||||
timeout: 1
|
||||
msg: "Checking port {{ item }}"
|
||||
|
|
@ -35,7 +35,8 @@
|
|||
- 80
|
||||
- 443
|
||||
|
||||
- debug:
|
||||
- name: 'Test'
|
||||
ansible.builtin.debug:
|
||||
var: port_test
|
||||
|
||||
- name: Verify
|
||||
|
|
|
|||
Loading…
Reference in New Issue