Skip to content
Snippets Groups Projects
  • Sam Yaple's avatar
    0f5af771
    Initial commit for adding ansible support · 0f5af771
    Sam Yaple authored
    This adds a very basic structure to begin supporting ansible in Kolla.
    Ansible can support complete idempotency, but wrapping docker-compose
    does not allow idempotency at this time. These playbooks will be
    extended to compensate for that in future patches.
    
    Change-Id: I1c9e8d32321e2733f5a9b752edf74b4fe90317ed
    0f5af771
    History
    Initial commit for adding ansible support
    Sam Yaple authored
    This adds a very basic structure to begin supporting ansible in Kolla.
    Ansible can support complete idempotency, but wrapping docker-compose
    does not allow idempotency at this time. These playbooks will be
    extended to compensate for that in future patches.
    
    Change-Id: I1c9e8d32321e2733f5a9b752edf74b4fe90317ed
site.yml 141 B
---
- hosts: database
  roles:
    - database
  tags: database

- hosts: message-broker
  roles:
    - message-broker
  tags: message-broker