diff --git a/docsite/rst/guide_aws.rst b/docsite/rst/guide_aws.rst index 50325f787a2..d72dbdd049b 100644 --- a/docsite/rst/guide_aws.rst +++ b/docsite/rst/guide_aws.rst @@ -96,12 +96,12 @@ Rather than include configuration inline, you may also choose to just do it as a The method above ties the configuration of a host with the provisioning step. This isn't always ideal and leads us onto the next section. -:: _aws_advanced: +.. _aws_advanced: Advanced Usage `````````````` -:: _aws_host_inventory: +.. _aws_host_inventory: Host Inventory ++++++++++++++ @@ -118,7 +118,7 @@ You may wish to schedule a regular refresh of the inventory cache to accommodate Put this into a crontab as appropriate to make calls from your Ansible master server to the EC2 API endpoints and gather host information. The aim is to keep the view of hosts as up-to-date as possible, so schedule accordingly. Playbook calls could then also be scheduled to act on the refreshed hosts inventory after each refresh. This approach means that machine images can remain "raw", containing no payload and OS-only. Configuration of the workload is handled entirely by Ansible. -:: _aws_pull: +.. _aws_pull: Pull Configuration ++++++++++++++++++ @@ -129,7 +129,7 @@ More information on pull-mode playbooks can be found `here