1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Correctly link to modules (#20019)

This commit is contained in:
John R Barker 2017-01-08 17:06:07 +00:00 committed by GitHub
parent d1bd526426
commit 01849004e9
4 changed files with 4 additions and 4 deletions

View file

@ -141,7 +141,7 @@ notes:
2.1, the later requires python to be installed in the container which can 2.1, the later requires python to be installed in the container which can
be done with the command module. be done with the command module.
- You can copy a file from the host to the container - You can copy a file from the host to the container
with the Ansible M(copy) and M(templater) module and the `lxd` connection plugin. with the Ansible M(copy) and M(template) module and the `lxd` connection plugin.
See the example below. See the example below.
- You can copy a file in the creatd container to the localhost - You can copy a file in the creatd container to the localhost
with `command=lxc file pull container_name/dir/filename filename`. with `command=lxc file pull container_name/dir/filename filename`.

View file

@ -78,7 +78,7 @@ notes:
- This module requires to increase the ssh connection rate limit. - This module requires to increase the ssh connection rate limit.
Use the following command I(ip ssh connection-rate-limit 60) Use the following command I(ip ssh connection-rate-limit 60)
to configure the same. This can be done via M(dnos_config) module to configure the same. This can be done via M(dellos9__config) module
as well. as well.
""" """

View file

@ -149,7 +149,7 @@ notes:
- This module requires to increase the ssh connection rate limit. - This module requires to increase the ssh connection rate limit.
Use the following command I(ip ssh connection-rate-limit 60) Use the following command I(ip ssh connection-rate-limit 60)
to configure the same. This can be done via M(dnos_config) module to configure the same. This can be done via M(dellos9_config) module
as well. as well.
""" """

View file

@ -52,7 +52,7 @@ notes:
- This module requires to increase the ssh connection rate limit. - This module requires to increase the ssh connection rate limit.
Use the following command I(ip ssh connection-rate-limit 60) Use the following command I(ip ssh connection-rate-limit 60)
to configure the same. This can be done via M(dnos_config) module to configure the same. This can be done via M(dellos9_config) module
as well. as well.
""" """