8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
# This file is managed by Salt via {{ source }}
|
||
|
make_salty:
|
||
|
- someinstance:
|
||
|
ssh_host: somehost.somedomain
|
||
|
ssh_username: user
|
||
|
password: password
|
||
|
sudo: True
|