Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidderus committed Mar 25, 2017
2 parents 0ae487a + 7ad7d98 commit 0300130
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.vagrant
/*.yml
/*.retry
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ansible-rpi 0.5.0
# ansible-rpi 0.6.0

## Purpose

Expand Down Expand Up @@ -53,6 +53,18 @@ Tested on a Rpi 3 B+ and a Rpi 1 B.
- Docker containers and deamon are behind the firewall by default (*see Docker Support for more infos*)
- Ansible tools are setup (*allowing you to use docker_container, docker_image Ansible modules…*)

### `unbound` role

> Transform your Raspberry Pi into a DNS Server
- Unbound setup & configuration
- Add DNS entries
- Generation of DNS entries from ansible inventory (A entries and reverse)
- Forward to another DNS
- IPv4 only for reverse

*Note: Source code is in a [separate role](https://github.com/davidderus/ansible-role-unbound).*

## Setup

### With examples
Expand Down
8 changes: 8 additions & 0 deletions playbook.yml.inc → playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@
- rpi_docker

become: yes

- name: Setup a DNS

hosts: dns-servers
roles:
- unbound-role

become: yes
2 changes: 2 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- src: https://github.com/davidderus/ansible-role-unbound.git
name: unbound-role

0 comments on commit 0300130

Please sign in to comment.