Commit 5108d71
roles/apt/tasks/main.yml
@@ -39,7 +39,6 @@
- name: apt install tools (from ppa's)
apt:
update_cache: True
- cache_valid_time: 1800 #30m
state: latest
pkg: "{{ apt_ppa_pkgs }}"
become: True
roles/home/tasks/main.yml
@@ -28,16 +28,15 @@
dir: logbook
- repo: git@github.com:bryfry/docs.git
dir: docs
- #- repo: git@ssh.gitlab.external.ltsnet.net:bfryer/notes.git
- # dir: lts.notes
- - name: home directory symlinks
+ - name: home directory dirs
file:
path: "{{ item }}"
state: directory
loop:
- "$HOME/.ssh"
- "$HOME/.ssh/config.d"
+ - "$HOME/.elinks"
- name: home directory symlinks
file:
@@ -50,8 +49,6 @@
loop:
- src: "{{ home_repo }}/tmux.conf"
dest: "$HOME/.tmux.conf"
- - src: "{{ home_repo }}/tmux.statusbar.conf"
- dest: "$HOME/.tmux.statusbar.conf"
- src: "{{ home_repo }}/ssh_config_d"
dest: "$HOME/.ssh/config"
- src: "{{ home_repo }}/ssh_config"
main.yml
@@ -17,6 +17,7 @@
- python3-venv
- figlet
- elinks
+ - wireguard
#- lxc-templates
#- cloud-utils
@@ -25,9 +26,8 @@
id: "C99B11DEB97541F0"
apt_ppas:
- - "ppa:wireguard/wireguard"
- "ppa:jonathonf/vim"
- - "deb https://cli.github.com/packages focal InRelease"
+ - "deb https://cli.github.com/packages focal main"
apt_ppa_pkgs:
- wireguard