--- - hosts: pad vars: acme_san_domains: - [ pad.bitlair.nl ] roles: - { role: "common", tags: [ "common" ] } - { role: "nft", tags: [ "nft" ] } - { role: "acme", tags: [ "acme" ] } - { role: "nginx", tags: [ "nginx" ] } - { role: "etherpad", tags: [ "etherpad" ] }