Skip to content

Commit

Permalink
corrected default network_ssh_port value to 2222
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed Mar 3, 2024
1 parent 2fcd09b commit bbbddb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Supported network modes:
- `user` - QEMU's user networking mode
- `vmnet-shared` - QEMU's `vmnet-shared` networking mode (MacOS only)


Supported disk types:

- `virtio` - QEMU's virtio disk type
Expand Down Expand Up @@ -82,7 +81,7 @@ platforms:

network_mode: vmnet-shared # optional, default is user
network_extra_args: "" # optional, only used when network_mode: user
network_ssh_port: 2222 # optional, default is 22
network_ssh_port: 2222 # optional, default is 2222
network_ssh_user: ansible # optional, default is ansible

vm_cpus: 1 # optional, default is 1
Expand Down

0 comments on commit bbbddb4

Please sign in to comment.