Files: c665bf96bb285a6f2c440671a555577192e263dc / example / salt / pillar / cloud.sls
434 bytesRaw
1 | cloud: |
2 | ssh_key_name: salt |
3 | ssh_key_file: /root/.ssh/id_rsa |
4 | |
5 | minion: |
6 | master: salt.butt.nz |
7 | |
8 | providers: |
9 | scaleway: |
10 | driver: scaleway |
11 | access_key: 26e74568-4f7e-4e40-bd97-7717b9909319 |
12 | token: ba41a1d2-a0c2-4590-af5c-4fa80ce078b0 |
13 | key_filename: /root/.ssh/id_rsa |
14 | |
15 | profiles: |
16 | scaleway_small: |
17 | image: Debian Stretch (9.0) |
18 | location: par1 |
19 | commercial_type: VC1S |
20 | enable_ipv6: True |
21 |
Built with git-ssb-web