в цп ее нет
$ aptitude search ansible
p ansible - Configuration management, deployment, and task e
p ansible-doc - Ansible documentation and examples
p ansible-fireball - Ansible fireball transport support
p ansible-node-fireball - Ansible fireball transport support for nodes
[pool_name]
...
pm = ondemand
pm.max_children = 10
pm.process_idle_timeout = 10s
pm.max_requests = 200
dd if=/dev/sdaX bs=16M | xz -9 --block-size=16MiB - > sdaX.img.xz
dd if=/dev/sdX bs=16M | gzip -9 > sdX.img.gz
dd if=/dev/hdaX | gzip -c -9 | ssh user@remote_server dd of=/dest/path/hdaX.img.gz
sudo apt-get purge ffmpeg
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install libav-tools
echo '#!/usr/bin/env python
import pynotify
def main():
# Try Markup
pynotify.init("markup") ## all smallerCase "markup"
# but in parameter, first letter capital
pynotify.Notification("Markup",
'''
<b>bold</b>, <i>italic</i>, <u>underline</u>
and even <a href="http://google.com">links</a> are supported!
'''
).show()
if __name__ == "__main__":
main()
'>py_test.py
chmod u+x py_test.py