summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control54
1 files changed, 54 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..a2c35242
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,54 @@
+Source: ansible
+Maintainer: Lee Garrett <debian@rocketjump.eu>
+Uploaders: Harlan Lieberman-Berg <hlieberman@debian.org>
+Section: admin
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ dh-python,
+ pybuild-plugin-pyproject,
+ python3,
+ python3-docutils,
+ python3-jinja2,
+ python3-packaging,
+ python3-passlib,
+ python3-setuptools,
+ python3-straight.plugin,
+ python3-yaml,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/debian/ansible
+Vcs-Git: https://salsa.debian.org/debian/ansible.git
+Homepage: https://www.ansible.com
+
+Package: ansible
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ansible-core (>= 2.11.5-1~),
+ openssh-client | python3-paramiko (>= 2.6.0),
+ python3-distutils,
+ python3-dnspython,
+ python3-httplib2,
+ python3-jinja2,
+ python3-netaddr,
+ python3-yaml
+Recommends: python3-argcomplete,
+ python3-cryptography,
+ python3-jmespath,
+ python3-kerberos,
+ python3-libcloud,
+ python3-selinux,
+ python3-winrm,
+ python3-xmltodict
+Suggests: cowsay,
+ sshpass
+Breaks: ansible-base (<= 2.10.5+dfsg-2)
+Replaces: ansible-base (<= 2.10.5+dfsg-2)
+Description: Configuration management, deployment, and task execution system
+ 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 contains the ansible collections.