diff options
| -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 |
