2024-04-19 01:27:05 +02:00
|
|
|
name: ${PROJECT}
|
|
|
|
description: ${DESCRIPTION}
|
|
|
|
runtime: python
|
|
|
|
template:
|
|
|
|
description: A Pulumi deployment with Linode cloud and Python, enhanced with Ansible.
|
2024-09-07 23:51:21 +02:00
|
|
|
config:
|
|
|
|
name:
|
|
|
|
type: String
|
|
|
|
default: ${PROJECT}
|
|
|
|
description: Linode name
|
|
|
|
linode:token:
|
2024-09-07 23:45:15 +02:00
|
|
|
type: String
|
|
|
|
secret: True
|
2024-09-07 23:51:21 +02:00
|
|
|
description: Linode Token
|
|
|
|
cloudflare:apiToken:
|
2024-09-07 23:45:15 +02:00
|
|
|
type: String
|
|
|
|
secret: True
|
2024-09-07 23:51:21 +02:00
|
|
|
description: "CloudFlare API Token for vavassori.org"
|