1
0
Fork 0

fix missing word

This commit is contained in:
Massaki Archambault 2023-06-15 01:05:29 -04:00
parent f7705a5034
commit 7d9ec6af10
1 changed files with 1 additions and 1 deletions

View File

@ -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.
* Set `mc_server_memory` to an appropriate value.
* 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.
## Configuration options