Optional non-empty passwords for the container user.

This commit is contained in:
Andreas B. Mundt 2021-11-12 15:29:39 +01:00 committed by Andreas B. Mundt
parent 1b5f7ea0b5
commit baba55e05a
2 changed files with 12 additions and 2 deletions

View file

@ -7,6 +7,9 @@
become: yes
vars:
contname: cont
## Password for the user 'ansible' in the container,
## leave empty to log in without password:
contpwd: ""
containers: "{{ range(0, 9 + 1) | list }}"
extra_pkgs: [apt-cacher-ng]