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