summaryrefslogtreecommitdiff
path: root/ansible/solace.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/solace.yml')
-rw-r--r--ansible/solace.yml79
1 files changed, 46 insertions, 33 deletions
diff --git a/ansible/solace.yml b/ansible/solace.yml
index 50d882c..715c45e 100644
--- a/ansible/solace.yml
+++ b/ansible/solace.yml
@@ -42,33 +42,43 @@
- capnproto
- clang
- daemonize
+ - debhelper
+ - dh-cargo
- expect
- extrautils
- fio
- firmware-misc-nonfree
- fling
- gimp
+ - graphviz
- inkscape
- iputils-ping
- isync
- jq
- jt
- libclang-dev
+ - librsvg2-bin
- libsqlite3-dev
- libssl-dev
- libvirt-dev
- linux-perf
- liw-automation
- llvm
+ - lmodern
- nettle-dev
- nfs-common
- obnam
- obnam-benchmark
- openpgp-ca
+ - pandoc
+ - pandoc-citeproc
- pandoc-filter-diagram
- pavucontrol
- pkg-config
+ - plantuml
- printer-driver-ptouch
+ - python3
+ - python3-requests
- qemu-user-static
- sequoia-chameleon-gnupg
- shellcheck
@@ -76,8 +86,11 @@
- sqlite3
- sshca
- subplot
+ - texlive-fonts-recommended
+ - texlive-latex-base
- texlive-latex-extra
- texlive-latex-recommended
+ - texlive-plain-generic
- usbutils
- uuid
- validns
@@ -91,39 +104,39 @@
regexp: WaylandEnable=
line: WaylandEnable=false
- - lineinfile:
- path: /etc/xdg/autostart/gnome-keyring-ssh.desktop
- line: Hidden=true
-
- - lineinfile:
- path: /etc/X11/Xsession.options
- line: use-ssh-agent
- state: absent
-
- - file:
- state: directory
- path: /home/liw/.config/autostart
- owner: liw
- group: liw
-
- - copy:
- content: |
- [Desktop Entry]
- Type=Application
- Name=gpg-agent
- Comment=gpg-agent
- Exec=/usr/bin/gpg-agent --daemon
- OnlyShowIn=GNOME;Unity;MATE;
- X-GNOME-Autostart-Phase=PreDisplayServer
- X-GNOME-AutoRestart=false
- X-GNOME-Autostart-Notify=true
- X-GNOME-Bugzilla-Bugzilla=GNOME
- X-GNOME-Bugzilla-Product=gnome-keyring
- X-GNOME-Bugzilla-Component=general
- X-GNOME-Bugzilla-Version=3.20.0
- dest: /home/liw/.config/autostart/gpg-agent.desktop
- owner: liw
- group: liw
+ # - lineinfile:
+ # path: /etc/xdg/autostart/gnome-keyring-ssh.desktop
+ # line: Hidden=true
+
+ # - lineinfile:
+ # path: /etc/X11/Xsession.options
+ # line: use-ssh-agent
+ # state: absent
+
+ # - file:
+ # state: directory
+ # path: /home/liw/.config/autostart
+ # owner: liw
+ # group: liw
+
+ # - copy:
+ # content: |
+ # [Desktop Entry]
+ # Type=Application
+ # Name=gpg-agent
+ # Comment=gpg-agent
+ # Exec=/usr/bin/gpg-agent --daemon
+ # OnlyShowIn=GNOME;Unity;MATE;
+ # X-GNOME-Autostart-Phase=PreDisplayServer
+ # X-GNOME-AutoRestart=false
+ # X-GNOME-Autostart-Notify=true
+ # X-GNOME-Bugzilla-Bugzilla=GNOME
+ # X-GNOME-Bugzilla-Product=gnome-keyring
+ # X-GNOME-Bugzilla-Component=general
+ # X-GNOME-Bugzilla-Version=3.20.0
+ # dest: /home/liw/.config/autostart/gpg-agent.desktop
+ # owner: liw
+ # group: liw
vars:
ansible_python_interpreter: /usr/bin/python3