Template: fasansiblepulldeploy/git-url
Type: string
Description: Git-URL:
 Please specify the git-URL on the remote git Server. 

Template: fasansiblepulldeploy/git-branch
Type: string
Description: branch for git repo
 Multiple git branches are supported. Default is master

Template: fasansiblepulldeploy/on-repoupdate
Type: boolean
Default: true
Description: Run ansible only on repoupdate:
 If true, ansible-pull is only executed if there are 
 no new commits.

Template: fasansiblepulldeploy/deploy-key
Type: string
Description: SSH Deploy Key:
 The Private SSH Key for the git repo (Deployment Key).
 The key has to be all in one line with "\n" for new lines.
 It can and should be only for read only access.
 If no deploy key i provided the default ssh key for user root is used.

Template: fasansiblepulldeploy/gpg-verify
Type: boolean
Default: false
Description: Check gpg signature:
 If true the git commits have to be signed by a valid
 and known gnupg key. Use signed repos especially if the
 host key is accepted by default (next question).

Template: fasansiblepulldeploy/accept-host-key
Type: boolean
Default: true
Description: Accept hostkey without asking:
 If true the host key of the git server is accepted without
 asking.

Template: fasansiblepulldeploy/vault-password
Type: string
Description: Password for ansible vault
 Will be stored in /etc/ansiblepulldeploy/vault_password
