Compare commits

..

No commits in common. "8829d1d5745afc21581b5ea81aaa9a8472673b47" and "734bc70c1dfec9077ba3877e74f5d46622dcc074" have entirely different histories.

2 changed files with 6 additions and 7 deletions

View File

@ -9,7 +9,7 @@
global_bin: /usr/local/bin global_bin: /usr/local/bin
x_desktops: /usr/share/xsessions x_desktops: /usr/share/xsessions
git_repo_http: http://{{ git_host }}/{{ git_user }}/{{ git_project }} git_repo_http: http://{{ git_host }}/{{ git_user }}/{{ git_project }}
git_repo_ssh: ssh://git@{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }} git_repo_ssh: ssh://{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }}
- name: General | Facts | System | Linux - name: General | Facts | System | Linux

View File

@ -51,8 +51,7 @@
; ;
;;;;;;;;;;;;;;;;;;;; Git Polling ;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;; 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. ; branch : Branch to use on this machine.
; Example: main, dev, prod ; Example: main, dev, prod
@ -62,10 +61,6 @@
; Example: github.com, gitlab.com. gitea.com ; Example: github.com, gitlab.com. gitea.com
; Default: git.hyperling.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. ; git_user : Provide the git user which projects are found under.
; Example: Hyperling, JimBobMcGeeJr ; Example: Hyperling, JimBobMcGeeJr
; Default: me ; Default: me
@ -74,6 +69,10 @@
; Example: Ansible, ansible-setup, my-env ; Example: Ansible, ansible-setup, my-env
; Default: env-ansible ; 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 File ;;;;;;;;;;;;;;;;;;;;
; ;
; swap_block : Set to the block size if dd should create a swapfile. ; swap_block : Set to the block size if dd should create a swapfile.