File: control

package info (click to toggle)
ansible-core 2.19.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,960 kB
  • sloc: python: 181,477; cs: 4,929; sh: 4,697; xml: 34; makefile: 21
file content (53 lines) | stat: -rw-r--r-- 1,966 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: ansible-core
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Lee Garrett <debian@rocketjump.eu>
Section: admin
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3 (>= 3.9.0~),
               python3-docutils,
               python3-jinja2 (>= 3.1.0~),
               python3-packaging,
               python3-resolvelib (>= 0.5.3~),
               python3-resolvelib (<< 2.0.0),
               python3-setuptools,
               python3-straight.plugin,
               python3-yaml (>= 5.1~)
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/ansible-core
Vcs-Git: https://salsa.debian.org/python-team/packages/ansible-core.git
Homepage: https://github.com/ansible/ansible

Package: ansible-core
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         openssh-client | python3-paramiko (>= 2.6.0),
         python3-dnspython,
         python3-httplib2,
         python3-jinja2 (>= 3.1.0~),
         python3-netaddr,
         python3-yaml (>= 5.1~)
Recommends: ansible (>= 12.0.0~),
            python3-argcomplete,
            python3-cryptography,
            python3-jmespath,
            python3-kerberos,
            python3-libcloud,
            python3-passlib,
            python3-selinux,
            python3-winrm,
            python3-xmltodict
Suggests: cowsay,
          sshpass
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 binaries.