UCMS '13 - Continuous Deployment with Ansible

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 5

  • @Pfapulle
    @Pfapulle 10 лет назад

    Very good intro,,merci!

  • @bschonec
    @bschonec 7 лет назад

    github.com/tgerla/ansible-examples/blob/master/lamp_haproxy/roles/web/tasks/main.yml is the location of the webapp_version for the rolling update demo starting at 33:39.

  • @JoostRingoot
    @JoostRingoot 10 лет назад

    Do you have an example of good "template" ansible-playbook that pushes an rpm from jenkins to a set of hosts? I was thinking something kluge: pull from jenkins with wget and then copy it to the host and install with yum. It feels too little yaml and too bashy.

  • @samm.2675
    @samm.2675 10 лет назад

    The code he's using in the lamp_haproxy examples appears to be in this github repo: github.com/tgerla/ansible-examples/tree/master/lamp_haproxy