1
0
Fork 0
Commit Graph

2 Commits (361f334908ff36a2463b1219d65309b7f9fd863a)

Author SHA1 Message Date
Dustin 361f334908 host/online: Begin host provisioning feature
When a new machine is provisioned, it will trigger the _POST
/host/online_ webhook, indicating that it is online and ready to be
provisioned via configuration policy.  It submits its hostname and SSH
public keys so the Ansible controller can connect to it.  This
information is passed to the controller via an AMQP message, published
to a queue which the controller will consume in order to being
provisioning.

The controller itself will eventually be scheduled as a Kubernetes Job.
2025-02-08 11:28:56 -06:00
Dustin 0416a77901 Initial commit 2023-06-13 16:06:32 -05:00