]> git.phdru.name Git - ansible.git/commitdiff
Feat: Install more packages
authorOleg Broytman <phd@phdru.name>
Tue, 24 Mar 2020 21:40:00 +0000 (00:40 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 24 Mar 2020 22:15:38 +0000 (01:15 +0300)
playbooks/debian/init-local-phd.yml
playbooks/roles/init-system/tasks/apt.yml

index 63e188b193c66b572a7c030dce49d64409f1f490..a9a8aa2a64389f08569b82698ad678f739372a48 100644 (file)
         autoremove: yes
         cache_valid_time: 3600
         install_recommends: no
-        name: ['fvwm', 'rxvt-unicode', 'xorg']
+        name: ['fvwm', 'pulseaudio', 'rxvt-unicode',
+               'x11-apps', 'x11-xserver-utils', 'xbindkeys', 'xinit',
+               'xli', 'xloadimage', 'xorg', 'xscreensaver', 'xserver-xorg',
+               'xserver-xorg-input-kbd', 'xserver-xorg-input-mouse',
+               'xserver-xorg-input-synaptics', 'xserver-xorg-legacy',
+               'xserver-xorg-video-vesa', 'xxkb',
+        ]
         state: latest
         update_cache: yes
index 2980427aa38dd546db2b9d23d7240dd4c62fa513..4e25984bc4d71e66e17d0d19f8ece4d3fb76e492 100644 (file)
@@ -25,7 +25,7 @@
     install_recommends: no
     name: ['apt', 'apt-transport-https', 'aptitude',
            'bash', 'bash-completion', 'bzip2',
-           'curl', 'deborphan', 'dnsutils', 'dselect',
+           'curl', 'deborphan', 'dnsutils', 'dselect', 'ifupdown-extra',
            'gnupg', 'gnupg2', 'logcheck', 'mc', 'mutt',
            'procmail', 'rsync', 'unzip', 'vim', 'wget', 'zip',
           ]