summaryrefslogtreecommitdiff
path: root/packaging/debian/README.md
blob: c6170a15f61f639063e1484113e815d00dcd7013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Ansible Debian Package
======================

To create an Ansible DEB package:

    sudo apt-get install python-paramiko python-yaml python-jinja2
    sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot
    git clone git://github.com/ansible/ansible.git
    cd ansible
    make deb

The debian package file will be placed in the `../` directory. This can then be added to an APT repository or installed with `dpkg -i <package-file>`.

Note that `dpkg -i` does not resolve dependencies