Add Ansible installation instructions
This commit is contained in:
parent
2df5772b07
commit
2adf1ae6bd
1 changed files with 3 additions and 1 deletions
|
|
@ -2,4 +2,6 @@
|
|||
Contains the Infrastructure as Code files which are used for provisioning my in house Raspberry Pi.
|
||||
|
||||
## Prerequisites
|
||||
The files within this repository should be run on a computer with Ansible installed. This is only possible on MacOS or Linux systems. For Windows it can be run within a WSL distro (see [this guide](https://code.visualstudio.com/docs/remote/wsl-tutorial) on how to set this up).
|
||||
The files within this repository should be run on a computer with Ansible installed. This is only possible on MacOS or Linux systems. For Windows it can be run within a WSL distro (see [this guide](https://code.visualstudio.com/docs/remote/wsl-tutorial) on how to set this up, make sure the repository is checked out on the WSL distribution itself).
|
||||
|
||||
Install Ansible ([see instructions](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue