aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/maintenance.yml
blob: a2903abe5d402389a1f05e6c18809806309ef3a1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                   
            
              
                                                       




                                        
               
                                       
- name: Maintenance
  hosts: all
  roles:
    - common
    - dotfiles
    - {role: snap,    when: has_snap and etc_versioned}
    - {role: apt,     when: has_apt}
    - {role: pacman,  when: has_pacman}
    - {role: yay,     when: has_yay}
    - {role: flatpak, when: has_flatpak}
    - {role: vagrant, when: has_vagrant}
    - my_server
    - {role: docker,  when: has_docker}