Commit Graph

62 Commits (66a83314b9d30c6a139de960e6da8d5554c28544)

Author SHA1 Message Date
Brian Coca c0c094c413 now all --list options are working! 9 years ago
Brian Coca 884435a1aa minor cosmetic changes to list options 9 years ago
Brian Coca 056602c424 rearranged --list- options, now they are consolidated when used toghether, less loops, more concise output
list-hosts works
list-tasks works, but needs better task naming (missing role info)
list-tags only shows play tags
9 years ago
James Cammarata b8b206005c Generalize extra variable parsing and loading
Fixes #11352
9 years ago
James Cammarata 8d887d8dd3 Adding back --start-at-task feature
Also implemented framework for --step, though it's not used yet
9 years ago
Brian Coca fe91f7b506 moved read_vault_file to CLI from utils and renamed to clearer read_vault_password_file 9 years ago
Brian Coca 5f791329ce now verbose mode shows config file used 9 years ago
Brian Coca 5aec5e5eb0 fixed ansible pull, reorged validate function for cli to be function specific like parser
added missing cmd_functions with run_cmd, mostly for ansible pull
9 years ago
Brian Coca 47be5b4166 added missing ansibleoptionserror import and moved args check in playbook to after parser exists to allow for creating usage info 9 years ago
James Cammarata ac7dce4631 Fixing broken set_extra_vars method after fixing unit tests (v2) 9 years ago
Brian Coca d1977dad23 started implementing syntax check 9 years ago
James Cammarata ce3ef7f4c1 Making the switch to v2 9 years ago