File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
44
55## Release
66
7- ### 0. 1.0
7+ ### [ v0.1.0 ] ( https://github.com/shoddyguard/Puppet-Adguard/tree/v0. 1.0) (2020-03-21)
88
99** Features**
10- Initial release, all current features documented in the README
10+ Initial release
1111
1212** Bugfixes**
1313
Original file line number Diff line number Diff line change 11[ ![ validate-puppet-module Actions Status] ( https://github.com/shoddyguard/Puppet-Adguard/workflows/validate-puppet-module/badge.svg?branch=main )] ( https://github.com/shoddyguard/Puppet-Adguard/actions ) [ ![ publish-puppet-module Actions Status] ( https://github.com/shoddyguard/Puppet-Adguard/workflows/publish-puppet-module/badge.svg )] ( https://github.com/shoddyguard/Puppet-Adguard/actions )
22# Puppet-Adguard
3- Puppet module for installing and managing AdGuard Home
3+ A Puppet module for installing and managing AdGuard Home
44
55# Module description
66This module will install and configure AdGuard Home on a node, it largely uses the defaults provided by AdGuard Home in a typical installation.
7- Management is largely performed by manipulating the ` AdGuardHome.yaml ` file.
7+ This module manages AdGuard by manipulating the ` AdGuardHome.yaml ` file.
88There are some features that are not yet working in this module, see the [ Known Limitations] ( #know-limitations ) sections for more information.
99
1010This module has been tested on the following platforms:
1111- Ubuntu 20.04
12+ - Ubuntu 18.04
13+ - Debian 9
1214
1315# Setup
1416The below demonstrates a minimum configuration:
@@ -107,6 +109,7 @@ By default the following bootstrap servers are configured:
107109- ' 149.112.112.10'
108110- ' 2620:fe::10'
109111- ' 2620:fe::fe:10'
112+ -
110113These can be changed by changing the `bootstrap_dns` parameter.
111114
112115# # Disabling configuration file management
Original file line number Diff line number Diff line change 2929 {
3030 "operatingsystem" : " Ubuntu" ,
3131 "operatingsystemrelease" : [
32- " 20.04"
32+ " 20.04" ,
33+ " 18.04"
34+ ]
35+ },
36+ {
37+ "operatingsystem" : " Debian" ,
38+ "operatingsystemrelease" : [
39+ " 9"
3340 ]
3441 }
3542 ],
You can’t perform that action at this time.
0 commit comments