ansible: Deploy jenkin's SSH public key to standalone nodes
authorKienan Stewart <kstewart@efficios.com>
Wed, 7 Jun 2023 18:54:22 +0000 (14:54 -0400)
committerKienan Stewart <kstewart@efficios.com>
Wed, 7 Jun 2023 18:54:22 +0000 (14:54 -0400)
commit38b245a8be28dce088dc12878f5cb1980f0c45dd
tree7d860217668a85ba944cad105774534fee5b808f
parent42b9b3eba9ac7c3e2090668b01e6a297d8f81007
ansible: Deploy jenkin's SSH public key to standalone nodes

If ansible is run against any standalone nodes, the public set in
/root/.ssh/authorized_keys will be removed, and new connections will
fail until the VM is reset from the base-configuration snapshot if it
exists.

When deploying new nodes, ensuring the key is in the root user's
authorized_keys file in the first place avoids creating snapshots that
aren't accessible by the jenkin's user.

Change-Id: I37cc8e804aa4dea649df1558ccf8290d5df6be6f
automation/ansible/group_vars/node_standalone.yml [new file with mode: 0644]
This page took 0.02397 seconds and 4 git commands to generate.