draft to generate man pages

This commit is contained in:
Brian Coca 2017-03-22 16:38:49 -04:00 committed by Brian Coca
parent 7b197d823e
commit b4c47ebf68
8 changed files with 170 additions and 14 deletions

View file

@ -50,7 +50,7 @@ class PlaybookCLI(CLI):
# create parser for CLI options
parser = CLI.base_parser(
usage = "%prog playbook.yml",
usage = "%prog [options] playbook.yml [playbook2 ...]",
connect_opts=True,
meta_opts=True,
runas_opts=True,
@ -61,6 +61,7 @@ class PlaybookCLI(CLI):
vault_opts=True,
fork_opts=True,
module_opts=True,
desc="Runs Ansible playbooks, executing the defined tasks on the targeted hosts.",
)
# ansible playbook specific opts