index
:
rules
qwd/devel
refactor/server-migration
trunk
ansible roles - for rgoncalves.se infrastructure
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
roles: Add loki and promtail configurations
Romain Gonçalves
2021-12-13
6
-0
/
+130
|
*
playbooks/site.yml: Add metrics for all machines
Romain Gonçalves
2021-12-12
1
-6
/
+13
|
*
roles: Add postgresql
Romain Gonçalves
2021-12-12
4
-0
/
+65
|
*
roles: Add prometheus and node_exporter
Romain Gonçalves
2021-12-12
3
-0
/
+45
|
*
roles: Add grafana
Romain Gonçalves
2021-12-12
4
-0
/
+238
|
*
files/keys: Add ws-bare01 to git users
Romain Gonçalves
2021-12-12
1
-0
/
+1
|
*
roles/git: always synchronize all ssh keys
Romain Gonçalves
2021-12-12
1
-0
/
+5
|
*
roles/wireguard: Daemon hang with shell module
Romain Gonçalves
2021-12-12
3
-10
/
+22
|
|
|
|
|
Using the raw module is a workaround for having wg-quick working in background.
*
roles/cgit: Move lowdown + dependencies to chroot
Romain Gonçalves
2021-12-12
4
-11
/
+37
|
*
roles/sshd: Enable and cleanup key synchronization
Romain Gonçalves
2021-12-11
2
-58
/
+10
|
*
roles: Add pf and relayd roles for domain controller
Romain Gonçalves
2021-12-11
15
-4
/
+260
|
*
roles: Add git and cgit roles
Romain Gonçalves
2021-12-11
16
-1
/
+409
|
*
roles/httpd_pre: Switch for NFS and common defaults
Romain Gonçalves
2021-12-11
5
-4
/
+11
|
*
roles/nfsd: Consistent configuration with other roles
Romain Gonçalves
2021-12-11
4
-19
/
+22
|
*
roles: Add nfsclient
Romain Gonçalves
2021-12-11
6
-2
/
+61
|
*
roles/sshd: Pass linter + correct directory for sync
Romain Gonçalves
2021-12-10
1
-3
/
+4
|
*
roles: Generate + deploy wireguard configurations
Romain Gonçalves
2021-12-10
9
-2
/
+148
|
*
playbooks: Add softlink to files directory
Romain Gonçalves
2021-12-09
1
-0
/
+1
|
*
roles/workstation: Utilities from ws-think02 install
Romain Gonçalves
2021-12-09
1
-0
/
+8
|
*
roles/vmm: Do not remove extra zeros from lladdr
Romain Gonçalves
2021-12-09
1
-0
/
+1
|
*
roles/vmm: Fix disk space and hostname for test install
Romain Gonçalves
2021-12-09
2
-4
/
+6
|
*
roles/vmm: Transform vmm linting to an handler
Romain Gonçalves
2021-12-09
2
-5
/
+4
|
*
ansible-lint: Ignore galaxy and various changed hooks
Romain Gonçalves
2021-12-09
4
-2
/
+7
|
*
group_vars/all: Hosts are served via owo.rgoncalves.se
Romain Gonçalves
2021-12-09
1
-1
/
+1
|
*
roles/vmm: Guest kernel path is more concise
Romain Gonçalves
2021-12-09
2
-2
/
+2
|
*
roles/vmm: Use lookup for public key and passwords
Romain Gonçalves
2021-12-09
2
-8
/
+7
|
*
roles/vmm: Network infos for autoinstall configurations
Romain Gonçalves
2021-12-08
2
-7
/
+11
|
*
roles/vmm: Default path for autoinstall http files
Romain Gonçalves
2021-12-08
2
-3
/
+6
|
*
roles/vmm: Append disks informations to guests
Romain Gonçalves
2021-12-08
1
-0
/
+14
|
*
roles/vmm: Generate disklabels for openbsd autoinstall
Romain Gonçalves
2021-12-08
2
-0
/
+8
|
*
ansible: Ignore duplicate key for yaml anchors
Romain Gonçalves
2021-12-08
1
-0
/
+1
|
*
roles/vmm: Use host kernels for openbsd guests
Romain Gonçalves
2021-12-08
7
-16
/
+38
|
*
roles: Add nfsd role for virtual machines
Romain Gonçalves
2021-12-07
4
-0
/
+67
|
*
roles/vmm: Serve autoinstall configurations via httpd
Romain Gonçalves
2021-12-07
12
-36
/
+100
|
*
roles: Add httpd roles
Romain Gonçalves
2021-12-07
6
-0
/
+77
|
*
roles/vmm: Setup and create vms on openbsd
Romain Gonçalves
2021-12-07
12
-9
/
+198
|
*
roles: Add sshd role for configuration generation
Romain Gonçalves
2021-12-05
3
-0
/
+109
|
*
files/secrets: Store secrets in a private repository
Romain Gonçalves
2021-12-05
1
-0
/
+1
|
|
|
|
|
For now I am trying to avoid git-subdmodules. The secrets directory should be accessed from an internal host at: `_infrastructure/secrets`.
*
files/keys: Add public key for ssh access
Romain Gonçalves
2021-12-05
10
-0
/
+10
|
*
inventory: Add stack0-dev0 virtual machine
Romain Gonçalves
2021-12-05
2
-0
/
+6
|
*
roles/workstation: Generate hostnames for ssh
Romain Gonçalves
2021-12-05
9
-0
/
+74
|
*
roles/workstation: Allow per-tag tasks in playbook
Romain Gonçalves
2021-12-05
1
-10
/
+25
|
*
playbook/workstation: Always check for root user
Romain Gonçalves
2021-12-05
1
-0
/
+1
|
*
playbooks: Scaffold new hosts with python package
Romain Gonçalves
2021-12-05
1
-0
/
+12
|
*
groups_vars: Flatten dictionary for network vars
Romain Gonçalves
2021-12-05
1
-6
/
+5
|
*
roles/workstation: Add desktop utils
Romain Gonçalves
2021-12-05
1
-0
/
+1
|
*
roles/workstation: Add desktop utils
Romain Gonçalves
2021-12-05
1
-1
/
+10
|
*
roles/workstation: Add networking packages
Romain Gonçalves
2021-12-05
1
-0
/
+4
|
*
roles/workstation: Add yay task for archlinux
Romain Gonçalves
2021-12-05
3
-0
/
+32
|
*
roles: Add workstation role
Romain Gonçalves
2021-12-05
14
-0
/
+282
|
[next]
remember that computers suck.