-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.yaml
More file actions
65 lines (65 loc) · 1.78 KB
/
Copy pathtest.yaml
File metadata and controls
65 lines (65 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
- hosts: all
roles:
- role: xebis.ansible.grub
vars:
menu_timeout: 15
- role: xebis.ansible.tmpfs
vars:
tmpfs_dirs:
- /tmp
- role: xebis.ansible.apt
vars:
autoclean: true
autoremove: true
cache_valid_time: 3600
purge: true
upgrade: "full"
- role: xebis.ansible.nftables_firewall
vars:
nftables_firewall_log_rejected: true
- role: xebis.ansible.openssh_server
- role: xebis.ansible.fail2ban
- role: xebis.ansible.users
vars:
passwordless_sudo: true
ssh_password_login: false
users:
- user: mb
admin: true
ssh_keys_urls:
- https://github.com/bruzina.keys
- role: xebis.ansible.htop
- role: xebis.ansible.mc
- role: xebis.ansible.kde
- role: xebis.ansible.google_chrome
- role: xebis.ansible.obsidian
- role: xebis.ansible.openssh_client
- role: xebis.ansible.coding_projects
vars:
repositories:
- owner: xebis
name: .github
- owner: xebis
name: ansible-collection
- owner: xebis
name: github-actions-and-workflows
- owner: xebis
name: github-organization-as-code
- owner: xebis
name: hetzner-iac-cac
- owner: xebis
name: infra
- role: xebis.ansible.ansible
- role: xebis.ansible.direnv
- role: xebis.ansible.terraform
- role: xebis.ansible.yq
- role: xebis.ansible.docker
- role: xebis.ansible.visual_studio_code
vars:
extensions:
- davidanson.vscode-markdownlint
- HashiCorp.terraform
- mkhl.direnv
- oderwat.indent-rainbow
- role: xebis.ansible.widelands