mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 11:37:44 +01:00
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
|