Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from tuladhar/fix-README-typo-and-examples
Browse files Browse the repository at this point in the history
Fix typo and examples in README file
  • Loading branch information
jdauphant committed Jan 11, 2015
2 parents 3d0678c + 71e205b commit 7928164
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
ansible-roles-dns
=================
ansible-role-dns
================

Ansible host for configure DNS
Ansible role for configure DNS

# Examples :
```
- host: all
role : dns
dns_domain: localdomain
dns_nameservers: ['127.0.0.1', '8.8.8.8']
- hosts: all
roles:
- role: ansible-role-dns
dns_domain: localdomain
dns_nameservers: ['127.0.0.1', '8.8.8.8']
- host: all
role : dns
dns_nameservers: ['8.8.8.8']
dns_searchs: "localdomain otherdomain"
- hosts: all
roles:
- role: ansible-role-dns
dns_nameservers: ['8.8.8.8']
dns_searchs: "localdomain otherdomain"
```

0 comments on commit 7928164

Please sign in to comment.