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 | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | noobaa/roles/noobaa | 7,917 | [
"no_license"
] | [
{
"path": "noobaa/roles/noobaa/tasks/main.yml",
"content": "---\n\n- name: \"create namespace for noobaa operator\"\n k8s:\n state: present\n definition: \"{{ lookup('template', resource ) | from_yaml }}\"\n vars:\n resource: \"{{ resources_dir }}/namespace.j2\"\n namespace: \"{{ noobaa_namesp... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10276,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | openshift-pipelines/roles/openshift_pipelines | 7,917 | [
"no_license"
] | [
{
"path": "openshift-pipelines/roles/openshift_pipelines/tasks/uninstall.yml",
"content": "---\n\n- name: remove openshift pipelines installation\n k8s:\n state: absent\n api_version: operator.tekton.dev/v1alpha1\n kind: Config\n name: cluster\n ignore_errors: true\n\n- name: wait until all op... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7317,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | openshift-serverless/roles/openshift_serverless | 7,917 | [
"no_license"
] | [
{
"path": "openshift-serverless/roles/openshift_serverless/tasks/uninstall.yml",
"content": "---\n\n- name: remove knative serving installation\n when: openshift_serverless_install_serving | default(False) | bool\n k8s:\n state: absent\n api_version: operator.knative.dev/v1alpha1\n kind: KnativeS... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10926,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | rhoas/roles/rhoas | 7,917 | [
"no_license"
] | [
{
"path": "rhoas/roles/rhoas/defaults/main.yml",
"content": "---\n\nrhoas_operator_package_name: rhoas-operator\nrhoas_operator_packagemanifest: rhoas-operator\nrhoas_operator_subscription_channel: beta\nrhoas_operator_subscription_name: rhoas-operator\nrhoas_operator_subscription_automatic_installplan_appr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1679,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | rhoas/roles/service_binding | 7,917 | [
"no_license"
] | [
{
"path": "rhoas/roles/service_binding/defaults/main.yml",
"content": "---\n\nservice_binding_operator_package_name: rh-service-binding-operator\nservice_binding_operator_packagemanifest: rh-service-binding-operator\nservice_binding_operator_subscription_channel: preview\nservice_binding_operator_subscripti... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4237,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | rhsso/roles/openshift_operator | 7,917 | [
"no_license"
] | [
{
"path": "rhsso/roles/openshift_operator/tasks/uninstall.yml",
"content": "---\n\n- name: \"get subscription for {{ operator_name }} operator\"\n k8s_info:\n api_version: operators.coreos.com/v1alpha1\n kind: Subscription\n name: \"{{ subscription_name }}\"\n namespace: \"{{ subscription_names... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1641,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | rhsso/roles/rhsso | 7,917 | [
"no_license"
] | [
{
"path": "rhsso/roles/rhsso/tasks/realm.yml",
"content": "---\n\n- name: \"copy realm template for realm {{ realm_id }}\"\n template:\n src: \"{{ resources_dir }}/{{ realm_template }}\"\n dest: \"{{ work_dir }}/{{ realm_id }}.json\"\n\n- name: \"check if {{ realm_id }} exists\"\n uri:\n url: \"{... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9953,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | streams-kafka/roles/kafka-cluster | 7,917 | [
"no_license"
] | [
{
"path": "streams-kafka/roles/kafka-cluster/templates/kafka.j2",
"content": "apiVersion: {{ kafka_cr_api_version }}\nkind: Kafka\nmetadata:\n name: {{ kafka_cluster }}\nspec:\n kafka:\n version: {{ kafka_version }}\n replicas: {{ kafka_replicas }}\n listeners:\n - name: plain\n port:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 78555,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | streams-kafka/roles/kafka-topic | 7,917 | [
"no_license"
] | [
{
"path": "streams-kafka/roles/kafka-topic/tasks/uninstall.yml",
"content": "---\n- name: \"list KafkaTopic instances\"\n k8s_info:\n api_version: \"{{ kafka_cr_api_version }}\"\n kind: KafkaTopic\n namespace: \"{{ kafka_cluster_namespace }}\"\n register: r_kafka_topics\n\n- name: \"delete KafkaT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | streams-kafka/roles/monitoring | 7,917 | [
"no_license"
] | [
{
"path": "streams-kafka/roles/monitoring/tasks/uninstall.yml",
"content": "---\n\n- name: \"delete prometheus resources\"\n k8s:\n state: absent\n api_version: \"{{ item.api_version }}\"\n kind: \"{{ item.kind }}\"\n namespace: \"{{ monitoring_namespace }}\"\n name: \"{{ item.name }}\"\n l... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4949,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | streams-kafka/roles/openshift-domain | 7,917 | [
"no_license"
] | [
{
"path": "streams-kafka/roles/openshift-domain/tasks/main.yml",
"content": "---\n\n- name: \"get ingress controller\"\n k8s_info:\n api_version: operator.openshift.io/v1\n kind: IngressController\n namespace: openshift-ingress-operator\n name: default\n register: r_ingresscontroller\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | streams-kafka/roles/operatorgroup | 7,917 | [
"no_license"
] | [
{
"path": "streams-kafka/roles/operatorgroup/tasks/uninstall.yml",
"content": "---\n\n- name: \"get operatorgroups in {{ operatorgroup_namespace }}\"\n k8s_info:\n api_version: operators.coreos.com/v1\n kind: OperatorGroup\n namespace: \"{{ operatorgroup_namespace }}\"\n register: r_operatorgroup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | btison/openshift-ansible-playbooks | bc09a46ddc6c643399d288b7616fc5c5a128461a | 0 | streams-kafka/roles/prometheus-operator | 7,917 | [
"no_license"
] | [
{
"path": "streams-kafka/roles/prometheus-operator/defaults/main.yml",
"content": "---\n\nprometheus_operatorgroup: \"{{ prometheus_operator_namespace }}\"\n\n# prometheus operator\nprometheus_operator_packagemanifest: prometheus\nprometheus_operator_deployment_name: prometheus-operator\nprometheus_operator... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3321,
"all_permissive": false
} |
ansible_role | deworkerpro/demo-auction-jenkins | e35ebb7eb2240487a0db38ff5b9a669975385f53 | 10 | provisioning/roles/agent | 7,917 | [
"no_license"
] | [
{
"path": "provisioning/roles/agent/tasks/main.yml",
"content": "---\n- name: Create agent user\n user:\n name: jenkins\n password: '!'\n groups:\n - docker\n state: present\n\n- name: Install software\n apt:\n name:\n - git\n - m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | deworkerpro/demo-auction-jenkins | e35ebb7eb2240487a0db38ff5b9a669975385f53 | 10 | provisioning/roles/certbot | 7,917 | [
"no_license"
] | [
{
"path": "provisioning/roles/certbot/files/cli.ini",
"content": "authenticator = webroot\nwebroot-path = /var/www/html\ntext = True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "provisioning/roles/certbot/tasks/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | deworkerpro/demo-auction-jenkins | e35ebb7eb2240487a0db38ff5b9a669975385f53 | 10 | provisioning/roles/docker-cache | 7,917 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker-cache/handlers/main.yml",
"content": "---\n- name: Reload Docker\n systemd:\n name: docker\n state: reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "provisioning/roles/docker-cache/files... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | deworkerpro/demo-auction-jenkins | e35ebb7eb2240487a0db38ff5b9a669975385f53 | 10 | provisioning/roles/java | 7,917 | [
"no_license"
] | [
{
"path": "provisioning/roles/java/tasks/main.yml",
"content": "---\n- name: Add OpenJDK repository\n apt_repository:\n repo: 'deb http://ftp.us.debian.org/debian sid main'\n state: present\n filename: openjdk\n update_cache: yes\n\n- name: Install OpenJDK\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | deworkerpro/demo-auction-jenkins | e35ebb7eb2240487a0db38ff5b9a669975385f53 | 10 | provisioning/roles/jenkins | 7,917 | [
"no_license"
] | [
{
"path": "provisioning/roles/jenkins/tasks/add_docker_dind_prune.yml",
"content": "---\n- name: Set periodic Docker Dind prune\n cron:\n name: docker-dind-prune\n job: '/bin/sh -c \"cd /home/deploy/jenkins && docker compose exec docker docker system prune -af --filter until=720h\"'\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1686,
"all_permissive": false
} |
ansible_role | deworkerpro/demo-auction-jenkins | e35ebb7eb2240487a0db38ff5b9a669975385f53 | 10 | provisioning/roles/swap | 7,917 | [
"no_license"
] | [
{
"path": "provisioning/roles/swap/defaults/main.yml",
"content": "swap_size: \"{{ ((ansible_memory_mb.real.total | int * 2) if (ansible_memory_mb.real.total <= 1024) else 2048) }}M\"\nswap_file: \"/swap-{{ swap_size }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | ababup1192/ansible_docker | 2022dc272136d8d2d150c038f49128222c004980 | 0 | roles/common | 7,917 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "---\nssh_port: 22\nssh_timeout: 5\n\nuser_group: docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/common/tasks/system.yml",
"content": "---\n- name: install yum-fastestmirror\n ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3790,
"all_permissive": false
} |
ansible_role | shardul523/Patient-Monitoring-System | c6677c7d673064a5288130df7dc49abe4bb447f8 | 0 | ansible/roles/common | 7,917 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install common packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1258,
"all_permissive": false
} |
ansible_role | shardul523/Patient-Monitoring-System | c6677c7d673064a5288130df7dc49abe4bb447f8 | 0 | ansible/roles/kubernetes | 7,917 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/tasks/main.yml",
"content": "---\n- name: Disable swap\n command: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n- name: Remove swap from fstab\n lineinfile:\n path: /etc/fstab\n regexp: '^([^#].*\\sswap\\s+sw\\s+.*)$'\n line: '# \\1'\n backrefs: yes\n whe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2484,
"all_permissive": false
} |
ansible_role | myhro/ansible-k8s | 318493be0bfaa21657a3b97516e85e6bb6e1a69a | 5 | roles/apt_https | 7,917 | [
"no_license"
] | [
{
"path": "roles/apt_https/tasks/main.yml",
"content": "---\n- name: install package\n apt:\n name: apt-transport-https\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 65,
"all_permissive": false
} |
ansible_role | myhro/ansible-k8s | 318493be0bfaa21657a3b97516e85e6bb6e1a69a | 5 | roles/docker | 7,917 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: add repository key\n apt_key:\n url: \"https://download.docker.com/linux/debian/gpg\"\n id: <KEY>\n\n- name: add repository url\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux/ubuntu \\\n {{ ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 330,
"all_permissive": false
} |
ansible_role | myhro/ansible-k8s | 318493be0bfaa21657a3b97516e85e6bb6e1a69a | 5 | roles/kubernetes | 7,917 | [
"no_license"
] | [
{
"path": "roles/kubernetes/vars/main.yml",
"content": "---\n# The package order is important, otherwise 'kubeadm' would install the latest\n# version of the others as its dependencies, ignoring the version pinning.\nkubernetes_packages:\n - kubelet\n - kubectl\n - kubeadm\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1315,
"all_permissive": false
} |
ansible_role | JulioPDX/nxos_spine_leaf | 1cbfc0241a6bbdec51865fff82f376ca7569aafc | 7 | roles/base | 7,917 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yaml",
"content": "- name: configure necessities\n nxos_config:\n lines:\n - hostname {{ hostname }}\n - cli alias name wr copy run start\n save_when: modified\n when: hostname is defined\n\n- name: configure motd banner\n nxos_banner:\n banner: motd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | JulioPDX/nxos_spine_leaf | 1cbfc0241a6bbdec51865fff82f376ca7569aafc | 7 | roles/bgp | 7,917 | [
"no_license"
] | [
{
"path": "roles/bgp/templates/bgp.j2",
"content": "router bgp {{ bgp.asn }}\n log-neighbor-changes\n address-family ipv4 unicast\n address-family l2vpn evpn\n{% if bgp.spine %}\n retain route-target all\n{% endif %}\n template peer VXLAN\n remote-as 64520\n update-source loopback0\n address... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1186,
"all_permissive": false
} |
ansible_role | JulioPDX/nxos_spine_leaf | 1cbfc0241a6bbdec51865fff82f376ca7569aafc | 7 | roles/enhancements | 7,917 | [
"no_license"
] | [
{
"path": "roles/enhancements/tasks/main.yaml",
"content": "- name: configure fabric enhancements\n nxos_config:\n lines:\n - fabric forwarding anycast-gateway-mac 0000.0011.1234\n - hardware access-list tcam region vpc-convergence 0\n - hardware access-list tcam region span 0\n - ha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 931,
"all_permissive": false
} |
ansible_role | JulioPDX/nxos_spine_leaf | 1cbfc0241a6bbdec51865fff82f376ca7569aafc | 7 | roles/features | 7,917 | [
"no_license"
] | [
{
"path": "roles/features/tasks/main.yaml",
"content": "- name: enable features for fabric\n nxos_feature:\n feature: \"{{ item }}\"\n state: enabled\n loop: \"{{ features }}\"\n when: features is defined\n\n- name: enable additional features without using nxos_feature module\n nxos_config:\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | JulioPDX/nxos_spine_leaf | 1cbfc0241a6bbdec51865fff82f376ca7569aafc | 7 | roles/interfaces | 7,917 | [
"no_license"
] | [
{
"path": "roles/interfaces/tasks/main.yaml",
"content": "- name: configure ethernet interface settings\n nxos_interfaces:\n config:\n - name: \"{{ item.value.name }}\"\n description: \"{{ item.value.description }}\"\n enabled: \"{{ item.value.enabled }}\"\n mtu: \"{{ item.valu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | JulioPDX/nxos_spine_leaf | 1cbfc0241a6bbdec51865fff82f376ca7569aafc | 7 | roles/ospf | 7,917 | [
"no_license"
] | [
{
"path": "roles/ospf/tasks/main.yaml",
"content": "- name: creating OSPF instance\n nxos_ospf:\n ospf: \"{{ ospf_instance }}\"\n state: present\n\n- name: enabling ospf on interfaces\n nxos_config:\n lines:\n - medium p2p\n - ip unnumbered loopback0\n - ip router ospf {{ ospf_inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | JulioPDX/nxos_spine_leaf | 1cbfc0241a6bbdec51865fff82f376ca7569aafc | 7 | roles/pim | 7,917 | [
"no_license"
] | [
{
"path": "roles/pim/tasks/main.yaml",
"content": "- name: configure pim rp-address and group-list\n nxos_pim_rp_address:\n rp_address: \"{{ rp_address }}\"\n group_list: \"{{ pim_group_range }}\"\n state: present\n\n- name: configure ssm range\n nxos_pim:\n ssm_range: \"{{ ssm_range }}\"\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 836,
"all_permissive": false
} |
ansible_role | JulioPDX/nxos_spine_leaf | 1cbfc0241a6bbdec51865fff82f376ca7569aafc | 7 | roles/test | 7,917 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yaml",
"content": "- name: testing node to node reachability\n net_ping:\n dest: \"{{ item }}\"\n source: \"{{ loopbacks.loopback0.ip_address | ipv4('address') }}\"\n count: 1\n loop: \"{{ bgp.neighbors }}\"\n register: pings\n\n- name: run traceroutes to gather ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | JulioPDX/nxos_spine_leaf | 1cbfc0241a6bbdec51865fff82f376ca7569aafc | 7 | roles/vlan_vxlan | 7,917 | [
"no_license"
] | [
{
"path": "roles/vlan_vxlan/files/leaf1.cfg",
"content": "vlan 10\n name Data_VLAN\n vn-segment 100010\nvlan 999\n name VLAN_for_L3VNI\n vn-segment 100999\n\nvrf context TENANT1\n vni 100999\n rd auto\n address-family ipv4 unicast\n route-target both auto\n route-target both auto evpn\n \n\nin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3660,
"all_permissive": false
} |
ansible_role | IBMAppModernization/jenkins-and-ldap-server | 8cdf8047424514033c85657acd8a1b2258c62a70 | 0 | playbooks/roles/genusers | 7,917 | [
"permissive"
] | [
{
"path": "playbooks/roles/genusers/tasks/main.yml",
"content": "- name: Generate users and passwords csv if it doesn't already exist\n shell: scripts/genUsers.sh\n args:\n creates: ../users/users.csv\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": true
} |
ansible_role | IBMAppModernization/jenkins-and-ldap-server | 8cdf8047424514033c85657acd8a1b2258c62a70 | 0 | playbooks/roles/jenkins | 7,917 | [
"permissive"
] | [
{
"path": "playbooks/roles/jenkins/vars/main.yml",
"content": "---\n# vars file for jenkins\njenkins:\n repo_URL: \"http://pkg.jenkins.io/redhat/jenkins.repo\"\n gpg_key: \"http://pkg.jenkins.io/redhat/jenkins.io.key\"\n JAVA_OPTIONS: \"-Djava.awt.headless=true -Djenkins.install.runSetupWizard=false\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3735,
"all_permissive": true
} |
ansible_role | IBMAppModernization/jenkins-and-ldap-server | 8cdf8047424514033c85657acd8a1b2258c62a70 | 0 | playbooks/roles/openldap | 7,917 | [
"permissive"
] | [
{
"path": "playbooks/roles/openldap/tasks/main.yml",
"content": "- name: Ensure [jenkinsvm] group is populated\n fail:\n msg: >\n Detected no [jenkinsvm] in inventory. Please add hosts to the\n [jenkinsvm] host group to add nodes.\n when: groups.jenkinsvm | default([]) | length == 0\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1501,
"all_permissive": true
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/apollo_install | 7,917 | [
"no_license"
] | [
{
"path": "roles/apollo_install/vars/main.yml",
"content": "apollo_service_ip: 172.24.9.40 #apollo服务地址\nip_db: 172.24.4.170 #数据库的地址\nuser_db: root #数据库用户名\npassword_db: <PASSWORD> #数据库密码 \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles/apo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2439,
"all_permissive": false
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/configService_install | 7,917 | [
"no_license"
] | [
{
"path": "roles/configService_install/tasks/main.yml",
"content": "---\n# tasks file for install\n- name: mkdir\n shell: mkdir -p /opt/k007\n- name: unpack the file\n unarchive: src=/etc/ansible/files/tomcat-configService8999.tar.gz dest=/opt/k007 copy=yes\n- name: system user check\n shell: cat /etc/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2158,
"all_permissive": false
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/es | 7,917 | [
"no_license"
] | [
{
"path": "roles/es/templates/elasticsearch.yml",
"content": "cluster.name: {{cluster_name}}\nnode.name: {{ansible_hostname}} \nnode.master: \nnode.data: \npath.data: {{path_data}}\npath.logs: {{path_logs}}\nnetwork.host: {{hostvars[inventory_hostname].ansible_default_ipv4.address}}\nhttp.port: 9200\ntransp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3473,
"all_permissive": false
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/es_head | 7,917 | [
"no_license"
] | [
{
"path": "roles/es_head/templates/site_app.js",
"content": "(function() {\n\n\tvar window = this,\n\t\t$ = jQuery;\n\n\tfunction ns( namespace ) {\n\t\treturn (namespace || \"\").split(\".\").reduce( function( space, name ) {\n\t\t\treturn space[ name ] || ( space[ name ] = { ns: ns } );\n\t\t}, this );\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 144606,
"all_permissive": false
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/information_install | 7,917 | [
"no_license"
] | [
{
"path": "roles/information_install/tasks/main.yml",
"content": "---\n# tasks file for install\n- name: mkdir\n shell: mkdir -p /opt/k007\n- name: unpack the file\n unarchive: src=/etc/ansible/files/tomcat-information9000.tar.gz dest=/opt/k007 copy=yes\n- name: user check\n shell: cat /etc/passwd\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1742,
"all_permissive": false
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/nginx_install | 7,917 | [
"no_license"
] | [
{
"path": "roles/nginx_install/templates/change.sh",
"content": "#/bin/bash\ncat_list=`cat list.txt`\nfor f in $cat_list\ndo\n\tsed -i 's#{{web_path}}#{{web_path}}#g' $f\n\tsed -i 's#{{nginx_begin}}#{{nginx_begin}}#g' $f\n\tsed -i 's#{{nginx_mid}}#{{nginx_mid}}#g' $f\n\tsed -i 's#{{nginx_mid}}#{{nginx_mid}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6581,
"all_permissive": false
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/ossService_install | 7,917 | [
"no_license"
] | [
{
"path": "roles/ossService_install/tasks/main.yml",
"content": "---\n# tasks file for install\n- name: mkdir\n shell: mkdir -p /opt/k007\n- name: unpack the file\n unarchive: src=/etc/ansible/files/tomcat-ossService8915.tar.gz dest=/opt/k007 copy=yes\n- name: user check\n shell: cat /etc/passwd\n reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1316,
"all_permissive": false
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/securitypolice_install | 7,917 | [
"no_license"
] | [
{
"path": "roles/securitypolice_install/tasks/main.yml",
"content": "---\n# tasks file for zookeeper_install\n- name: mkdir\n shell: mkdir -p /opt/k007\n- name: unpack the system file\n unarchive: src=/etc/ansible/files/tomcat-securitypolice8085.tar.gz dest=/opt/k007 copy=yes\n- name: system user check\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/system_install | 7,917 | [
"no_license"
] | [
{
"path": "roles/system_install/vars/main.yml",
"content": "cacheDir: /opt/k007/service-config/k007-systemmaneger #缓存目录\napollo_path: http://172.24.9.40:21002 #apollo内部访问地址\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/system_install/tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1454,
"all_permissive": false
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/web_update | 7,917 | [
"no_license"
] | [
{
"path": "roles/web_update/tasks/networkanalysis-web.yml",
"content": "- name: create networkinfo bak dir\n file: path={{networkinfo_path}}/../bak state=directory owner=k007 group=k007 mode=0755\n- name: bakup networkinfo\n shell: |\n tar -zcvf {{networkinfo_path}}_`date '+%Y_%m_%d'`.tar.gz {{networki... | {
"task_files": 24,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 36,
"total_bytes": 33160,
"all_permissive": false
} |
ansible_role | lcm-linux/ansible | d1b639076f66801356c57a5c2953412c576999a2 | 0 | roles/xxlJob_install | 7,917 | [
"no_license"
] | [
{
"path": "roles/xxlJob_install/vars/main.yml",
"content": "apollo_path: http://172.24.9.40:21002\n#apollo后端地址\nip_db: 172.24.9.40\nport_db: 3306\nuser_db: root\npassword_db: <PASSWORD>\nxxljob_addr: \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2110,
"all_permissive": false
} |
ansible_role | staslb/ansible-playbook-log | 639c99ddcbd2ea338462d5f39fdc270a237146e7 | 0 | roles/apache_ant | 7,922 | [
"no_license"
] | [
{
"path": "roles/apache_ant/tasks/main.yml",
"content": "---\n# The playbook for Ant tasks\n\n- name: Download and Unarchive the compressed Ant binaries\n become: yes\n remote_user: itspp\n unarchive:\n src: http://apache.rediris.es/ant/binaries/apache-ant-1.9.7-bin.tar.gz\n dest: /usr/local \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | staslb/ansible-playbook-log | 639c99ddcbd2ea338462d5f39fdc270a237146e7 | 0 | roles/common | 7,922 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Grep and register current user name\n shell: 'whoami'\n changed_when: false\n register: user_name\n\n- name: debug output\n debug: var=user_name.stdout\n\n- name: Creating aditional folders\n file: path=/home/{{ user_name.stdout }}/{{ it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | staslb/ansible-playbook-log | 639c99ddcbd2ea338462d5f39fdc270a237146e7 | 0 | roles/elk | 7,922 | [
"no_license"
] | [
{
"path": "roles/elk/meta/main.yml",
"content": "---\ndependencies:\n - { role: java }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/elk/defaults/main.yml",
"content": " elk_packages:\n - { package: 'elasticsearch', version: '5.1.1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | staslb/ansible-playbook-log | 639c99ddcbd2ea338462d5f39fdc270a237146e7 | 0 | roles/wso2 | 7,922 | [
"no_license"
] | [
{
"path": "roles/wso2/tasks/centos-main.yml",
"content": "# tasks file for klousiaj.wso2-das - centOS specific tasks\n\n### On CentOS we use firewalld.\n- name: check that firewalld is running\n become: yes\n become_method: sudo\n service:\n name: firewalld\n enabled: yes\n \n- name: update the ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | companieshouse/ceu-ami | 61b67ede4eaf6429dc3c48bb7050a6a8ce1e2f8f | 0 | ansible/roles/ceu-app-config | 7,922 | [
"no_license"
] | [
{
"path": "ansible/roles/ceu-app-config/files/deployment-scripts/frontend_deployment.yml",
"content": "---\n - name: Deploy CEU/CHCC Frontend artifact\n hosts: localhost\n gather_facts: true\n collections: \n - ch_collections.base\n vars:\n ansible_python_interpreter: /usr/local/bin/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 13262,
"all_permissive": false
} |
ansible_role | tyityityi/City-Analytics-on-the-Cloud | 1bec8bc9562a05f826d6c42affeea16c073cfd2c | 0 | Ansible/roles/application-webnode | 7,922 | [
"no_license"
] | [
{
"path": "Ansible/roles/application-webnode/tasks/Dockerfile",
"content": "FROM python:3.6\nCOPY ./City-Analytics-on-the-Cloud/Frontend /web-page\nCOPY ./requirements.txt /web-page\nWORKDIR /web-page\n#RUN apt-get install curl\nRUN pip3 install --upgrade pip\nRUN pip3 install -r requirements.txt\nCMD [\"py... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1521,
"all_permissive": false
} |
ansible_role | tyityityi/City-Analytics-on-the-Cloud | 1bec8bc9562a05f826d6c42affeea16c073cfd2c | 0 | Ansible/roles/docker-configuration | 7,922 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker-configuration/tasks/main.yml",
"content": "# sudo apt install python-pip\r\n- name: install pip\r\n become: yes\r\n apt: \r\n name: ['python-pip']\r\n state: latest\r\n update_cache: yes\r\n when: ansible_distribution == \"Ubuntu\"\r\n\r\n# pip install --upgrade p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | tyityityi/City-Analytics-on-the-Cloud | 1bec8bc9562a05f826d6c42affeea16c073cfd2c | 0 | Ansible/roles/docker-proxy | 7,922 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker-proxy/tasks/proxy.sh",
"content": "#!/bin/bash\nsudo mkdir -p /etc/systemd/system/docker.service.d\nsudo cp http-proxy.conf /etc/systemd/system/docker.service.d/\nsudo systemctl daemon-reload\nsudo systemctl restart docker\n\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | tyityityi/City-Analytics-on-the-Cloud | 1bec8bc9562a05f826d6c42affeea16c073cfd2c | 0 | Ansible/roles/openstack-common | 7,922 | [
"no_license"
] | [
{
"path": "Ansible/roles/openstack-common/tasks/main.yml",
"content": "# install the open stack sdk\r\n\r\n# sudo apt install python-pip\r\n- name: install pip\r\n become: yes\r\n apt: \r\n name: ['python-pip']\r\n state: latest\r\n update_cache: yes\r\n when: ansible_distribution == \"Ubuntu\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | tyityityi/City-Analytics-on-the-Cloud | 1bec8bc9562a05f826d6c42affeea16c073cfd2c | 0 | Ansible/roles/openstack-instance | 7,922 | [
"no_license"
] | [
{
"path": "Ansible/roles/openstack-instance/tasks/main.yml",
"content": "# Create an instance on NeCTAR\r\n\r\n- name: Create an instance0 for data collection\r\n os_server:\r\n name: 'instance0'\r\n image: '{{ instance_image }}'\r\n key_name: '{{ instance_key_name }}'\r\n flavor: '{{ instance_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2264,
"all_permissive": false
} |
ansible_role | tyityityi/City-Analytics-on-the-Cloud | 1bec8bc9562a05f826d6c42affeea16c073cfd2c | 0 | Ansible/roles/openstack-security-group | 7,922 | [
"no_license"
] | [
{
"path": "Ansible/roles/openstack-security-group/tasks/main.yml",
"content": "# Create a security group of database instances\r\n- name: Create a db security group\r\n os_security_group:\r\n name: '{{ item.name }}'\r\n description: '{{ item.description }}'\r\n state: present\r\n loop: '{{ securi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1705,
"all_permissive": false
} |
ansible_role | tyityityi/City-Analytics-on-the-Cloud | 1bec8bc9562a05f826d6c42affeea16c073cfd2c | 0 | Ansible/roles/openstack-templates | 7,922 | [
"no_license"
] | [
{
"path": "Ansible/roles/openstack-templates/templates/inventory.ini.j2",
"content": "[all_servers]\n{{ ip0 }}\n{{ ip1 }}\n{{ ip2 }}\n{{ ip3 }}\n\n[masternode]\n{{ ip0 }}\n\n[subnode1]\n{{ ip1 }}\n\n[subnode2]\n{{ ip2 }}\n\n[webserver]\n{{ ip3 }}\n\n[all:vars]\nansible_ssh_user=ubuntu\nansible_ssh_private_k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4514,
"all_permissive": false
} |
ansible_role | prutseltje/challenge1 | 6957eabfb10f739d5c4dff7c75b004ced665d657 | 0 | ansible/roles/docker | 7,922 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# file roles/docker/tasks/main.yml\n\n- name: Ensure required packages are present\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - python-pip\n state: present\n\n- name: Ensure docker's official GPG key is... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | prutseltje/challenge1 | 6957eabfb10f739d5c4dff7c75b004ced665d657 | 0 | ansible/roles/loadbalancer | 7,922 | [
"no_license"
] | [
{
"path": "ansible/roles/loadbalancer/handlers/main.yml",
"content": "---\n# file: roles/loadbalancer/handlers/main.yml\n\n- name: restart loadbalancer\n docker_container:\n name: loadbalancer\n state: started\n restart: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | prutseltje/challenge1 | 6957eabfb10f739d5c4dff7c75b004ced665d657 | 0 | ansible/roles/webapp | 7,922 | [
"no_license"
] | [
{
"path": "ansible/roles/webapp/files/docker/webapp_2/Dockerfile",
"content": "FROM ubuntu:19.10\n\n# Install nginx webserver\nRUN apt update && apt-get install --no-install-recommends -y \\\nnginx && \\\napt-get clean -y && \\\nrm -rf /var/lib/apt/lists/*\n\n# Copy nginx index file\nCOPY index.htm /var/www... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1248,
"all_permissive": false
} |
ansible_role | noobient/killinuxfloor | cdebb297ffbcf97132eb57588d7bef76c4180672 | 19 | roles/install | 7,922 | [
"no_license"
] | [
{
"path": "roles/install/templates/kf2.service.j2",
"content": "[Unit]\nDescription=KF2 Server\nAfter=syslog.target network.target\n\n[Service]\nType=simple\nUser=steam\nGroup=steam\n# KF2 is way too noisy and writes to both journald and messages, disable it\nStandardOutput=file:/home/steam/Steam/logs/kf2.t... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 28,
"total_bytes": 23466,
"all_permissive": false
} |
ansible_role | noobient/killinuxfloor | cdebb297ffbcf97132eb57588d7bef76c4180672 | 19 | roles/uninstall | 7,922 | [
"no_license"
] | [
{
"path": "roles/uninstall/tasks/autokick.yml",
"content": "---\n- name: Remove kf2_autokick\n file:\n path: \"{{ steam_home }}/kf2autokick\"\n state: absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/uninstall/tasks/firewalld.y... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 4270,
"all_permissive": false
} |
ansible_role | mcastro2021/myawx | 576c8216427aa7c0a49df1d0b732474f222228fb | 0 | roles/installer | 7,922 | [
"permissive"
] | [
{
"path": "roles/installer/tasks/upgrade_postgres.yml",
"content": "---\n\n# Upgrade Posgres (Managed Databases only)\n# * If postgres version is not 12, and not an external postgres instance (when managed_database is yes),\n# then run this playbook with include_tasks from database_configuration.yml\n# ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 18032,
"all_permissive": true
} |
ansible_role | mcastro2021/myawx | 576c8216427aa7c0a49df1d0b732474f222228fb | 0 | roles/restore | 7,922 | [
"permissive"
] | [
{
"path": "roles/restore/tasks/secrets.yml",
"content": "---\n\n- name: Get secret definition from pvc\n k8s_exec:\n namespace: \"{{ backup_pvc_namespace }}\"\n pod: \"{{ ansible_operator_meta.name }}-db-management\"\n command: >-\n bash -c \"cat '{{ backup_dir }}/secrets.yml'\"\n register: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2232,
"all_permissive": true
} |
ansible_role | evrardjp/poc-plugin-role-inclusion | 2956716b215547fe2755bf686c26e0f43c3575f5 | 0 | roles/consumingrole | 7,922 | [
"no_license"
] | [
{
"path": "roles/consumingrole/handlers/main.yml",
"content": "---\n# handlers file for consumingrole\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/consumingrole/defaults/main.yml",
"content": "---\n# defaults file for consumingrole\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3227,
"all_permissive": false
} |
ansible_role | RamanPitGit2/Repo-for-Tasks | 85ed53cb1abe734fe4f98a36e2b1c97168e26c7b | 0 | Task5/playbook/roles/LAMP | 7,922 | [
"no_license"
] | [
{
"path": "Task5/playbook/roles/LAMP/tasks/lamp-task-Ubuntu.yml",
"content": "- name: check LAMP stack\n shell: |\n [ -f compose.yaml ] && docker compose ls | grep -q '^lamp '\n args:\n chdir: /opt/LAMP\n ignore_errors: yes\n register: lamp_exists\n\n- name: extract LAMP stack\n ansible.builtin.u... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | RamanPitGit2/Repo-for-Tasks | 85ed53cb1abe734fe4f98a36e2b1c97168e26c7b | 0 | Task5/playbook/roles/docker | 7,922 | [
"no_license"
] | [
{
"path": "Task5/playbook/roles/docker/tasks/docker-task-Ubuntu.yml",
"content": "- tempfile:\n state: file\n suffix: docker_ubuntu.sh\n register: temp_config\n\n- name: copy docker install script\n ansible.builtin.copy:\n src: docker_ubuntu.sh\n dest: \"{{ temp_config.path }}\"\n owner: ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 544,
"all_permissive": false
} |
ansible_role | RamanPitGit2/Repo-for-Tasks | 85ed53cb1abe734fe4f98a36e2b1c97168e26c7b | 0 | Task6/playbook/roles/docker | 7,922 | [
"no_license"
] | [
{
"path": "Task6/playbook/roles/docker/tasks/main.yml",
"content": "- name: \"Check if Docker is installed\"\n package_facts:\n manager: \"auto\"\n\n- name: gather os specific variables\n include_tasks: \"{{ item }}\" \n with_first_found:\n - \"docker-task-{{ ansible_distribution }}-{{ ansible_dist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | RamanPitGit2/Repo-for-Tasks | 85ed53cb1abe734fe4f98a36e2b1c97168e26c7b | 0 | Task6/playbook/roles/jenkins | 7,922 | [
"no_license"
] | [
{
"path": "Task6/playbook/roles/jenkins/tasks/main.yml",
"content": "- name: \"collect packages facts\"\n package_facts:\n manager: \"auto\"\n\n- name: run jenkins tasks\n include_tasks: \"{{ item }}\" \n with_first_found:\n - \"jenkins-task-{{ ansible_distribution }}-{{ ansible_distribution_major_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | wintermute000/corebackup | 638e9b70348c2a119936ef7baa8612e1b50ce63e | 0 | roles/iosbackup | 7,922 | [
"no_license"
] | [
{
"path": "roles/iosbackup/tasks/main.yml",
"content": "---\n# tasks file for iosbackup\n - name: backup IOS devices\n hosts: ios\n ios_config:\n provider: \"{{ provider_ios }}\"\n backup: yes\n when: \"'ios' in group_names\"\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | rhos-infra/build-packages | f57faf051750f6d46ecf34f9c28fce75adcbe386 | 0 | roles/build_ovs | 7,922 | [
"no_license"
] | [
{
"path": "roles/build_ovs/tasks/main.yml",
"content": "---\n# Required for building OVS\n- name: Install EPEL and RepoForge repositories\n become: yes\n yum:\n name: \"{{ packages }}\"\n state: present\n disable_gpg_check: true\n vars:\n packages:\n - \"https://dl.fedoraproject.org/pub/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5576,
"all_permissive": false
} |
ansible_role | rhos-infra/build-packages | f57faf051750f6d46ecf34f9c28fce75adcbe386 | 0 | roles/download_packages | 7,922 | [
"no_license"
] | [
{
"path": "roles/download_packages/templates/downloaded_pkgs.j2",
"content": "[downloaded-rpms]\nname=Downloaded RPMs\nbaseurl=file:///patched_rpms\nenabled=1\ngpgcheck=0\npriority=1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/download... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 911,
"all_permissive": false
} |
ansible_role | rhos-infra/build-packages | f57faf051750f6d46ecf34f9c28fce75adcbe386 | 0 | roles/install_packages | 7,922 | [
"no_license"
] | [
{
"path": "roles/install_packages/tasks/main.yml",
"content": "---\n- name: Install packages\n become: true\n yum:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ install.packages }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | rhos-infra/build-packages | f57faf051750f6d46ecf34f9c28fce75adcbe386 | 0 | roles/setup_repos | 7,922 | [
"no_license"
] | [
{
"path": "roles/setup_repos/tasks/main.yml",
"content": "---\n# This task will register all repos on the system to disable each one of them\n# with the second task.\n- name: Register all the repositories\n shell: \"{{ ls_bin }} /etc/yum.repos.d/ | grep '\\\\.repo$';true\"\n register: yum_repos\n changed... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 925,
"all_permissive": false
} |
ansible_role | kurisankaku/log-management-server | f4fafc7a55caa5459bae7f394837efe3432b22f8 | 0 | roles/common | 7,922 | [
"permissive"
] | [
{
"path": "roles/common/tasks/yum.yml",
"content": "---\n- name: update yum\n become: yes\n yum: name=* state=latest\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 64
},
{
"path": "roles/common/vars/firewalld_vars.yml",
"content": "... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 466,
"all_permissive": true
} |
ansible_role | kurisankaku/log-management-server | f4fafc7a55caa5459bae7f394837efe3432b22f8 | 0 | roles/elasticsearch | 7,922 | [
"permissive"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: install jdk.\n become: yes\n yum: name=java-1.8.0-openjdk-headless state=present\n\n- name: add gpg key for elasticsearch\n become: yes\n rpm_key: state=present key=https://packages.elastic.co/GPG-KEY-elasticsearch\n\n- name: copy ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": true
} |
ansible_role | kurisankaku/log-management-server | f4fafc7a55caa5459bae7f394837efe3432b22f8 | 0 | roles/fluentd | 7,922 | [
"permissive"
] | [
{
"path": "roles/fluentd/tasks/main.yml",
"content": "---\n- name: check td-agent exists.\n shell: /bin/bash -lc \"td-agent --version\"\n register: is_td\n ignore_errors: true\n\n- name: Increase Max of File Descriptions\n become: yes\n lineinfile:\n dest: /etc/security/limits.conf\n state: prese... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2250,
"all_permissive": true
} |
ansible_role | kurisankaku/log-management-server | f4fafc7a55caa5459bae7f394837efe3432b22f8 | 0 | roles/kibana | 7,922 | [
"permissive"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n- name: copy rpm repo for kibana\n become: yes\n copy: src=kibana_repo dest=/etc/yum.repos.d/kibana.repo\n\n- name: install kibana\n become: yes\n yum: name=kibana state=present\n\n- name: Ensure kibana is running and enabled on boot\n become: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": true
} |
ansible_role | kosyfrances/heroku_log_drain_elk_stack | 6f0248b5e308e5357c7ad502ee21462fa76f8211 | 11 | roles/elasticsearch | 7,918 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: Check if elasticsearch is installed\n command: bash -c \"service --status-all | grep elasticsearch\"\n register: elasticsearch_installed\n ignore_errors: True\n\n- name: Install necessary packages\n apt: name={{item}} state=present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | kosyfrances/heroku_log_drain_elk_stack | 6f0248b5e308e5357c7ad502ee21462fa76f8211 | 11 | roles/kibana | 7,918 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n- name: Check if kibana is installed\n command: bash -c \"service --status-all | grep kibana\"\n register: kibana_installed\n ignore_errors: True\n\n- name: Install necessary packages\n apt: name=kibana state=present force=yes\n when: kibana_ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | kosyfrances/heroku_log_drain_elk_stack | 6f0248b5e308e5357c7ad502ee21462fa76f8211 | 11 | roles/logstash | 7,918 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "---\n- name: Check if logstash is installed\n command: bash -c \"service --status-all | grep logstash\"\n register: logstash_installed\n ignore_errors: True\n tags:\n - logstash_setup\n\n- name: Install logstash\n apt: name=logstash state=presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 831,
"all_permissive": false
} |
ansible_role | kosyfrances/heroku_log_drain_elk_stack | 6f0248b5e308e5357c7ad502ee21462fa76f8211 | 11 | roles/nginx | 7,918 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Check if nginx is installed\n command: bash -c \"service --status-all | grep nginx\"\n register: nginx_installed\n ignore_errors: True\n tags:\n - nginx_setup\n\n- name: Install nginx\n apt: name=nginx state=present force=yes\n when: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1976,
"all_permissive": false
} |
ansible_role | kosyfrances/heroku_log_drain_elk_stack | 6f0248b5e308e5357c7ad502ee21462fa76f8211 | 11 | roles/provision | 7,918 | [
"no_license"
] | [
{
"path": "roles/provision/tasks/main.yml",
"content": "---\n- name: Get elasticsearch key\n apt_key:\n url: http://packages.elasticsearch.org/GPG-KEY-elasticsearch\n state: present\n\n- name: Add elasticsearch repository\n apt_repository:\n repo: 'deb http://packages.elasticsearch.org/elasticsea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 815,
"all_permissive": false
} |
ansible_role | kobfolson/pc-setup-playbook | 0e5989a366ea5450c9b4fa1f0c065020d0168c45 | 1 | roles/common | 7,918 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Clone dotfiles repo from github\n ansible.builtin.git:\n repo: 'https://github.com/kobfolson/dotfiles.git'\n dest: ~/Code/github.com/kobfolson/dotfiles\n\n- name: Clone anyenv repo from github\n ansible.builtin.git:\n repo: 'https:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | kobfolson/pc-setup-playbook | 0e5989a366ea5450c9b4fa1f0c065020d0168c45 | 1 | roles/osx | 7,918 | [
"no_license"
] | [
{
"path": "roles/osx/tasks/homebrew.yml",
"content": "---\n- name: Update Homebrew\n homebrew: update_homebrew=yes\n\n- name: Install libraries with Homebrew\n homebrew: name={{ item }} state=latest\n with_items:\n - ansible\n - tmux\n - git\n - pipx\n - stow \n - fzf\n\n- name: Install... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | kobfolson/pc-setup-playbook | 0e5989a366ea5450c9b4fa1f0c065020d0168c45 | 1 | roles/ubuntu | 7,918 | [
"no_license"
] | [
{
"path": "roles/ubuntu/tasks/main.yml",
"content": "---\n- name: Install libraries using apt\n apt: name={{ item }} state=latest\n sudo: true\n with_items:\n - tmux\n - tree\n - zsh\n\n- name: Change shell to ZSH\n sudo: true\n user: shell=/usr/bin/zsh name={{ ansible_ssh_user }}\n\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | Guli-vali/fastapi_easy_start | db1ae8da86f3be3e3d7f408fa2439275df04939d | 1 | ansible/roles/base | 7,918 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n\n- name: Install base packages\n apt:\n update_cache: \"{{ update_apt_cache }}\"\n state: present\n name:\n - locales\n - build-essential\n - acl\n - ntp\n - htop\n - git\n - supervisor\n - pyt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | Guli-vali/fastapi_easy_start | db1ae8da86f3be3e3d7f408fa2439275df04939d | 1 | ansible/roles/certbot | 7,918 | [
"no_license"
] | [
{
"path": "ansible/roles/certbot/tasks/main.yml",
"content": "---\n\n- import_tasks: install-with-snap.yml\n# - import_tasks: renew-cron.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "ansible/roles/certbot/tasks/install-with-snap.yml",
"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2127,
"all_permissive": false
} |
ansible_role | Guli-vali/fastapi_easy_start | db1ae8da86f3be3e3d7f408fa2439275df04939d | 1 | ansible/roles/pgbouncer | 7,918 | [
"no_license"
] | [
{
"path": "ansible/roles/pgbouncer/templates/pgbouncer_default.j2",
"content": "# Set to 1 after you've configured pgbouncer in\n# /etc/pgbouncer\n\nSTART={{ pgbouncer_daemon_start }}\n\n# It is possible to change the options the daemon is started with.\n# The default setting is shown below, uncomment and a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4630,
"all_permissive": false
} |
ansible_role | Guli-vali/fastapi_easy_start | db1ae8da86f3be3e3d7f408fa2439275df04939d | 1 | ansible/roles/web | 7,918 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/setup_fastapi_app.yml",
"content": "---\n\n- name: Install packages required by the Fastapi app inside virtualenv\n pip:\n virtualenv: \"{{ virtualenv_path }}\"\n requirements: \"{{ requirements_file }}\"\n extra_args: \"{{ pip_use_upgrade_flag | ternary('--upgra... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4293,
"all_permissive": false
} |
ansible_role | adrienabbey/ansible-homelab | f9c6f9b2146d5f484ccfdcd099c2385d4a536367 | 0 | roles/ubuntu_common | 7,918 | [
"no_license"
] | [
{
"path": "roles/ubuntu_common/tasks/main.yml",
"content": "---\n# Ansible Role Playbook, Ubuntu Common Configuration\n\n- name: Install UFW\n ansible.builtin.apt:\n name: ufw\n update_cache: true\n become: true\n\n- name: Enable UFW and permit SSH\n community.general.ufw:\n state: enabled\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4251,
"all_permissive": false
} |
ansible_role | adrienabbey/ansible-homelab | f9c6f9b2146d5f484ccfdcd099c2385d4a536367 | 0 | roles/ubuntu_vms | 7,918 | [
"no_license"
] | [
{
"path": "roles/ubuntu_vms/tasks/main.yml",
"content": "---\n# Ansible Task Playbook for Ubuntu VMs\n\n- name: Install qemu-guest-agent\n ansible.builtin.apt:\n name: qemu-guest-agent\n become: true\n\n# - name: Enable qemu-guest-agent service\n# ansible.builtin.service:\n# name: qemu-guest-agen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | JellyBellyDev/ci-cd-theory-into-practice | 870ee287a91d8ef11a4006f6ba771326ee182a91 | 9 | ansible-deploy/roles/common | 7,918 | [
"no_license"
] | [
{
"path": "ansible-deploy/roles/common/tasks/main.yml",
"content": "- name: Check for 'app_version' parameter\n fail: msg=\"The required parameter 'app_version' is missing\"\n when: app_version is not defined\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | JellyBellyDev/ci-cd-theory-into-practice | 870ee287a91d8ef11a4006f6ba771326ee182a91 | 9 | ansible-deploy/roles/rollback | 7,918 | [
"no_license"
] | [
{
"path": "ansible-deploy/roles/rollback/tasks/main.yml",
"content": "- name: \"Test connection\"\n ping:\n\n- name: Gather facts by deploy helper\n deploy_helper:\n path: \"{{ home_path }}\"\n state: query\n\n- name: Check if prev link exists\n stat:\n path: \"{{ current_prev_path }}\"\n fol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | JellyBellyDev/ci-cd-theory-into-practice | 870ee287a91d8ef11a4006f6ba771326ee182a91 | 9 | ansible-deploy/roles/service | 7,918 | [
"no_license"
] | [
{
"path": "ansible-deploy/roles/service/tasks/main.yml",
"content": "- name: Test connection\n ping:\n\n- name: Initialize deployment helper\n deploy_helper:\n path: \"{{ home_path }}\"\n release: \"{{ release_name }}\"\n state: present\n\n- name: Create new release path\n file:\n path: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3394,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2019-11/lebedevdg_microservices | 362259c765063466299d179eb397c8e7af5ae34b | 0 | docker/docker-monolith/infra/ansible/roles/microservices-docker | 7,918 | [
"no_license"
] | [
{
"path": "docker/docker-monolith/infra/ansible/roles/microservices-docker/tasks/install-docker.yml",
"content": "- name: Add an apt key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n- name: Add repository\n apt_repository:\n repo: deb https://download.docker.co... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | noisy-murmure/Install_Wordpress_From_Scratch | c9a5ce77ecb30a004a5193dbc12310e1098e4116 | 0 | roles/mariadb_install | 7,918 | [
"no_license"
] | [
{
"path": "roles/mariadb_install/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mariadb_install",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/mariadb_install/vars/main.yml",
"content": "---\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1527,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.