Merge branch 'master' of ssh://gitea.c3d2.de:2222/C3D2/nix-config

Bu işleme şunda yer alıyor:
Markus Schmidl 2019-04-30 23:21:47 +02:00
işleme b333024bac
7 değiştirilmiş dosya ile 46 ekleme ve 1 silme

5
ansible/ansible.cfg Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
[defaults]
# some basic default values...
inventory = ./hosts

5
ansible/hosts Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
[hypervisor]
server3.hq.c3d2.de
server4.hq.c3d2.de
server5.hq.c3d2.de
server6.hq.c3d2.de

5
ansible/hypervisor.yml Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,5 @@
---
# file: hypervisor.yml
- hosts: hypervisor
roles:
- proxmox

Dosyayı Görüntüle

@ -0,0 +1,25 @@
---
- name: Update all packages to the latest version
apt:
upgrade: dist
- name: Install packages
apt:
name: "{{ packages }}"
vars:
packages:
- zsh
- iotop
- latencytop
- htop
- name: Cloning oh-my-zsh
git:
repo=https://github.com/robbyrussell/oh-my-zsh
dest=~/.oh-my-zsh
- name: Link ~/.zshrc
file:
src: /etc/pve/zshrc
dest: ~/.zshrc
state: link
force: yes

Dosyayı Görüntüle

@ -82,6 +82,7 @@
gitAndTools.git
mpv
iotop
# libmagic how ?
];

Dosyayı Görüntüle

@ -90,6 +90,10 @@
locations."/" = {
proxyPass = "http://localhost:5000";
};
extraConfig = ''
client_max_body_size 2048M;
gzip off;
'';
};
# This value determines the NixOS release with which your system is to be

@ -1 +1 @@
Subproject commit 47e9ecab99cf951f31b51ae9b0b79cc4073ae5ef
Subproject commit 3fbfe2f9a6949fee19d70c97d2e5ca27f9d6539f