Authored by chunhua.zhang

no message

# YOHO ANSIBLE ROLES
\ No newline at end of file
# YOHO ANSIBLE ROLES
## How to Run
```
ansible-playbook site.yml
ansible-playbook site.yml --limit nginx
```
\ No newline at end of file
... ...
... ... @@ -6,5 +6,5 @@ nameserver {{ i }}
{% endfor %}
{% if nameserver_timeout %}
options timeout: {{ nameserver_timeout }} rotate
options timeout: {{ nameserver_timeout }} rotate
{% endif %}
... ...