Merge branch 'master' of /git/ansible
This commit is contained in:
commit
c8b8ab4ae2
12 changed files with 208 additions and 23 deletions
|
@ -471,21 +471,36 @@
|
|||
- pwgen # Required for mpi4py
|
||||
- openmpi-devel # Required for mpi4py
|
||||
- mpich2-devel # Required for mpi4py
|
||||
- python-openid # Required by Ipsilon
|
||||
- python-openid-teams # Required by Ipsilon
|
||||
- python-openid-cla # Required by Ipsilon
|
||||
- python-cherrypy # Required by Ipsilon
|
||||
- m2crypto # Required by Ipsilon
|
||||
- lasso-python # Required by Ipsilon
|
||||
- python-sqlalchemy # Required by Ipsilon
|
||||
- python-ldap # Required by Ipsilon
|
||||
- python-pam # Required by Ipsilon
|
||||
- freeipa-python # Required by Ipsilon
|
||||
- httpd # Required by Ipsilon
|
||||
- mod_auth_mellon # Required by Ipsilon
|
||||
- postgresql-server # Required by Ipsilon
|
||||
- mod_wsgi # Required by Ipsilon
|
||||
- python-jinja2 # Required by Ipsilon
|
||||
- pylint # Required by Ipsilon
|
||||
- python-pep8
|
||||
- nodejs-less
|
||||
- python-openid
|
||||
- python-openid-teams
|
||||
- python-openid-cla
|
||||
- python-cherrypy
|
||||
- m2crypto
|
||||
- lasso-python
|
||||
- python-sqlalchemy
|
||||
- python-ldap
|
||||
- python-pam
|
||||
- python-fedora
|
||||
- freeipa-python
|
||||
- httpd
|
||||
- mod_auth_mellon
|
||||
- postgresql-server
|
||||
- openssl
|
||||
- mod_wsgi
|
||||
- python-jinja2
|
||||
- python-psycopg2
|
||||
- sssd
|
||||
- libsss_simpleifp
|
||||
- openldap-servers
|
||||
- mod_auth_gssapi
|
||||
- krb5-server
|
||||
- socket_wrapper
|
||||
- nss_wrapper
|
||||
- python-requests-kerberos
|
||||
- python-lesscpy # End requires for Ipsilon
|
||||
- libxml2-python # Required by gimp-docs
|
||||
- createrepo # Required by dnf
|
||||
tags:
|
||||
|
|
|
@ -64,6 +64,12 @@
|
|||
target: http://www.flocktofedora.org/
|
||||
status: 302
|
||||
|
||||
- role: httpd/redirect
|
||||
name: fedoramy
|
||||
website: fedora.my
|
||||
target: http://www.fedora.my/
|
||||
status: 302
|
||||
|
||||
- role: httpd/redirect
|
||||
name: join-fedora
|
||||
website: join.fedoraproject.org
|
||||
|
|
|
@ -232,6 +232,12 @@
|
|||
- flocktofedora.com
|
||||
ssl: false
|
||||
|
||||
- role: httpd/website
|
||||
name: fedora.my
|
||||
server_aliases:
|
||||
- fedora.my
|
||||
ssl: false
|
||||
|
||||
- role: httpd/website
|
||||
name: bugz.fedoraproject.org
|
||||
server_aliases: [bugz.stg.fedoraproject.org]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue