summaryrefslogtreecommitdiff
path: root/roles/openshift_node_dnsmasq
AgeCommit message (Expand)Author
2017-09-26Support installation of NetworkManager for provisioned nodesMichael Gugino
2017-09-15Ensure valid search on resolv.confMateus Caruccio
2017-09-06Remove openshift-commonMichael Gugino
2017-08-29Merging openshift_node with openshift bootstrap.Kenny Woodson
2017-08-21If IP4_NAMESERVERS are unset then pull the value from /etc/resolv.confScott Dodson
2017-08-18Ensure that openshift_node_facts has been called for dns_ipScott Dodson
2017-08-14Use openshift.node.dns_ip as listening addressScott Dodson
2017-07-26Simplify generation of /etc/origin/node/resolv.confScott Dodson
2017-06-30Prevent the script to use default route ip as upstream nameserver.Steve Teuber
2017-06-30Use default ports for dnsmasq and node dnsScott Dodson
2017-06-30Run dns on the node and use that for dnsmasqScott Dodson
2017-06-18Push to the registry via dnsScott Dodson
2017-06-13Disable negative caching, set cache TTL to 1sSteve Kuznetsov
2016-12-12YAML LintingRussell Teague
2016-12-05node_dnsmasq - restart dnsmasq if it's not currently runningScott Dodson
2016-12-01openshift_node_dnsmasq - Remove strict-order option from dnsmasqScott Dodson
2016-11-29Merge pull request #2853 from alexcern/dhcpv6Scott Dodson
2016-11-28Refactored to use Ansible systemd moduleRussell Teague
2016-11-23Set nameservers on DHCPv6 eventAlex Lossent
2016-11-22Make the role work on F25 CloudMichael Scherer
2016-11-21Merge pull request #2818 from mtnbikenc/package-refactorScott Dodson
2016-11-18Create the file in two passes, atomicly copy it overScott Dodson
2016-11-17node_dnsmasq -- Set dnsmasq as our only nameserverScott Dodson
2016-11-17Refactor to use Ansible package moduleRussell Teague
2016-11-01Only restart dnsmasq if the DNS servers have changedTim Bielawa
2016-10-24Enable dnsmasq serviceScott Dodson
2016-07-01Merge pull request #2112 from sdodson/dnsmasq-additional-configScott Dodson
2016-07-01Restart dnsmasq encase it was already runningScott Dodson
2016-07-01Add support for supplying a dnsmasq.conf fileScott Dodson
2016-06-30Merge pull request #2028 from IshentRas/fix_dnsScott Dodson
2016-06-22NetworkManager service never changesTim Bielawa
2016-06-13- Prevent the script to override n number of the time the same nameserverIshentRas
2016-05-26Use grep to decide when to add our commentScott Dodson
2016-05-23Removed the echo line and replaced it with inline comment. To keep 99-origin-...Jonas Nordell
2016-05-12Sync comments with origin prScott Dodson
2016-05-12Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERSScott Dodson
2016-05-02listen on all interfacesScott Dodson
2016-04-29Make NetworkManager failure friendlierScott Dodson
2016-04-19Add openshift_node_dnsmasqScott Dodson