Commit 5108d71

bryfry <bryon.fryer@gmail.com>
2021-01-25 23:57:29
various updates
wirguard isnt a ppa anymore gh ppa dir change rm unused stuff, statusbar, lts, etc elinks dir doesnt exist until run, make it
1 parent 8ee275f
Changed files (3)
roles
apt
home
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