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"
|
job: "/usr/sbin/rear mkbackup > /dev/null"
|
||||||
cron_file: rear_backup_full
|
cron_file: rear_backup_full
|
||||||
|
|
||||||
- name: Ensure disabled services
|
- name: Disable rpcbind
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name:
|
name: rpcbind
|
||||||
- rpcbind.service
|
|
||||||
- rpcbind.socket
|
|
||||||
enabled: false
|
enabled: false
|
||||||
state: stopped
|
state: stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue