Here are the steps to get it going:
- Make sure you have Ansible installed:
- (If
pip3
is not installed) sudo apt-get install -y python3-pip
pip3 install ansible
- Download the internet-pi repository to your computer:
git clone https://github.com/geerlingguy/internet-pi.git && cd internet-pi
- Install the Ansible Galaxy content that's required to make the playbook work:
ansible-galaxy install -r requirements.yml
- Make copies of the
example.inventory.ini
and example.config.yml
files (dropping the example.
from the filenames) and modify them for your own needs
- Run the playbook:
ansible-playbook main.yml
I get down to Step 3 and get ERROR! The requirements file '/home/n4srn/.local/bin/requirements.yml' does not exist.
Did I miss something?
Bret/N4SRN