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
|
version: 1.1
|
||||||
|
|
||||||
vps:
|
vps: # vps target server system variables
|
||||||
description: vps target server system variables
|
|
||||||
|
|
||||||
domain_name:
|
domain_name:
|
||||||
description: The domain name of the VPS
|
description: The domain name of the VPS
|
||||||
|
|
@ -11,7 +10,7 @@ vps:
|
||||||
- example.fr
|
- example.fr
|
||||||
|
|
||||||
ssh_key:
|
ssh_key:
|
||||||
description: vps ssh private key
|
description: vps ssh private key
|
||||||
examples:
|
examples:
|
||||||
- ./sshkeys/myssh_privatekey
|
- ./sshkeys/myssh_privatekey
|
||||||
|
|
||||||
|
|
@ -33,11 +32,10 @@ nginx:
|
||||||
- Testing the Nginx configuration: The Nginx configuration is tested before restarting the service.
|
- Testing the Nginx configuration: The Nginx configuration is tested before restarting the service.
|
||||||
- Restarting Nginx: Nginx is restarted to apply the changes.
|
- Restarting Nginx: Nginx is restarted to apply the changes.
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
||||||
- ubuntu 24.04 linux distribution
|
- ubuntu 24.04 linux distribution
|
||||||
|
|
||||||
|
|
||||||
domain_name:
|
domain_name:
|
||||||
description: domain name
|
description: domain name
|
||||||
examples:
|
examples:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue