Skip to content
Snippets Groups Projects
Commit 9d4eb03a authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

Use tail for motd

parent 5fa4021d
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#!/usr/bin/tail +3
# {{ ansible_managed }}
echo "> le CAS a été déployé sur cette machine."
echo " Voir /usr/local/django/cas"
> le CAS a été déployé sur cette machine.
Voir /usr/local/django/cas/
#!/bin/sh
#!/usr/bin/tail +3
# {{ ansible_managed }}
echo "> framadate a été déployé sur cette machine."
echo " Voir {{ framadate_path }}"
> framadate a été déployé sur cette machine.
Voir {{ framadate_path }}
#!/bin/sh
#!/usr/bin/tail +3
# {{ ansible_managed }}
echo "> grafana a été déployé sur cette machine."
echo " Voir /etc/grafana/"
> grafana a été déployé sur cette machine.
Voir /etc/grafana/
#!/bin/sh
#!/usr/bin/tail +3
# {{ ansible_managed }}
echo "> prometheus a été déployé sur cette machine."
echo " Voir /etc/prometheus/"
> prometheus a été déployé sur cette machine.
Voir /etc/prometheus/
#!/bin/sh
#!/usr/bin/tail +3
# {{ ansible_managed }}
echo "> Le contrôleur Unifi a été déployé sur cette machine."
> Le contrôleur Unifi a été déployé sur cette machine.
#!/bin/sh
#!/usr/bin/tail +3
# {{ ansible_managed }}
echo "> wireguard a été déployé sur cette machine."
echo " Voir /etc/wireguard/"
> wireguard a été déployé sur cette machine.
Voir /etc/wireguard/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment