Update README with some testing instructions
This commit is contained in:
parent
f0bd51e720
commit
5221cb0b35
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
@ -1 +1,20 @@
|
||||||
Complete install of my home server, originally running on Olimex's Lime2
|
# Complete install of my home server, originally running on Olimex's Lime2
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
|
#### lime2-test
|
||||||
|
|
||||||
|
The lime2-test machine is a test VM managed by Vagrant.
|
||||||
|
To connect, we need to tell Ansible the connection details:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
vagrant ssh-config > ssh_config
|
||||||
|
```
|
||||||
|
|
||||||
|
We can now run tasks on the test machine:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ansible-playbook playbook.yml -t forgejo -l lime2-test
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue