Initial add of dummy saltify settings
This commit also provides a more concrete example of a 'host' to be saltified. Users can do salt-cloud -p make_salty someinstance or salt-cloud -m /etc/salt/cloud.maps.d/foo.conf Either which way the online docs should really be updated with more concrete examples.
This commit is contained in:
parent
98917adad2
commit
b687659bff
|
@ -0,0 +1,7 @@
|
||||||
|
# This file is managed by Salt via {{ source }}
|
||||||
|
make_salty:
|
||||||
|
- someinstance:
|
||||||
|
ssh_host: somehost.somedomain
|
||||||
|
ssh_username: user
|
||||||
|
password: password
|
||||||
|
sudo: True
|
|
@ -0,0 +1,3 @@
|
||||||
|
# This file is managed by Salt via {{ source }}
|
||||||
|
make_salty:
|
||||||
|
provider: saltify
|
|
@ -0,0 +1,3 @@
|
||||||
|
# This file is managed by Salt via {{ source }}
|
||||||
|
saltify:
|
||||||
|
provider: saltify
|
Loading…
Reference in New Issue