docs: add ansible_pull_hosts to the desired minimum roles/groups
Some checks failed
/ Ansible Lint (push) Failing after 41s

This commit is contained in:
June 2026-01-25 21:17:28 +01:00
commit 8f7990acc0
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -42,6 +42,7 @@ As the first step, we need to make the host known to Ansible.
1. As a minimum, you'll want the following roles:
- `base_config_hosts`
- `infrastructure_authorized_keys_hosts`
- `ansible_pull_hosts`
2. For a typical web service based on Docker Compose, you'll also want:
- `docker_compose_hosts`
- `nginx_hosts`