Compare commits

..

2 commits

Author SHA1 Message Date
eca77b3357 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
Reviewed-on: #13
2024-03-14 20:16:50 +01:00
7203183f49 disable enabled rpcbind service
All checks were successful
continuous-integration/drone/pr Build is passing
2024-03-14 20:13:28 +01:00

View file

@ -25,3 +25,9 @@
user: root
job: "/usr/sbin/rear mkbackup > /dev/null"
cron_file: rear_backup_full
- name: Disable rpcbind
ansible.builtin.service:
name: rpcbind
enabled: false
state: stopped