This commit is contained in:
jaydee 2024-12-15 22:54:16 +01:00
parent 5ec4037fa3
commit add7afa00b
3 changed files with 9 additions and 4 deletions

View File

@ -12,4 +12,6 @@
- role: autofs_client
tags: autofs_client
- role: ldap_client
tags: ldap_client
tags: ldap_client
- role: wazuh-agent
tags: wazuh-agent

View File

@ -4,7 +4,7 @@
name:
- figlet
- toilet
- name: Create Banner
ansible.builtin.command: |
figlet -c {{ (inventory_hostname|split('.'))[0] }} -f slant
@ -32,4 +32,7 @@
ansible.builtin.service:
name: ssh.service
state: restarted
become: true
become: true

View File

@ -1,4 +1,4 @@
---
- hosts: datacenter
roles:
- omv_backup
- wazuh-agent