Compare commits
3 commits
eca77b3357
...
aca5fd4521
| Author | SHA1 | Date | |
|---|---|---|---|
| aca5fd4521 | |||
| 8170c9ae42 | |||
| 7fe93ff221 |
1 changed files with 4 additions and 2 deletions
|
|
@ -26,8 +26,10 @@
|
||||||
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
|
- name: Ensure disabled services
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: rpcbind
|
name:
|
||||||
|
- rpcbind.service
|
||||||
|
- rpcbind.socket
|
||||||
enabled: false
|
enabled: false
|
||||||
state: stopped
|
state: stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue