From 8cf050adc0c7953a15f8121d55e1fda38278de1a Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Sat, 29 Jun 2024 16:26:31 +0200 Subject: [PATCH] fixup! Add more documentation content --- docs/source/getting-started/ansible.rst | 2 +- docs/source/migrate-from-dynamodb.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting-started/ansible.rst b/docs/source/getting-started/ansible.rst index 3ea30f88..d1493080 100644 --- a/docs/source/getting-started/ansible.rst +++ b/docs/source/getting-started/ansible.rst @@ -2,7 +2,7 @@ Set Up a Spark Cluster with Ansible =================================== -An `Ansible `_ playbook is provided in the `ansible folder`_ folder of our Git repository. The Ansible playbook will install the pre-requisites, Spark, on the master and workers added to the ``ansible/inventory/hosts`` file. Scylla-migrator will be installed on the spark master node. +An `Ansible `_ playbook is provided in the `ansible folder `_ folder of our Git repository. The Ansible playbook will install the pre-requisites, Spark, on the master and workers added to the ``ansible/inventory/hosts`` file. Scylla-migrator will be installed on the spark master node. 1. Update ``ansible/inventory/hosts`` file with master and worker instances 2. Update ``ansible/ansible.cfg`` with location of private key if necessary diff --git a/docs/source/migrate-from-dynamodb.rst b/docs/source/migrate-from-dynamodb.rst index 86b675ea..5b119891 100644 --- a/docs/source/migrate-from-dynamodb.rst +++ b/docs/source/migrate-from-dynamodb.rst @@ -174,4 +174,4 @@ Additionally, you can also set the following optional properties: Where ````, ````, ````, ````, and ```` are replaced with your specific values. -The Migrator also supports advanced AWS authentication options such as using `AssumeRole `_. Please read the :doc:`configuration reference `_ for more details. +The Migrator also supports advanced AWS authentication options such as using `AssumeRole `_. Please read the :doc:`configuration reference ` for more details.