Skip to content

Commit

Permalink
Merge pull request #60 from Pinolo/main
Browse files Browse the repository at this point in the history
Adding OpenVPN plugin for NWMngr
  • Loading branch information
paolomainardi authored Nov 8, 2021
2 parents 8dd7991 + a30faf3 commit 3ffa552
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifndef CONFIG
$(error "You must pass a config yaml file (see ./config/*.yaml for examples"))
$(error "You must pass a config yaml file (see ./config/*.yaml for examples)")
endif

install-githooks:
Expand Down Expand Up @@ -27,7 +27,7 @@ install-grub-no-encryption:

local-install:
sudo ansible-galaxy collection install -r ./requirements.yml
sudo ansible-playbook ./playbooks/system.yml -i localhost, -c local
sudo ansible-playbook ./playbooks/system.yml -i localhost, -c local --extra-vars "@$(CONFIG)"

# Example of usage: sudo TAGS=your-tags CONFIG=./config/your-config.yaml make local-install-tags
local-install-tags:
Expand Down
26 changes: 15 additions & 11 deletions pkglist.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
adobe-source-sans-fonts
ansible
asciinema
autoconf
automake
aws-cli
baobab
base
bash-completion
bashtop
bind
binutils
Expand All @@ -26,6 +26,7 @@ dmidecode
docker
docker-compose
efibootmgr
egl-wayland
eog
epiphany
evince
Expand All @@ -40,10 +41,8 @@ gawk
gcc
gdm
gedit
geekbench
gettext
git
glances
glxinfo
gnome-backgrounds
gnome-books
Expand Down Expand Up @@ -103,12 +102,9 @@ gvfs-nfs
gvfs-smb
gzip
helm
hplip
htop
i3-gaps
intel-ucode
inxi
iperf
jq
kind
kooha
Expand All @@ -119,40 +115,41 @@ libtool
linux
linux-firmware
linux-headers
logiops
lshw
m4
make
mplayer
mpv
mutter
nautilus
neofetch
net-tools
networkmanager
networkmanager-openvpn
noto-fonts
ntfs-3g
nvidia-dkms
nvidia-settings
nvidia-utils
orca
os-prober
pacman
pacman-contrib
paru
patch
pavucontrol
pipewire-media-session
pipewire-pulse
pkgconf
power-profiles-daemon
powertop
rancher-k3d-bin
reflector
rygel
seahorse
sed
simple-scan
slack-desktop
sof-firmware
solaar
stern
sudo
sushi
Expand Down Expand Up @@ -192,22 +189,24 @@ visual-studio-code-bin
vlc
which
wpa_supplicant
xbindkeys
xdg-user-dirs-gtk
xdotool
xf86-video-vesa
xorg-bdftopcf
xorg-docs
xorg-font-util
xorg-fonts-100dpi
xorg-fonts-75dpi
xorg-fonts-encodings
xorg-iceauth
xorg-mkfontscale
xorg-server
xorg-server-common
xorg-server-devel
xorg-server-xephyr
xorg-server-xnest
xorg-server-xvfb
xorg-sessreg
xorg-setxkbmap
xorg-smproxy
xorg-x11perf
xorg-xauth
Expand All @@ -218,17 +217,21 @@ xorg-xdpyinfo
xorg-xdriinfo
xorg-xev
xorg-xgamma
xorg-xhost
xorg-xinput
xorg-xkbcomp
xorg-xkbevd
xorg-xkbutils
xorg-xkill
xorg-xlsatoms
xorg-xlsclients
xorg-xmodmap
xorg-xpr
xorg-xprop
xorg-xrandr
xorg-xrdb
xorg-xrefresh
xorg-xset
xorg-xsetroot
xorg-xvinfo
xorg-xwayland
Expand All @@ -240,3 +243,4 @@ yelp
yq
zoom
zsh
zsh-completions
5 changes: 3 additions & 2 deletions playbooks/roles/gnome/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
- gnome-sound-recorder
- dconf-editor
- gnome-software-packagekit-plugin
- gnome-shell-extension-appindicator
- networkmanager
- networkmanager-openvpn
- seahorse
state: present
update_cache: yes
- name: Install gnome extensions
Expand All @@ -40,7 +41,7 @@
shell: systemctl enable NetworkManager
- name: "Enable power-profiles-daemon"
shell: systemctl enable power-profiles-daemon

- name: Configure gnome
import_tasks: dconf.yml

Expand Down
4 changes: 3 additions & 1 deletion playbooks/roles/packages/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
community.general.pacman:
name:
- base-devel
- bash-completion
- dialog
- dmidecode
- neofetch
Expand All @@ -63,6 +64,7 @@
- usbutils
- tmux
- zsh
- zsh-completions
- lshw

- name: Install system packages from aur
Expand Down Expand Up @@ -120,7 +122,7 @@
- noto-fonts
- ttf-anonymous-pro
- ttf-droid
- ttf-liberation
- ttf-liberation
- ttf-fira-code
- ttf-fira-mono
- ttf-fira-sans
Expand Down

0 comments on commit 3ffa552

Please sign in to comment.