Commit Graph

4068 Commits (bd6852eda08af2676f093729c005220122bc5729)
 

Author SHA1 Message Date
Michael DeHaan bd6852eda0 Merge branch 'doc_html_tweaks' of git://github.com/nigelm/ansible into devel 12 years ago
Michael DeHaan 7a6f3e6a6a Missing colon in docs. 12 years ago
Daniel Hokka Zakrisson f03e845920 Allow hyphens in complex variables
Primarily to support ${hostvars.hostname-with-hyphens.<var>}.
12 years ago
Michael DeHaan 50c1c06088 Merge pull request #2193 from szinck/devel
pass in int() args to get_pty
12 years ago
Shaun Zinck e7719e4e46 pass in int() args to get_pty
If LINES or COLUMNS was set, get_pty was failing because it was
expecting an int value to be passed in.
12 years ago
Michael DeHaan 3c40ce5700 Better detection of whether a service is managed by systemd or not. 12 years ago
Michael DeHaan 596c98320a Service module now knows a little more about systemd. This module is
really due for some refactoring, but telling how a service is managed is
a little fuzzy anyway.  on a systemd system typoing the service will now
give you a rather systemd specific error which is somewhat suboptimal.
12 years ago
Michael DeHaan 4be3b06842 Run chkconfig enable/disable only when needed. TODO, apply same logic to update-rc.d/systemd 12 years ago
Nigel Metheringham 9ae64ffba9 Added top padding to h2 elements so not under menubar 12 years ago
Nigel Metheringham 86d55c1c4d Tweak maximum length of drop down menu 12 years ago
Michael DeHaan 0380ba7177 If running is given as the state value instead of 'started', still return the correct end state. 12 years ago
Michael DeHaan 624a952c5c The service module made some assumptions about how a service should be managed based on what was installed on the system in terms of service
management tools, which meant upstart services on CentOS6 were not startable.  This tweak allows things like vmware-tools to be controlled
via the service module.  More testing on other distributions (particularly with systemd) is presumably needed.
12 years ago
Michael DeHaan 1a6e959fa2 Merge pull request #2188 from lorin/docfix
Add a missing :: in an .rst file
12 years ago
Lorin Hochstein 2e8533aec2 Add a missing :: in an .rst file
Other changes are just eating trailing whitespace.
12 years ago
Michael DeHaan 908a192736 Documentation updates 12 years ago
Michael DeHaan 582f088e7e Fix module docs formatting 12 years ago
Michael DeHaan c86b34dae1 Lots of docsite additions for new features + cleanup lineinfile YAML docs 12 years ago
Michael DeHaan 3422ae6737 Document how to do task includes using with_items and externalized data. 12 years ago
Michael DeHaan 9a04c7eabc Add more 1.1 features 12 years ago
Michael DeHaan d8a77c0468 Add some 1.1 feature documentation 12 years ago
Michael DeHaan 5e13be0467 Organize changelog 12 years ago
Michael DeHaan 294e43ba2f Removing pipe once since it has some issues about evaluating more than once :) 12 years ago
Michael DeHaan 1cad5e19fc Working on adding things to changelog 12 years ago
Michael DeHaan 69f0ce422e temporarily disabled, want to re-layout this later. 12 years ago
Michael DeHaan f01def384f Nothing references DOCUMENTATION.yaml, and it's incomplete, so remove it. 12 years ago
Michael DeHaan b75b9681a8 more places to use yaml.safe_load 12 years ago
Michael DeHaan a9ea3136cf Use yaml.safe_load as we are just using basic data structures 12 years ago
Michael DeHaan 7650d7c20e Explain ansible_python_interp. a little better 12 years ago
Michael DeHaan 1c6b0f93f1 Best practices doc updates 12 years ago
Michael DeHaan a2915bff8d Fix typo in svc docs 12 years ago
Michael DeHaan 5b31feb73b Merge pull request #2179 from skinp/host_connection
Add support for connection type in ansible_hosts file
12 years ago
Michael DeHaan 69a199727c Merge pull request #2180 from jsmartin/cloudformation
CloudFormation support.
12 years ago
Michael DeHaan 878eb5a9b1 Merge pull request #2185 from lwade/devel
Issue #2158 - add VPC subnet ID support
12 years ago
Michael DeHaan ac41a9d1f0 Merge pull request #2175 from tyll/devel
mysql_db/user: Use password for my.cnf
12 years ago
Michael DeHaan 8b3ebf0d10 mark when various new flags were added to the pip & easy_install modules 12 years ago
Yves Dorfsman cff8cdd428 Using the _get_test and _get_stage methods. 12 years ago
Yves Dorfsman 943829c9b7 Added test cases for lineinfile. 12 years ago
Michael DeHaan 9b32ab7ec2 Merge pull request #2150 from jhoekx/venv-command
Venv command
12 years ago
lwade 0486c7d51a missed a spot. 12 years ago
lwade 30ac2edc33 Adding VPC subnet ID support 12 years ago
Michael DeHaan b739a5860a Merge branch 'lineinfile_improvements' of git://github.com/leucos/ansible into devel
Conflicts:
	library/lineinfile
12 years ago
Michael DeHaan 2763fa0021 Add a line about testing. 12 years ago
Michael DeHaan e1f1722e9e Docs tweak to setup module. 12 years ago
Michael DeHaan 275bd1f400 Merge branch 'setup_filter_argument' of git://github.com/leucos/ansible into devel 12 years ago
Michael DeHaan 9cea292665 Clean up OS family code 12 years ago
Ton Kersten cf23d64a88 Conflicts:
library/setup
12 years ago
Ton Kersten 4d67608a10 Squashed commit of the following:
commit 1c9b2a6035913969b515862e37e7e1aca24529e0
Author: Ton Kersten <tonk@master.tonkersten.com>
Date:   Tue Feb 19 15:54:36 2013 +0100

    Added osfamily fact
12 years ago
Patrick Pelletier 2b4ddfb0a2 Handle delegate_to case for local connections in hosts file 12 years ago
Michael DeHaan 7b2c8b302f Merge pull request #2146 from dagwieers/thirsty-force
Add force= and make thirsty= an alias for backward compatibility
12 years ago
Michael DeHaan 467556708a Merge pull request #2145 from leucos/sysctl_no_file_check
Better sysctl module file check
12 years ago