Checkpoint
This commit is contained in:
parent
c501435876
commit
6f5266b63d
42 changed files with 652 additions and 136 deletions
8
roles/base/handlers/main.yml
Normal file
8
roles/base/handlers/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
- name: enable boost
|
||||
systemd:
|
||||
name: boost
|
||||
enabled: yes
|
||||
state: started
|
||||
become: yes
|
Loading…
Add table
Add a link
Reference in a new issue