58 Commits
Author SHA1 Message Date
Paul DurivageandMatt Clay 8166302d3d fix command list to extend, not append 2016-12-08 11:34:18 -05:00
Paul Durivage e6cd216ade Check .GetType rather than object directly 2014-06-19 16:41:24 -05:00
Paul Durivage 319f32e408 Move check down for access to 2014-06-19 16:41:05 -05:00
Paul Durivage 07267659b0 Rename variable 2014-06-19 16:40:35 -05:00
Paul Durivage 08dc72b5e7 Update documentation 2014-06-19 16:40:18 -05:00
Paul Durivage 6dd9434707 Fix so it only deletes users that exist 2014-06-19 16:25:02 -05:00
Paul Durivage 08c0b7e66e Remove commented out lines 2014-06-19 16:25:02 -05:00
Paul Durivage 03f69ac6c8 Fix incorrect name 2014-06-19 16:25:02 -05:00
Paul Durivage 29a308a233 Move functions to top for correct scope 2014-06-19 16:25:02 -05:00
Paul Durivage 556ff9b7f1 Refactor of win_user module 2014-06-19 16:25:01 -05:00
Paul DurivageandMatt Martz 61a06473ec Add documentation for win_feature module 2014-06-19 14:26:47 -05:00
Paul DurivageandMatt Martz bceaf96fd6 Add comments 2014-06-19 14:26:37 -05:00
Paul DurivageandMatt Martz 10a526e020 Add restart functionality 2014-06-19 14:26:36 -05:00
Paul DurivageandMatt Martz ab8f7289b0 Renaming and refactoring of names, variables 2014-06-19 14:26:36 -05:00
Paul DurivageandMatt Martz 7e055ec6cc Remove unnecessary obj 2014-06-19 14:26:10 -05:00
Paul DurivageandMatt Martz 04d94ffb8f Fix variable reference 2014-06-19 14:25:50 -05:00
Paul DurivageandMatt Martz af0bcb354d Ensure state is present if no value provided 2014-06-19 14:25:50 -05:00
Paul DurivageandMatt Martz ba4b2d04d9 Fix logic to ensure state is either present or absent 2014-06-19 14:25:49 -05:00
Paul DurivageandMatt Martz 25766a0d58 Add prelim version of win_feature module (for installing packages, roles, features, etc) 2014-06-19 14:25:49 -05:00
Paul DurivageandMatt Martz 5de34fca22 Make non-executable 2014-06-19 14:25:28 -05:00
Paul DurivageandMatt Martz b22e2160cf Add win_get_url module documentation 2014-06-19 14:25:28 -05:00
Paul DurivageandMatt Martz 17f54afa08 Add win_get_url module 2014-06-19 14:25:27 -05:00
Paul DurivageandMatt Martz 003448defc Add memory and IP information to setup 2014-06-19 14:25:27 -05:00
Paul Durivage b9f7da7b44 Docker client occasionally returns a NoneType, so we have to catch the TypeError 2014-05-05 10:51:58 -05:00
Paul Durivage f0bb3aeeea Add Docker inventory plugin 2014-04-16 11:27:36 -05:00
Paul Durivage 3763b32f86 Fix issue where a container is created but is not indicating that the state was changed 2014-04-02 18:05:36 -05:00
Paul Durivage 32996bf121 Documentation updates 2014-03-13 16:18:50 -05:00
Paul Durivage 3cce3650e5 Use isinstance() rather than a check using type() 2014-03-06 16:16:25 -06:00
Paul Durivage 418b9fdef6 Spelling, grammar, layout changes, plus more examples and an orchestration chapter 2014-03-05 14:36:21 -06:00
Paul Durivage b00c00cfb4 Add note about su support 2014-03-03 13:55:37 -06:00
Paul Durivage 0dbd5d3e18 Spelling correction 2014-02-14 10:47:27 -06:00
Paul Durivage f18db0dd20 Doc updates 2014-02-12 11:22:15 -06:00
Paul Durivage 2090e75e12 Use dict constructors 2014-01-23 22:05:46 -06:00
Paul Durivage d8bf5033ec Fix revert artifacts, doc update 2014-01-23 22:05:36 -06:00
Paul Durivage b24474ae58 Remove dict comprehension; use dict constructor 2014-01-23 21:05:52 -06:00
Paul Durivage 0a0ed538b2 Resolve revert conflicts 2014-01-23 20:43:31 -06:00
Paul Durivage 0cabb2fcc4 Imperfect revert w/ artifacts.
Revert "Revert "Merge pull request #5540 from angstwad/cf-container-module""

This reverts commit c3408f205e.

Conflicts:
	library/cloud/rax_files
2014-01-23 20:31:44 -06:00
Paul Durivage 95a436980a Doc updates; fix YAML problems 2014-01-23 19:19:35 -06:00
Paul Durivage 48b09d85b4 Revert "Revert "Merge pull request #5496 from angstwad/cf-module""
This reverts commit b11d62270f.

Conflicts:
	library/cloud/rax_files_objects
2014-01-23 18:57:22 -06:00
Paul Durivage d298d3bfb4 Update documentation; fix YAML problems 2014-01-23 18:56:00 -06:00
Paul Durivage e875089eba Fix bug where self.su was being set by the sudo param in play tasks 2014-01-22 11:04:19 -06:00
Paul Durivage 01d1bd61e7 Disallow su and sudo params in same play/task 2014-01-22 10:55:45 -06:00
Paul Durivage f72f5a20df Revert "Revert "Merge pull request #5325 from angstwad/add-su-support""
This reverts commit c17d0e0357.

Conflicts:
	lib/ansible/runner/connection_plugins/paramiko_ssh.py
2014-01-20 19:19:03 -06:00
Paul Durivage 4c84ba74b0 Resolve su bug in paramiko libs 2014-01-20 19:16:37 -06:00
Paul Durivage 8cf071f697 Hostvars support for su 2014-01-20 12:01:28 -06:00
Paul Durivage dec9131735 Ensure playbook support for su params 2014-01-20 11:46:56 -06:00
Paul Durivage d21281ff43 Resolve rebase conflicts 2014-01-20 11:46:05 -06:00
Paul Durivage ab6ee1a282 Enable su support in paramkio; disable su support in fireball, local, accelerate, chroot, jail, funcd connection plugins 2014-01-20 11:25:10 -06:00
Paul Durivage c95be4ceaa Make sudo and su command line arguments mutually exclusive 2014-01-20 11:25:10 -06:00
Paul Durivage 4088243deb Proposing fix for Issue #4324; adding support for su in connection plugins ssh, ssh_alt
Fixes for ssh_alt support, adding in references to in_data where appropriate
2014-01-20 11:25:10 -06:00
Paul Durivage a85e021640 Completed documentation and examples 2014-01-08 09:39:29 -06:00
Paul Durivage e822ddd910 Add rax_files_objects module for Rackspace Cloud Files support
This squashed commit fixed typos, changed to Py 2.4 compatible exceptions
2014-01-08 09:36:04 -06:00
Paul Durivage 41be035a43 Add module support for Rackspace Cloud Files Containers 2014-01-07 17:01:59 -06:00
Paul Durivage f63a6fafe9 Move regions until after authentication; otherwise pyrax.regions is an empty tuple and no inventory is returned. 2013-10-29 13:47:26 -05:00
Paul Durivage 3bfdaad060 Implement @cchurch suggestions 2013-10-29 13:47:26 -05:00
Paul Durivage 859c6c6d44 Make creds file env var optional; look for ~/.rackspace_cloud_credentials if not supplied 2013-10-29 13:47:26 -05:00
Paul Durivage d59f9b4289 Remove grouping of hosts by trying to discern subdom in server name 2013-10-29 13:47:26 -05:00
Paul Durivage 7c88ac0a5e Accept a comma-separated list of regions 2013-10-29 13:47:26 -05:00