Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

ansible / dma-playbook

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dma-playbook
  • roles
  • install
  • tasks
  • main.yml
  • ansible's avatar
    add installstack using role feature · 7f27f0a4
    ansible committed Apr 20, 2018
    7f27f0a4
main.yml 219 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10
- name: Select software stack based on Application Name
  import_role:
            name: dma
  when: app_name == 'dma'
  
# software stack of wdchat
- import_role:
            name: wdchat
  when: app_name == 'wdchat'