Skip to content

Commit

Permalink
[v16] docs: update ansible server access steps (#44824)
Browse files Browse the repository at this point in the history
* docs: update ansible server access steps

* docs: cp example change for ansible

Co-authored-by: Zac Bergquist <[email protected]>

* docs: fix spelling in comments for ansible instructions

---------

Co-authored-by: Zac Bergquist <[email protected]>
  • Loading branch information
stevenGravy and zmb3 authored Jul 30, 2024
1 parent b86df29 commit ca24d48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/enroll-resources/server-access/guides/ansible.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Create a folder `ansible` where we will collect all generated files:

```code
$ mkdir -p ansible
# Copy the openssh configuration from the previous step to the ansible dir
$ cp ssh.cfg ansible/
$ cd ansible
```

Expand Down

0 comments on commit ca24d48

Please sign in to comment.