mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Manage scaleway SSH keys + dynamic inventory
This commit is contained in:
parent
8cf242a645
commit
8d107d613c
9 changed files with 109 additions and 83 deletions
4
inventories/staging/scaleway.ini
Normal file
4
inventories/staging/scaleway.ini
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
cache_max_age = 0
|
||||
SCW_TOKEN = {{ scw_token }}
|
||||
|
||||
|
||||
10
inventories/staging/scaleway.yml
Normal file
10
inventories/staging/scaleway.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
plugin: scaleway
|
||||
oauth_token: "{{ scw_token }}"
|
||||
regions:
|
||||
- ams1
|
||||
- par1
|
||||
tags:
|
||||
- staging
|
||||
hostnames:
|
||||
- hostname
|
||||
- public_ipv4
|
||||
Loading…
Add table
Add a link
Reference in a new issue