Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ansible-roles
ansible-role-custom-local
Commits
f6584f6d
Verified
Commit
f6584f6d
authored
Jul 30, 2018
by
Aleksey Shirokih
Browse files
fix
parent
f58d6959
Changes
3
Hide whitespace changes
Inline
Side-by-side
defaults/main.yml
View file @
f6584f6d
custom_repo
:
"
"
custom_path
:
"
{{
noc_root
}}/../noc_custom"
meta/tower.yml
View file @
f6584f6d
...
...
@@ -8,13 +8,6 @@ forms:
<strong>Scale Recommendations</strong>: None<br/>
<strong>docs</strong>: <a href=http://docs.getnoc.com/en/latest/hacking/ target=_blank>Hacking Noc</a><br/>
<strong>Placement constraint</strong>: Will be placed on each node<br/>
repo
:
label
:
"
Custom
repo
localtion"
type
:
str
version
:
label
:
"
Custom
repo
version"
type
:
str
default
:
master
path
:
label
:
"
Place
custom
code
to"
type
:
str
...
...
tasks/main.yml
View file @
f6584f6d
-
name
:
Pull NOC custom
git
:
repo
:
"
{{custom_repo}}"
dest
:
"
{{custom_path}}"
version
:
"
{{custom_version}}"
force
:
yes
clone
:
yes
diff
:
False
when
:
-
custom_repo is defined
-
custom_repo | length >
2
environment
:
https_proxy
:
"
{{http_proxy}}"
tags
:
-
get_source
-
custom
---
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment