Skip to content

Commit

Permalink
Switch from requirements.txt to requirements.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 28, 2017
1 parent 41ba50a commit b2bca71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,7 +21,7 @@ This is a living project, so a lot of things will change while I experiment with
Set up the virtual machine:

1. Install Vagrant, VirtualBox and Ansible.
2. `cd` into each of the directories inside `playbooks` and run `ansible-galaxy install -r requirements.txt`.
2. `cd` into `playbooks` and run `ansible-galaxy install -r requirements.yml`.
3. `cd` back into this directory and run `vagrant up`.


Expand All @@ -30,7 +30,7 @@ Set up the virtual machine:
Before anything else, you need to install Ansible, then do the following:

1. Copy `example.config.yml` to `config.yml`, and `inventory-example` to `inventory`, and update the values inside to match your desired environment and Pi IP addresses.
2. Run `ansible-galaxy install -r requirements.txt` inside the `playbooks` directory to install the required Ansible roles.
2. Run `ansible-galaxy install -r requirements.yml` inside the `playbooks` directory to install the required Ansible roles.


## Raspberry Pi Master Setup (Data Logger & Dashboard App)
Expand Down
4 changes: 0 additions & 4 deletions playbooks/requirements.txt

This file was deleted.

5 changes: 5 additions & 0 deletions playbooks/requirements.yml
@@ -0,0 +1,5 @@
---
- src: geerlingguy.git
- src: geerlingguy.mysql
- src: geerlingguy.nodejs
- src: geerlingguy.raspberry-pi

0 comments on commit b2bca71

Please sign in to comment.