19 lines
410 B
YAML
19 lines
410 B
YAML
---
|
|
# vim: ft=yaml
|
|
scaleway-xsmall-x86-ubuntu-16:
|
|
- web1:
|
|
minion:
|
|
master: salt.paulbsd.com
|
|
ssh_username: root
|
|
key_filename: /root/.ssh/id_rsa
|
|
- web2:
|
|
minion:
|
|
master: salt.paulbsd.com
|
|
ssh_username: root
|
|
key_filename: /root/.ssh/id_rsa
|
|
- web3:
|
|
minion:
|
|
master: salt.paulbsd.com
|
|
ssh_username: root
|
|
key_filename: /root/.ssh/id_rsa
|