-hosts changes
This commit is contained in:
32
hosts
32
hosts
@@ -1,20 +1,20 @@
|
|||||||
# list all of the raspberry PI devices in the network
|
# list all of the raspberry PI devices in the network
|
||||||
# the host name on each will be set to the first column
|
# the host name on each will be set to the first column
|
||||||
# it can be 1-20 characters, letters, digits, and hyphens
|
# it can be 1-20 characters, letters, digits, and hyphens
|
||||||
ned-host1 ansible_host=192.168.88.217
|
cen-host1 ansible_host=192.168.88.217
|
||||||
ned-host2 ansible_host=192.168.88.234
|
cen-host2 ansible_host=192.168.88.240
|
||||||
ned-host3 ansible_host=192.168.88.218
|
cen-host3 ansible_host=192.168.88.218
|
||||||
|
|
||||||
[ansible-hosts]
|
[ansible-hosts]
|
||||||
# there must only be one ansible-host. this is the device
|
# there must only be one ansible-host. this is the device
|
||||||
# that will act as the configuration server
|
# that will act as the configuration server
|
||||||
ned-host1
|
cen-host1
|
||||||
|
|
||||||
[pi]
|
[pi]
|
||||||
# include all Raspberry Pi devces here
|
# include all Raspberry Pi devces here
|
||||||
ned-host1
|
cen-host1
|
||||||
ned-host2
|
cen-host2
|
||||||
ned-host3
|
cen-host3
|
||||||
|
|
||||||
# use variables for passwords
|
# use variables for passwords
|
||||||
# currently not implemented
|
# currently not implemented
|
||||||
@@ -24,12 +24,12 @@ pipassword=pipassword99
|
|||||||
|
|
||||||
[samba-server]
|
[samba-server]
|
||||||
# it is best to have only one samba-server host
|
# it is best to have only one samba-server host
|
||||||
ned-host1
|
cen-host1
|
||||||
|
|
||||||
[smbclient]
|
[smbclient]
|
||||||
# it would probably be best to limit this to 10 clients
|
# it would probably be best to limit this to 10 clients
|
||||||
ned-host2
|
cen-host2
|
||||||
ned-host3
|
cen-host3
|
||||||
|
|
||||||
[public]
|
[public]
|
||||||
# not currently used
|
# not currently used
|
||||||
@@ -44,24 +44,24 @@ ned-host3
|
|||||||
# devices can be set up for facebook, salesforce or youtube
|
# devices can be set up for facebook, salesforce or youtube
|
||||||
# these are mutually exclusive and must be checked by you as there
|
# these are mutually exclusive and must be checked by you as there
|
||||||
# is no automated process for that
|
# is no automated process for that
|
||||||
ned-host1
|
cen-host1
|
||||||
|
|
||||||
[salesforce]
|
[salesforce]
|
||||||
# see comment for facebook
|
# see comment for facebook
|
||||||
ned-host2
|
cen-host2
|
||||||
|
|
||||||
[youtube]
|
[youtube]
|
||||||
# see comment for facebook
|
# see comment for facebook
|
||||||
ned-host3
|
cen-host3
|
||||||
|
|
||||||
[ftpclient]
|
[ftpclient]
|
||||||
|
|
||||||
[sipclient]
|
[sipclient]
|
||||||
# generates VoIP traffic, signaling and media
|
# generates VoIP traffic, signaling and media
|
||||||
ned-host2
|
cen-host2
|
||||||
ned-host3
|
cen-host3
|
||||||
|
|
||||||
[sipserver]
|
[sipserver]
|
||||||
# there must only be one sipserver
|
# there must only be one sipserver
|
||||||
ned-host1
|
cen-host2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user