Managed Services, Cloud Architecture, DevOps Automation, SRE Practices
Discover Now
RedHat, Ububtu, Suse, Debian, Infrastructure Automation
---
- name: Send an email to LinuxCore
hosts: localhost
gather_facts: false
tasks:
- name: Send notification email
mail:
host: "localhost"
port: 25
to: "info@linuxcore.nl"
subject: "Hello Linux Core team"
body: |
Discover how LinuxCore can streamline your infrastructure.
Our experts in Linux, DevOps, and cybersecurity are ready to assist.
# “Make Everything as simple as possible, but not simpler.” { Albert Einstein }