Files
dsfin-ansible/hosts
Michael Pellegrino 84ee92bf7d - add lubuntu to hosts
2022-07-06 08:42:36 -04:00

89 lines
1.8 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
# host1 ansible_host=1.2.3.4 site_clli=philpa17
wes-host1 ansible_host=192.168.88.217
wes-host2 ansible_host=192.168.88.240
wes-host3 ansible_host=192.168.88.218
[ansible-host]
# there must only be one ansible-host. this is the device
# that will act as the configuration server
wes-host1
[update]
# machines for auto package update
# this allows for excluding certain
# machines from automatically updating
# installed packages
[pi]
# include all Raspberry Pi devces here
wes-host1
wes-host2
wes-host3
# use variables for passwords
# currently not implemented
[pi:vars]
vncpassword=vncpass99
pipassword=pipassword99
[samba-server]
# it is best to have only one samba-server host
wes-host1
[smbclient]
# it would probably be best to limit this to 10 clients
wes-host2
wes-host3
[public]
# not currently used
#
[lubuntu]
# install lubuntu-desktop
#
[nrpe]
# install and configure nagios nrpe server
#
[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
wes-host1
[salesforce]
# see comment for facebook
wes-host2
[youtube]
# see comment for facebook
wes-host3
[ftpclient]
[sipclient]
# generates VoIP traffic, signaling and media
wes-host1
wes-host3
[sipserver]
# there must only be one sipserver
wes-host2
[ntopng]
# hosts running ntop
[ap]
# raspberry pi will act as an access point - needs "site_clli" set on host
[tcgui]
# web based interface to tc on port 5000 for introducing latency, loss, jitter