unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_aws_group
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_aws_group/tasks/main.yml", "content": "---\n- name: Create IAM group\n iam:\n iam_type: group\n name: \"{{ osagr_name }}\"\n state: present\n register: result\n until: result | success\n retries: 10\n delay: 10\n\n- name: Associate inline IAM policies with gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1182, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_aws_iam_byoc
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_aws_iam_byoc/files/CustomerCloudSubscriptions_policy.json", "content": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"ec2:DescribeReservedInstances\",\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8599, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_aws_iam_cert
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_aws_iam_cert/defaults/main.yml", "content": "---\nosaic_default_chain_cert: \"{{ osaic_chain_cert | default(None, True) }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "ansible/roles/openshift_aws_iam_cert/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1907, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_aws_iam_kms
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_aws_iam_kms/tasks/main.yml", "content": "---\n- fail:\n msg: \"{{ item }} needs to be defined.\"\n when: osaik_alias is undefined\n with_items:\n - osaik_alias\n\n- fail:\n msg: \"{{ item }} needs to be defined.\"\n when: osaik_region is undefined\n with_items:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1270, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_aws_iam_sso
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_aws_iam_sso/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations AWS IAM Single Sign-on Setup\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n - 7...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6247, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_aws_persistent_volumes
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_aws_persistent_volumes/templates/ebs_persistent_volume.yml.j2", "content": "---\napiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: {{ item.volume.tags[\"Name\"] }}\n labels:\n type: ebs\nspec:\n capacity:\n storage: {{ item.volume.size }}Gi\n accessModes:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5829, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_aws_pv_move
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_aws_pv_move/README.md", "content": "openshift_aws_iam_kms\n=========\n\nAnsible role to create Openshift AWS IAM KMS keys for Openshift Operations.\n\nRequirements\n------------\n\nAnsible Modules:\n\noo_ec2_elb_migrate\n\nRole Variables\n--------------\n\n osapm_from_az:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5096, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_aws_registry
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_aws_registry/handlers/main.yml", "content": "---\n- name: restart openshift master services\n service:\n name: \"{{ item[1] }}\"\n state: restarted\n delegate_to: \"{{ item[0] }}\"\n with_nested:\n - \"{{ osareg_master_nodes }}\"\n - [ 'atomic-openshift-master-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7736, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_aws_user
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_aws_user/tasks/main.yml", "content": "---\n- fail:\n msg: \"{{ item }} needs to be defined.\"\n when: osau_users is undefined or osau_users|length == 0\n with_items:\n - \"{{ osau_users }}\"\n\n- fail:\n msg: \"{{ item }} needs to be defined.\"\n when: osau_user_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3225, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_byo_generator
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_byo_generator/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations BYO Inventory Generator\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 2.0\n platforms:\n - name: EL\n versions:\n - 7\nd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 22265, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_clam_server
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_clam_server/files/clam-server.yml", "content": "---\napiVersion: v1 \nkind: Template\nmetadata:\n creationTimestamp: null\n generation: 1\n labels:\n provider: openshift\n clam-server-host: \"true\"\n component: clam-server\n name: oso-clam-server \nobjects:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 11685, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_clam_update
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_clam_update/README.md", "content": "openshift_clam_update\n=========\n\nAnsible role for creating and configuring a ClamAV Signature Updater container\n\nRequirements\n------------\n\nAnsible Modules:\n\n- tools_roles/lib_openshift_3.2\n\n\nRole Variables\n--------------\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7994, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_clusterrole
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_clusterrole/README.md", "content": "openshift_clusterrole\n=========\n\nGeneric ClusterRole and ClusterRoleBinding deploiyer\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\n\nDependencies\n------------\n\nAnsible Modules:\n\n- \"tools_roles/lib_oa_open...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1528, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_daemonset_config
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_daemonset_config/tasks/main.yml", "content": "---\n- name: create the namespace\n oc_project:\n state: present\n name: \"{{ openshift_daemonset_config_namespace }}\"\n node_selector: \"\"\n\n- name: add a sa\n oc_serviceaccount:\n name: \"{{ openshift_daemons...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9227, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_dedicated_admin
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_dedicated_admin/defaults/main.yml", "content": "---\n# defaults file for openshift_dedicated_admin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ansible/roles/openshift_dedicated_admin/vars/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2048, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_dedicated_scripts
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_dedicated_scripts/README.md", "content": "openshift_dedicated_scripts\n=========\n\nAnsible role for ensuring openshift-dedicated-scripts rpm is installed, and if\nnot choosing a correct version for the major version of OpenShift in play.\n\n\nRequirements\n------------\n\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1529, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_default_ns_settings
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_default_ns_settings/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations namespace settings\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n - 7\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1116, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_disk_provision
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_disk_provision/defaults/main.yml", "content": "---\n# defaults file for openshift_disk_provision\n#\n# Many of these values are pass-throughs to the underlying modules.\n#\n# For more details see these docs:\n# https://docs.ansible.com/ansible/filesystem_module.html\n# htt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 27102, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_firstboot_scripts
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_firstboot_scripts/files/setup-etcd-volume.sh", "content": "#!/bin/bash\n#\n# This formats and mounts the etcd volume.\n#\n\nset -e\n\n# See \"openshift_aws_master_volumes\" in generate_inventory playbook.\nETCD_DEVICE_NAME=/dev/xvdc\n\n# A volume with no filesystem is desc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 4480, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_gcp_add_users_to_project
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_gcp_add_users_to_project/tasks/main.yml", "content": "---\n- name: Ensure needed vars are set\n fail:\n msg: \"Please define {{ item }}\"\n when: \"{{ item }} is undefined\"\n with_items:\n - osgautp_project\n - osgautp_user_list\n - osgautp_role\n\n- name: append...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2095, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_gcp_cluster_creation
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_gcp_cluster_creation/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations Cluster Creation Role\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4863, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_gcp_gcloud_config
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_gcp_gcloud_config/README.md", "content": "openshift_gcp_gcloud_config\n=========\n\nAnsible role for adding an configuring gcloud config\n\nRequirements\n------------\n\nAnsible Modules: lib_gcloud\n\n\nRole Variables\n--------------\n\n osggc_project: sets gcloud to us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1776, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_gcp_image_creation
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_gcp_image_creation/tasks/main.yml", "content": "---\n- name: create image in GCP project\n gcloud_compute_image:\n state: present\n name: \"{{ osgic_image_name }}\"\n source_uri: \"gs://image-uploads/{{ osgic_image_name }}.tar.gz\"\n register: imageout\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 939, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_gcp_persistent_volumes
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_gcp_persistent_volumes/tasks/main.yml", "content": "---\n- fail:\n msg: \"Value {{ item }} is not set!\"\n with_items:\n - \"{{ osgpv_volumes }}\"\n when: item is undefined\n\n- name: Change restriced scc fsgroup to MustRunAs\n oc_edit:\n kind: scc\n name: res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3673, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_gcp_registry
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_gcp_registry/README.md", "content": "openshift_gcp_registry\n=========\n\nAnsible role for setting up and configuring a registry in Openshift\n\nRequirements\n------------\n\nAnsible Modules:\n\n- tools_roles/lib_openshift\n\n\nRole Variables\n--------------\n\nosgreg_cace...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7384, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_gcp_service_account
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_gcp_service_account/README.md", "content": "openshift_gcp_service_account\n=========\n\nAnsible role for creating GCP service accounts\n\nRequirements\n------------\n\nAnsible Modules: lib_gcloud\n\n\nRole Variables\n--------------\n\n osgcpsa_username: Username that wi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4304, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_gcp_set_zone
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_gcp_set_zone/tasks/main.yml", "content": "---\n- name: Stat the main.yml file\n stat:\n path: \"{{ osgcpsz_output_dir }}/main.yml\"\n register: stat_zone_file\n\n- name: check if zone is already set\n yedit:\n state: list\n src: \"{{ osgcpsz_output_dir }}/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1897, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_gcp_ssh_keys
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_gcp_ssh_keys/tasks/main.yml", "content": "---\n- name: get the user dictionary into a format to pass the the gcp key module\n set_fact:\n ssh_key_data: >\n {% set ssh_keys = {} %}\n {%- for user in osgsk_user_list %}\n {%- set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1333, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_group_policy
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_group_policy/README.md", "content": "Role Name\n=========\n\nA role that can be used to run oc adm policy to manage groups\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nNone\n\nDependencies\n------------\n\nopenenshift_ansible's lib_openshift l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1013, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_haproxy_passthrough
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_haproxy_passthrough/tasks/main.yml", "content": "---\n- name: install the haproxy package\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - haproxy\n\n- name: Install haproxy.cfg file\n copy:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1298, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_htpasswd
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_htpasswd/tasks/main.yml", "content": "---\n- name: ensure htpassword \n template:\n src: htpasswd.j2\n dest: /etc/origin/master/htpasswd\n backup: yes\n mode: 0644\n owner: root\n group: root\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 239, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_image_inspector
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_image_inspector/tasks/main.yml", "content": "---\n- name: Create temp directory to store the template\n command: mktemp -d /tmp/openshift-image-inspector-ansible-XXXXXX\n register: mktemp\n changed_when: False\n\n- name: Choose a master on which to run\n set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12143, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_install_nonstandard_certificate
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_install_nonstandard_certificate/templates/cert_template.j2", "content": "{{ osinsc_cert_content }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "ansible/roles/openshift_install_nonstandard_certificate/defaults...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1217, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_install_templates
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_install_templates/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Openshift Operations Install Templates and Examples\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2295, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_log_writer
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_log_writer/files/log-writer.yml", "content": "---\napiVersion: v1 \nkind: Template\nmetadata:\n creationTimestamp: null\n generation: 1\n labels:\n provider: openshift\n log-writer-host: \"true\"\n component: log-writer\n name: oso-log-writer \nobjects:\n- api...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8424, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_logging
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_logging/defaults/main.yml", "content": "osalog_fluentd_nodes:\n- type=compute\nosalog_image_prefix: registry.access.redhat.com/openshift3/\nosalog_image_version: v3.4\nosalog_logging_labels: False\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 14188, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_master_audit_config
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_master_audit_config/defaults/main.yml", "content": "---\nomac_auditConfig_enabled: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/roles/openshift_master_audit_config/README.md", "content": "op...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3866, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_master_resource_quota
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_master_resource_quota/defaults/main.yml", "content": "---\nosmrq_enable_pv_quotas: True\nosmrq_enable_service_lb_quotas: True\nosmrq_cluster_pv_quota: 100Gi\nosmrq_cluster_service_lb_quota: 2\nosmrq_exclude_pv_quota_label: storage_pv_quota\nosmrq_exclude_service_lb_quota_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6347, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_master_storage_class
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_master_storage_class/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: This role configures the StorageClass in Openshift\n company: Red Hat\n license: Apache\n min_ansible_version: 2.2\n platforms:\n - name: EL\n verisons:\n - 7\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3275, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_metrics
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_metrics/handlers/main.yml", "content": "---\n- name: restart openshift master services\n service:\n name: \"{{ item[1] }}\"\n state: restarted\n delegate_to: \"{{ item[0] }}\"\n with_nested:\n - \"{{ osamet_master_nodes }}\"\n - [ 'atomic-openshift-master-api', ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 9044, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_node_group
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_node_group/tasks/bootstrap.yml", "content": "---\n- name: create node config template\n template:\n src: node-config.yaml.j2\n dest: \"/etc/origin/node/bootstrap-node-config.yaml\"\n mode: 0600\n\n- name: Update bootstrap-node-config.yaml to use crio\n yedit:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 13973, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_node_schedulable
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_node_schedulable/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Set node schedulable/unschedulable, and optionally drain.\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1076, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_online_ha_proxy
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_online_ha_proxy/tasks/main.yml", "content": "---\n\n- name: Get the routing subdomain from the master\n yedit:\n state: list\n src: /etc/origin/master/master-config.yaml\n key: routingConfig.subdomain\n register: subdomain\n run_once: true\n\n# task to insall r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2646, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_outbound_tcp_logging
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_outbound_tcp_logging/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations outbound TCP logging\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5991, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_pleg_watcher
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_pleg_watcher/files/builder.yml", "content": "---\napiVersion: v1 \nkind: Template\nmetadata:\n creationTimestamp: null\n generation: 1\n labels:\n provider: openshift\n pleg-watcher-host: \"true\"\n name: oso-pleg-watcher \nobjects:\n- apiVersion: v1\n kind: Bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 10615, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_pod_logger
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_pod_logger/files/builder.yml", "content": "---\napiVersion: v1 \nkind: Template\nmetadata:\n creationTimestamp: null\n generation: 1\n labels:\n provider: openshift\n pod-logger-host: \"true\"\n name: oso-pod-logger \nobjects:\n- apiVersion: v1\n kind: BuildConf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11301, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_project
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_project/defaults/main.yml", "content": "---\nosproj_display_name: \"{{ osproj_name }}\"\nosproj_state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/openshift_project/meta/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 894, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_psad
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_psad/files/builder.yml", "content": "---\napiVersion: v1 \nkind: Template\nmetadata:\n creationTimestamp: null\n generation: 1\n labels:\n provider: openshift\n psad-host: \"true\"\n name: oso-psad \nobjects:\n- apiVersion: v1\n kind: BuildConfig\n metadata:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 10919, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_psad_node
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_psad_node/tasks/main.yml", "content": "---\n- set_fact:\n output_psad_rules:\n - chain: OUTPUT\n line: '-A OUTPUT -m comment --comment id_output_psad_logging_1_ -o eth0 -p tcp -m tcp --dport 22 -m state --state NEW -m hashlimit --hashlimit-above 40/sec --hashlim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1495, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_reconcile_cluster_roles
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_reconcile_cluster_roles/defaults/main.yml", "content": "---\n# defaults file for openshift_reconcile_cluster_roles \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/roles/openshift_reconcile_cluster_roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1557, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_registry_ip_cert
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_registry_ip_cert/tasks/main.yml", "content": "---\n- name: DNS lookup the docker registry IP\n shell: \"getent hosts docker-registry.default.svc.cluster.local | awk '{print $1}'\"\n changed_when: false\n register: registry_ip_cmd\n\n- name: debug docker registry IP\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1391, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_rkhunter
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_rkhunter/files/dc.yml", "content": "---\napiVersion: v1 \nkind: Template\nmetadata:\n creationTimestamp: null\n generation: 1\n labels:\n provider: openshift\n rkhunter-host: \"true\"\n component: rkhunter\n name: oso-rkhunter \nobjects:\n- apiVersion: v1\n k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11621, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_secure_router
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_secure_router/README.md", "content": "openshift__namespace_settings\n=========\n\nAnsible role for Openshift V3 Secured Router\n\nRequirements\n------------\n\nAnsible Modules:\n\n- lib_openshift\n\n\nRole Variables\n--------------\n\nossr_default_router_certs: list of pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4612, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_sso_app
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_sso_app/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations Single Sign-on Role\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 2.0\n platforms:\n - name: EL\n versions:\n - 7\ndependencie...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 18204, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_sso_app_zabbix
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_sso_app_zabbix/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations SSO Zabbix Role\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 2.0\n platforms:\n - name: EL\n versions:\n - 7\ndependen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2553, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_sysctl_config
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_sysctl_config/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations sysctl role\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n - 7\ndependencies:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1654, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_template_deployer
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_template_deployer/handlers/main.yml", "content": "---\n- name: restart openshift master services\n service:\n name: \"{{ item[1] }}\"\n state: restarted\n delegate_to: \"{{ item[0] }}\"\n with_nested:\n - \"{{ ansible_play_hosts }}\"\n - [ 'atomic-openshift-mast...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5065, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_udp_limits
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_udp_limits/tasks/main.yml", "content": "---\n- name: \"Get the host's pod network subnet\"\n oc_obj:\n state: list\n kind: hostsubnet\n kubeconfig: /etc/origin/node/node.kubeconfig\n register: hostsubnets\n run_once: true\n\n- set_fact:\n node_cidr: |-\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6809, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_update_packages
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_update_packages/defaults/main.yml", "content": "---\nosup_wanted_version_installed: False\n\nosup_packages:\n node:\n - \"atomic-openshift-{{ osup_version }}\"\n - \"atomic-openshift-clients-{{ osup_version }}\"\n - \"tuned-profiles-atomic-openshift-node-{{ osup_versio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4228, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_user_policy
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_user_policy/defaults/main.yml", "content": "---\nosup_namespace: default\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/openshift_user_policy/meta/main.yml", "content": "---\ngalaxy_info:\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1541, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_users
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_users/README.md", "content": "Role Name\n=========\n\nA role that can be used to run to manage OpenShift users. This is useful to provision users without having to go through official sign up / billing workflows.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n---...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3528, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/openshift_volume_provisioner
7,559
[ "no_license" ]
[ { "path": "ansible/roles/openshift_volume_provisioner/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations Volume Provisioner Deployer\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4855, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/ops_customizations
7,559
[ "no_license" ]
[ { "path": "ansible/roles/ops_customizations/tasks/main.yml", "content": "---\n- name: Add ops_promt.sh in /etc/profile.d\n template:\n src: ops_prompt.sh.j2\n dest: /etc/profile.d/ops_prompt.sh\n owner: root\n group: root\n mode: 0644\n\n- name: setup ops specific aliases\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1511, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/ops_os_firewall
7,559
[ "no_license" ]
[ { "path": "ansible/roles/ops_os_firewall/defaults/main.yml", "content": "---\noof_firewall_allow: []\noof_firewall_deny: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/ops_os_firewall/tasks/main.yml", "content": "---\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1770, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/os_ipv6_disable
7,559
[ "no_license" ]
[ { "path": "ansible/roles/os_ipv6_disable/tasks/main.yaml", "content": "---\n# Disable ipv6 on RHEL7\n\n- name: Disable all ipv6\n sysctl: name=\"net.ipv6.conf.all.disable_ipv6\" value=1 sysctl_set=yes state=present reload=yes\n\n- name: Disable default ipv6\n sysctl: name=\"net.ipv6.conf.default.disable_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/os_reboot_server
7,559
[ "no_license" ]
[ { "path": "ansible/roles/os_reboot_server/tasks/main.yaml", "content": "---\n# Role to reboot a server\n- name: Restart server\n shell: sleep 2 && shutdown -r now \"Ansible updates triggered\"\n async: 1\n poll: 0\n ignore_errors: true\n\n- name: Wait for server to restart\n local_action:\n module: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/os_update_latest
7,559
[ "no_license" ]
[ { "path": "ansible/roles/os_update_latest/tasks/main.yml", "content": "---\n- name: Make room for new kernel on /boot\n command: /usr/bin/package-cleanup --oldkernels --count=2 -y\n\n- name: Update all packages\n yum:\n name: \"{{ oul_package_names }}\"\n exclude: \"{{ oul_exclude }}\"\n state: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 368, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/os_utils
7,559
[ "no_license" ]
[ { "path": "ansible/roles/os_utils/tasks/main.yaml", "content": "---\n- name: remove ruamel.yaml\n yum:\n name: ruamel.yaml\n state: absent\n\n# Utility packages that make things helpful\n- name: Install useful rpm packages\n action: \"{{ ansible_pkg_mgr }} name={{ item }} state=present\"\n with_ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/os_zabbix_cluster_stats
7,559
[ "no_license" ]
[ { "path": "ansible/roles/os_zabbix_cluster_stats/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Adds items to cluster instances in zabbix\n company: Red Hat\n license: ASL 2.0\n min_ansible_version: 1.9\n platforms:\n - name: EL\n versions:\n - 7\n categories:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 14234, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/oso_host_monitoring
7,559
[ "no_license" ]
[ { "path": "ansible/roles/oso_host_monitoring/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift\n description: apply monitoring container(s).\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\ndependencies:\n- \"aos_{{ g_play_openshift_version }}_roles/lib_openshift\"...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 32885, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/oso_monitoring_tools
7,559
[ "no_license" ]
[ { "path": "ansible/roles/oso_monitoring_tools/defaults/main.yml", "content": "---\n# defaults file for oso_monitoring_tools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible/roles/oso_monitoring_tools/vars/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1981, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/oso_zagg_deploy
7,559
[ "no_license" ]
[ { "path": "ansible/roles/oso_zagg_deploy/filter_plugins/osozd_filters.py", "content": "#!/usr/bin/python\n# -*- coding: utf-8 -*-\n# vim: expandtab:tabstop=4:shiftwidth=4\n'''\nCustom filters for use in openshift_sso_app\n'''\n\nclass FilterModule(object):\n ''' Custom ansible filters '''\n\n @staticm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6524, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/package_update_needed
7,559
[ "no_license" ]
[ { "path": "ansible/roles/package_update_needed/tasks/main.yml", "content": "---\n- name: Set default values for pun_retval_update_needed=False\n set_fact:\n pun_retval_update_needed: False\n\n- name: Check if package is installed\n repoquery:\n name: \"{{ pun_package_name }}\"\n show_duplicates: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1814, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/postfix_amazon_ses_client
7,559
[ "no_license" ]
[ { "path": "ansible/roles/postfix_amazon_ses_client/handlers/main.yml", "content": "---\n- name: restart postfix\n service:\n name: postfix\n state: restarted\n\n- name: hash saml_passwd\n command: /usr/sbin/postmap hash:/etc/postfix/sasl_passwd\n notify:\n - chmod sasl_passwd.db\n\n- name: chmod s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2599, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/set_aws_accountid
7,559
[ "no_license" ]
[ { "path": "ansible/roles/set_aws_accountid/README.md", "content": "set_aws_accountid\n=========\nThis role sets the aws account ID based on AWS KEY ID\n\nConfigure\n------------\n\nNone\n\nRole Variables\n--------------\n\nsaaid_retval_accountid: The account ID that is returned\n\nDependencies\n------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 916, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/temp_dir_git_clone
7,559
[ "no_license" ]
[ { "path": "ansible/roles/temp_dir_git_clone/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - temp_dir_git_clone", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "ansible/roles/temp_dir_git_clone/meta/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2606, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/vendor_openshift_ansible_rpms
7,559
[ "no_license" ]
[ { "path": "ansible/roles/vendor_openshift_ansible_rpms/README.md", "content": "Vendor Openshift Ansible RPMS\n=========\n\nThis role takes a list of openshift-ansible rpms and explodes them into an ouput directory\n\nRequirements\n------------\n\nAn existing dir of RPMS\n\nRole Variables\n--------------\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 13250, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/verify_aws_accountid
7,559
[ "no_license" ]
[ { "path": "ansible/roles/verify_aws_accountid/meta/main.yml", "content": "---\ngalaxy_info:\n author: OpenShift Ops\n description: Openshift Operations Verify AWS Account ID\n company: Red Hat, Inc\n license: ASL 2.0\n min_ansible_version: 1.2\n platforms:\n - name: EL\n versions:\n - 7\ndepend...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1232, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/yum_repos
7,559
[ "no_license" ]
[ { "path": "ansible/roles/yum_repos/meta/main.yml", "content": "---\ngalaxy_info:\n author: openshift operations\n description:\n company: Red Hat, Inc.\n license: ASL 2.0\n min_ansible_version: 1.2\ndependencies: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2297, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
ansible/roles/zabbix_data_sync
7,559
[ "no_license" ]
[ { "path": "ansible/roles/zabbix_data_sync/templates/zabbix_data_sync.py.j2", "content": "zabbix_data_sync_inventory_hosts = {{ zabbix_host_inventory }}\ncluster_desired_compute_size = {{ openshift_aws_compute_group_desired_size }}\ncluster_desired_infra_size = {{ openshift_aws_infra_group_desired_size }}\nc...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1252, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
docker/roles/generate_containers
7,559
[ "no_license" ]
[ { "path": "docker/roles/generate_containers/tasks/main.yml", "content": "---\n# tasks file for file_role\n\n- name: Clean dirs\n file:\n path: \"{{ base_os }}\"\n state: absent\n\n- name: Create dirs\n file:\n path: \"{{ base_os }}\"\n state: directory\n\n- name: Copy files\n synchronize:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1798, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/ansible_service_broker
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/ansible_service_broker/files/servicebindings.automationbroker.io.yaml", "content": "---\napiVersion: apiextensions.k8s.io/v1beta1\nkind: CustomResourceDefinition\nmetadata:\n name: servicebindings.automationbroker.io\nspec:\n gr...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 22240, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/calico_master
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/calico_master/tasks/certs.yml", "content": "---\n- name: Calico Node | Set cert flag\n set_fact:\n calico_certs_provided: \"{{ calico_etcd_ca_cert_file is defined or calico_etcd_cert_file is defined or calico_etcd_key_file is ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3504, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/container_runtime
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/container_runtime/tasks/docker_storage_setup_overlay.yml", "content": "---\n- name: Setup the docker-storage for overlay\n template:\n src: docker_storage_setup.j2\n dest: /etc/sysconfig/docker-storage-setup\n owner: roo...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 9709, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/contiv_facts
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/contiv_facts/tasks/rpm.yml", "content": "---\n- name: RPM | Determine if firewalld installed\n command: \"rpm -q firewalld\"\n register: s\n changed_when: false\n failed_when: false\n check_mode: no\n\n- name: RPM | Determine...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1303, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/kuryr
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/kuryr/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Kuryr networking\n company: Red Hat\n license: Apache License, Version 2.0\n min_ansible_version: 2.2\n platforms:\n - name: EL\n versio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7469, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/nuage_common
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/nuage_common/tasks/main.yml", "content": "---\n- name: Set the Nuage plugin openshift directory fact to handle Atomic host install\n set_fact:\n nuage_node_plugin_dir: /var/usr/share/vsp-openshift\n when: openshift_is_atomic ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 993, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/nuage_master
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/nuage_master/tasks/certificates.yml", "content": "---\n- name: Create a directory to hold the certificates\n file: path=\"{{ nuage_mon_rest_server_crt_dir }}\" state=directory\n delegate_to: \"{{ nuage_ca_master }}\"\n\n- name: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7940, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/nuage_node
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/nuage_node/defaults/main.yml", "content": "---\nr_nuage_node_firewall_enabled: \"{{ os_firewall_enabled | default(True) }}\"\nr_nuage_node_use_firewalld: \"{{ os_firewall_use_firewalld | default(False) }}\"\n\nnuage_mon_rest_serve...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3151, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_bootstrap_autoapprover
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_bootstrap_autoapprover/files/openshift-bootstrap-images.yaml", "content": "apiVersion: image.openshift.io/v1\nkind: ImageStreamTag\nmetadata:\n name: node:v3.10\n namespace: openshift-infra\ntag:\n reference: true\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1752, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_builddefaults
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_builddefaults/tasks/main.yml", "content": "---\n- name: Set builddefaults\n openshift_facts:\n role: builddefaults\n # TODO: add ability to define builddefaults env vars sort of like this\n # may need to move t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 898, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_ca
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_ca/defaults/main.yml", "content": "---\nopenshift_ca_cert_expire_days: 1825\nopenshift_master_cert_expire_days: 730\n\nopenshift_ca_config_dir: \"{{ openshift.common.config_base }}/master\"\nopenshift_ca_cert: \"{{ opens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11439, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_certificate_expiry
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_certificate_expiry/README.md", "content": "# OpenShift Certificate Expiration Checker\n\nOpenShift certificate expiration checking. Be warned of certificates\nexpiring within a configurable window of days, and notified o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 18389, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_cli
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_cli/tasks/main.yml", "content": "---\n- name: Install clients\n package: name={{ openshift_service_type }}-clients{{ openshift_pkg_version | default('') }} state=present\n when: not openshift_is_containerized | bool\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3005, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_cloud_provider
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_cloud_provider/templates/azure.conf.j2", "content": "tenantId: {{ openshift_cloudprovider_azure_tenant_id }}\nsubscriptionId: {{ openshift_cloudprovider_azure_subscription_id }}\naadClientId: {{ openshift_cloudprovider_a...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2912, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_cluster_monitoring_operator
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_cluster_monitoring_operator/README.md", "content": "# OpenShift Cluster Monitoring Operator\n\nThis role installs the OpenShift [Cluster Monitoring Operator](https://github.com/openshift/cluster-monitoring-operator), whi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10758, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_default_storage_class
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_default_storage_class/tasks/main.yml", "content": "---\n# Install default storage classes in GCE & AWS & OPENSTACK\n- name: Ensure storageclass object\n oc_storageclass:\n name: \"{{ openshift_storageclass_name }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_docker_gc
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_docker_gc/tasks/main.yml", "content": "---\n- name: Create docker-gc tempdir\n command: mktemp -d\n register: templates_tmpdir\n\n# NOTE: oc_adm_policy_user does not support -z (yet)\n- name: Add dockergc as privileged...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_excluder
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_excluder/tasks/verify_excluder.yml", "content": "---\n# input variables:\n# - excluder\n- name: Get available excluder version\n repoquery:\n name: \"{{ excluder }}{{ '-' ~ r_openshift_excluder_upgrade_target.split('...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1730, "all_permissive": false }
ansible_role
openshift/openshift-tools
e342f6659a4ef1a188ff403e2fc6b06ac6d119c7
166
openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_gcp
7,559
[ "no_license" ]
[ { "path": "openshift/installer/vendored/openshift-ansible-3.10.0-0.29.0/roles/openshift_gcp/tasks/provision_ssh_keys.yml", "content": "---\n- name: Templatize SSH key provision script\n template: src=provision_ssh.j2.sh dest=/tmp/openshift_gcp_provision_ssh.sh mode=u+rx\n\n- name: Provision GCP SSH key res...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4202, "all_permissive": false }