Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
module_complete
ansible-role-linux-netdata-install
Commits
b3094d4a
Commit
b3094d4a
authored
6 years ago
by
Administrator
Browse files
Options
Download
Email Patches
Plain Diff
update readme
parent
d991ca38
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+36
-0
README.md
with
36 additions
and
0 deletions
+36
-0
README.md
0 → 100644
+
36
-
0
View file @
b3094d4a
# ansible-role-linux-netdata-install
linux安装配置netdata
## Requirements
-
None
## Installation
编写requirements.yml
```
- src: git@52.80.100.85:680/ansible-role/role-linux-netdata-install.git
scm: git
name: ansible-role-linux-netdata-install
```
使用Ansible-galaxy命令进行安装
```
ansible-galaxy install -r requirements.yml
```
## Example Playbook
```
yaml
-
hosts
:
servers
roles
:
-
{
role
:
ansible-role-linux-netdata-install
}
```
## Role Variables
None
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help