Files
dsfin-ansible/hosts
mpelle426 2ed3936e53 -updates to hosts
-changes to templates for scripts
2019-07-12 14:18:25 +01:00

66 lines
1.3 KiB
INI

# 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=192.168.88.217
ned-host2 ansible_host=192.168.88.234
ned-host3 ansible_host=192.168.88.218
[ansible-hosts]
# there must only be one ansible-host. this is the device
# that will act as the configuration server
ned-host1
[pi]
# include all Raspberry Pi devces here
ned-host1
ned-host2
ned-host3
[pi:vars]
vncpassword=vncpass99
pipassword=pipassword99
[samba-server]
# it is best to have only one samba-server host
ned-host1
[smbclient]
# it would probably be best to limit this to 10 clients
ned-host2
ned-host3
[public]
# not currently used
#
[snmpd]
# installs SNMP daemon
#
[netflows]
# installs flow client
#
[facebook]
# 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]
# see comment for facebook
ned-host2
[youtube]
# see comment for facebook
ned-host3
[ftpclient]
[sipclient]
# generates VoIP traffic, signaling and media
ned-host2
ned-host3
[sipserver]
# there must only be one sipserver
ned-host1