- change "wifi" role to "ap"
This commit is contained in:
3
hosts
3
hosts
@@ -1,6 +1,7 @@
|
|||||||
# 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
|
||||||
|
# host1 ansible_host=1.2.3.4 site_clli=philpa17
|
||||||
wes-host1 ansible_host=192.168.88.217
|
wes-host1 ansible_host=192.168.88.217
|
||||||
wes-host2 ansible_host=192.168.88.240
|
wes-host2 ansible_host=192.168.88.240
|
||||||
wes-host3 ansible_host=192.168.88.218
|
wes-host3 ansible_host=192.168.88.218
|
||||||
@@ -74,3 +75,5 @@ wes-host2
|
|||||||
[ntopng]
|
[ntopng]
|
||||||
# hosts running ntop
|
# hosts running ntop
|
||||||
|
|
||||||
|
[ap]
|
||||||
|
# raspberry pi will act as an access point - needs "site_clli" set on host
|
||||||
|
|||||||
@@ -52,3 +52,6 @@
|
|||||||
- hosts: ntopng
|
- hosts: ntopng
|
||||||
roles:
|
roles:
|
||||||
- ntopng
|
- ntopng
|
||||||
|
- hosts: ap
|
||||||
|
roles:
|
||||||
|
- ap
|
||||||
|
|||||||
Reference in New Issue
Block a user