Compare commits
No commits in common. "aca5fd4521089ef4f1b861454bf6c0e5f3c54d45" and "eca77b33574a986cf1b7290bf558f89a12093ffe" have entirely different histories.
aca5fd4521
...
eca77b3357
1 changed files with 2 additions and 4 deletions
|
|
@ -26,10 +26,8 @@
|
|||
job: "/usr/sbin/rear mkbackup > /dev/null"
|
||||
cron_file: rear_backup_full
|
||||
|
||||
- name: Ensure disabled services
|
||||
- name: Disable rpcbind
|
||||
ansible.builtin.service:
|
||||
name:
|
||||
- rpcbind.service
|
||||
- rpcbind.socket
|
||||
name: rpcbind
|
||||
enabled: false
|
||||
state: stopped
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue