From 425f30fea577e0dc48e913fc08715fa66996ff00 Mon Sep 17 00:00:00 2001 From: Tyler Auerbeck Date: Sun, 27 Oct 2019 02:21:30 -0400 Subject: [PATCH] Fixing dead links --- README.md | 4 ++-- inventory/dns-server/README.md | 3 --- playbooks/minishift-remote/README.md | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 inventory/dns-server/README.md diff --git a/README.md b/README.md index e2ba852a3..864e660df 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ infra-ansible was created as a supporting repo to [casl-ansible](https://github. This includes tasks like the following (but not limited to) automated: - Ansible prep and [Ansible Tower](roles/ansible/tower) install + admin of Tower content. - [admin and provisioning of OpenStack Platform](roles/osp) ([networks](roles/osp/admin-network), [storage](roles/osp/admin-volume), [tenants](roles/osp/admin-project), [instances](roles/osp/admin-instance), etc). -- provisioning of [DHCP](roles/dhcp), [DNS (bind)](roles/config-dns-server) and [HAproxy](roles/load-balancers/manage-haproxy) infrastructure. +- provisioning of [DHCP](roles/dhcp), [DNS (bind)](roles/dns) and [HAproxy](roles/load-balancers/manage-haproxy) infrastructure. - [DNS](roles/dns) record management (nsupdate, Route53) - generic [bastion deployment](playbooks/provision-bastion) (including docker, authentication, GUIs, etc) - [provisioning](playbooks/provision-satellite-server) and [admin](roles/config-satellite) of Satellite 6 servers. @@ -17,4 +17,4 @@ This includes tasks like the following (but not limited to) automated: - [libvirt](roles/config-libvirt) installs and [VM management](roles/virt-install) ([PXE booting](roles/config-pxe), [vlans](roles/config-vlans)/[bonds](roles/config-bonding)/[routes](roles/config-routes)) - user management with [IdM](playbooks/provision-idm-server) and local users + IdM/IPA integrated hosts - RHEL [subscription](roles/rhsm) management -- 3rd party tooling, such as [Atlassian](roles/user-management) SaaS suite +- 3rd party tooling, such as [Atlassian](roles/identity-management) SaaS suite diff --git a/inventory/dns-server/README.md b/inventory/dns-server/README.md deleted file mode 100644 index 4063a0d74..000000000 --- a/inventory/dns-server/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Example inventory for provisioning of a DNS server - -This inventory pairs up with the [provision-dns-server.yml](https://github.com/redhat-cop/infra-ansible/blob/osp-admin-instance/playbooks/provision-dns-server.yml) playbook. diff --git a/playbooks/minishift-remote/README.md b/playbooks/minishift-remote/README.md index 0b5394b3b..da2545ca5 100644 --- a/playbooks/minishift-remote/README.md +++ b/playbooks/minishift-remote/README.md @@ -29,4 +29,4 @@ An example inventory can be found in the [inventory/minishift-remote](../../inve |docker_install|Install and configure Docker on remote machine| `true`| |install_prerequisites|Install dependencies used by Minishift | 80, 443, 2376, 4001 | -Additional options can also be found in the [minishift-remote](../../roles/minishift-remote) role to further tailor the execution. \ No newline at end of file +Additional options can also be found in the [minishift-remote](../../roles/config-minishift-remote) role to further tailor the execution. \ No newline at end of file