edmondscommerce.copr-repository
Ansible Role: Copr Repository Management
Original Source - https://github.com/abn/role-copr-repository
All credit goes to the original creator. I have added meta data for Ansible Galaxy to make it easier to use this as a dependency.
This role helps you add or remove a copr repository on CentOS/Fedora systems.
Example Playbook
---
- hosts: all
become: yes
roles:
- copr-repository
Standalone Usage
# To install a repository
ansible-playbook -i inventory -e copr_repository=abn/repository -e copr_repository_action=install copr-repository.yml
# To remove a repository
ansible-playbook -i inventory -e copr_repository=abn/repository -e copr_repository_action=remove copr-repository.yml
Dependency Usage (meta/main.yml)
---
dependencies:
- { role: copr-repository, copr_repository: "abn/repository", copr_repository_action: "install" }
Installa
ansible-galaxy install edmondscommerce.copr-repository
Licenza
apache-2.0
Download
1.1k
Proprietario
Not just one person, in fact a few... developing ecommerce sites for fun and profit