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
  • deploy_customer_configuration.yml
  • ansible's avatar
    Add "customer_configuration_deployment action" · 1917d53f
    ansible committed Nov 21, 2017
    1917d53f Browse Files
deploy_customer_configuration.yml 240 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12
---
- hosts: dhipaya
  become: true
  tasks:
      - name: Test Dhipaya Configuration
        command: cat /etc/hosts
    
- hosts: blueprint
  become: true
  tasks:
      - name: Test Blueprint Configuration
        command: cat /etc/hosts