extra_vars pour firstboot
This commit is contained in:
parent
608bd1b00d
commit
b9fe43a5e5
2 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,6 @@ ansible-playbook configure-preseed.yml
|
||||||
```bash
|
```bash
|
||||||
apt update
|
apt update
|
||||||
apt install -y git python3-poetry
|
apt install -y git python3-poetry
|
||||||
apt install -y auto-apt-proxy # facultatif, pour s'appuyer sur un proxy cache apt tel que apt-cacher-ng (doit répondre à l'adresse `apt-proxy`)
|
|
||||||
cd /opt
|
cd /opt
|
||||||
git clone https://git.libretic.fr/libretic/linuxinstaller.git
|
git clone https://git.libretic.fr/libretic/linuxinstaller.git
|
||||||
cd linuxinstaller
|
cd linuxinstaller
|
||||||
|
|
|
@ -7,6 +7,7 @@ ansiblemenu:
|
||||||
menu_hidden: true
|
menu_hidden: true
|
||||||
extra_vars:
|
extra_vars:
|
||||||
extra_packages:
|
extra_packages:
|
||||||
|
# facultatif, pour s'appuyer sur un proxy cache apt tel que apt-cacher-ng (doit répondre à l'adresse `apt-proxy`)
|
||||||
- auto-apt-proxy
|
- auto-apt-proxy
|
||||||
|
|
||||||
update:
|
update:
|
||||||
|
|
Loading…
Reference in a new issue