Skip to content

oxivanisher/role-apt_source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apt_source

Ansible Lint

This role configures the mirror for apt sources for Debian and Ubuntu based systems on x86 and also arm for Raspberry Pi.

Role Variables

Name Comment Default value
apt_source_debian_source_mirror The mirror URL for Debian to be used http://mirror.init7.net/debian
apt_source_ubuntu_source_mirror The mirror URL for Ubuntu to be used http://mirror.init7.net/ubuntu

Dependencies

None

Example Playbook

- name: Debian clients
  hosts: debian
  roles:
    - role: oxivanisher.linux_base.apt_source

License

BSD

Author Information

This role is part of the oxivanisher.linux_base collection, and the source for that is located on github.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages