Commit Graph

9423 Commits (2a723e908eb3eefe05f4319a0fa7ec0d12dd31e2)
 

Author SHA1 Message Date
James Laska 2a723e908e Fix issue#6430 by instantiating Network() with expected arguments 10 years ago
Michael DeHaan e0147f18b1 Merge pull request #6421 from bcoca/stat_noread_nomd5
now stat skips md5 if file isn't readable
10 years ago
Richard Isaacson 681dcf437a Merge pull request #6429 from risaacson/migrate_booleans_bool_django_manage
Bulk update of choices=BOOLEANS to type='bool'
10 years ago
Richard Isaacson 0fd80f3f6f Merge pull request #6428 from risaacson/migrate_booleans_bool_postgresql_user
Bulk update of choices=BOOLEANS to type='bool'
10 years ago
Richard Isaacson d0795a8336 Merge pull request #6427 from risaacson/migrate_booleans_bool_rax_files_objects
Bulk update of choices=BOOLEANS to type='bool'
10 years ago
Richard Isaacson a6c89a86f6 Merge pull request #6426 from risaacson/migrate_booleans_bool_rax_files
Bulk update of choices=BOOLEANS to type='bool'
10 years ago
Richard Isaacson 9bb8c2aa42 Merge pull request #6425 from risaacson/migrate_booleans_bool_rax
Bulk update of choices=BOOLEANS to type='bool'
10 years ago
Richard Isaacson 2bd97dc8b6 Merge pull request #6424 from risaacson/migrate_booleans_bool_quantum_subnet
Bulk update of choices=BOOLEANS to type='bool'
10 years ago
Richard Isaacson 125775dc3d Merge pull request #6423 from risaacson/migrate_booleans_bool_gce
Bulk update of choices=BOOLEANS to type='bool'
10 years ago
Richard Isaacson e784ba533a Merge pull request #6422 from risaacson/migrate_booleans_bool_ec2_vpc
Bulk update of choices=BOOLEANS to type='bool'
10 years ago
Richard C Isaacson c1af272ba1 Bulk update of choices=BOOLEANS to type='bool' 10 years ago
Richard C Isaacson c2bf201bce Bulk update of choices=BOOLEANS to type='bool' 10 years ago
Richard C Isaacson c3dc195362 Bulk update of choices=BOOLEANS to type='bool' 10 years ago
Richard C Isaacson 3121a7f3ec Bulk update of choices=BOOLEANS to type='bool' 10 years ago
Richard C Isaacson 86adb60a82 Bulk update of choices=BOOLEANS to type='bool' 10 years ago
Richard C Isaacson 05a1883cb9 Bulk update of choices=BOOLEANS to type='bool' 10 years ago
Richard C Isaacson 1ea5b04e05 Bulk update of choices=BOOLEANS to type='bool' 10 years ago
Richard C Isaacson e40fd9bb0d Bulk update of choices=BOOLEANS to type='bool' 10 years ago
Brian Coca 463a1c21ea now stat skips md5 if file isn't readable 10 years ago
jctanner f1301f6fd9 Merge pull request #6415 from devoncrouse/devel
Fixed references to missing method in ec2 modules
10 years ago
James Tanner 6da2c37112 Fixes #6411 Return None for ec2 api endpoints that return 404 10 years ago
Michael DeHaan bb047b9e89 Changelog updates for things merged already into 1.6 10 years ago
James Tanner bd3322824f Remove duplicate digital_ocean_droplet module 10 years ago
Devon Crouse b853778a93 Fixed references to missing method in ec2 modules
Change-Id: I9b89d433b545269d111b3c290b6411aabf58dd24
10 years ago
Michael DeHaan a689e42d32 Fix ec2_facts module by removing stray fail statement 10 years ago
Michael DeHaan 3b79a36641 Merge pull request #6409 from risaacson/migrate_booleans_bool_ec2_eip
Bulk update of choices=BOOLEANS to type='bool'
10 years ago
Michael DeHaan 9b7da52ed7 Merge pull request #6408 from risaacson/migrate_booleans_bool_digital_ocean
Bulk update of choices=BOOLEANS to type='bool'
10 years ago
Richard Isaacson d88b00aff9 Merge pull request #6410 from risaacson/at_module_docstring
Fix docstring issue.
10 years ago
Richard C Isaacson a1c87e6deb Fix docstring issue. 10 years ago
Richard C Isaacson 1b28e3bf41 Bulk update of choices=BOOLEANS to type='bool' 10 years ago
Richard C Isaacson 10f70bee49 Bulk update of choices=BOOLEANS to type='bool' 10 years ago
James Cammarata 6c25e78299 Merge branch 'devel' of https://github.com/dparalen/ansible into dparalen-devel 10 years ago
Richard Isaacson 6e13c1ebe0 Merge pull request #6406 from risaacson/at_module2
This fixes what was merged in 1.5.0.
10 years ago
James Cammarata 10f7a20e60 Merge pull request #5079 from candlerb/candlerb/virt_states
Additional target states for virt module: "destroyed" and "paused"
10 years ago
James Cammarata 11f500fa2f Merge pull request #4630 from mmoya/mysql_variables-fix2
Add support for string values
10 years ago
James Tanner e4e64a9699 Rename lxc to libvirt_lxc 10 years ago
James Tanner c73cb77689 Fix name in locale_gen docstring 10 years ago
James Cammarata bca6adc812 Merge pull request #4064 from mscherer/lxc
Add a plugin that permit to use ansible for lxc system, using libvirt
10 years ago
Michael DeHaan 4a94a5d80a Merge pull request #6400 from vadimkuznetsov/bug5959
bug 5959: https://github.com/ansible/ansible/issues/5959
10 years ago
James Tanner 41b7badb13 Fix snippet imports and version_added in ufw module 10 years ago
James Cammarata 1d6750afec Merge pull request #5518 from pyykkis/ufw
UFW module (another take)
10 years ago
James Tanner 8ffb964f45 Set version_added for locale_gen 10 years ago
James Tanner da95310d86 Rename locale module to locale_gen 10 years ago
James Cammarata 74335b6e59 Merge pull request #5411 from AugustusKling/locale
locale module
10 years ago
James Tanner b3ff88d06a Fix version_added and snippet imports on new digital ocean modules 10 years ago
jctanner 748588b516 Merge pull request #4315 from mgregson/add-digital-ocean-domains
Add digital ocean domains
10 years ago
James Tanner 53777bbbc9 Fix docstring and snippet import style in portage module 10 years ago
jctanner e94a4aa70f Merge pull request #4493 from sayap/portage
Add packaging module for Gentoo Portage.
10 years ago
James Cammarata 58fdd242d0 Merge branch 'mragh-devel' into devel 10 years ago
James Cammarata f36de32863 Adding version_added field to metadata field in s3 module 10 years ago