Make playbook more general: Split into general and specific roles, use variables.
This commit is contained in:
parent
c59fb67ed0
commit
431acebfa3
13 changed files with 247 additions and 144 deletions
|
@ -1,14 +1,2 @@
|
|||
- name: Run update-grub
|
||||
command: update-grub
|
||||
|
||||
- name: Enable tmp.mount
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
name: tmp.mount
|
||||
enabled: yes
|
||||
listen: enable tmp.mount
|
||||
|
||||
- name: enable pwroff.timer
|
||||
systemd:
|
||||
name: pwroff.timer
|
||||
enabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue