overlay/Linux/usr/local/src/ansible_gentooimgr
This commit is contained in:
@ -2,13 +2,14 @@
|
||||
|
||||
# -o/--one-line
|
||||
# debug can be split into controller/client
|
||||
USAGE="USAGE: $0 [--verbose 0-3] [--check] [--debug port|-port|debug|ansible] [--diff] [--step] [--skip comma,separated] [--tags comma,separated] [ -l limit ] [ -c connection ] roles..."
|
||||
# [--debug port|-port|debug|ansible]
|
||||
USAGE="USAGE: $0 [--verbose 0-3] [--check] [--diff] [--step] [--skip comma,separated] [--tags comma,separated] [ -l limit ] [ -c connection ] roles..."
|
||||
skip=
|
||||
tags='untagged'
|
||||
check=0
|
||||
connection='local'
|
||||
verbose=1
|
||||
debug=
|
||||
# debug=
|
||||
diff=0
|
||||
become=-1
|
||||
limit=''
|
||||
|
Reference in New Issue
Block a user