summaryrefslogtreecommitdiff
path: root/home/.ansible/roles/new_host/files/hosts.allow
diff options
context:
space:
mode:
authorboom2 <blizzack@blizzack.com>2023-12-14 17:24:25 -0500
committerboom2 <blizzack@blizzack.com>2023-12-14 17:24:25 -0500
commitf30709d7dbe88d82c4df66c476db36cb5c0ce903 (patch)
treeca861d7aa3e30c73a4fefeb9186f221cf15a8ff5 /home/.ansible/roles/new_host/files/hosts.allow
parentd8a7729358a2fd3b911022e45d0197fda3e5da94 (diff)
- add "new_host" role for system setup
- no longer use "all" to mention all hosts in playbooks - update of hosts file to now use localhost as "test"
Diffstat (limited to 'home/.ansible/roles/new_host/files/hosts.allow')
-rw-r--r--home/.ansible/roles/new_host/files/hosts.allow14
1 files changed, 14 insertions, 0 deletions
diff --git a/home/.ansible/roles/new_host/files/hosts.allow b/home/.ansible/roles/new_host/files/hosts.allow
new file mode 100644
index 0000000..2e8e17a
--- /dev/null
+++ b/home/.ansible/roles/new_host/files/hosts.allow
@@ -0,0 +1,14 @@
+#
+# hosts.allow This file describes the names of the hosts which are
+# allowed to use the local INET services, as decided by
+# the '/usr/sbin/tcpd' server.
+#
+# Version: @(#)/etc/hosts.allow 1.00 05/28/93
+#
+# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org
+#
+#
+ALL : 127.0.0.1
+ALL : 192.168.0.
+
+# End of hosts.allow.