Skip to content

AECID Testbed Ansible Role to install a debiansnapshot repository

License

Notifications You must be signed in to change notification settings

ait-testbed/atb-ansible-debiansnapshot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible-Role: debiansnapshot

Installs a debiansnapshot repository

Requirements

  • Debian or Ubuntu (18.04 or newer)

Role Variables

debsnap_timestamp: 20190412T204517Z
debsnap_httpmethod: https
debsnap_debrelease: "{{ansible_distribution_release}}"

Example Playbook

- hosts: localhost
  roles:
    - debiansnapshot
  vars:
    debsnap_timestamp: 20190412T204517Z

License

GPL-3.0

Author

Wolfgang Hotwagner