aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/salt/files/roster
blob: 3eac2fa0706c66a89fa03a4f4d036b94cc5907b7 (plain)
1
2
3
4
5
6
7
8
# Sample salt-ssh config file
#web1:
#  host: 192.168.42.1 # The IP addr or DNS hostname
#  user: fred         # Remote executions will be executed as user fred
#  passwd: foobarbaz  # The password to use for login, if omitted, keys are used
#  sudo: True         # Whether to sudo to root, not enabled by default
#web2:
#  host: 192.168.42.2