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
6bf7b64e
Commit
6bf7b64e
authored
Aug 07, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dhclient in clude
parent
cc08c261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
cloud.yaml
cloud.yaml
+17
-0
No files found.
cloud.yaml
View file @
6bf7b64e
...
@@ -51,6 +51,23 @@
...
@@ -51,6 +51,23 @@
when
:
ansible_distribution == 'Ubuntu'
when
:
ansible_distribution == 'Ubuntu'
-
name
:
resolv
-
name
:
resolv
include_tasks
:
./tasks/resolve.yaml
include_tasks
:
./tasks/resolve.yaml
-
name
:
remove dhclient resolved hook
become
:
true
file
:
path
:
/etc/dhcp/dhclient-enter-hooks.d/resolved
state
:
absent
-
name
:
dhclient hook
become
:
true
copy
:
content
:
|
make_resolv_conf() {
return 0
}
new_host_name() {
return 0
}
dest
:
/etc/dhcp/dhclient-enter-hooks.d/nextgen-router
mode
:
0755
-
name
:
iptables-gateways blank
-
name
:
iptables-gateways blank
file
:
file
:
name
:
'
{{ansible_user_dir}}/iptables-gateways'
name
:
'
{{ansible_user_dir}}/iptables-gateways'
...
...
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