mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07:00
Added initial stub for where playbooks will go, moved to common
constants file so as to not repeat constants between CLI and lib.
This commit is contained in:
parent
be9fdc8ef1
commit
6eda2cf383
5 changed files with 136 additions and 44 deletions
10
lib/ansible/constants.py
Normal file
10
lib/ansible/constants.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
DEFAULT_HOST_LIST = '/etc/ansible/hosts'
|
||||
DEFAULT_MODULE_PATH = '/usr/share/ansible'
|
||||
DEFAULT_MODULE_NAME = 'ping'
|
||||
DEFAULT_PATTERN = '*'
|
||||
DEFAULT_FORKS = 3
|
||||
DEFAULT_MODULE_ARGS = ''
|
||||
DEFAULT_TIMEOUT = 60
|
||||
DEFAULT_REMOTE_USER = 'root'
|
||||
DEFAULT_REMOTE_PASS = None
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue