Sean Cavanaugh

Results 13 issues of Sean Cavanaugh

In reference to defunctzombie's post here: https://coreos.com/blog/managing-coreos-with-ansible/ it seems like it would be better to do this in the /etc/ansible/hosts file instead of what is posted there: `ansible_python_interpreter="/home/core/bin/python"` (reason: https://github.com/ansible/ansible/issues/9650)...

I added a folder for 2018 with directions for what I did with the URI module. Not sure if you want this included at all but figured it might save...

### Problem Summary Provisioning's slowest part is installing Automation controller. If we pre-install this and publish AMIs we can significantly reduce provision time. From initial testing: ![image](https://user-images.githubusercontent.com/6537680/162469542-5f6477b0-537a-4cae-8509-1eb10929152c.png) This is time...

this seems to not break anything but if you provision_lab like 10 times you will get more and more route tables.... ``` TASK [manage_ec2_instances : vpc public subnet route table...

help wanted

##### ISSUE TYPE - Feature Idea ##### SUMMARY Right now if you are in a disconnceted environment (or even if you don't know what registry.redhat.io or how to use it)...

enhancement

### Summary Is there an example role, or documentation for tearing down more than 200+ instances with ec2_instance? We are hitting scalability issues with this module... This PR https://github.com/ansible/workshops/pull/1589/files. Will...

has_pr
module
python3
docs
plugins

with respect to: https://github.com/ansible-network/cisco_ios/blob/devel/parser_templates/cli/show_ip_bgp_summary.yaml I feel like the output of show ip bgp summary should always be a list using the filter here is my output ``` ok: [rtr2] =>...

##### SUMMARY removing contentious terminology to match reference documentation https://docs.ansible.com/ansible/latest/reference_appendices/config.html ##### ISSUE TYPE - Docs Pull Request ##### COMPONENT NAME profile_tasks_callback ##### ADDITIONAL INFORMATION n/a

test for Github actions

### Summary The lookup plugin aws-account-attribute-lookup located at https://docs.ansible.com/ansible/latest/collections/amazon/aws/aws_account_attribute_lookup.html#ansible-collections-amazon-aws-aws-account-attribute-lookup is no longer supported on the API > from the boto docs: "This attribute is no longer supported. The returned value...

bug
lookup
python3
plugins
easyfix