--- - name: setup orion hosts: orion.archlinux.org remote_user: root vars: archweb_db_host: 'apollo.archlinux.org' dbscripts_commit: 'f4085eaa30142ed778291c4e7dd6694c087bfaef' roles: - { role: common, tags: ['common'] } - { role: tools, tags: ['tools'] } - { role: sshd, tags: ['sshd'] } - { role: root_ssh, tags: ['root_ssh'] } - { role: borg-client, tags: ['borg'] } - { role: opendkim, dkim_selector: orion, tags: ['mail'] } - { role: dovecot, tags: ['mail', "dovecot"] } - { role: spampd, tags: ["mail", "spampd"] } - { role: unbound, tags: ["mail", "unbound"] } - { role: postfwd, tags: ['mail', "postfwd"] } - { role: postfix, postfix_server: true, postfix_smtpd_public: true, tags: ['mail'] } - { role: archusers, tags: ['archusers'] } - { role: nginx, tags: ["nginx"] } - { role: dbscripts, repos_domain: "repos.archlinux.org", repos_rsync_domain: "rsync.archlinux.org", svntogit_repos: "/srv/svntogit/repos", postgres_ssl: 'on', tags: ['dbscripts', 'archusers'] } - { role: sudo, tags: ['sudo', 'archusers'] } - { role: archweb, archweb_site: false, archweb_services: true, archweb_mirrorcheck_locations: [5, 6], tags: ['archweb'] } - { role: sources, sources_domain: "sources.archlinux.org", sources_dir: "/srv/sources", tags: ['sources'] } - { role: archive, archive_domain: "archive.archlinux.org", archive_dir: "/srv/archive", tags: ['archive'] }