Skip to content

An ansible role for downloading and installing deb packages.

License

Notifications You must be signed in to change notification settings

troykinsella/ansible-deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

troykinsella.deb

Download and install deb packages.

Role Variables

  • deb_package_dest: Optional. The local file path into which the deb will be downloaded. Default: /tmp.
  • deb_package_url: The URL at which the deb can be downloaded.

Example Playbook

- hosts: servers
  roles:
     - role: troykinsella.deb
       deb_package_url: https://releases.hashicorp.com/vagrant/1.8.3/vagrant_1.8.3_x86_64.deb

License

MIT

Releases

No releases published

Packages

No packages published