¿ªÔÆÌåÓý

Re: Internet Uptime Monitor for Pi?


 

Here are the steps to get it going:

  1. Make sure you have Ansible installed:
    1. (If pip3 is not installed) sudo apt-get install -y python3-pip
    2. pip3 install ansible
  2. Download the internet-pi repository to your computer: git clone https://github.com/geerlingguy/internet-pi.git && cd internet-pi
  3. Install the Ansible Galaxy content that's required to make the playbook work: ansible-galaxy install -r requirements.yml
  4. 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
  5. 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

Join [email protected] to automatically receive all group messages.