Fix numbering
This commit is contained in:
parent
f0dc46a6af
commit
f53b181d3a
@ -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.
|
||||
|
||||
::
|
||||
|
||||
|
Reference in New Issue
Block a user