Blame docs/operations/ci/adding-jumphost.md

47c289
# Add user to jumphost
47c289
47c289
Jumphost users live in inventory file `inventory/ci-ssh-jumphosts`
47c289
47c289
* make an entry of user in inventory in the following format
47c289
```
47c289
login_name: billgates
47c289
full_name: "Bill Gates | Microsoft loves linux"
47c289
ssh_pub_keys:
47c289
  - "- - - - "
47c289
```
47c289
* Ensure all the lastest commits in playbook directory and inventory are pulled locally.
47c289
`git pull inventory/ && git pull playbooks`
47c289
* Use playbook baseline-playbook to envoke role role-baseline. we will limit
47c289
  the run to just the ci ssh jumphost.
47c289
`ansible-playbook playbooks/role-baseline.yml --limit ci-ssh-jumphosts`
47c289
* Update remote with latest changes