Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 31, 2024
1 parent af7e038 commit c37b30b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/lxc_autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ docker build -t lxc-autoscale .

### Step 4: Edit the YAML Configuration

Modify the YAML configuration file (e.g., `lxc_autoscale.yaml`) with the Proxmox hosts SSH parameters:
Modify the YAML configuration file (e.g., `lxc_autoscale.yaml`) with the Proxmox hosts SSH parameters and the required `use_remote_proxmox` option to make the app execute commands to remote hosts:

```
use_remote_proxmox: true
ssh_user: "your-ssh-username"
ssh_password: "your-ssh-password"
proxmox_host: "your-proxmox-host-ip-or-hostname"
Expand Down

0 comments on commit c37b30b

Please sign in to comment.