Skip to content

Commit

Permalink
Merge pull request dareyio#3 from ahmedb24/feat1
Browse files Browse the repository at this point in the history
feat: Initialize project
  • Loading branch information
ahmedb24 authored Dec 29, 2022
2 parents ec90ee4 + 0e2c3e3 commit 4f78cc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inventory/dev.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[nfs]
<NFS-Server-Private-IP-Address> ansible_ssh_user='ec2-user'
172.31.16.180 ansible_ssh_user='ec2-user'

[webservers]
<Web-Server1-Private-IP-Address> ansible_ssh_user='ec2-user'
172.31.18.92 ansible_ssh_user='ec2-user'

[db]
<Database-Private-IP-Address> ansible_ssh_user='ec2-user'
172.31.30.36 ansible_ssh_user='ubuntu'

[lb]
<Load-Balancer-Private-IP-Address> ansible_ssh_user='ubuntu'
172.31.85.187 ansible_ssh_user='ubuntu'

0 comments on commit 4f78cc5

Please sign in to comment.