Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-public
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
system
ansible-public
Commits
77dbd8d0
Commit
77dbd8d0
authored
1 year ago
by
Baptiste DE RENZO
Browse files
Options
Downloads
Patches
Plain Diff
Remove unsupported hardware acceleration parameter, Fixes
#37526
parent
84b98ea8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
playbooks/netcapture/README.md
+0
-1
0 additions, 1 deletion
playbooks/netcapture/README.md
roles/netcapture/templates/netcapture.json.j2
+1
-2
1 addition, 2 deletions
roles/netcapture/templates/netcapture.json.j2
with
1 addition
and
3 deletions
playbooks/netcapture/README.md
+
0
−
1
View file @
77dbd8d0
...
...
@@ -28,7 +28,6 @@ Netcapture rely on LXC, the network can be configured in different ways.
| All | netcapture_conf_folder | /etc/miris/conf | Netcaptures configuration folder on host |
| All | netcapture_media_folder | /data/netcapture/media | Netcaptures media folder on host |
| All | netcapture_pkg_folder | /data/netcapture/packages | Netcaptures package folder on host |
| All | netcapture_hw_acceleration | false | Netcaptures hardware acceleration |
| All | netcapture_miris_user_pwd | ? | Netcaptures authentification on MiriManager |
| All | netcapture_miris_auth | true | Netcaptures authentification on MiriManager |
...
...
This diff is collapsed.
Click to expand it.
roles/netcapture/templates/netcapture.json.j2
+
1
−
2
View file @
77dbd8d0
...
...
@@ -3,6 +3,5 @@
"mirismanager_check_ssl": {% if netcapture_mm_ssl %}true{% else %}false{% endif %},
"netcapture_conf_folder": "{{ netcapture_conf_folder }}",
"netcapture_media_folder": "{{ netcapture_media_folder }}",
"netcapture_pkg_folder": "{{ netcapture_pkg_folder }}",
"enable_hw_acceleration": {% if netcapture_hw_acceleration %}true{% else %}false{% endif %}
"netcapture_pkg_folder": "{{ netcapture_pkg_folder }}"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment