diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index 674d6bd..7be04a6 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -107,7 +107,7 @@ ** xref:syslog.adoc[Log Infrastructure - SOP] ** xref:tag2distrepo.adoc[Tag2DistRepo Infrastructure - SOP] ** xref:torrentrelease.adoc[Torrent Releases Infrastructure - SOP] -** xref:unbound.adoc[unbound - SOP in review ] +** xref:unbound.adoc[Fedora Infra Unbound Notes - SOP] ** xref:virt-image.adoc[virt-image - SOP in review ] ** xref:virtio.adoc[virtio - SOP in review ] ** xref:virt-notes.adoc[virt-notes - SOP in review ] diff --git a/modules/sysadmin_guide/pages/unbound.adoc b/modules/sysadmin_guide/pages/unbound.adoc index 195a442..004cade 100644 --- a/modules/sysadmin_guide/pages/unbound.adoc +++ b/modules/sysadmin_guide/pages/unbound.adoc @@ -9,8 +9,8 @@ this: .... To correct this, restart unbound on the relevant node (in the example -case above, unbound-tummy01), by running the restart_unbound Ansible -playbook from batcave01.: +case above, _unbound-tummy01_), by running the `restart_unbound` Ansible +playbook from _batcave01_: .... sudo -i ansible-playbook /srv/web/infra/ansible/playbooks/restart_unbound.yml --extra-vars="target=unbound-tummy01.fedoraproject.org"