More content and playbooks
* more readme.md content * imported basic roles * commented said basic roles * trimmed down playbooks to be understandable * update requirements.txt deps
This commit is contained in:
parent
23b521f4fb
commit
2a067a2fe4
22 changed files with 491 additions and 0 deletions
14
group_vars/all.yml
Normal file
14
group_vars/all.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
# Standard variables
|
||||
os: "{{ ansible_system|lower }}"
|
||||
arch: "{% if ansible_architecture == 'aarch64' %}arm64{% elif ansible_architecture == 'amd64' or ansible_architecture == 'x86_64' %}amd64{% elif ansible_architecture == 'armhf' %}armhf{% else %}{{ ansible_architecture }}{% endif %}"
|
||||
|
||||
# Docker stuff
|
||||
docker_apt_ignore_key_error: false
|
||||
docker_install_compose: true
|
||||
docker_apt_arch: "{{ arch }}"
|
||||
|
||||
root_user:
|
||||
default_root_keys:
|
||||
- name: thomas-ed25519
|
||||
key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPrw78OSJACq5MFXHrhAr2bPpnTNxwLE85mzij8gKmCs thomas@thonkpad
|
Loading…
Add table
Add a link
Reference in a new issue