Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .zuul-repos.d/CentOS-Linux-AppStream.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[appstream]
name=CentOS Linux $releasever - AppStream
baseurl=http://centos.mirror.vexxhost.com/$releasever/AppStream/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
6 changes: 6 additions & 0 deletions .zuul-repos.d/CentOS-Linux-BaseOS.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[baseos]
name=CentOS Linux $releasever - BaseOS
baseurl=http://centos.mirror.vexxhost.com/$releasever/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
6 changes: 6 additions & 0 deletions .zuul-repos.d/CentOS-Linux-Extras.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[extras]
name=CentOS Linux $releasever - Extras
baseurl=http://centos.mirror.vexxhost.com/$releasever/extras/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
6 changes: 6 additions & 0 deletions .zuul-repos.d/CentOS-Linux-PowerTools.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[powertools]
name=CentOS Linux $releasever - PowerTools
baseurl=http://centos.mirror.vexxhost.com/$releasever/PowerTools/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Ansible Builder is a tool that automates the process of building execution
environments using the schemas and tooling defined in various Ansible
Collections and by the user.


See the readthedocs page for `ansible-builder` at:

https://ansible-builder.readthedocs.io/en/latest/
Expand Down