Go to file
Tiago Carrondo 8c856d7a6c Merge branch 'master' into pin-gitea-version 2022-08-03 14:18:51 +00:00
connection_plugins Adiciona licença ao sshlxd.py 2022-03-08 11:27:16 +00:00
files juntar listas.ansol.org ao haproxy 2022-04-08 10:27:13 +01:00
roles Usa o endereço de contacto webmaster@ansol.org 2022-03-06 20:27:49 +00:00
.gitignore Usa sshlxd 2022-03-06 20:31:16 +00:00
00_preps.yaml Configura o SSH passthrough para o gitea 2022-03-07 20:44:49 +00:00
01_prep_lxd.yaml extra fix: check mode 2022-08-03 13:37:50 +01:00
02_lxc_containers.yaml add per instance containers state 2022-08-03 12:49:34 +01:00
03_container_haproxy.yaml fix hosts 2022-08-03 12:49:56 +01:00
04_container_gitea.yaml gitea version: latest > 1.17.0 2022-08-03 13:28:16 +01:00
README.md Update 'README.md' 2022-03-02 17:26:24 +00:00
ansible.cfg Usa sshlxd 2022-03-06 20:31:16 +00:00
hosts fix hosts 2022-08-03 12:49:56 +01:00
main.yaml initial dump 2022-03-01 23:30:08 +00:00
requirements.yml Adiciona requirements.yml 2022-03-06 20:31:16 +00:00

README.md

Passos manuais preparatórios

$ lxd init
Would you like to use LXD clustering? (yes/no): NO
Do you want to configure a new storage pool? (yes/no): YES
Name of the new storage pool: wireguards
Name of the storage backend to use (btrfs, dir, lvm, zfs): ZFS
Create a new ZFS pool? (yes/no): YES
Would you like to use an existing block device? (yes/no): NO
Size in GB of the new loop device (1GB minimum): 5 ????
Would you like to connect to a MAAS server? (yes/no): NO
Would you like to create a new local network bridge? (yes/no): YES
What should the new bridge be called?: lxdbr0
What IPv4 address should be used? (CIDR subnet notation, “auto” or “none”): AUTO
What IPv6 address should be used? (CIDR subnet notation, “auto” or “none”): AUTO
Would you like LXD to be available over the network? (yes/no): NO
Would you like stale cached images to be updated automatically? (yes/no): YES
Would you like a YAML "lxd init" preseed to be printed? (yes/no): NO
$ lxc config set core.https_address "[::]"
$ lxc config set core.trust_password uma_pass

$ lxc config unset core.trust_password