type
This commit is contained in:
parent
231b3679b6
commit
17b7f79893
2 changed files with 4 additions and 4 deletions
|
|
@ -16,10 +16,6 @@ hostnames:
|
|||
ansible_python_interpreter: /usr/bin/python3
|
||||
ansible_user: root
|
||||
ansible_ssh_private_key_file:
|
||||
type: unix_filename
|
||||
params:
|
||||
types:
|
||||
- file
|
||||
default:
|
||||
- variable: intranet.vps.ssh_key
|
||||
...
|
||||
|
|
|
|||
|
|
@ -13,6 +13,10 @@ vps: # vps target server system variables
|
|||
description: vps ssh private key
|
||||
examples:
|
||||
- ./sshkeys/myssh_privatekey
|
||||
type: unix_filename
|
||||
params:
|
||||
types:
|
||||
- file
|
||||
|
||||
nginx:
|
||||
description: pedagogic html static file server
|
||||
|
|
|
|||
Loading…
Reference in a new issue