-add comments to hosts file

This commit is contained in:
mpelle426
2019-07-11 17:07:25 -04:00
parent 5efd5d98f4
commit 16b3b5e162

51
hosts
View File

@@ -1,42 +1,61 @@
# list all of the raspberry PI devices in the network
# the host name on each will be set to the first column
# it can be 1-20 characters, letters, digits, and hyphens
ned-host1 ansible_host=147.191.214.121 ned-host1 ansible_host=147.191.214.121
#ned-host2 ansible_host=192.168.88.217 ned-host2 ansible_host=192.168.88.217
#ned-host3 ansible_host=192.168.88.230 ned-host3 ansible_host=192.168.88.230
[ansible-hosts] [ansible-hosts]
# there must only be one ansible-host. this is the device
# that will act as the configuration server
ned-host1 ned-host1
[pi] [pi]
# include all Raspberry Pi devces here
ned-host1 ned-host1
#ned-host2 ned-host2
#ned-host3 ned-host3
[samba-server] [samba-server]
#ned-host1 # it is best to have only one samba-server host
ned-host1
[smbclient] [smbclient]
#ned-host2 # it would probably be best to limit this to 10 clients
#ned-host3 ned-host2
ned-host3
[public] [public]
# not currently used
#
[snmpd] [snmpd]
# installs SNMP daemon
#
[netflows] [netflows]
# installs flow client
#
[facebook] [facebook]
#ned-host1 # devices can be set up for facebook, salesforce or youtube
# these are mutually exclusive and must be checked by you as there
# is no automated process for that
ned-host1
[salesforce] [salesforce]
#ned-host2 # see comment for facebook
ned-host2
[youtube] [youtube]
#ned-host3 # see comment for facebook
ned-host3
[ftpclient] [ftpclient]
[sipclient] [sipclient]
#ned-host2 # generates VoIP traffic, signaling and media
#ned-host3 ned-host2
ned-host3
[sipserver] [sipserver]
#ned-host1 # there must only be one sipserver
ned-host1