summaryrefslogtreecommitdiff
path: root/home/.ansible/roles/new_host/files/hosts.deny
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.deny
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.deny')
-rw-r--r--home/.ansible/roles/new_host/files/hosts.deny13
1 files changed, 13 insertions, 0 deletions
diff --git a/home/.ansible/roles/new_host/files/hosts.deny b/home/.ansible/roles/new_host/files/hosts.deny
new file mode 100644
index 0000000..3d3d375
--- /dev/null
+++ b/home/.ansible/roles/new_host/files/hosts.deny
@@ -0,0 +1,13 @@
+#
+# hosts.deny This file describes the names of the hosts which are
+# *not* allowed to use the local INET services, as decided
+# by the '/usr/sbin/tcpd' server.
+#
+# Version: @(#)/etc/hosts.deny 1.00 05/28/93
+#
+# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org
+#
+#
+ALL : ALL
+
+# End of hosts.deny.