Advertisement
Guest User

Untitled

a guest
Jul 28th, 2023
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.91 KB | None | 0 0
  1. - hosts: all
  2.   roles:
  3.    - nodiscc.xsrv.common
  4.  
  5. - hosts: all,!desktop1.example.org,!laptop1,!pulse.dev.example.org
  6.   roles:
  7.    - nodiscc.xsrv.monitoring
  8.  
  9. - hosts: laptop1,desktop1.example.org,hypervisor1.example.org
  10.   roles:
  11.    - nodiscc.xsrv.libvirt
  12.  
  13. - hosts: desktop
  14.   roles:
  15.    - desktop
  16.  
  17. - hosts: demo1.dev.example.org,home.example.org
  18.   roles:
  19.    - nodiscc.xsrv.backup
  20.  
  21. - hosts: demo1.dev.example.org,demo2.dev.example.org
  22.   roles:
  23.    - nodiscc.xsrv.dnsmasq
  24.  
  25. - hosts: shaarli-test.dev.example.org
  26.   roles:
  27.    - nodiscc.toolbox.znc
  28.  
  29. - hosts: demo1.dev.example.org,demo2.dev.example.org,home.example.org,vps1.example.org,front.example.org,shaarli-test.dev.example.org
  30.   roles:
  31.    - nodiscc.xsrv.apache
  32.  
  33. - hosts: demo1.dev.example.org,home.example.org,vps1.example.org,front.example.org,shaarli-test.dev.example.org
  34.   roles:
  35.    - nodiscc.xsrv.postgresql
  36.  
  37. - hosts: demo1.dev.example.org,home.example.org,vps1.example.org,shaarli-test.dev.example.org
  38.   roles:
  39.    - nodiscc.xsrv.nextcloud
  40.  
  41. - hosts: demo1.dev.example.org,vps1.example.org,front.example.org
  42.   roles:
  43.    - nodiscc.xsrv.mumble
  44.  
  45. - hosts: demo1.dev.example.org
  46.   roles:
  47.    - nodiscc.xsrv.samba
  48.  
  49. - hosts: demo1.dev.example.org,home.example.org,shaarli-test.dev.example.org
  50.   roles:
  51.    - nodiscc.xsrv.shaarli
  52.  
  53. - hosts: demo1.dev.example.org,home.example.org,shaarli-test.dev.example.org
  54.   roles:
  55.    - nodiscc.xsrv.tt_rss
  56.  
  57. - hosts: demo1.dev.example.org,home.example.org,shaarli-test.dev.example.org
  58.   roles:
  59.    - nodiscc.xsrv.openldap
  60.  
  61. - hosts: demo1.dev.example.org,shaarli-test.dev.example.org,home.example.org
  62.   roles:
  63.    - nodiscc.xsrv.gitea
  64.  
  65. - hosts: demo1.dev.example.org,home.example.org
  66.   roles:
  67.    - nodiscc.xsrv.jellyfin
  68.     - nodiscc.xsrv.transmission
  69.     - nodiscc.xsrv.mail_dovecot
  70.  
  71. - hosts: demo1.dev.example.org,demo2.dev.example.org,home.example.org
  72.   roles:
  73.    - nodiscc.xsrv.graylog
  74.  
  75. - hosts: demo1.dev.example.org,vps1.example.org,front.example.org
  76.   roles:
  77.    - nodiscc.xsrv.wireguard
  78.  
  79. - hosts: demo1.dev.example.org,vps1.example.org,front.example.org
  80.   roles:
  81.    - nodiscc.xsrv.jitsi
  82.  
  83. - hosts: demo1.dev.example.org
  84.   roles:
  85.    - nodiscc.xsrv.docker
  86.  
  87. - hosts: demo1.dev.example.org
  88.   roles:
  89.    - nodiscc.xsrv.gotty
  90.     - nodiscc.toolbox.rss_bridge
  91.     # - nodiscc.toolbox.icecast
  92.  
  93. - hosts: demo1.dev.example.org,shaarli-test.dev.example.org
  94.   roles:
  95.    - nodiscc.xsrv.matrix
  96.  
  97. - hosts: demo1.dev.example.org,shaarli-test.dev.example.org,home.example.org,front.example.org
  98.   roles:
  99.    - nodiscc.xsrv.homepage
  100.     - nodiscc.toolbox.homepage_extra_icons
  101.  
  102. - hosts: front.example.org
  103.   roles:
  104.    - nodiscc.toolbox.valheim_server
  105.  
  106. - hosts: builder.dev.example.org
  107.   roles:
  108.    - live-builder
  109.  
  110. - hosts: demo1.dev.example.org,podman1.dev.example.org,desktop1.example.org
  111.   roles:
  112.    - podman
  113.  
  114. - hosts: pulse.dev.example.org
  115.   roles:
  116.    - nodiscc.toolbox.pulseaudio
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement