Commit Graph

20640 Commits (353f6be273dcdc09e13d94de4885071afc51fbed)
 

Author SHA1 Message Date
Daniel Hokka Zakrisson 2a8b92954f Add backups to lineinfile 14 years ago
Daniel Hokka Zakrisson dfcb9d3c2d Move backup to module_common 14 years ago
Anastasis Andronidis 6c8171f6f9 Appended repo_path 14 years ago
Anastasis Andronidis 4e94db3d78 Fixed a parsing HEAD problem, when ansible is checked out as a submodule
Fixed a parsing HEAD problem, when ansible is checked out as a
submodule in git
14 years ago
Michael DeHaan 7c2fe3da16 Merge pull request #989 from willthames/command-expand-path
Allow ~ expansion in chdir argument of command module
14 years ago
willthames 8b8eae7d82 Allow ~ expansion in chdir argument of command module
This allows the use of ~ in the chdir argument of the command module
I know the later change is absolutely necessary as the first change
was not sufficient. It may be that the first change fixes shell and
the second fixes command.
14 years ago
Michael DeHaan 8c028c4cfa Merge pull request #988 from willthames/svn-expand-path
Subversion dest should allow ~ expansion
14 years ago
willthames d4c4a51866 Subversion dest should allow ~ expansion
Used os.path.expanduser on dest to allow e.g. ~/svn/repo as
a destination
14 years ago
Michael DeHaan 8f220a4f77 Always pipe stderr in the setup module to avoid JSON interference. 14 years ago
Michael DeHaan c04f00e3a6 Fix async callback 14 years ago
Michael DeHaan 16c57c6674 rebuild 14 years ago
Michael DeHaan 92de282430 rebuild 14 years ago
Michael DeHaan edfcdbffa1 Merge pull request #210 from mavimo/patch-1
Fixed typo un user
14 years ago
Matt Wright d52f1d969b Use `get_bin_path` properly 14 years ago
Matt Wright a092eadbbb Fix supervisorctl module after merge issue 14 years ago
Marco Vito Moscaritolo c0d40439a1 Fixed typo un user
In playbook users is not valid, please change to user.
14 years ago
Michael DeHaan 2b6d21d23c Merge pull request #2 from skvidal/master
eucalyptus support into ec2 inventory module
14 years ago
Seth Vidal b3ee7fdd97 add eucalyptus private cloud support to the ec2 module 14 years ago
Michael DeHaan 9b6cf8db4f Merge pull request #977 from jpmens/fromjson
Jinja2 filter from_json added, to_json renamed
14 years ago
Jan-Piet Mens a37c6ea936 Jinja2 filter from_json added, to_json renamed 14 years ago
Michael DeHaan 566f220d16 API docs update + fix -u reference 14 years ago
Michael DeHaan edd2a3c6ed Rebuild 14 years ago
Michael DeHaan 620a6c4185 Grammar fix 14 years ago
Michael DeHaan f140332ff6 Make it possible in the inventory file to have spaces in host variables 14 years ago
Michael DeHaan 8e02b165f1 chmod +x 14 years ago
Michael DeHaan 496a2b7f56 Update README.md 14 years ago
Michael DeHaan deb51becc2 lineinfile now refactored and & in core 14 years ago
Michael DeHaan 4c42721619 Merge pull request #4 from cegeddin/master
Included cegeddin playbooks in README.md
14 years ago
Michael DeHaan b0ac7e07b0 Merge branch 'binpath' of https://github.com/sfromm/ansible into devel
Conflicts:
	library/supervisorctl
14 years ago
Michael DeHaan a454db5345 Merge pull request #970 from mattupstate/devel
Improve apt_repository and supervisorctl
14 years ago
Michael DeHaan c774208bba update changelog 14 years ago
Michael DeHaan 92c37c9c07 Add seboolean RST 14 years ago
Michael DeHaan 104c3d7d6e Document SELinux modules 14 years ago
Michael DeHaan 90f051f818 Merge pull request #971 from sfromm/seboolean
Add seboolean module
14 years ago
Michael DeHaan 092bd8e3da make parameter required 14 years ago
Michael DeHaan 256d61e1e7 Document SELinux module 14 years ago
Michael DeHaan 4da4c31dfb Merge pull request #974 from goozbach/add_selinux_module
add selinux module
14 years ago
Michael DeHaan 23ae68de4f add docs on wait_for 14 years ago
Michael DeHaan 56649eb76b rebuild 14 years ago
Michael DeHaan e8a760a042 add version added 14 years ago
Michael DeHaan 800bf4b232 Who uses additions 14 years ago
Michael DeHaan e7de31bb18 Fix table / rebuild 14 years ago
Michael DeHaan 500941917d Add line in file, rebuild 14 years ago
Michael DeHaan a2e5d38f59 Merge pull request #209 from dhozac/lineinfile
Add lineinfile module
14 years ago
Derek Carter 2aa760a3fc add selinux module 14 years ago
Michael DeHaan c68a5661a4 Update README.md 14 years ago
Michael DeHaan f247579221 Update README.md 14 years ago
Stephen Fromm 6742e9c3f4 Add option required=(True|False) to get_bin_path and update modules
Added required as optional argument to get_bin_path(). It defaults to
false.  Updated following modules to use required=True when calling
get_bin_path():  apt_repository, easy_install, group, pip,
supervisorctl, and user.
Also removed _find_supervisorctl() from supervisorctl module and updated
_is_running() to not need it.
14 years ago
Matt Wright b93df1fc60 Update handling of state changes 14 years ago
Matt Wright bdfccbfb34 Move conditional that accounts for variances in distros/versions to work when removing and adding. 14 years ago