2020-05-16 03:30:08 +02:00
|
|
|
Source: ansible-base
|
2012-04-18 18:17:35 +02:00
|
|
|
Section: admin
|
|
|
|
Priority: optional
|
2014-06-20 22:04:10 +02:00
|
|
|
Standards-Version: 3.9.3
|
2016-10-13 22:28:21 +02:00
|
|
|
Maintainer: Ansible, Inc. <info@ansible.com>
|
2020-05-27 01:42:40 +02:00
|
|
|
Build-Depends: cdbs, debhelper (>= 5.0.0), python3-docutils, python3, dh-python | python-support, python3-setuptools, lsb-release, python3-straight.plugin, python3-packaging, python3-jinja2
|
2018-04-23 21:22:36 +02:00
|
|
|
Homepage: https://github.com/ansible/ansible/
|
2012-04-18 18:17:35 +02:00
|
|
|
|
2020-05-16 03:30:08 +02:00
|
|
|
Package: ansible-base
|
2012-04-18 18:17:35 +02:00
|
|
|
Architecture: all
|
2020-05-16 03:30:08 +02:00
|
|
|
Depends: python3-jinja2, python3-yaml, python3-paramiko, python3-cryptography, sshpass, ${misc:Depends}, ${python:Depends}
|
2017-10-05 14:36:12 +02:00
|
|
|
Description: Ansible IT Automation
|
2019-09-04 01:50:17 +02: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
|
2020-05-16 03:30:08 +02:00
|
|
|
Depends: ansible-base (= ${binary:Version}), python3-venv, ${misc:Depends}
|
2019-09-04 01:50:17 +02:00
|
|
|
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.
|