Christian Boltz 856cd0
apparmor:
Christian Boltz 856cd0
  profiles:
Christian Boltz 856cd0
    httpd2-prefork:
Christian Boltz 856cd0
      source: salt://profile/wiki/files/httpd2-prefork.apparmor
Christian Boltz 856cd0
      template: jinja
Christian Boltz 856cd0
    memcached:
Christian Boltz 856cd0
      source: salt://profile/wiki/files/memcached.apparmor
Christian Boltz 856cd0
Christian Boltz 856cd0
# list of wikis running MediaWiki 1.27 (this will allow us to migrate to a new version one by one later)
Christian Boltz 856cd0
mediawiki_1_27:
Christian Boltz 856cd0
  elasticsearch_server: 192.168.122.105
Christian Boltz 856cd0
  mysql_server: 192.168.122.106
Christian Boltz 856cd0
  wikis:
Christian Boltz 856cd0
    en:
Christian Boltz 856cd0
      alias: wikimove.opensuse.org
Christian Boltz 856cd0
      dbpass: not_in_salt_yet
Christian Boltz 856cd0
#      readonly_msg: 'This wiki is in read-only mode for maintenance!'
Christian Boltz 856cd0
#      site_notice: 'Welcome to the updated openSUSE wiki! If you notice any issues, please send a mail to admin [at] opensuse.org'
Christian Boltz 856cd0
    en-test:
Christian Boltz 856cd0
      bento_lang: en
Christian Boltz 856cd0
      dbpass: not_in_salt_yet
Christian Boltz 856cd0
      lang: en
Christian Boltz 856cd0
      site_notice: 'This is a test wiki. You are more than welcome to do test edits, but please keep in mind that all changes will be lost when we import a newer database dump.'
Christian Boltz 856cd0
Christian Boltz 856cd0
# special cases for bento_lang:
Christian Boltz 856cd0
# cz    -> bento_lang cs
Christian Boltz 856cd0
# pt-br -> bento_lang pt_BR
Christian Boltz 856cd0
# zh_tw -> bento_lang zh_TW
Christian Boltz 856cd0
# full bento_lang list: https://github.com/openSUSE/opensuse-themes/tree/master/bento/js/l10n
Christian Boltz 856cd0
Christian Boltz 856cd0
zypper:
Christian Boltz 856cd0
  packages:
Christian Boltz 856cd0
    apache2: {}
Christian Boltz 856cd0
    apache2-mod_apparmor: {}
Christian Boltz 856cd0
    apache2-prefork: {}
Christian Boltz 856cd0
    mediawiki_1_27-openSUSE: {}
Christian Boltz 856cd0
    mariadb-client: {}
Christian Boltz 856cd0
    # needed for migration to unpack tarballs
Christian Boltz 856cd0
    tar: {}
Christian Boltz 856cd0
  repositories:
Christian Boltz 856cd0
    openSUSE:infrastructure:wiki:
Christian Boltz 856cd0
      baseurl: http://download.opensuse.org/repositories/openSUSE:/infrastructure:/wiki/openSUSE_Leap_{{ grains['osrelease'] }}
Christian Boltz 856cd0
      gpgcheck: 0
Christian Boltz 856cd0
      priority: 100
Christian Boltz 856cd0
      refresh: True