[Buildbot-commits] [buildbot/buildbot-infra] 42be58: Set the root password

GitHub noreply at github.com
Wed Dec 3 16:14:10 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot-infra
  Commit: 42be58a2e5736e8e1d3248553e84a9b6c19af365
      https://github.com/buildbot/buildbot-infra/commit/42be58a2e5736e8e1d3248553e84a9b6c19af365
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2014-12-02 (Tue, 02 Dec 2014)

  Changed paths:
    M roles/base/tasks/main.yml
    A roles/base/tasks/rootpw.yml
    M secrets.yml

  Log Message:
  -----------
  Set the root password

Very few people (OK, just me at the moment) have this password, as most
will access systems via sudo.  This will only be used for console access
when performing repairs.  The crypted password is stored in the secrets
file -- no need to rely just on crypt(3) for that.

Fixes #3004.


  Commit: 810c9d58b39fba1479776546c111e19d16d67c49
      https://github.com/buildbot/buildbot-infra/commit/810c9d58b39fba1479776546c111e19d16d67c49
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-12-03 (Wed, 03 Dec 2014)

  Changed paths:
    M roles/base/tasks/main.yml
    A roles/base/tasks/rootpw.yml
    M secrets.yml

  Log Message:
  -----------
  Merge pull request #30 from djmitche/set-root-pw

Set the root password


Compare: https://github.com/buildbot/buildbot-infra/compare/5d872bf4abb2...810c9d58b39f


More information about the Commits mailing list