From 8829d1d5745afc21581b5ea81aaa9a8472673b47 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 2 Jan 2025 12:54:21 -0700 Subject: [PATCH] Add an example URL. --- tasks/general/acct_mgmt/provision_config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tasks/general/acct_mgmt/provision_config.yml b/tasks/general/acct_mgmt/provision_config.yml index 97a7daf..00c3822 100644 --- a/tasks/general/acct_mgmt/provision_config.yml +++ b/tasks/general/acct_mgmt/provision_config.yml @@ -51,7 +51,8 @@ ; ;;;;;;;;;;;;;;;;;;;; Git Polling ;;;;;;;;;;;;;;;;;;;; ; - ; For syncing this machine to a Git repository of this Ansible project. + ; For syncing this machine to a Git repository of this Ansible project + ; in this fashion: ssh://git@GIT_HOST:GIT_SSH_PORT/GIT_USER/GIT_PROJECT ; ; branch : Branch to use on this machine. ; Example: main, dev, prod @@ -61,6 +62,10 @@ ; Example: github.com, gitlab.com. gitea.com ; Default: git.hyperling.com ; + ; git_ssh_port : Port of the server host to use for SSH requests. + ; Example: 22, 222, 2222 + ; Default: 22 + ; ; git_user : Provide the git user which projects are found under. ; Example: Hyperling, JimBobMcGeeJr ; Default: me @@ -69,10 +74,6 @@ ; Example: Ansible, ansible-setup, my-env ; Default: env-ansible ; - ; git_ssh_port : Port of the server host to use for SSH requests. - ; Example: 22, 222, 2222 - ; Default: 22 - ; ;;;;;;;;;;;;;;;;;;;; Swap File ;;;;;;;;;;;;;;;;;;;; ; ; swap_block : Set to the block size if dd should create a swapfile.