This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
a370261dce
ansible
/
lib
/
ansible
History
Jeroen Hoekx
a370261dce
Playbook: create one task per include instead of per argument.
2012-03-26 10:30:48 +02:00
..
__init__.py
Adding version and author to ansible init.
2012-03-07 12:02:05 -05:00
callbacks.py
Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks.
2012-03-25 19:05:27 -04:00
connection.py
fix up minor type - AnsibleException should be AnsibleError
2012-03-23 11:59:08 -04:00
constants.py
Add async polling logic to runner. Will add to playbook shortly, have to diagnose why paramiko
2012-03-11 18:40:35 -04:00
errors.py
Update example to use correct service state; minor pep8 indent/spacing fixes
2012-03-15 23:10:03 -04:00
playbook.py
Playbook: create one task per include instead of per argument.
2012-03-26 10:30:48 +02:00
runner.py
Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks.
2012-03-25 19:05:27 -04:00
utils.py
Allow groups to be passed to runner API to make parse_hosts optional, misc fixes as a result of refactoring in Runner.
2012-03-22 00:30:05 -04:00