diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-04-29 01:20:53 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-04-29 01:20:53 +0300 |
| commit | eab060df8cfde1137d24f372a2396963c69b5965 (patch) | |
| tree | e9753d0f435eae980954a49619ae7aaae7c76a45 /ansible/hosts.ini | |
| download | cloudrender-infra-eab060df8cfde1137d24f372a2396963c69b5965.tar.xz cloudrender-infra-eab060df8cfde1137d24f372a2396963c69b5965.zip | |
Intial IaC code and setting up deployment using ansible
Diffstat (limited to 'ansible/hosts.ini')
| -rw-r--r-- | ansible/hosts.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/hosts.ini b/ansible/hosts.ini new file mode 100644 index 0000000..c3896e7 --- /dev/null +++ b/ansible/hosts.ini @@ -0,0 +1,2 @@ +[ec2_instances] +44.202.210.65 ansible_user=ec2-user ansible_ssh_private_key_file=~/keypair_amazon/deployer_key |
