Digitalocean
Verwalten Sie die Digitalocean Cloud mit Salt
Last updated
digitalocean:
driver: digitalocean
personal_access_token: <TOKEN>
ssh_key_file: /etc/salt/cloud.keys.d/digitalocean
ssh_key_names: salt # Must match the name of your SSH pub key
location: Frankfurt 1
minion:
master: <MASTER-IP-OR-FQDN>
master_port: <MASTER-PORT> # omit to use default 4506
publish_port: <PUBLISH-PORT> # omit to use default 4505
# Make connection more fault tolerant
tcp_keepalive_idle: 60
tcp_keepalive_cnt: 2
tcp_keepalive_intvl: 60ubuntu-s@do:
provider: digitalocean
image: 22.04 (LTS) x64
size: s-1vcpu-1gb
private_networking: False
backups_enabled: False
ipv6: True
create_dns_record: Falsesalt-cloud -p ubuntu-s@do umar -l debug
salt umar test.ping