2012-04-18 16:17:35 +00:00
|
|
|
Source: ansible
|
|
|
|
Section: admin
|
|
|
|
Priority: optional
|
2014-06-20 20:04:10 +00:00
|
|
|
Standards-Version: 3.9.3
|
2016-10-13 20:28:21 +00:00
|
|
|
Maintainer: Ansible, Inc. <info@ansible.com>
|
2018-03-26 23:28:28 +00:00
|
|
|
Build-Depends: cdbs, debhelper (>= 5.0.0), python-docutils, python, dh-python | python-support, python-setuptools, lsb-release
|
2018-04-23 19:22:36 +00:00
|
|
|
Homepage: https://github.com/ansible/ansible/
|
2012-04-18 16:17:35 +00:00
|
|
|
|
|
|
|
Package: ansible
|
|
|
|
Architecture: all
|
2016-03-17 17:13:39 +00:00
|
|
|
Depends: python-jinja2, python-yaml, python-paramiko, python-httplib2, python-six, python-crypto (>= 2.6), python-setuptools, sshpass, ${misc:Depends}, ${python:Depends}
|
2017-10-05 12:36:12 +00:00
|
|
|
Description: Ansible IT Automation
|
2019-09-03 23:50:17 +00:00
|
|
|
Ansible is a radically simple model-driven configuration management,
|
|
|
|
multi-node deployment, and remote task execution system. Ansible works
|
|
|
|
over SSH and does not require any software or daemons to be installed
|
|
|
|
on remote nodes. Extension modules can be written in any language and
|
|
|
|
are transferred to managed machines automatically.
|
|
|
|
|
|
|
|
Package: ansible-test
|
|
|
|
Architecture: all
|
|
|
|
Depends: ansible (= ${binary:Version}), python-virtualenv, ${misc:Depends}
|
|
|
|
Description: Ansible IT Automation
|
|
|
|
Ansible is a radically simple model-driven configuration management,
|
|
|
|
multi-node deployment, and remote task execution system. Ansible works
|
|
|
|
over SSH and does not require any software or daemons to be installed
|
|
|
|
on remote nodes. Extension modules can be written in any language and
|
|
|
|
are transferred to managed machines automatically.
|
|
|
|
This package installs the ansible-test command for testing modules and
|
|
|
|
plugins developed for ansible.
|