355a69f416
This reverts commit 6cf4a33f35
.
29 lines
1.5 KiB
Text
29 lines
1.5 KiB
Text
Source: ansible-base
|
|
Section: admin
|
|
Priority: optional
|
|
Standards-Version: 3.9.3
|
|
Maintainer: Ansible, Inc. <info@ansible.com>
|
|
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
|
|
Homepage: https://github.com/ansible/ansible/
|
|
|
|
Package: ansible-base
|
|
Architecture: all
|
|
Depends: python3-jinja2, python3-yaml, python3-paramiko, python3-cryptography, sshpass, ${misc:Depends}, ${python: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.
|
|
|
|
Package: ansible-test
|
|
Architecture: all
|
|
Depends: ansible-base (= ${binary:Version}), python3-venv, ${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.
|