SaltStack: Create a server via salt-cloud and set endpoints autmatically in Azure? -


i'm bit stuck server deployment recipes... far, can create , provision servers via commandline:

first run salt-cloud , afterwards provision via salt-ssh...

but since i'm using special ports (https,...) have set/open input/endpoints (=ports) on microsoft azure.

this stuck: there way of telling salt-cloud, automatically execute script, opens endpoints automatically?

my preferred result be:

  1. run salt-cloud => sets new machine , opens necessary ports
  2. run salt-ssh provision them

i have looked @ salt orchestration, looks it's more server fleets, instead of single (external) server configuration.

any hints?

you write custom bootstrap script open ports want.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -