ezamriy.local-cl-mirror

local-cl-mirror

An Ansible role that changes CloudLinux yum repository URLs to the specified local mirror.
Warning: that role is for CloudLinux OS development purposes only, don't use it in production.

Role Variables

Available variables and their default values are listed below:

  • local_cl_mirror_host: '' - (required) a local mirror hostname.
  • local_cl_mirror_proto: 'http' - connection protocol to use (e.g. https, ftp).
  • local_cl_mirror_testing_enabled: no - enable or disable updates-testing repository.

Example playbook

    ---
    - hosts: all
      roles:
        - { role: ezamriy.local-cl-mirror,
            local_cl_mirror_host: 'example.com',
            local_cl_mirror_testing_enabled: yes }

License

MIT

Authors

About

Changes CloudLinux yum repository URLs to the specified local mirror

Install
ansible-galaxy install ezamriy.local-cl-mirror
GitHub repository
License
mit
Downloads
629
Owner
Chief architect at R-Platforma, AlmaLinux OS co-founder and ex-core developer.