)]}'
{"defaults/main.yml":[{"author":{"_account_id":6816,"name":"Jesse Pretorius","email":"jesse@odyssey4.me","username":"jesse-pretorius"},"change_message_id":"9ce8910aa0cb747ce22e5dd45696b53c897f8349","unresolved":false,"context_lines":[{"line_number":259,"context_line":"# ssh enabled - switch to True if you need ssh access to the amphora"},{"line_number":260,"context_line":"octavia_ssh_enabled: False"},{"line_number":261,"context_line":"octavia_ssh_key_name: octavia_key"},{"line_number":262,"context_line":"octavia_generate_keypair: \"{{ octavia_ssh_enabled }}\""},{"line_number":263,"context_line":"octavia_keypair_setup_host: \"{{ openstack_keypair_setup_host | default(\u0027localhost\u0027) }}\""},{"line_number":264,"context_line":"# port the agent listens on"},{"line_number":265,"context_line":"octavia_agent_port: \"9443\""}],"source_content_type":"text/x-yaml","patch_set":11,"id":"3f79a3b5_6996fff0","line":262,"updated":"2018-10-25 14:16:00.000000000","message":"Is there really a need to create a new var for this - why not just use the octavia_ssh_enabled for the conditional?","commit_id":"6c836f8eb9c87c927409563affd6389befda947f"},{"author":{"_account_id":6816,"name":"Jesse Pretorius","email":"jesse@odyssey4.me","username":"jesse-pretorius"},"change_message_id":"9138cea250bd37393546efbcdef7c30c929d7552","unresolved":false,"context_lines":[{"line_number":260,"context_line":"octavia_ssh_enabled: False"},{"line_number":261,"context_line":"octavia_ssh_key_name: octavia_key"},{"line_number":262,"context_line":"octavia_generate_keypair: \"{{ octavia_ssh_enabled }}\""},{"line_number":263,"context_line":"octavia_keypair_setup_host: \"{{ openstack_keypair_setup_host | default(\u0027localhost\u0027) }}\""},{"line_number":264,"context_line":"# port the agent listens on"},{"line_number":265,"context_line":"octavia_agent_port: \"9443\""},{"line_number":266,"context_line":"octavia_health_manager_port: 5555"}],"source_content_type":"text/x-yaml","patch_set":11,"id":"3f79a3b5_5932f8c1","line":263,"range":{"start_line":263,"start_character":0,"end_line":263,"end_character":87},"updated":"2018-10-25 09:14:58.000000000","message":"You could either just use octavia_service_setup_host in the tasks, or have it set as the default host where the keypairs are created?","commit_id":"6c836f8eb9c87c927409563affd6389befda947f"}],"tasks/octavia_keypair.yml":[{"author":{"_account_id":6816,"name":"Jesse Pretorius","email":"jesse@odyssey4.me","username":"jesse-pretorius"},"change_message_id":"f7c0503e6b4317246974ba6858a6011718e4f993","unresolved":false,"context_lines":[{"line_number":29,"context_line":"          project_name: \"{{ octavia_service_project_name }}\""},{"line_number":30,"context_line":"          user_domain_name: \"{{ octavia_service_user_domain_id }}\""},{"line_number":31,"context_line":"          project_domain_name: \"{{ octavia_service_project_domain_id }}\""},{"line_number":32,"context_line":"        state: present"},{"line_number":33,"context_line":"        name: \"{{ octavia_ssh_key_name }}\""},{"line_number":34,"context_line":""},{"line_number":35,"context_line":"    - name: Write private key locally"}],"source_content_type":"text/x-yaml","patch_set":11,"id":"3f79a3b5_c9639318","line":32,"updated":"2018-10-25 14:18:09.000000000","message":"Perhaps the state should be the following so that the key is added/removed depending on whether ssh is enabled or not?\n\nstate: \"{{ (octavia_ssh_enabled | bool) | ternary(\u0027present\u0027, \u0027absent\u0027) }}\"\n\nIf this is done, the key should probably be removed from the deploy host in a following task if octavia_ssh_enabled is disabled.","commit_id":"6c836f8eb9c87c927409563affd6389befda947f"}]}
