vps
This commit is contained in:
parent
91f31700cb
commit
497e8acc2d
1 changed files with 3 additions and 5 deletions
|
|
@ -2,8 +2,7 @@
|
|||
---
|
||||
version: 1.1
|
||||
|
||||
vps:
|
||||
description: vps target server system variables
|
||||
vps: # vps target server system variables
|
||||
|
||||
domain_name:
|
||||
description: The domain name of the VPS
|
||||
|
|
@ -11,7 +10,7 @@ vps:
|
|||
- example.fr
|
||||
|
||||
ssh_key:
|
||||
description: vps ssh private key
|
||||
description: vps ssh private key
|
||||
examples:
|
||||
- ./sshkeys/myssh_privatekey
|
||||
|
||||
|
|
@ -33,11 +32,10 @@ nginx:
|
|||
- Testing the Nginx configuration: The Nginx configuration is tested before restarting the service.
|
||||
- Restarting Nginx: Nginx is restarted to apply the changes.
|
||||
|
||||
dependencies:
|
||||
dependencies:
|
||||
|
||||
- ubuntu 24.04 linux distribution
|
||||
|
||||
|
||||
domain_name:
|
||||
description: domain name
|
||||
examples:
|
||||
|
|
|
|||
Loading…
Reference in a new issue