Generate more containers.

This commit is contained in:
Andreas B. Mundt 2022-03-21 08:13:41 +01:00
parent d9d36d5c92
commit a0503a347f

View file

@ -32,7 +32,7 @@
## leave empty to log in without password: ## leave empty to log in without password:
contpwd: "" contpwd: ""
## Adjust the number of containers here: ## Adjust the number of containers here:
containers: "{{ range(0, 9 + 1) | list }}" containers: "{{ range(0, 49 + 1) | list }}"
## Additional packages to be installed in the container: ## Additional packages to be installed in the container:
cont_packages_extra: cont_packages_extra:
- bind9-dnsutils - bind9-dnsutils