Commit Graph

13320 Commits (825dd25d43a0c76981efdcb7af9db33cd42b9fb3)
 

Author SHA1 Message Date
Matt Martz b151c7ffac Add some additional output to cleanup_rax.py 10 years ago
Matt Martz b8e7211661 Update rax_clb tests for fixes in the module 10 years ago
Matt Martz 7ba7e3bd69 Add tests for rax_clb 10 years ago
Brian Coca 788889225d Merge pull request #10078 from sgargan/consul
Ansible support for Consul
10 years ago
Brian Coca 0b8101aec3 Merge pull request #10141 from dresden-weekly/fix_#10051
fixes #10051 as suggested by @aikomastboom
10 years ago
Brian Coca c966eb5d80 Merge pull request #10015 from bcoca/nicer_json_errors
handle json load errors as ansible error instead of ugly stacktrace
10 years ago
Dagobert Michelsen 9cf8c3a901 Add support for Solaris zones 10 years ago
Brian Coca 4b0cc9152d Merge pull request #10215 from NicolasLM/vault-view-umask
Set proper permissions for ansible-vault view
10 years ago
Brian Coca bbe19f8ed2 Merge pull request #10212 from cchurch/vmware_inventory_improvements
VMware inventory script updates from Tower.
10 years ago
Brian Coca a76a6ee726 Merge pull request #10211 from cchurch/tower_ec2_inventory
Update EC2 inventory script with changes from Tower.
10 years ago
Nicolas Le Manchet faa2449f55 Set proper permissions for ansible-vault view 10 years ago
Toshio Kuratomi 67fb39451a Merge pull request #10210 from pgeraghty/patch-1
Correct typos
10 years ago
Toshio Kuratomi 489cc4ceaa Merge pull request #10213 from ansible/template-symlinks-10208
Clear unwanted parameters from both args and complex args when calling file module
10 years ago
Toshio Kuratomi 10df1b898c Fix template module broken when modifying symlinks
Needed to clear unwanted parameters from both args and complex args when
calling file module.

Fixes #10208
10 years ago
Chris Church 48a0b6fb12 VMware inventory script updates from Tower. 10 years ago
Chris Church 05bb31450b Update EC2 inventory script with changes from Tower.
- Adds to changes from #6676 to support nested VPC group and VPC grouping for RDS.

- Adds to changes from #8822 to ignore invalid instance filters.

- Implements grouping by AMI ID based on #7573.

- Implements configuration options to limit which groups are created automatically, based on #7573.
10 years ago
Paul Geraghty 0d82b846cc Correct typos 10 years ago
Toshio Kuratomi c31831f028 Move from using inspect to __file__ in order to find the path to the
module snippets
10 years ago
Toshio Kuratomi 01a6081b49 First swing at making module_common.py more v2-ish 10 years ago
James Cammarata 0e834509c8 Fix in v2 for bare variable conversion 10 years ago
Brian Coca 38b0a6ae87 Merge pull request #10202 from kstrauser/devel
Adds Kerberos authentication to winrm if available
10 years ago
Kirk Strauser ab33a0e666 Adds Kerberos authentication to winrm if available
If the `kerberos` module is available, winrm will attempt to establish a
Kerberized connection to a Windows server. This allows use of Windows
domain accounts, which are quite often the only kinds of accounts
enabled on enterprise networks.

This also pulls the `transport_schemes` variable up into the
`winrm.Connection` class. This lets tests or future modifications alter
the list of available schemas without reaching into `Connection.__init__`.
10 years ago
Brian Coca 349b34109b Merge pull request #10138 from bcoca/vbox_inv
initial draft virtualbox inventory script
10 years ago
Brian Coca 416a4c3342 Merge pull request #10199 from bcoca/su_ssh_fix
fixes su/ssh with null prompt
10 years ago
Brian Coca 100dd7f429 renamed to syslog_json 10 years ago
Brian Coca 2779b9ac41 changed link from londonfest to tower 10 years ago
Brian Coca 7d9908743f small fixes to syslog callback
- renamed to syslog_json (leaving it open to other syslogs in future)
- moved logger to be part of callback object
- made logger configurable through env variables
10 years ago
Brian Coca 542fecfedd Merge pull request #10116 from r1k0/devel
add support for local/remote syslog logging
10 years ago
James Cammarata 58937a3959 Merge pull request #10198 from emonty/add-tracker-url-setting
Add issue_tracker_url to the galaxy template
10 years ago
Brian Coca 9fa221ac00 Merge pull request #10195 from henkwiedig/aix_su_promts
make su promt AIX compatible

i tested that it does not break existing on linux, I'm going to take your word on it working on AIX
10 years ago
Brian Coca f7ad6ad4de fixed issue with prompt == none and su + ask_pass in ssh plugin 10 years ago
Monty Taylor 38e81083cd Add issue_tracker_url to the galaxy template
There is an optional issue_tracker_url setting that can be set in
meta/main.yml:galaxy_info. Include it in the generated template
commented out so that it can be filled out if desired.
10 years ago
Henk Wiedig 0a902a5afd make su promt AIX compatible
$ su suuser date
suusers's Password:
10 years ago
Toshio Kuratomi 7c86db3187 Add KSH compat
cherry picked from https://github.com/ansible/ansible/pull/6899
10 years ago
Brian Coca 75d3c6b104 Merge pull request #10185 from bcoca/valut_editor_missing_err
better missing editor message
10 years ago
Brian Coca 2f2fe734df Merge pull request #10192 from bcoca/patch_action_plugin
support for patch module to have master as src
10 years ago
James Cammarata 31dd75de59 Fixing many bugs in v2
* delegate_to rudimentary support (still needs much more work)
* lots of other things
10 years ago
Toshio Kuratomi 402a6d0533 Explicitly close files opened by facts
Fixes #10157
10 years ago
Brian Coca 476b0f6d99 support for patch module to have master as src 10 years ago
Toshio Kuratomi 425dee1afa Close some file handles explicitly in facts.py
Helps control open file descriptor count with pypy (which is used with
one coreos + ansible example).  Part of a fix for
https://github.com/ansible/ansible/issues/10157
10 years ago
Toshio Kuratomi 9db17afc85 Update modules 10 years ago
Toshio Kuratomi d15eb066a1 Merge pull request #10178 from ansible/password-obfuscation
Obfuscate passwords in a variety of output
10 years ago
Toshio Kuratomi 4902c06304 Obfuscate passwords in more places where it is displayed 10 years ago
Brian Coca 76a5dd7f62 Merge pull request #10189 from boxofrad/devel
Ignore errors from `shutil.rmtree` when removing temporary directory
10 years ago
Brian Coca 9820165265 Merge pull request #10188 from simontite-capita-ti/patch-1
Update playbooks_delegation.rst
10 years ago
Brian Coca 68d45122c2 Merge pull request #10175 from funzoneq/devel
Make collins attributes more accessible
10 years ago
Brian Coca 01d3dc2e9d Merge pull request #10171 from brianpeiris/patch-1
Reformat and clarify YAML syntax descriptions
10 years ago
Brian Coca f384e0d8d3 Merge pull request #10174 from dago/solaris
Use termios instead of stty for compatibility
10 years ago
Daniel Upton 78fb13657a Ignore errors from `shutil.rmtree` when removing temporary directory 10 years ago
simontite-capita-ti 21094614c0 Update playbooks_delegation.rst
There's a space missing "hosts:127.0.0.1" should be "hosts: 127.0.0.1"
10 years ago