aboutsummaryrefslogblamecommitdiffstats
path: root/play-all.yml
blob: 5dd76f0984df7e55d38a4174466e7f2c63bc6334 (plain) (tree)


































































                                                                               
# =========================================================================== #
#               __                       ____
#        ____  / /___ ___  __     ____ _/ / /
#       / __ \/ / __ `/ / / /    / __ `/ / / 
#      / /_/ / / /_/ / /_/ /    / /_/ / / /  
#     / .___/_/\__,_/\__, (_)   \__,_/_/_/   
#    /_/            /____/
#
# =========================================================================== #

---
- name: update
  hosts: servers
  tags:
    - update
  roles:
    - update

- name: setup_security
  hosts: servers
  tags:
    - setup_security
  roles:
    - setup_security

- name: setup_dotfiles
  hosts: servers
  tags:
    - setup_dotfiles
  roles:
    - setup_dotfiles

- name: setup_git
  hosts: servergit
  tags:
    - setup_git
  roles:
    - setup_git

- name: setup_hostname
  hosts: servers
  tags:
    - setup_hostname
  roles:
    - setup_hostname

- name: setup_syncthing
  hosts: servers
  tags:
    - setup_python
  roles:
    - setup_python

- name: setup_syncthing
  hosts: serversyncthing
  tags:
    - setup_syncthing
  roles:
    - setup_syncthing

- name: setup_mkdocs
  hosts: OOP-FS-raspberry
  tags:
    - setup_mkdocs
  roles:
    - setup_mkdocs

remember that computers suck.