aboutsummaryrefslogblamecommitdiffstats
path: root/playbooks/workstation.yml
blob: a2722db19177117f413e1a9b2932af49da2b0856 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                          

            

                        
        

                  
                  

                            
               

                                 
                    

                                
                   






                                        
                  

# workstation ~~ playbooks/workstation.yml
# wokrstation initialization

---

- hosts: localhost
  tasks:
    - debug:
        msg: RUN AS ROOT

  roles:

    - role: sshdns
      tags: sshdns

    - role: _workstation/env
      tags: env

    - role: _workstation/packages
      tags: packages

    - role: _workstation/sysconf
      tags: sysconf

    #- role: _workstation/weechat-matrix
      #tags: role_workstation_weechat
      #become: true
      #become_method: su

    - role: update
      tags: update
remember that computers suck.