-updates to hosts

-changes to templates for scripts
This commit is contained in:
mpelle426
2019-07-12 14:18:25 +01:00
parent 16b3b5e162
commit 2ed3936e53
5 changed files with 12 additions and 8 deletions

10
hosts
View File

@@ -1,9 +1,9 @@
# 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-host2 ansible_host=192.168.88.217
ned-host3 ansible_host=192.168.88.230
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
@@ -16,6 +16,10 @@ 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