Compare commits
2 Commits
v0.0.1c-ps
...
v0.0.1d-em
Author | SHA1 | Date | |
---|---|---|---|
17b049942f | |||
acb5492b45 |
11
README.md
11
README.md
@ -1,9 +1,14 @@
|
||||
# gsb2023
|
||||
|
||||
2023-01-06
|
||||
|
||||
Environnement et playbooks ansible pour le projet GSB 2023
|
||||
|
||||
## Quickstart
|
||||
prérequis : une machine Debian Bullseye
|
||||
prérequis :
|
||||
* une machine Debian Bullseye
|
||||
* VirtualBox
|
||||
|
||||
|
||||
|
||||
## Les machines
|
||||
@ -20,7 +25,7 @@ prérequis : une machine Debian Bullseye
|
||||
## Installation
|
||||
|
||||
On utilisera l'image de machine virtuelle suivante :
|
||||
* **debian-bullseye-2023a.ova** (2022-05-07)
|
||||
* **debian-bullseye-2023a.ova** (2023-01-06)
|
||||
* Debian Bullseye 11 - 2 cartes - 1 Go - stockage 20 Go
|
||||
|
||||
|
||||
@ -35,7 +40,7 @@ On utilisera l'image de machine virtuelle suivante :
|
||||
bash inst-depl
|
||||
cd /var/www/html/gsbstore
|
||||
bash getall
|
||||
cd /root/tools/ansible/gsb022/pre
|
||||
cd /root/tools/ansible/gsb023/pre
|
||||
bash gsbboot
|
||||
cd .. ; bash pull-config
|
||||
```
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z ${UREP+x} ]; then
|
||||
UREP=https://gitea.lyc-lecastel.fr/gadmin/gsb2022.git
|
||||
if [ -z ${UREP+x} ]; then
|
||||
UREP=https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git
|
||||
fi
|
||||
|
||||
dir=/root/tools/ansible
|
||||
|
@ -5,7 +5,7 @@
|
||||
register: gossbin
|
||||
|
||||
- name: install goss sur machine standard
|
||||
get_url:
|
||||
get_url:
|
||||
url: "{{ depl_url }}/{{ depl_goss }}"
|
||||
dest: /usr/local/bin/{{ depl_goss }}
|
||||
mode: 0755
|
||||
|
Reference in New Issue
Block a user