mirror of
https://github.com/idealista/cookiecutter-ansible-role.git
synced 2024-11-19 19:06:12 +01:00
#98 Update goss url
This commit is contained in:
parent
e6d5c5a9a3
commit
800c5f2644
@ -32,7 +32,7 @@ Ansible {{ cookiecutter.ansible_version }} version installed.
|
|||||||
|
|
||||||
Molecule 3.x.x version installed.
|
Molecule 3.x.x version installed.
|
||||||
|
|
||||||
For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and [Goss](https://github.com/aelsabbahy/goss) as verifier.
|
For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and [Goss](https://github.com/goss-org/goss) as verifier.
|
||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ file:
|
|||||||
## Check if ports are really exposed
|
## Check if ports are really exposed
|
||||||
# port:
|
# port:
|
||||||
# # Check port at IPv6
|
# # Check port at IPv6
|
||||||
# # https://github.com/aelsabbahy/goss/issues/177
|
# # https://github.com/goss-org/goss/issues/177
|
||||||
# tcp6:<port>:
|
# tcp6:<port>:
|
||||||
# listening: true
|
# listening: true
|
||||||
# ip:
|
# ip:
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
goss_arch: amd64
|
goss_arch: amd64
|
||||||
goss_dst: /usr/local/bin/goss
|
goss_dst: /usr/local/bin/goss
|
||||||
goss_sha256sum: 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
|
goss_sha256sum: 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
|
||||||
goss_url: "https://github.com/aelsabbahy/goss/releases/download/{% raw %}{{{% endraw %} goss_version {% raw %}}}{% endraw %}/goss-linux-{% raw %}{{{% endraw %} goss_arch {% raw %}}}{% endraw %}"
|
goss_url: "https://github.com/goss-org/goss/releases/download/{% raw %}{{{% endraw %} goss_version {% raw %}}}{% endraw %}/goss-linux-{% raw %}{{{% endraw %} goss_arch {% raw %}}}{% endraw %}"
|
||||||
goss_test_directory: /tmp
|
goss_test_directory: /tmp
|
||||||
goss_format: documentation
|
goss_format: documentation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user