]> xn--ix-yja.es Git - infrastructure.git/commitdiff
Set motd
authoralex <alex@pdp7.net>
Sat, 11 Oct 2025 08:46:26 +0000 (10:46 +0200)
committeralex <alex@pdp7.net>
Sat, 11 Oct 2025 08:46:26 +0000 (10:46 +0200)
infrastructure/roles/motd/tasks/main.yaml [new file with mode: 0644]
infrastructure/site.yaml

diff --git a/infrastructure/roles/motd/tasks/main.yaml b/infrastructure/roles/motd/tasks/main.yaml
new file mode 100644 (file)
index 0000000..1fb0a81
--- /dev/null
@@ -0,0 +1,5 @@
+- name: set motd
+  ansible.builtin.copy:
+    content: |
+      Bienvenido a ñix.es
+    dest: /etc/motd
index 550500122800f823886e29116e637ce7780da5c2..9febc362a125b1b9066e59ca671cec10b8b4d8d1 100644 (file)
@@ -2,3 +2,5 @@
 - hosts: all
   roles:
     - users
+    - motd
+