mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Update constants.py to pull module path and the hosts file from the
environment (ANSIBLE_{LIBRARY,HOSTS}) if defined. Update manpages to represent this. Also update the env-setup script to set ANSIBLE_{LIBRARY,HOSTS}.
This commit is contained in:
parent
3c20f4000f
commit
f2c2786a14
5 changed files with 51 additions and 14 deletions
|
@ -3,7 +3,7 @@ ansible-modules(5)
|
|||
:doctype:manpage
|
||||
:man source: Ansible-playbook
|
||||
:man version: 0.0.1
|
||||
:man manual: System administration commands
|
||||
:man manual: Ansible
|
||||
|
||||
|
||||
NAME
|
||||
|
@ -28,13 +28,13 @@ Playbooks are written in YAML.
|
|||
EXAMPLE
|
||||
-------
|
||||
|
||||
see
|
||||
See:
|
||||
|
||||
https://github.com/mpdehaan/ansible/blob/master/examples/playbook.yml
|
||||
- https://github.com/mpdehaan/ansible/blob/master/examples/playbook.yml
|
||||
|
||||
https://github.com/mpdehaan/ansible/blob/master/examples/base.yml
|
||||
- https://github.com/mpdehaan/ansible/blob/master/examples/base.yml
|
||||
|
||||
https://github.com/mpdehaan/ansible/blob/master/examples/handlers.yml
|
||||
- https://github.com/mpdehaan/ansible/blob/master/examples/handlers.yml
|
||||
|
||||
WHAT THE EXAMPLE MEANS
|
||||
-----------------------
|
||||
|
@ -100,6 +100,12 @@ If a host has a failure, the host will be ignored for the remainder
|
|||
of the playbook execution.
|
||||
|
||||
|
||||
ENVIRONMENT
|
||||
-----------
|
||||
|
||||
ANSIBLE_LIBRARY -- Override the default ansible module library path
|
||||
|
||||
|
||||
AUTHOR
|
||||
------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue