Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xiangkun
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua.zhang
2018-06-26 15:37:31 +0800
Commit
28d1bc49398b679aa9f19b4b90d5b868bf109673
1 parent
3921d7cd
no message
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
readme.md
roles/resolv/templates/resolv.conf.j2
readme.md
View file @
28d1bc4
# 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
...
...
roles/resolv/templates/resolv.conf.j2
View file @
28d1bc4
...
...
@@ -6,5 +6,5 @@ nameserver {{ i }}
{% endfor %}
{% if nameserver_timeout %}
options timeout: {{ nameserver_timeout }} rotate
options timeout: {{ nameserver_timeout }} rotate
{% endif %}
...
...
Please
register
or
login
to post a comment