Skip to content

Commit

Permalink
🐛 inventory-file path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
srajasimman committed Jul 2, 2024
1 parent 31c4c0a commit 41f2cdd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@ jobs:
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/dev
options: |
--extra-vars "@${{ github.workspace }}/users/noc.yml"
--inventory-file "${{ github.workspace }}/hosts/dev"
- name: Execute Ansible Playbook (DevOps)
uses: dawidd6/[email protected]
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/dev
options: |
--extra-vars "@${{ github.workspace }}/users/devops.yml"
--inventory-file "${{ github.workspace }}/hosts/dev"
- name: Execute Ansible Playbook (Engeneering)
uses: dawidd6/[email protected]
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/dev
options: |
--extra-vars "@${{ github.workspace }}/users/engg.yml"
--inventory-file "${{ github.workspace }}/hosts/dev"
- name: Execute Ansible Playbook (SA)
uses: dawidd6/[email protected]
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/dev
options: |
--extra-vars "@${{ github.workspace }}/users/sa.yml"
--inventory-file "${{ github.workspace }}/hosts/dev"
8 changes: 4 additions & 4 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@ jobs:
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/qa
options: |
--extra-vars "@${{ github.workspace }}/users/noc.yml"
--inventory-file "${{ github.workspace }}/hosts/qa"
- name: Execute Ansible Playbook (DevOps)
uses: dawidd6/[email protected]
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/qa
options: |
--extra-vars "@${{ github.workspace }}/users/devops.yml"
--inventory-file "${{ github.workspace }}/hosts/qa"
- name: Execute Ansible Playbook (Engeneering)
uses: dawidd6/[email protected]
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/qa
options: |
--extra-vars "@${{ github.workspace }}/users/engg.yml"
--inventory-file "${{ github.workspace }}/hosts/qa"
- name: Execute Ansible Playbook (SA)
uses: dawidd6/[email protected]
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/qa
options: |
--extra-vars "@${{ github.workspace }}/users/sa.yml"
--inventory-file "${{ github.workspace }}/hosts/qa"
8 changes: 4 additions & 4 deletions .github/workflows/uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@ jobs:
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/uat
options: |
--extra-vars "@${{ github.workspace }}/users/noc.yml"
--inventory-file "${{ github.workspace }}/hosts/uat"
- name: Execute Ansible Playbook (DevOps)
uses: dawidd6/[email protected]
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/uat
options: |
--extra-vars "@${{ github.workspace }}/users/devops.yml"
--inventory-file "${{ github.workspace }}/hosts/uat"
- name: Execute Ansible Playbook (Engeneering)
uses: dawidd6/[email protected]
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/uat
options: |
--extra-vars "@${{ github.workspace }}/users/engg.yml"
--inventory-file "${{ github.workspace }}/hosts/uat"
- name: Execute Ansible Playbook (SA)
uses: dawidd6/[email protected]
with:
playbook: users.yml
directory: ${{ github.workspace }}/ansible
inventory: ${{ github.workspace }}/hosts/uat
options: |
--extra-vars "@${{ github.workspace }}/users/sa.yml"
--inventory-file "${{ github.workspace }}/hosts/uat"

0 comments on commit 41f2cdd

Please sign in to comment.