Compare commits
	
		
			2 Commits
		
	
	
		
			734bc70c1d
			...
			8829d1d574
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8829d1d574 | |||
| 1b10ee0cbe | 
| @@ -9,7 +9,7 @@ | ||||
|     global_bin: /usr/local/bin | ||||
|     x_desktops: /usr/share/xsessions | ||||
|     git_repo_http: http://{{ git_host }}/{{ git_user }}/{{ git_project }} | ||||
|     git_repo_ssh: ssh://{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }} | ||||
|     git_repo_ssh: ssh://git@{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }} | ||||
|  | ||||
|  | ||||
| - name: General | Facts | System | Linux | ||||
|   | ||||
| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user