aboutsummaryrefslogblamecommitdiffstats
path: root/playbooks/workstation.yml
blob: b91c3141b7b7285c7efb61da1274b6321ae809ef (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: role_sshdns

    - role: _workstation/env
      tags: role_workstation_env

    - role: _workstation/packages
      tags: role_workstation_packages

    - role: _workstation/sysconf
      tags: role_workstation_sysconf

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

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