parent
68cce1fd3a
commit
993f10e635
@ -1,30 +0,0 @@ |
||||
user: local |
||||
password: password |
||||
|
||||
TODO: add images |
||||
<img src="./01-networking.png" width="200" height="150"> |
||||
|
||||
can just press enter for can't remove cdrom |
||||
|
||||
container may stop so will need to start with |
||||
``` |
||||
virsh start mirror |
||||
``` |
||||
after starting check the ip address of the vm with |
||||
``` |
||||
virsh net-dhcp-leases mirbr0 |
||||
``` |
||||
and ssh |
||||
``` |
||||
ssh local@192.168.123.XXX |
||||
``` |
||||
|
||||
in the machine switch to root and update before installing some packages and cloning the repo |
||||
``` |
||||
$ sudo su |
||||
$ cd |
||||
$ apt update && apt upgrade |
||||
$ apt install git ansible |
||||
$ git clone https://git.csclub.uwaterloo.ca/public/mirror-env.git |
||||
``` |
||||
then enter `mirror-env/mirror` and use the instructions listed there |
@ -1,7 +0,0 @@ |
||||
## to update |
||||
- hosts + ansible.cfg |
||||
- group_vars |
||||
- quote the file mode (0777 -> '0777') |
||||
- add directory_mode to set directory permission |
||||
- double check src and dest behaviour with trailing / |
||||
- could check that copy works like rsync |
Loading…
Reference in new issue