- change "wifi" role to "ap"

This commit is contained in:
Pi
2019-08-02 13:45:28 -04:00
parent a7debb7e5d
commit c3219158ec
7 changed files with 6 additions and 0 deletions

3
hosts
View File

@@ -1,6 +1,7 @@
# 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
@@ -74,3 +75,5 @@ wes-host2
[ntopng]
# hosts running ntop
[ap]
# raspberry pi will act as an access point - needs "site_clli" set on host

View File

@@ -52,3 +52,6 @@
- hosts: ntopng
roles:
- ntopng
- hosts: ap
roles:
- ap