This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-swap_devices
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
initial
master
Markus Katharina Brechtel
7 years ago
commit
292fb7bdfc
1 changed files
with
12 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
tasks/main.yml
+ 12
- 0
tasks/main.yml
View File
@@ -0,0 +1,12 @@
--
- name: swap
mount:
name: none
src: UUID={{ item.uuid }}
fstype: swap
opts: sw
passno: 0
dump: 0
state: present
with_items: "{{ swap_devices }}"
Write
Preview
Loading…
Cancel
Save