Updated .md files

This commit is contained in:
Carlos Sousa 2021-03-06 19:32:15 +01:00
parent 1d35c15fa0
commit 8a3e65c1b3
3 changed files with 18 additions and 2 deletions

View File

@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- sync-from-opportunity.sh - Syncs [local] from [remote]
### Updated
- sync-from-opportunity.sh - Now uses config.sh
### Deleted

View File

@ -12,5 +12,4 @@ Scripts used for starting my HomeLab stuff, either from scratch or moving betwee
### Note
### ToDo
- Change sync-from-opportunity.sh to use .env file
- Add Ansible deployment basics

17
curiosity/rsync/README.md Normal file
View File

@ -0,0 +1,17 @@
# HomeLab
Scripts used for starting my HomeLab stuff, either from scratch or moving between machines.
### Situation
### Task
- Make a copy of every *-sample without "-sample"
- eg: authorized_keys-sample = authorized_keys
- Edit the values in those files
### Result
### Note
### ToDo