fix missing word
This commit is contained in:
parent
f7705a5034
commit
7d9ec6af10
|
@ -18,7 +18,7 @@ An ansible role to deploy a minecraft server.
|
||||||
3. Edit *group_vars/minecraft-server.yaml* to change the basic server configuration. Refer to **Configuration options** below for more detail on available configurations.
|
3. Edit *group_vars/minecraft-server.yaml* to change the basic server configuration. Refer to **Configuration options** below for more detail on available configurations.
|
||||||
* Set `mc_server_memory` to an appropriate value.
|
* Set `mc_server_memory` to an appropriate value.
|
||||||
* Optionally, configure `mc_server_ops` to be the info of a server "operator" (admin).
|
* Optionally, configure `mc_server_ops` to be the info of a server "operator" (admin).
|
||||||
4. Deploy the minecraft server using the command `ansible-playbook --ask-become-pass -i hosts`
|
4. Deploy the minecraft server using the command: `ansible-playbook --ask-become-pass -i hosts site.yaml`
|
||||||
* You will be prompted for a password by ansible. Provide the password that you would use to run a command with `sudo` on the server.
|
* You will be prompted for a password by ansible. Provide the password that you would use to run a command with `sudo` on the server.
|
||||||
|
|
||||||
## Configuration options
|
## Configuration options
|
||||||
|
|
Loading…
Reference in New Issue