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'
|
- 'var-naming'
|
||||||
- 'no-handler'
|
- 'no-handler'
|
||||||
- 'role-name'
|
- '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.
|
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)
|
||||||
[](https://galaxy.ansible.com/ansibleguy/sw_zoneminder)
|
[](https://galaxy.ansible.com/ansibleguy/sw_zoneminder)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
- 'apache2.service'
|
- 'apache2.service'
|
||||||
|
|
||||||
- name: Checking ports
|
- name: Checking ports
|
||||||
wait_for:
|
ansible.builtin.wait_for:
|
||||||
port: "{{ item }}"
|
port: "{{ item }}"
|
||||||
timeout: 1
|
timeout: 1
|
||||||
msg: "Checking port {{ item }}"
|
msg: "Checking port {{ item }}"
|
||||||
|
|
@ -35,7 +35,8 @@
|
||||||
- 80
|
- 80
|
||||||
- 443
|
- 443
|
||||||
|
|
||||||
- debug:
|
- name: 'Test'
|
||||||
|
ansible.builtin.debug:
|
||||||
var: port_test
|
var: port_test
|
||||||
|
|
||||||
- name: Verify
|
- name: Verify
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue