Change wording

This commit is contained in:
Sam A. 2022-11-28 18:56:09 +01:00
parent 6a29cdc84d
commit 789caed704
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 3 additions and 3 deletions

View File

@ -9,13 +9,13 @@ the association's administrators have access to deploy the services.
To deploy the services, the included `deploy.sh` script can be used. The
Ansible playbook uses two custom-made roles (in the `roles/` directory):
- `ubuntu_base` - used for configuring the OS itself and installing the
- `ubuntu_base` - used to configure the host itself and install the
necessary packages
- `docker` - used to deploy our services and websites with Docker
containers
The script has options to deploy only one of the roles. Select services only
can also be specified. By default, the script deploys everything.
The script has options to deploy only one of the roles. Select services
only can also be specified. By default, the script deploys everything.
Here is a summary of the options that can be used with the script: