diff options
| author | Joshua Lusk <luskjh@gmail.com> | 2026-05-26 09:05:17 -0400 |
|---|---|---|
| committer | Joshua Lusk <luskjh@gmail.com> | 2026-05-26 09:05:17 -0400 |
| commit | ac761f8a5e1e274ee2deb2ca69f86e0041fba7e2 (patch) | |
| tree | 2d42df071ad18052aa3c105e42e092b6efe7ecbe | |
| parent | b1bb4ba0acb8f90ebbfa958ac1f9314396a6dca6 (diff) | |
readme formatting
| -rw-r--r-- | README.md | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -38,11 +38,10 @@ _Listed in applicable order._ ### <sup>*</sup>Pre-bootstraped targets Before the automation user is created, the `ping` and `bootstrap` -targets need to initially connect to the server host using an -existing user. Set `ANSIBLE_USER` to override the default -connection user, and set `ANSIBLE_PORT` to override the SSH port -before the `bootstrap` playbook has updated it to the port specified in -`vault.yaml`: +targets need to initially connect to the server host using an existing +user. Set `ANSIBLE_USER` to override the default connection user, and +set `ANSIBLE_PORT` to override the SSH port before the `bootstrap` +playbook has updated it to the port specified in `vault.yaml`: ```sh $ make ping ANSIBLE_USER=root ANSIBLE_PORT=22 @@ -51,9 +50,8 @@ $ make bootstrap ANSIBLE_USER=root ANSIBLE_PORT=22 ## CI / deployments -There is a CI workflow that runs the same pre-commit hooks on -GitHub as run locally, but deployments are currently only -administered from a local machine. - +There is a CI workflow that runs the same pre-commit hooks on GitHub as +run locally, but deployments are currently only administered from a +local machine. [hollyhock]: //hollyhock.sorantics.com |
