PHPackages                             fansible/devops-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. fansible/devops-bundle

ActiveDevops[DevOps &amp; Deployment](/categories/devops)

fansible/devops-bundle
======================

This will help you to generate a provisioning to run your Symfony apps

151.6k2[1 issues](https://github.com/fansible/DevopsBundle/issues)PHP

Since Nov 30Pushed 10y ago2 watchersCompare

[ Source](https://github.com/fansible/DevopsBundle)[ Packagist](https://packagist.org/packages/fansible/devops-bundle)[ RSS](/packages/fansible-devops-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

/!\\ Deprecated /!\\
====================

[](#-deprecated-)

See  for the newer version.

FansibleDevopsBundle
====================

[](#fansibledevopsbundle)

This will help you to generate a Ansible provisioning to run your Symfony apps.

\##Requirements This have been tested with the Ubuntu OS. It should work with many other various Linux distribution. Feel free to share your advice for the other OS.. You will need to install if you haven't done yet:

- [Ansible](http://docs.ansible.com/intro_installation.html)
- [Composer](https://getcomposer.org/download/)
- [Vagrant](http://www.vagrantup.com/downloads.html)
- [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
- nfs `sudo apt-get install nfs-kernel-server`

1. Install the bundle

    composer require fansible/devops-bundle \*@dev --dev
2. Enable the bundle in the `app/AppKernel.php` file, for development environment only.

```
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    /* After other dev dependencies... */
    $bundles[] = new \Fansible\DevopsBundle\FansibleDevopsBundle();
}

```

3. Add the following in your configuration in `app/config/config_dev.yml`

    fansible\_devops: #Name of your project name: fansible-devops environments: vagrant: ip: 10.0.0.10 host: fansible-devops.dev #Those vars will be used to generate the VagrantFile #box: ubuntu/trusty64 #memory: 1024 #cpus: 1 #exec: 100 #src: . #dest: /var/www/fansible-devops/current prod: ip: x.x.x.x host: fansible-devops.prod #Specific role you want to use ansible\_roles:

    apache:
    =======

    [](#apache)

    name: THEROLEYOUWANT #you can found many roles on ansible galaxy
    ================================================================

    [](#name-theroleyouwant-you-can-found-many-roles-on-ansible-galaxy)

    version: v24
    ============

    [](#version-v24)
4. Add your host in your hostfile: `sudo /bin/bash -c "echo '10.0.0.10  fansible-devops.dev' >> /etc/hosts"`
5. Now you can use our command to generate all the files you need to your provisioning. `app/console generate:provisioning`
6. To be able to correctly provision your server, ansible needs some role that are describe in the requirements.txt file. You need to download them by running `ansible-galaxy install -r requirements.txt`.
7. Now you can run `vagrant up` to start your vagrant. It is lunched using the Vagrantfile that we have just generated.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8b3d9f88dc15bcaecf32bc31a93b0a1efabfcaa57feee60bc99e4c840af37a8?d=identicon)[kosssi](/maintainers/kosssi)

---

Top Contributors

[![kosssi](https://avatars.githubusercontent.com/u/1135513?v=4)](https://github.com/kosssi "kosssi (32 commits)")[![Remy-Luciani](https://avatars.githubusercontent.com/u/1333763?v=4)](https://github.com/Remy-Luciani "Remy-Luciani (1 commits)")

### Embed Badge

![Health badge](/badges/fansible-devops-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fansible-devops-bundle/health.svg)](https://phpackages.com/packages/fansible-devops-bundle)
```

###  Alternatives

[pomander/pomander

Deployment for PHP

19615.7k2](/packages/pomander-pomander)[symfony-tools/docs-builder

The build system for Symfony's documentation

3668.5k1](/packages/symfony-tools-docs-builder)[enygma/composerclean

An additional command for Composer that removes configured files/directory

171.8k](/packages/enygma-composerclean)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
