We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ssh_user
1 parent caa6a3b commit 31ea933Copy full SHA for 31ea933
README.rst
@@ -220,7 +220,7 @@ If you choose to opt for automated method you must first SSH into your Ansible c
220
221
.. code-block:: console
222
223
- ssh $(terraform output -raw ansible_user)@$(terraform output -raw ansible_control_access_ip_v4)
+ ssh $(terraform output -raw ssh_user)@$(terraform output -raw ansible_control_access_ip_v4)
224
~/deploy-openstack.sh
225
226
This script will go through the process of performing the following tasks
outputs.tf
@@ -6,7 +6,7 @@ output "seed_access_ip_v4" {
6
value = openstack_compute_instance_v2.seed.access_ip_v4
7
}
8
9
-output "ansible_user" {
+output "ssh_user" {
10
value = var.ssh_user
11
12
0 commit comments