diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -32,19 +32,21 @@ _Listed in applicable order._ | Target | Description | | ----------------------- | ------------------ | -| `users`<sup>*</sup> | Add users | +| `bootstrap`<sup>*</sup> | Bootstrap access | | `security` | Security hardening | ### <sup>*</sup>Pre-bootstraped targets -Before the automation user is created, the `ping` and `users` +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: +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 -$ make users ANSIBLE_USER=root +$ make ping ANSIBLE_USER=root ANSIBLE_PORT=22 +$ make bootstrap ANSIBLE_USER=root ANSIBLE_PORT=22 ``` ## CI / deployments |
