Merge pull request 'disable enabled rpcbind service' (#13) from rulrich-patch-1 into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13
This commit is contained in:
commit
eca77b3357
1 changed files with 6 additions and 0 deletions
|
|
@ -25,3 +25,9 @@
|
||||||
user: root
|
user: root
|
||||||
job: "/usr/sbin/rear mkbackup > /dev/null"
|
job: "/usr/sbin/rear mkbackup > /dev/null"
|
||||||
cron_file: rear_backup_full
|
cron_file: rear_backup_full
|
||||||
|
|
||||||
|
- name: Disable rpcbind
|
||||||
|
ansible.builtin.service:
|
||||||
|
name: rpcbind
|
||||||
|
enabled: false
|
||||||
|
state: stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue