$ brew update
$ brew install --devel openshift-cli
# add 172.30.0.0/16 to the insecure registries
$ docker-machine ssh
$ vi /var/lib/boot2docker/profile
# add --insecure-registry 172.30.0.0/16
$ docker-machine restart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/ansible-playbook -v | |
--- | |
- hosts: apache0 | |
vars: | |
rule_list: | |
- { proto: icmp, type: 3, code: 4, src_cidr_ip: 0.0.0.0/0 } | |
ec2_group_region: 'us-east-2' | |
ec2_group_vpc: 'vpc-295720575' | |
ec2_group_description: 'change for AI Ops Recommendation by Red Hat Insights' |