mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
More readable Ansible output
This commit is contained in:
parent
8d58b1cfbb
commit
d6bbb9cd07
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
- name: copy wshaper service script
|
||||
- name: Copy Wondershaper service script
|
||||
template: backup=yes
|
||||
src=wondershaper/wondershaper.service
|
||||
dest=/etc/systemd/system/wondershaper.service
|
||||
mode=0644
|
||||
|
||||
- name: copy wshaper script
|
||||
- name: Copy Wondershaper script
|
||||
template: backup=yes
|
||||
src=wondershaper/wondershaper.j2
|
||||
dest=/usr/bin/wondershaper
|
||||
|
@ -12,21 +12,21 @@
|
|||
group=root
|
||||
mode=0744
|
||||
|
||||
- name: create conf.d directory
|
||||
- name: Create conf.d directory
|
||||
file: path=/etc/conf.d
|
||||
owner=root
|
||||
group=root
|
||||
mode=0755
|
||||
state=directory
|
||||
|
||||
- name: copy wshaper config script
|
||||
- name: Copy Wondershaper config script
|
||||
template: src=wondershaper/wondershaper.conf
|
||||
dest=/etc/conf.d/wondershaper.conf
|
||||
owner=root
|
||||
group=root
|
||||
mode=0600
|
||||
|
||||
- name: create fact for wondershaper config file
|
||||
- name: Create fact for Wondershaper config file
|
||||
file: src=/etc/conf.d/wondershaper.conf
|
||||
dest=/etc/ansible/facts.d/wondershaper.fact
|
||||
owner=root
|
||||
|
@ -42,6 +42,6 @@
|
|||
- option: name
|
||||
value: wondershaper
|
||||
- option: description
|
||||
value: '"Wondershaper is a command line tool to set maximum transfer rates for network adapters"'
|
||||
value: '"Wondershaper is a command line tool to set maximum transfer rates for network adapters."'
|
||||
- option: enabled
|
||||
value: "{{ wondershaper_enabled }}"
|
||||
|
|
Loading…
Reference in a new issue