Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nextgen-router
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
nextgen-router
Commits
fd038662
Commit
fd038662
authored
Feb 08, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
115efc07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
files/services/docker-compose.yml.j2
files/services/docker-compose.yml.j2
+1
-1
services.yaml
services.yaml
+1
-1
No files found.
files/services/docker-compose.yml.j2
View file @
fd038662
...
@@ -32,7 +32,7 @@ services:
...
@@ -32,7 +32,7 @@ services:
volumes:
volumes:
- ./apt-cacher-ng:/var/cache/apt-cacher-ng
- ./apt-cacher-ng:/var/cache/apt-cacher-ng
{% endif %}
{% endif %}
{% if dnsmasq.pxe is defined and
dnsmasq.pxe == "localhost"
%}
{% if dnsmasq.pxe is defined and
(dnsmasq.pxe == "localhost" or (dnsmasq.pxe.localhost is defined and dnsmasq.pxe.localhost))
%}
pxe-tftp:
pxe-tftp:
restart: always
restart: always
image: wastrachan/tftpd
image: wastrachan/tftpd
...
...
services.yaml
View file @
fd038662
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
dest
:
'
{{ansible_user_dir}}/nextgen-router/services/others/docker-compose.yml'
dest
:
'
{{ansible_user_dir}}/nextgen-router/services/others/docker-compose.yml'
-
name
:
pxe things
-
name
:
pxe things
include_tasks
:
./tasks/pxe.yaml
include_tasks
:
./tasks/pxe.yaml
when
:
dnsmasq.pxe is defined and
dnsmasq.pxe == "localhost"
when
:
dnsmasq.pxe is defined and
(dnsmasq.pxe == "localhost" or (dnsmasq.pxe.localhost is defined and dnsmasq.pxe.localhost))
-
name
:
start services
-
name
:
start services
docker_compose
:
docker_compose
:
project_src
:
'
{{ansible_user_dir}}/nextgen-router/services/others'
project_src
:
'
{{ansible_user_dir}}/nextgen-router/services/others'
...
...
Write
Preview
Markdown
is supported
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