You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
connection_plugins | 2 years ago | |
files | 2 years ago | |
roles | 2 years ago | |
.gitignore | 2 years ago | |
00_preps.yaml | 2 years ago | |
01_prep_lxd.yaml | 2 years ago | |
02_lxc_containers.yaml | 2 years ago | |
03_container_haproxy.yaml | 2 years ago | |
04_container_gitea.yaml | 2 years ago | |
README.md | 2 years ago | |
ansible.cfg | 2 years ago | |
hosts | 2 years ago | |
main.yaml | 2 years ago | |
requirements.yml | 2 years ago |
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