- 17 Apr, 2012 17 commits
-
-
Conflicts: docs/man/man1/ansible-playbook.1 docs/man/man1/ansible.1 Update %description
Tim Bielawa committed -
Tim Bielawa committed
-
Tim Bielawa committed
-
Tim Bielawa committed
-
Fix tests on other distributions
Michael DeHaan committed -
Also account for path difference in sleep in different distributions.
Jeroen Hoekx committed -
Jeroen Hoekx committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Add pydoc for constructors. Some arguments can be trimmed as we plan to remove the need for them (like setup_cache and maybe module_vars) with various pending refactoring.
Michael DeHaan committed -
remove --extra-vars since the new YAML inventory stuff wasn't quite using it as designed and it is getting hard to follow with that and SETUP_CACHE etc
Michael DeHaan committed -
Michael DeHaan committed
-
Update docs to reflect --port going away and --sudo and --remote-user being added to ansible-playbook
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
-
- 16 Apr, 2012 8 commits
-
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
See test/yaml_hosts for an example. Hosts can be part of multiple groups. Groups can also have variables, inherited by the hosts. There is no variable scope, last variable seen wins.
Jeroen Hoekx committed -
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
This introduces the Inventory class. Playbook uses the internals of Runner to limit the number of hosts to poll asynchronously. To accomodate this, Inventory can be restricted to specific hosts.
Jeroen Hoekx committed
-
- 14 Apr, 2012 3 commits
-
-
which is already taken for ansible management ops.
Michael DeHaan committed -
As part of the support for access to external nodes information, save fact data into /var/lib/ansible/setup_data OR a per-user directory when running from playbooks. Technically this info is also available via the SETUP_CACHE but that is a bit more complex of a construct and it would be better to not cross the streams.
Michael DeHaan committed -
Michael DeHaan committed
-
- 13 Apr, 2012 12 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Add support for specifying sudo passwords to both ansible & playbook. Nopasswd sudo is no longer required.
Michael DeHaan committed -
/bin/ansible async fixes
Michael DeHaan committed -
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
comment typos
Michael DeHaan committed -
Martijn Koster committed
-
Allow playbook to take --connection=local for easier reuse of playbook in kickstart w/o specifying connection: in the playbook itself. Both work.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-