debops / ansible-apt

Configure and manage APT Package Manager
GNU General Public License v3.0
10 stars 15 forks source link

Should not set/use a default password for apt-acng #15

Closed htgoebel closed 8 years ago

htgoebel commented 9 years ago

Providing default passwords is not such a good idea. We should force the admin to choose some password (even if he chooses "password" then). Best would be to not provide a default and fail and stop processing this host if the password is not supplied.

Implementation:

drybjed commented 9 years ago

There's always an option to specify password via debops.secret role. :-) debops.apt is old and needs an overhaul. apt-cacher-ng should be moved to a separate role.

ypid commented 8 years ago

Issue is long solved :wink: Check debops.apt_cacher_ng. Anyone wants to close this?