Fix numbering

This commit is contained in:
Wojciech Kozlowski 2018-12-16 00:27:28 +00:00
parent f0dc46a6af
commit f53b181d3a

View File

@ -13,14 +13,14 @@ Usage
Before any provisioning
#. Copy secrets.def.yml to secrets.yml and fill out all the variables.
#. Encrypt the file with
1. Copy secrets.def.yml to secrets.yml and fill out all the variables.
2. Encrypt the file with
::
ansible-vault encrypt secrets.yml
#. To run a playbook
3. To run a playbook
::
@ -31,19 +31,19 @@ connections and you have setup public key authentication.
To provision the server
#. First install ``python`` on the server which is required by ``ansible``
1. First install ``python`` on the server which is required by ``ansible``
::
ansible-playbook --vault-id @prompt python.yml
#. Configure the SSH daemon with a new port number and better security options.
2. Configure the SSH daemon with a new port number and better security options.
::
ansible-playbook --vault-id @prompt ssh.yml
#. Run the remaining setup.
3. Run the remaining setup.
::