We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After creating an EC2 opensuse-15, it is not possible to connect to it using ssh
version: 0.1 description: This workflow is used to test agents deployment por DDT1 PoC variables: manager-os: - linux-opensuse-15-amd64 infra-provider: aws working-dir: /tmp/dtt1-poc tasks: # Unique manager allocate task - task: "allocate-manager-{manager}" description: "Allocate resources for the manager." do: this: process with: path: python3 args: - modules/allocation/main.py - action: create - provider: "{infra-provider}" - size: large - composite-name: "{manager}" - inventory-output: "{working-dir}/manager-{manager}/inventory.yaml" - track-output: "{working-dir}/manager-{manager}/track.yaml" - ssh-key: "/home/akim/Desktop/personal/Ephemeral" - label-termination-date: "1d" - label-team: "qa" foreach: - variable: manager-os as: manager
EC2 is created:
But is not possible to connect to the EC2 by ssh
akim@akim-PC:~$ cat /tmp/dtt1-poc/manager-linux-opensuse-15-amd64/ inventory.yaml track.yaml akim@akim-PC:~$ cat /tmp/dtt1-poc/manager-linux-opensuse-15-amd64/inventory.yaml ansible_connection: ssh ansible_host: ec2-54-161-185-240.compute-1.amazonaws.com ansible_port: 2200 ansible_ssh_private_key_file: /home/akim/Desktop/personal/Ephemeral ansible_user: ec2-user akim@akim-PC:~$ ssh -i "/home/akim/Desktop/personal/Ephemeral" -p 2200 [email protected] ssh: connect to host ec2-54-161-185-240.compute-1.amazonaws.com port 2200: Connection refused
The text was updated successfully, but these errors were encountered:
c-bordon
Successfully merging a pull request may close this issue.
After creating an EC2 opensuse-15, it is not possible to connect to it using ssh
YAML file
EC2 is created:
But is not possible to connect to the EC2 by ssh
The text was updated successfully, but these errors were encountered: