Page MenuHomeDevCentral

Provision Zemke Rhyne key on Docker servers
ClosedPublic

Authored by dereckson on Sep 8 2018, 08:57.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 20:17
Unknown Object (File)
Mon, Apr 8, 16:48
Unknown Object (File)
Wed, Apr 3, 20:29
Unknown Object (File)
Mar 14 2024, 20:10
Unknown Object (File)
Mar 12 2024, 17:49
Unknown Object (File)
Mar 6 2024, 12:21
Unknown Object (File)
Feb 19 2024, 06:44
Unknown Object (File)
Feb 18 2024, 08:48
Subscribers
None

Details

Summary

Ref T1411

Test Plan
$ salt equatower state.apply roles/paas-docker/zemke-rhyne
equatower:
[…]
----------
          ID: zr_key
    Function: cmd.run
        Name: ssh-keygen -N '' -t ed25519 -f /etc/zr/id_zr
      Result: True
     Comment: Command "ssh-keygen -N '' -t ed25519 -f /etc/zr/id_zr" run
     Started: 08:55:41.873441
    Duration: 32.524 ms
     Changes:   
              ----------
              pid:
                  30864
              retcode:
                  0
              stderr:
              stdout:
                  Generating public/private ed25519 key pair.
                  Your identification has been saved in /etc/zr/id_zr.
                  Your public key has been saved in /etc/zr/id_zr.pub.
                  The key fingerprint is:
                  SHA256:R9uN7zIyGTdBRwEyfL5ikNa2QLUSfx1a1qStn90CHEk root@equatower.nasqueron.org
                  The key's randomart image is:
                  +--[ED25519 256]--+
                  |        .o+ Eo*+.|
                  |        .o.=o*.+.|
                  |       ..o++=.o .|
                  |        =oo=o+ . |
                  |       .S+o.=oo  |
                  |         .= +o .+|
                  |         . = .o.+|
                  |          + o. . |
                  |           o o.  |
                  +----[SHA256]-----+

Summary for equatower
------------
Succeeded: 2 (changed=1)
Failed:    0
------------
Total states run:     2
Total run time:  42.234 ms

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sep 8 2018, 08:58
This revision was automatically updated to reflect the committed changes.