Skip to content

Commit

Permalink
Update CICD add playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Dec 22, 2023
1 parent 10bcb58 commit cf31a56
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/development_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ jobs:
directory: ./.github/workflows/ansible
# Optional, SSH private key
key: ${{secrets.SSH_PRIVATE_KEY}}
# Optional, literal inventory file contents
inventory: |
[all]
ec2-3-87-235-66.compute-1.amazonaws.com
# # Optional, literal inventory file contents
# inventory: |
# [all]
# ec2-3-87-235-66.compute-1.amazonaws.com
options: |
--inventory ./.github/workflows/ansible/inventory.txt

0 comments on commit cf31a56

Please sign in to comment.