- 03 Sep, 2014 5 commits
-
-
Issue 8872: use getpass.getpass() to read password.
Michael DeHaan committed -
James Cammarata committed
-
James Cammarata committed
-
Fixes #8758
James Cammarata committed -
This avoids passing the plaintext raw password into the script as a command-line argument, which shells such as bash and zsh will typically log into a file like ~/bash_history. As a small bonus, this works a LOT more smoothly if the user's password has characters in it that either the shell or Python syntax might like to interpret as metacharacters, like '\' or '"'. getpass.getpass() is part of Python's standard library in all versions between 2.4 and 3.3 at least.
Richard Barrell committed
-
- 02 Sep, 2014 22 commits
-
-
Memcached factcache improvements
James Cammarata committed -
docs: Add versionadded for run_once
James Cammarata committed -
zabbix_maintenance: move to new boilerplate
James Cammarata committed -
Matt Martz committed
-
Matt Martz committed
-
rax modules: Perform region validation early
James Cammarata committed -
Add additional Azure Regions
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
https://github.com/tkellen/ansible
Merge branch 'npm-ignore-scripts' of https://github.com/tkellen/ansible into tkellen-npm-ignore-scripts
James Cammarata committed -
Handle exceptions during config file parsing
James Cammarata committed -
Supporting SSL cert location on SunOS (SmartOS, really)
James Cammarata committed -
Fix description on quantum_subnet module
James Cammarata committed -
Update playbooks_variables.rst
James Cammarata committed -
James Cammarata committed
-
Corrected VM metadata obtention between Abiquo versions
James Cammarata committed -
Can override each role's install path
James Cammarata committed -
service: use self.changed in service_enable_rcconf().
James Cammarata committed -
portage: Add support for --changed-use
James Cammarata committed -
Always return a list even if its empty.
James Cammarata committed -
Matt Martz committed
-
Michal Gasek committed
-
- 01 Sep, 2014 3 commits
-
-
window facts. Select certificate to check for expiry from winrm configuration
Chris Church committed -
This change selects the certificate from the winrm configuration and attempts to find the expiry date from that. Trond Hindenes pointed out that simply picking the first certificate from local computer certs is not guaranteed to select the correct certificate.
Jon Hawkesworth committed -
Rene Moser committed
-
- 31 Aug, 2014 4 commits
-
-
Chris Church committed
-
Merge pull request #8833 from jhawkesworth/win_facts_powershell_version_and_winrm_cert_expiry_revised Revised additions to windows facts
Chris Church committed -
Jon Hawkesworth committed
-
Sterling Windmill committed
-
- 29 Aug, 2014 6 commits
-
-
Tyler Kellen committed
-
win_json_facts_setup_improvements; All changes referenced in PRs #8767 , #8768 , #8769
Chris Church committed -
Handle uncaught exceptions during config file parsing
Dionysis Grigoropoulos committed -
Adds us-gov-west-1 aws ec2 region to cloud library
James Cammarata committed -
Dan Buch committed
-
Formation, Format, and Constiency
James Cammarata committed
-