Update to fancier /etc/issue
This commit is contained in:
parent
cc2fb44689
commit
1cd155885a
|
@ -9,6 +9,9 @@ timezone_location: Canada/Eastern
|
||||||
# Cluster domain for node FQDNs
|
# Cluster domain for node FQDNs
|
||||||
local_domain: upstream.local
|
local_domain: upstream.local
|
||||||
|
|
||||||
|
# Email address of the manager of the cluster
|
||||||
|
manager_email: team@company.tld
|
||||||
|
|
||||||
# DNS recursive servers and search domains for nodes
|
# DNS recursive servers and search domains for nodes
|
||||||
recursive_dns_servers:
|
recursive_dns_servers:
|
||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
|
|
|
@ -1,4 +1,20 @@
|
||||||
Parallel Virtual Cluster node \n \l
|
|
||||||
|
|
||||||
Base system: Debian GNU/Linux {{ debian_version }} "{{ debian_codename }}"
|
███████████████████████ █████ █████ ███████████ ██ ██ ██
|
||||||
|
███████████████████████ █████ █████ ███████████ ██ ██ ██
|
||||||
|
████ █████ █████ ████
|
||||||
|
████ █████ █████ ████
|
||||||
|
███████████████████████ █████ █████ ████
|
||||||
|
███████████████████████ █████ █████ ████
|
||||||
|
███ █████████ ███████████████████████
|
||||||
|
███ ███████ ███████████████████████
|
||||||
|
|
||||||
|
|
||||||
|
Parallel Virtual Cluster (PVC) Node
|
||||||
|
|
||||||
|
Node name: {{ ansible_fqdn }}
|
||||||
|
Cluster name: {{ cluster_group }}
|
||||||
|
Managed by: {{ manager_email }}
|
||||||
|
Base System: {{ ansible_lsb.description }}
|
||||||
|
|
||||||
|
UNAUTHORIZED ACCESS IS PROHIBITED. ALL LOGIN ATTEMPTS WILL BE LOGGED.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue