Skip to content

Commit

Permalink
docs: update README.md (#407)
Browse files Browse the repository at this point in the history
Adds macOS Ventura (macOS 13) as a tested operating system.

Note: macOS Ventura uses OpenSSH 9.0p1 and requires additional configuration in the `ansible/ansible.cfg` and is noted in the documentation.

Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
  • Loading branch information
Ryan Johnson authored Dec 5, 2022
1 parent ce95256 commit a4935c4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,18 @@ Operating systems and versions tested with the project:

- VMware Photon OS 4.0 (`x86_64`)
- Ubuntu Server 22.04 LTS (`x86_64`)
- macOS Monterey (Intel)
- macOS Monterey and Ventura (Intel)

> **Note**
>
> If your [Ansible][ansible-ssh-connection] control node already uses OpenSSH >= 9.0 you must add an additional option to enable scp (scp_extra_args="-O").
> If your [Ansible][ansible-ssh-connection] control node already uses OpenSSH >= 9.0 (_e.g._, macOS Ventura) you must add an additional option to enable scp.
>
> Update the `packer-examples-for-vsphere/ansible/ansible.cfg` to include the following:
> Update the `ansible/ansible.cfg` to include the following:
>
> `[ssh_connection]` \
> `scp_extra_args = "-O"`
> ```vi
> [ssh_connection]
> scp_extra_args = "-O"
> ```
**Packer**:
Expand Down

0 comments on commit a4935c4

Please sign in to comment.