Optional non-empty passwords for the container user.
This commit is contained in:
parent
1b5f7ea0b5
commit
baba55e05a
2 changed files with 12 additions and 2 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue