Commit Graph

682 Commits (66a83314b9d30c6a139de960e6da8d5554c28544)

Author SHA1 Message Date
Brian Coca 032690a843 fix read_vault_password_file ref 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
James Cammarata b520d5bc60 Lots of fixes for integration test bugs 9 years ago
Brian Coca 51efd765be Merge pull request #11415 from msabramo/remove_unnecessary_imports
Remove unnecessary imports
9 years ago
Marc Abramowitz 0676157897 Remove unnecessary imports 9 years ago
Brian Coca 5f791329ce now verbose mode shows config file used 9 years ago
Toshio Kuratomi b11e69f3d0 Merge pull request #11452 from soarpenguin/devel
fix type error.
9 years ago
James Cammarata dcb9b5a69f Make --module-path work and expand tilde's in paths
Fixes #9937
Fixes #9949
9 years ago
Brian Coca 0a2a9557b8 now allows for users to use ^D to not input a password
fixes #11413
9 years ago
soarpenguin c6ed1ff4ad fix type error. 9 years ago
Brian Coca e153f76c95 now validate that we do get a vault password 9 years ago
Brian Coca faed1b2d05 better error reporting when doc parsing fails 9 years ago
Brian Coca 9116ff1c28 replaced removed pager_print for print 9 years ago
Matt Martz 1d55e193c1 Expose the TaskQueueManager to self 9 years ago
Matt Martz 670894e2bd Move building the play_ds into a method, that can be overridden 9 years ago
Dionysis Grigoropoulos 6f11896303
ansible-pull: Add option to verify gpg signature of a commit
Add option '--verify-commit' to verify a GPG signature of the checked
out commit. As noted in the git module documentantion, this requires
git version >= 2.1.0
9 years ago
Brian Coca 757fb39a2e now uses new module_loader 9 years ago
Brian Coca 24b7c353cc readjusted limit opts, makes no sense in adhoc when you already specify selection
changed pull to reflect this
9 years ago
Brian Coca 845d564d89 removed debug, moved limit to runtask instead section 9 years ago
Brian Coca fdeca37257 switched to argv[0] from __file__ as it is what we actually wanted 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
Edward J Kim 6a5a930c5a Add missing import in vault.py 9 years ago
Matt Martz 6519118106 Add missing import in ansible.cli 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 b85ce38834 slight changes to error handling to align with v1 9 years ago
Brian Coca 09605706d9 relly fix it this time 9 years ago
Brian Coca 12a800c0e7 fixed less opts issue 9 years ago
Brian Coca d1977dad23 started implementing syntax check 9 years ago
James Cammarata 8db21f99b7 Set the inventory on the variable manager for the adhoc cli usage (v2) 9 years ago
Brian Coca 124a0d3519 now properly inherits from ansible.cfg sudo/su ask pass
fixes #10891
9 years ago
James Cammarata ce3ef7f4c1 Making the switch to v2 9 years ago