summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_dnsmasq
Commit message (Expand)AuthorAgeFilesLines
* Use openshift.node.dns_ip as listening addressScott Dodson2017-08-141-1/+1
* Simplify generation of /etc/origin/node/resolv.confScott Dodson2017-07-261-11/+18
* Prevent the script to use default route ip as upstream nameserver.Steve Teuber2017-06-301-1/+2
* Use default ports for dnsmasq and node dnsScott Dodson2017-06-303-3/+4
* Run dns on the node and use that for dnsmasqScott Dodson2017-06-305-4/+24
* Push to the registry via dnsScott Dodson2017-06-181-0/+3
* Disable negative caching, set cache TTL to 1sSteve Kuznetsov2017-06-131-0/+2
* YAML LintingRussell Teague2016-12-121-1/+1
* node_dnsmasq - restart dnsmasq if it's not currently runningScott Dodson2016-12-051-0/+4
* openshift_node_dnsmasq - Remove strict-order option from dnsmasqScott Dodson2016-12-012-2/+0
* Merge pull request #2853 from alexcern/dhcpv6Scott Dodson2016-11-291-1/+1
|\
| * Set nameservers on DHCPv6 eventAlex Lossent2016-11-231-1/+1
* | Refactored to use Ansible systemd moduleRussell Teague2016-11-283-9/+9
|/
* Make the role work on F25 CloudMichael Scherer2016-11-221-0/+1
* Merge pull request #2818 from mtnbikenc/package-refactorScott Dodson2016-11-211-1/+1
|\
| * Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
* | Create the file in two passes, atomicly copy it overScott Dodson2016-11-181-6/+8
* | node_dnsmasq -- Set dnsmasq as our only nameserverScott Dodson2016-11-171-1/+4
|/
* Only restart dnsmasq if the DNS servers have changedTim Bielawa2016-11-011-6/+41
* Enable dnsmasq serviceScott Dodson2016-10-241-0/+6
* Merge pull request #2112 from sdodson/dnsmasq-additional-configScott Dodson2016-07-012-1/+17
|\
| * Restart dnsmasq encase it was already runningScott Dodson2016-07-011-0/+1
| * Add support for supplying a dnsmasq.conf fileScott Dodson2016-07-012-1/+16
* | Merge pull request #2028 from IshentRas/fix_dnsScott Dodson2016-06-301-2/+5
|\ \ | |/ |/|
| * - Prevent the script to override n number of the time the same nameserverIshentRas2016-06-131-2/+5
* | NetworkManager service never changesTim Bielawa2016-06-221-5/+5
|/
* Use grep to decide when to add our commentScott Dodson2016-05-261-1/+4
* Removed the echo line and replaced it with inline comment. To keep 99-origin-...Jonas Nordell2016-05-231-2/+1
* Sync comments with origin prScott Dodson2016-05-121-4/+6
* Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERSScott Dodson2016-05-121-3/+4
* listen on all interfacesScott Dodson2016-05-021-1/+0
* Make NetworkManager failure friendlierScott Dodson2016-04-291-1/+1
* Add openshift_node_dnsmasqScott Dodson2016-04-197-0/+117