structure
This commit is contained in:
parent
941b0a9d9c
commit
91f31700cb
2 changed files with 16 additions and 6 deletions
|
|
@ -2,11 +2,19 @@
|
||||||
---
|
---
|
||||||
version: 1.1
|
version: 1.1
|
||||||
|
|
||||||
vps_domain_name:
|
vps:
|
||||||
|
description: vps target server system variables
|
||||||
|
|
||||||
|
domain_name:
|
||||||
description: The domain name of the VPS
|
description: The domain name of the VPS
|
||||||
examples:
|
examples:
|
||||||
- example.fr
|
- example.fr
|
||||||
|
|
||||||
|
ssh_key:
|
||||||
|
description: vps ssh private key
|
||||||
|
examples:
|
||||||
|
- ./sshkeys/myssh_privatekey
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
description: pedagogic html static file server
|
description: pedagogic html static file server
|
||||||
help: |-
|
help: |-
|
||||||
|
|
@ -36,7 +44,7 @@ nginx:
|
||||||
- example.fr
|
- example.fr
|
||||||
type: domainname
|
type: domainname
|
||||||
default:
|
default:
|
||||||
variable: __.vps_domain_name
|
variable: __.vps.domain_name
|
||||||
|
|
||||||
email:
|
email:
|
||||||
description: email for the domain name
|
description: email for the domain name
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
vps_domain_name: tutu.fr
|
vps:
|
||||||
|
domain_name: tutu.fr
|
||||||
|
ssh_key: ./host_vars/forge.gwhirlingai.fr.key
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue