aboutsummaryrefslogtreecommitdiffstats
path: root/play-all.yml
blob: 5dd76f0984df7e55d38a4174466e7f2c63bc6334 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# =========================================================================== #
#               __                       ____
#        ____  / /___ ___  __     ____ _/ / /
#       / __ \/ / __ `/ / / /    / __ `/ / / 
#      / /_/ / / /_/ / /_/ /    / /_/ / / /  
#     / .___/_/\__,_/\__, (_)   \__,_/_/_/   
#    /_/            /____/
#
# =========================================================================== #

---
- 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.