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 | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/browbeat/roles/nova-db | 7,219 | [
"no_license"
] | [
{
"path": "ansible/browbeat/roles/nova-db/handlers/main.yml",
"content": "---\n#\n# Nova handlers for browbeat adjustment\n#\n\n- name: unmanage nova services\n command: pcs resource unmanage {{ item }}\n with_items:\n - openstack-nova-api\n - openstack-nova-scheduler\n - openstack-nova-conductor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1466,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/browbeat/roles/nova-workers | 7,219 | [
"no_license"
] | [
{
"path": "ansible/browbeat/roles/nova-workers/handlers/main.yml",
"content": "---\n#\n# Nova handlers for browbeat adjustment\n#\n\n- name: unmanage nova services\n become: true\n command: pcs resource unmanage {{ item }}\n with_items:\n - openstack-nova-api\n - openstack-nova-scheduler\n - ope... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1693,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/browbeat/roles/run-task-at | 7,219 | [
"no_license"
] | [
{
"path": "ansible/browbeat/roles/run-task-at/tasks/main.yml",
"content": "---\n#\n# Tasks to kick a task off at a specific time using at daemon\n#\n\n- name: Create job file\n become: true\n shell: \"echo '#!/bin/bash\\n {{the_task}} '>/root/browbeat-sync.sh\"\n\n- name: Set execute on file\n become: tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/common_logging/roles/browbeat_logging | 7,219 | [
"no_license"
] | [
{
"path": "ansible/common_logging/roles/browbeat_logging/handlers/main.yml",
"content": "- name: restart filebeat\n service:\n name: filebeat\n state: restarted\n become: true\n\n- name: stop filebeat\n service:\n name: filebeat\n state: stopped\n become: true\n when: not logging_status|boo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/common_logging/roles/filebeat_setup | 7,219 | [
"no_license"
] | [
{
"path": "ansible/common_logging/roles/filebeat_setup/templates/filebeat.yml.j2",
"content": "#=========================== Filebeat inputs =============================\n\nfilebeat.inputs:\n\n- type: log\n\n enabled: true\n\n # Paths that should be crawled and fetched. Glob based paths.\n paths:\n{% for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5754,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/browbeat | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/browbeat/tasks/main.yml",
"content": "---\n#\n# Browbeat Install\n#\n\n- name: Check for supported distribution\n fail: msg=\"**Unsupported Linux distribution! Please use CentOS 7+, RHEL 7+, or add support for your distribution**\"\n when: not supported_distro\n\n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5570,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/browbeat-results | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/browbeat-results/handlers/main.yml",
"content": "---\n#\n# Browbeat Results handlers\n#\n\n- name: restart httpd\n service:\n name: httpd\n state: restarted\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2566,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/browbeat-rhoso-prep | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/browbeat-rhoso-prep/tasks/main.yml",
"content": "---\n#\n# we will be fixing all the gaps to run the browbeat from the provisioner host\n# just preparing the provosioner host to run browbeat for rhoso\n#\n\n- name: copy the clouds.yaml from the ospclient pod\n block:\n - n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2906,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/cleanup_sqlalchemy_collectd | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/cleanup_sqlalchemy_collectd/tasks/main.yml",
"content": "- name: Fetch mysql svc file paths\n include_vars:\n file: \"vars/{{ rhosp_major }}.yml\"\n\n- name: Get mysql string\n shell: \"crudini --get {{item.value.path}} database connection\"\n become: true\n register:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1777,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/collectd | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/collectd/templates/blockstorage.collectd.conf.j2",
"content": "# Installed by Browbeat Ansible Installer\n# Config type: {{config_type}}\n\n# Interval default is 10s\nInterval {{collectd_interval}}\n\n# Hostname for this machine, if not defined, use gethostname(2) system cal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 101350,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/collectd-generic | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/collectd-generic/templates/baremetal.collectd.conf.j2",
"content": "# Installed by Browbeat Ansible Installer\n# Config type: {{config_type}}\n\n# Interval default is 10s\nInterval {{collectd_interval}}\n\n# Hostname for this machine, if not defined, use gethostname(2) syste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5243,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/collectd-openstack | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/collectd-openstack/templates/ovn_compute.collectd.conf.j2",
"content": "# Installed by Browbeat Ansible Installer\n# Config type: {{config_type}}\n\n# Interval default is 10s\nInterval {{collectd_interval}}\n\n# Hostname for this machine, if not defined, use gethostname(2) s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 182908,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/collectd-rhoso | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/collectd-rhoso/templates/collectd_svc_template.yaml.j2",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n name: ospcp-collectd-service-{{ idx }}\n namespace: ospperf\n labels:\n app: ospcp-collectd\nspec:\n selector:\n statefulset.kubernetes.io/pod-name: osp-... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 55404,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/common | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/common/tasks/main.yml",
"content": "---\n#\n# Browbeat Install Common\n#\n- name: Check external connectivity\n command: ping google.com -c 1 -q\n register: ping\n ignore_errors: true\n become: true\n tags:\n # Skip ANSIBLE0012 Commands should not change things if no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/containers | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/containers/tasks/main.yml",
"content": "---\n- name: Set browbeat_contianers_path\n set_fact:\n browbeat_containers_path: \"{{ ansible_user_dir }}/browbeat/browbeat-containers\"\n\n- name: Set container_cli (OSP < 15)\n set_fact:\n container_cli: docker\n when: rhos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/curator | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/curator/tasks/main.yml",
"content": "\n---\n#\n# install curator tool for managing elasticsearch\n#\n\n- name: Copy curator yum repo file\n copy:\n src=curator.repo\n dest=/etc/yum.repos.d/curator.repo\n owner=root\n group=root\n mode=0644\n become: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/e2e-benchmarking | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/e2e-benchmarking/tasks/main.yml",
"content": "---\n\n- name: Clone e2e-benchmarking\n git:\n repo: 'http://github.com/cloud-bulldozer/e2e-benchmarking.git'\n dest: \"{{ browbeat_path }}/ansible/gather/e2e-benchmarking\"\n version: master\n force: yes\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/elasticsearch | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/elasticsearch/tasks/main.yml",
"content": "---\n#\n# Install/run elasticsearch for browbeat\n#\n\n- name: Copy elasticsearch yum repo file\n copy:\n src=elasticsearch.repo\n dest=/etc/yum.repos.d/elasticsearch.repo\n owner=root\n group=root\n mode=0644\n bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4498,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/epel | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/epel/tasks/main.yml",
"content": "---\n#\n# Tasks install EPEL packages\n#\n\n- name: Remove old EPEL\n package:\n name: epel-release\n state: absent\n become: true\n\n# The fedoraproject CDN has problems sometimes, this will keep trying\n# for up to 10 minutes befo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/es-template | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/es-template/tasks/main.yml",
"content": "---\n\n- name: Upload templates\n uri:\n url: http://{{ es_ip }}:{{ es_local_port }}/_template/{{ item | basename | regex_replace('\\.json','') }}\n method: PUT\n body: \"{{ lookup('file', item) }}\"\n body_format: json\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2532,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/firewall | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/firewall/handlers/main.yml",
"content": "- name: restart iptables\n service:\n name: iptables\n state: restarted\n become: true\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "ansible/install/roles/firew... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4412,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/flavors | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/flavors/vars/main.yml",
"content": "---\n#\n# Var data for browbeat install.\n#\n\nbrowbeat_flavors:\n - name: m1.xtiny\n cpu: 1\n memory: 64\n disk: 1\n - name: m1.tiny-cirros\n cpu: 1\n memory: 128\n disk: 1\n - name: m1.tiny-centos\n cpu: 1\n me... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 934,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/fluentd | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/fluentd/tasks/main.yml",
"content": "---\n#\n# Install/run fluentd for browbeat\n#\n\n- name: Copy fluentd yum repo file\n copy:\n src=fluentd.repo\n dest=/etc/yum.repos.d/fluentd.repo\n owner=root\n group=root\n mode=0644\n become: true\n\n- name: Import fl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6853,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/grafana | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/grafana/tasks/main.yml",
"content": "---\n#\n# Install/run grafana-server for browbeat\n#\n\n# check that grafana_host and graphite_host is entered prior to playbook run\n- name: Check Graphite/Grafana Host IP Address\n fail:\n msg=\"** Edit grafana_host and graphite_hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5422,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/grafana-prometheus-dashboards | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/grafana-prometheus-dashboards/templates/partials/disk.yaml",
"content": " - title: Disk\n collapse: true\n height: 200px\n showTitle: true\n panels:\n - title: $Cloud - $Node - $Disk iops\n type: graph\n legend:\n al... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 112596,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/graphite | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/graphite/tasks/main.yml",
"content": "---\n#\n# Install/run graphite-web for browbeat\n#\n\n- name: Install graphite rpms\n package:\n name: \"{{ item }}\"\n state: present\n become: true\n with_items:\n - graphite-web\n - python-carbon\n - expect\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 25145,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/images | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/images/tasks/main.yml",
"content": "---\n#\n# Obtain/Upload browbeat_guest_images to OpenStack Cloud\n#\n\n- name: Fetch image\n get_url:\n url: \"{{ browbeat_guest_images[item].url }}\"\n dest: \"{{ home_dir }}/{{ browbeat_guest_images[item].name }}.{{ browbeat_guest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2098,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/index-ocp-data | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/index-ocp-data/tasks/check_oc.yml",
"content": "---\n- name: Check if oc is installed\n shell: \"which oc\"\n register: oc_location\n ignore_errors: true\n\n- name: Fail if oc is not installed\n fail:\n msg: \"oc is not installed\"\n when: oc_location.rc != 0\n\n- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9213,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/kibana-visualization | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/kibana-visualization/vars/keystone_controller_count_visualizations.yml",
"content": "---\n#\n# Keystone Controller Count Comparsion - Visualizations Variables\n#\n\nkeystone_controller_count_visualizations:\n - title: \"BrowbeatAuthenticateKeystoneConcurrencyControllerCount... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 140294,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/logstash | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/logstash/templates/02-beats-input.conf.j2",
"content": " input {\n beats {\n port => {{logstash_syslog_port}}\n ssl => true\n ssl_certificate => \"/etc/pki/tls/certs/filebeat-forwarder.crt\"\n ssl_key => \"/etc/pki/tls/private/filebeat-for... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5757,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/no-sshd-dns | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/no-sshd-dns/tasks/main.yml",
"content": "# Disables DNS lookup in the overcloud sshd config file. Speeds up operations in environments with slow dns servers hugely.\n---\n\n- name: Disable DNS resolution in Overcloud sshd config\n lineinfile:\n dest: /etc/ssh/sshd_conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/osp_version | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/osp_version/tasks/main.yml",
"content": "---\n#\n# Slurp OSP version file\n#\n\n- name: Check if /etc/rhosp-release exists\n stat:\n path: /etc/rhosp-release\n register: rhosp_release_stat\n\n- name: Get OSP Version\n become: true\n slurp:\n src: \"/etc/rhosp-relea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 965,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/rally | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/rally/files/browbeat-rally/browbeat_rally/db/schema.py",
"content": "# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9937,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/repo | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/repo/tasks/main.yml",
"content": "---\n#\n# Task to deploy a repo file\n#\n\n- name: Add custom repos\n template:\n src: \"templates/browbeat.repo.j2\"\n dest: /etc/yum.repos.d/browbeat.repo\n become: true\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 304,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/rsyslog-install | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/rsyslog-install/tasks/main.yml",
"content": "---\n# Installs rsyslog packages, used with other rsyslog roles\n\n- name: Install rsyslog and rsyslog-elasticsearch\n package:\n name: \"{{item}}\"\n state: present\n become: true\n with_items:\n - rsyslog\n - rsys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/rsyslog-templates | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/rsyslog-templates/templates/02-templates.conf.j2",
"content": "#### TEMPLATES ####\n\n# this is for index names to be like: logstash-YYYY.MM.DD\n# WARNING: any rsyslog collecting host MUST be running UTC\n# if the proper index is to be chosen to hold the\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 26467,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/shaker | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/shaker/tasks/main.yml",
"content": "---\n#\n# Browbeat's Shaker Install\n#\n\n- name: Create shaker virtualenv\n command: virtualenv {{ shaker_venv }} creates={{ shaker_venv }}\n when: ansible_distribution_major_version <= '8'\n\n- name: Create shaker virtualenv\n command... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/statsd-install | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/statsd-install/tasks/main.yml",
"content": "---\n- name: Install StatsD\n package:\n name: statsd\n state: present\n become: True\n\n- name: Create StatsD configuration folder\n file:\n path: /etc/statsd\n state: directory\n become: True\n\n- name: Template c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/statsd-ironic | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/statsd-ironic/tasks/main.yml",
"content": "---\n- name: Configure Ironic to use StatsD for metrics\n ini_file:\n dest: /etc/ironic/ironic.conf\n section: \"{{ item.section }}\"\n option: \"{{ item.option }}\"\n value: \"{{ item.value }}\"\n become: True\n with... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/stockpile | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/stockpile/tasks/main.yml",
"content": "---\n\n- name: Clone stockpile\n git:\n repo: 'http://github.com/cloud-bulldozer/stockpile.git'\n dest: \"{{ browbeat_path }}/ansible/gather/stockpile\"\n version: master\n force: yes\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 188,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/install/roles/workloads | 7,219 | [
"no_license"
] | [
{
"path": "ansible/install/roles/workloads/templates/linpack-user.file",
"content": "#!/bin/bash\nsudo echo \"nameserver {{ dns_server }}\" > /etc/resolv.conf\nif [ $? -gt 0 ]\nthen\n exit 1\nfi\nsudo curl -O {{ linpack_url }}\nsudo tar -xvzf {{ linpack_url | basename }}\nsudo mkdir /opt/linpack\nsudo cp {... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6072,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/logs/roles/common | 7,219 | [
"no_license"
] | [
{
"path": "ansible/logs/roles/common/tasks/main.yml",
"content": "- name: Check that service is installed\n stat:\n path: /etc/{{item}}/{{item}}.conf\n register: config\n with_items: \"{{services}}\"\n\n- name: Check if service is containerized\n shell:\n cmd: docker ps | grep {{item.item}}\n reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2898,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/logs/roles/fetch-logs | 7,219 | [
"no_license"
] | [
{
"path": "ansible/logs/roles/fetch-logs/tasks/main.yml",
"content": "---\n- name: Tar the logs directory\n archive:\n path: /home/{{host_remote_user}}/{{ansible_hostname}}\n dest: /home/{{host_remote_user}}/{{ansible_hostname}}.gz\n\n- name: Remove logs directory\n file:\n path: /home/{{host_rem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/logs/roles/glance | 7,219 | [
"no_license"
] | [
{
"path": "ansible/logs/roles/glance/tasks/main.yml",
"content": "---\n- name: Check that glance is installed\n stat:\n path: /etc/glance/glance-api.conf\n register: glance_config\n\n- name: Check if glance is containerized\n shell:\n cmd: docker ps | grep glance\n register: glance_container\n wh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/logs/roles/httpd | 7,219 | [
"no_license"
] | [
{
"path": "ansible/logs/roles/httpd/tasks/main.yml",
"content": "---\n- name: Check that httpd is installed\n stat:\n path: /etc/httpd/conf/httpd.conf\n register: httpd_config\n\n- name: Set httpd log location (containerized)\n set_fact:\n httpd_logs: /var/log/containers/httpd\n when: osp_version ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 788,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/logs/roles/mysql | 7,219 | [
"no_license"
] | [
{
"path": "ansible/logs/roles/mysql/tasks/main.yml",
"content": "---\n- name: Check that mysql is installed\n stat:\n path: /etc/my.cnf.d/galera.cnf\n register: mysql_config\n\n- name: Check if mysql is containerized\n shell:\n cmd: docker ps | grep mariadb\n register: mysql_container\n when: mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/logs/roles/opendaylight | 7,219 | [
"no_license"
] | [
{
"path": "ansible/logs/roles/opendaylight/tasks/main.yml",
"content": "---\n- name: Check that opendaylight is installed\n stat:\n path: /opt/opendaylight\n register: opendaylight_baremetal\n\n- name: Check if opendaylight is containerized\n stat:\n path: /var/lib/config-data/puppet-generated/open... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1105,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/logs/roles/openvswitch | 7,219 | [
"no_license"
] | [
{
"path": "ansible/logs/roles/openvswitch/tasks/main.yml",
"content": "---\n- name: Check that openvswitch is installed\n stat:\n path: /etc/openvswitch/default.conf\n register: openvswitch_config\n\n- name: Set openvswitch log location (non-containerized)\n set_fact:\n openvswitch_logs: /var/log/o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 666,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/logs/roles/rabbitmq | 7,219 | [
"no_license"
] | [
{
"path": "ansible/logs/roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: Check that rabbitmq is installed\n stat:\n path: /etc/rabbitmq/rabbitmq.config\n register: rabbitmq_config\n\n- name: Check if rabbitmq is containerized\n shell:\n cmd: docker ps | grep rabbitmq\n register: rabbitmq_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/browbeat-classify | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/browbeat-classify/tasks/main.yml",
"content": "---\n\n- name: Copy bash file\n copy:\n src: uuid_extract.sh\n dest: /tmp\n\n- name: Parse uuid from variable\n shell: \"sh /tmp/uuid_extract.sh {{ ansible_env.HOME }}/browbeat/log/debug.log\"\n register: browbeat_uuid\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/browbeat-run | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/browbeat-run/tasks/main.yml",
"content": "---\n\n- name: Run Browbeat\n shell:\n \"source {{ ansible_env.HOME }}/browbeat/.browbeat-venv/bin/activate; \\\n cd {{ ansible_env.HOME }}/browbeat/; \\\n python browbeat.py all | tee {{ ansible_env.HOME }}/browbeat/log/std... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/bug-check | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/bug-check/tasks/main.yml",
"content": "---\n# Checks the cloud for known bugs and produces a bug report\n# not functional on osp8 or earlier, therefore errors are ignored\n\n- name: Check Cloud for Bugs\n shell:\n \"cd {{ ansible_env.HOME }}/browbeat/ansible; \\\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/ci-network | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/ci-network/tasks/main.yml",
"content": "---\n#\n# Setup network using tripleo-environments params\n#\n\n- name: Create browbeat public network\n shell: \". {{overcloudrc}}; neutron net-create {{browbeat_pub_net_name}} --shared --router:external --provider:network-type flat --p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1949,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/collectd | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/collectd/tasks/main.yml",
"content": "---\n#role to install CollectD on all nodes\n\n- name: Install CollectD\n shell:\n \"cd {{ ansible_env.HOME }}/browbeat/ansible; \\\n ansible-playbook -i hosts \\\n --extra-vars collectd_compute=true \\\n --extra-vars graphi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/collectd-undercloud | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/collectd-undercloud/templates/ssh-config.j2",
"content": "Host undercloud\n HostName localhost\n Port 22\n User stack\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/oooq/roles/collectd-undercloud/te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/gather-metadata | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/gather-metadata/tasks/main.yml",
"content": "---\n#Gathers Browbeat metdata and inserts it into elasticsearch\n# and flat files in browbeat/results\n\n- name: Gather Metadata\n shell:\n \"cd {{ ansible_env.HOME }}/browbeat/ansible; \\\n ansible-playbook -i hosts \\\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/grafana-dashboard-setup | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/grafana-dashboard-setup/vars/main.yml",
"content": "grafana_enabled_template: false\ngrafana_host_template: 1.2.3.4\ngrafana_username_template: admin\ngrafana_password_template: <PASSWORD>\ngraphite_prefix_template: \"browbeat-ci\"\n\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/oooq-metadata | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/oooq-metadata/vars/main.yml",
"content": "dlrn_hash: \"Not a pipeline build\"\nrhos_puddle: \"Not a pipeline build\"\nlogs_link: \"https://thirdparty.logs.rdoproject.org/jenkins-{{ lookup('env','JOB_NAME') }}-{{ lookup('env','BUILD_NUMBER') }}/\"\ninstackenv: \"/home/stack/inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2720,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/pre-install-setup | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/pre-install-setup/tasks/main.yml",
"content": "---\n\n- name: Make sure dependencies are installed\n package: name={{item}} state=present\n become: true\n with_items: \"{{ browbeat_dependencies }}\"\n\n- name: Copy browbeat to the undercloud\n synchronize: \"src={{ local_wo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1863,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/oooq/roles/template-configs | 7,219 | [
"no_license"
] | [
{
"path": "ansible/oooq/roles/template-configs/vars/main.yml",
"content": "elastic_enabled: false\nelastic_host: \"1.2.3.4.5\"\ngrafana_enabled: false\ngrafana_host: \"1.2.3.4.5\"\nbrowbeat_config_file: \"browbeat-basic.yaml.j2\"\nbrowbeat_cloud_name: \"browbeat_ci\"\novercloud_size: \"{{num_nodes.stdout|in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6499,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/tune/roles/tuned | 7,219 | [
"no_license"
] | [
{
"path": "ansible/tune/roles/tuned/tasks/main.yml",
"content": "---\n#\n# Sets correct tuned profile on each host\n# See https://bugzilla.redhat.com/show_bug.cgi?id=1246645\n#\n\n- name: Set tuned profile\n become: true\n command: tuned-adm profile {{ tuned_profile }}\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | cloud-bulldozer/browbeat | ea76686f03ed5661522ff0c8453c987729093302 | 91 | ansible/tune/roles/udev_dhcp_all_interfaces | 7,219 | [
"no_license"
] | [
{
"path": "ansible/tune/roles/udev_dhcp_all_interfaces/tasks/main.yml",
"content": "---\n#\n# Removes 99-dhcp-all-interfaces.rules to prevent creating failed systemd resources\n# See https://bugzilla.redhat.com/show_bug.cgi?id=1293712\n#\n\n- name: Remove 99-dhcp-all-interfaces.rules\n become: true\n file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | oatakan/nginx-ansible-example | c2252e00708dcc85baa19be5e943adc7026c9980 | 1 | roles/config-template | 7,219 | [
"no_license"
] | [
{
"path": "roles/config-template/templates/motd.j2",
"content": "\n----------------------------------------\nWelcome to {{ ansible_hostname }}\n{{ ansible_distribution }} {{ ansible_distribution_version }} {{ ansible_userspace_architecture }}\n\nFQDN: {{ ansible_fqdn }}\nIP: {{ ansible_default_ipv4.addres... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | oatakan/nginx-ansible-example | c2252e00708dcc85baa19be5e943adc7026c9980 | 1 | roles/custom-service | 7,219 | [
"no_license"
] | [
{
"path": "roles/custom-service/tasks/main.yml",
"content": "---\n- name: Install script\n copy:\n src: customservice.sh\n dest: /root/\n mode: \"u+rwx,g+x,o+x\"\n\n- name: Create Unit file\n template: src=customservice.service.j2 dest=/lib/systemd/system/customservice.service mode=644\n notify:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | oatakan/nginx-ansible-example | c2252e00708dcc85baa19be5e943adc7026c9980 | 1 | roles/os-update | 7,219 | [
"no_license"
] | [
{
"path": "roles/os-update/tasks/main.yml",
"content": "---\n- name: Current OS version information\n debug:\n var: os_info\n vars:\n os_info:\n distribution: \"{{ ansible_distribution }}\"\n distribution_major_version: \"{{ ansible_distribution_major_version }}\"\n distribution_relea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 932,
"all_permissive": false
} |
ansible_role | oatakan/nginx-ansible-example | c2252e00708dcc85baa19be5e943adc7026c9980 | 1 | roles/package-update | 7,219 | [
"no_license"
] | [
{
"path": "roles/package-update/tasks/main.yml",
"content": "---\n- name: Install epel\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n\n- name: Install old version of perl\n yum:\n name: perl-5.16.3-286.el7\n state: present\n\n- name: Li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | oatakan/nginx-ansible-example | c2252e00708dcc85baa19be5e943adc7026c9980 | 1 | roles/rest-api | 7,219 | [
"no_license"
] | [
{
"path": "roles/rest-api/tasks/main.yml",
"content": "---\n- name: List Ansible Tower users\n uri:\n url: https://{{ rest_url }}/api/v1/users/\n method: GET\n user: \"{{ rest_username }}\"\n password: \"{{ rest_password }}\"\n force_basic_auth: yes\n validate_certs: no\n register: restd... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1729,
"all_permissive": false
} |
ansible_role | Xanteike/ansible | 0f5b640f80b921c3124ff56349fd2b81714f6284 | 0 | playbooks/roles/apache | 7,219 | [
"no_license"
] | [
{
"path": "playbooks/roles/apache/tasks/main.yml",
"content": "\n- name: Install Apache\n dnf:\n name: httpd\n state: latest\n\n- name: Enable MPM module \n lineinfile:\n path: \"/etc/httpd/conf.modules.d/00-mpm.conf\"\n regexp: '^#LoadModule mpm_prefork_module modules/mod_mpm_prefork.so'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | Xanteike/ansible | 0f5b640f80b921c3124ff56349fd2b81714f6284 | 0 | playbooks/roles/bitrix | 7,219 | [
"no_license"
] | [
{
"path": "playbooks/roles/bitrix/tasks/main.yml",
"content": "- name: Downdload setup file\n get_url:\n url: https://www.1c-bitrix.ru/download/scripts/bitrixsetup.php\n dest: \"{{ site_root }}/{{ site_name }}/html/bitrixsetup.php\"\n owner: nginx\n group: nginx\n mode: 0777",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | Xanteike/ansible | 0f5b640f80b921c3124ff56349fd2b81714f6284 | 0 | playbooks/roles/mysql | 7,219 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql/tasks/main.yml",
"content": "- name: Install MySQL\n yum: \n name: \n - mysql-server\n - mariadb-connector-c-config\n - mecab\n - mysql\n - mysql-common\n - mysql-errmsg\n - protobuf-lite\n state: latest\n\n- name: mysql enable\n sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1453,
"all_permissive": false
} |
ansible_role | Xanteike/ansible | 0f5b640f80b921c3124ff56349fd2b81714f6284 | 0 | playbooks/roles/nginx | 7,219 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/nginx.conf",
"content": "user nginx;\nworker_processes auto;\npid /run/nginx.pid;\n\ninclude /usr/share/nginx/modules/*.conf;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n log_format main '$remote_addr - $remote_user [$time_local] \"$request\" '\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2862,
"all_permissive": false
} |
ansible_role | Xanteike/ansible | 0f5b640f80b921c3124ff56349fd2b81714f6284 | 0 | playbooks/roles/php | 7,219 | [
"no_license"
] | [
{
"path": "playbooks/roles/php/tasks/main.yml",
"content": "- name: Install PHP\n yum: \n name: \n - php \n - php-json \n - php-mbstring \n - php-mysqli\n state: latest\n\n- name: Set PHP session lifetime \n lineinfile:\n path: /etc/php.ini \n regexp: '^session.gc_maxlifet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 880,
"all_permissive": false
} |
ansible_role | Xanteike/ansible | 0f5b640f80b921c3124ff56349fd2b81714f6284 | 0 | playbooks/roles/php-fpm | 7,219 | [
"no_license"
] | [
{
"path": "playbooks/roles/php-fpm/tasks/main.yml",
"content": "- name: Install php-fpm\n yum:\n name: \n - php-fpm\n state: latest\n\n- name: Import config file\n copy:\n src: \"roles/php-fpm/www.conf\" \n dest: \"/etc/php-fpm.d/www.conf\"\n owner: nginx\n group: nginx\n\n- name: R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | Xanteike/ansible | 0f5b640f80b921c3124ff56349fd2b81714f6284 | 0 | playbooks/roles/pma | 7,219 | [
"no_license"
] | [
{
"path": "playbooks/roles/pma/tasks/main.yml",
"content": "- name: Unpacking phpMyAdmin Source\n unarchive:\n src: \"https://files.phpmyadmin.net/phpMyAdmin/5.2.1/phpMyAdmin-5.2.1-all-languages.zip\"\n dest: /var/www/\n remote_src: yes\n creates: /var/www/phpMyAdmin-5.2.1-all-languages/\n o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | Xanteike/ansible | 0f5b640f80b921c3124ff56349fd2b81714f6284 | 0 | playbooks/roles/site1 | 7,219 | [
"no_license"
] | [
{
"path": "playbooks/roles/site1/tasks/main.yml",
"content": "- name: Create site.ru user\n user:\n name: site.ru\n\n- name: Create platform directory\n file:\n path: \"{{ site_root }}/{{ site_name }}\"\n state: directory \n\n- name: Create directories for logs and sessions\n file:\n path: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1095,
"all_permissive": false
} |
ansible_role | Xanteike/ansible | 0f5b640f80b921c3124ff56349fd2b81714f6284 | 0 | playbooks/roles/site2 | 7,219 | [
"no_license"
] | [
{
"path": "playbooks/roles/site2/tasks/main.yml",
"content": "- name: Create a site directory\n file:\n path: \"{{ site_root }}{{ site_name }}\"\n state: directory\n\n- name: Create directories for sessions and logs\n file:\n path: \"{{ site_root }}/{{ site_name }}/{{ item }}\"\n state: direct... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | dannybombastic/vplocation | 3b6aecdece86fafdb385eaeb8208f9234bea87d3 | 0 | deploy/roles/common | 7,219 | [
"no_license"
] | [
{
"path": "deploy/roles/common/files/content/test/lib/python2.7/site-packages/PyRIC-0.1.6.3.dist-info/DESCRIPTION.rst",
"content": "# PyRIC 0.1.6.3: Python Radio Interface Controller\n## Linux wireless library for the Python Wireless Developer and Pentester\n\n## DESCRIPTION:\nPyRIC (is a Linux only) librar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 19,
"total_bytes": 35882,
"all_permissive": false
} |
ansible_role | CarlFK/geebee | d63aea9b0f65e239fb3b00d0c8ae9a155694ecbe | 0 | ansible/roles/helpers | 7,219 | [
"permissive"
] | [
{
"path": "ansible/roles/helpers/tasks/opi.yml",
"content": "---\n- name: Spew boot messages\n ansible.builtin.lineinfile:\n path: /boot/orangepiEnv.txt\n state: present\n regexp: '^verbosity='\n line: 'verbosity=7'\n tags:\n - lcd\n\n- name: No boot logo\n ansible.builtin.lineinfile:\n ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5330,
"all_permissive": true
} |
ansible_role | CarlFK/geebee | d63aea9b0f65e239fb3b00d0c8ae9a155694ecbe | 0 | ansible/roles/sidedoor | 7,219 | [
"permissive"
] | [
{
"path": "ansible/roles/sidedoor/README.md",
"content": "# Sidedoor\n\nSidedoor - https://github.com/daradib/sidedoor\n\nYour box is your personal box, with your private key.\nDon't share your private key.\n\nThe target machine:\n- not a personal box.\n- disposable.\n- easily compromised\n- its private key... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3880,
"all_permissive": true
} |
ansible_role | CarlFK/geebee | d63aea9b0f65e239fb3b00d0c8ae9a155694ecbe | 0 | ansible/roles/voctomix | 7,219 | [
"permissive"
] | [
{
"path": "ansible/roles/voctomix/tasks/voctomix.yml",
"content": "---\n- name: Install voctomix & related packages\n ansible.builtin.apt:\n update_cache: yes\n name:\n - voctomix\n - voctomix-outcasts\n - gstreamer1.0-libcamera\n - gstreamer1.0-libav\n # - gstreamer1.0-pulse... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 23334,
"all_permissive": true
} |
ansible_role | gro3a/vagrant | 7fac428804a95c6f0cfcdf6dd317a60009110e28 | 0 | roles/diff | 7,219 | [
"no_license"
] | [
{
"path": "roles/diff/tasks/main.yml",
"content": "\n---\n - name: Create dir for phpapp\n file: path=/srv/api-diff/ state=directory\n\n - name: Clone diff.php from github\n git: repo=https://github.com/gro3a/diff.git dest=/srv/api-diff\n\n\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | gro3a/vagrant | 7fac428804a95c6f0cfcdf6dd317a60009110e28 | 0 | roles/sum | 7,219 | [
"no_license"
] | [
{
"path": "roles/sum/templates/systemd.maingo.service.conf.j2",
"content": "[Unit]\nDescription=goapp\n\n[Service]\nType=simple\nExecStart=/srv/sum/src/main\nRestart=always\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/sum/tasks/main.ym... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | fenimore/edifice | 8255aab2c3c3abaaec296c7d178379cf621031e3 | 0 | roles/apps | 7,219 | [
"no_license"
] | [
{
"path": "roles/apps/handlers/main.yml",
"content": "---\n- name: wwww-data directory\n file:\n state: directory\n recurse: yes\n path: /var/www/\n owner: www-data\n group: www-data\n\n- name: restart treasure\n service:\n name=treasure\n state=restarted\n enabled=yes\n\n- name: t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 9550,
"all_permissive": false
} |
ansible_role | fenimore/edifice | 8255aab2c3c3abaaec296c7d178379cf621031e3 | 0 | roles/common | 7,219 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "##############################################################\n# Initial Server Setup\n#\n# Install system packages\n# Sudo Group Setup\n# User Setup\n# Copy Keys\n# Disable password auth\n# Set up UFW and fail2ban\n# Add SSH Banner\n#\n\n# see handlers.... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5385,
"all_permissive": false
} |
ansible_role | fenimore/edifice | 8255aab2c3c3abaaec296c7d178379cf621031e3 | 0 | roles/mac | 7,219 | [
"no_license"
] | [
{
"path": "roles/mac/tasks/main.yml",
"content": "---\n- name: check if oh my zsh is already there (and dont install if it is)\n stat:\n path: /Users/{{ personal_user }}/oh-my-zsh\n register: oh_my_zsh\n\n- name: Install oh my Zsh\n become_user: \"{{ personal_user }}\"\n when: oh_my_zsh.stat.exists =... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1857,
"all_permissive": false
} |
ansible_role | fenimore/edifice | 8255aab2c3c3abaaec296c7d178379cf621031e3 | 0 | roles/minio | 7,219 | [
"no_license"
] | [
{
"path": "roles/minio/tasks/main.yml",
"content": "#################################################\n# Set Up some git apps\n#################################################\n---\n- name: Install required system packages for minio\n apt:\n state: latest\n update_cache: yes\n name:\n - wget... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4057,
"all_permissive": false
} |
ansible_role | fenimore/edifice | 8255aab2c3c3abaaec296c7d178379cf621031e3 | 0 | roles/nginx | 7,219 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/site-default.j2",
"content": "##\n# You should look at the following URL's in order to grasp a solid understanding\n# of Nginx configuration files in order to fully unleash the power of Nginx.\n# http://wiki.nginx.org/Pitfalls\n# http://wiki.nginx.org/QuickStart\n# http://wi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8461,
"all_permissive": false
} |
ansible_role | fenimore/edifice | 8255aab2c3c3abaaec296c7d178379cf621031e3 | 0 | roles/raspberrypi | 7,219 | [
"no_license"
] | [
{
"path": "roles/raspberrypi/tasks/spotify.yml",
"content": "---\n- name: Install required Alsa packages\n apt:\n state: latest\n update_cache: yes\n name:\n - alsa-utils\n tags:\n - pi\n - spotify\n\n- name: Creates Spotify opt and bin directories\n file:\n path: \"{{ spotify_dir ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 19279,
"all_permissive": false
} |
ansible_role | vivisimba/deployk8s | 23821a650c6aaf420c124dfb9e9bc90e67f30442 | 0 | k8s_autodeploy/roles/etcd | 7,219 | [
"no_license"
] | [
{
"path": "k8s_autodeploy/roles/etcd/tasks/main.yml",
"content": "---\n- name: Install etcd\n yum: name=etcd state=latest\n\n- name: Configure etcd\n template: src=etcd.conf.j2 dest=/etc/etcd/etcd.conf\n \n- name: Restart etcd\n service: name=etcd state=restarted\n \n- name: Update ETCD DNS configuratio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | tinyci/ci-runners | 26bbd16d498bc947e1b71fd15969617bad72d134 | 1 | deploy/roles/docker | 7,219 | [
"no_license"
] | [
{
"path": "deploy/roles/docker/tasks/main.yml",
"content": "---\n\n- name: \"check docker\"\n command: \"test -x /usr/bin/docker\"\n ignore_errors: true\n register: docker_exists\n\n- name: \"install docker\"\n shell: \"curl -sSL get.docker.com | env CHANNEL=stable bash\"\n when: docker_exists.rc != 0 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | tinyci/ci-runners | 26bbd16d498bc947e1b71fd15969617bad72d134 | 1 | deploy/roles/overlay-runner | 7,219 | [
"no_license"
] | [
{
"path": "deploy/roles/overlay-runner/tasks/main.yml",
"content": "---\n\n- name: install dependencies\n apt:\n name: \"build-essential\"\n\n- name: Check for golang\n command: \"test -x /usr/local/go/bin/go\"\n ignore_errors: true\n register: golang_exists\n\n- name: Install golang\n shell: \"curl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2014,
"all_permissive": false
} |
ansible_role | digaxfr/lab-in-a-box | 7cc8ae48ccf86c2939148f4667b878f99e0f54bf | 0 | ansible/roles/epel | 7,219 | [
"no_license"
] | [
{
"path": "ansible/roles/epel/tasks/main.yml",
"content": "---\n- name: epel | epel7\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n when: 'ansible_distribution_major_version == \"7\"'\n\n- name: epel | epel8\n yum:\n name: https://dl.fedo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | digaxfr/lab-in-a-box | 7cc8ae48ccf86c2939148f4667b878f99e0f54bf | 0 | ansible/roles/host-system | 7,219 | [
"no_license"
] | [
{
"path": "ansible/roles/host-system/tasks/main.yml",
"content": "---\n- name: host-system | sysctls\n sysctl:\n name: \"{{ item.key }}\"\n value: \"{{ item.value }}\"\n state: present\n reload: yes\n with_items:\n - key: net.ipv4.ip_forward\n value: 1\n\n- name: host-system | install pack... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2843,
"all_permissive": false
} |
ansible_role | digaxfr/lab-in-a-box | 7cc8ae48ccf86c2939148f4667b878f99e0f54bf | 0 | ansible/roles/wait-for-ssh | 7,219 | [
"no_license"
] | [
{
"path": "ansible/roles/wait-for-ssh/tasks/main.yml",
"content": "---\n- name: wait-for-ssh | wait for ssh\n local_action:\n module: wait_for\n host={{ wait_for_host | default(inentory_hostname) }}\n port=22\n delay=1\n timeout=120\n become: false\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | b0ch3nski/vagrant-lxc-k8s | f4186765ada41169e1ec5024fee0eb0a586c4ac3 | 5 | roles/common | 7,219 | [
"permissive"
] | [
{
"path": "roles/common/templates/proxy.sh",
"content": "#!/usr/bin/env bash\n\nproxyon() {\n export http_proxy=\"{{ ansible_env.http_proxy }}\"\n export https_proxy=\"{{ ansible_env.https_proxy }}\"\n export no_proxy=\"{{ ansible_env.no_proxy }}\"\n}\n\nproxyoff() {\n unset $(env | awk -F'=' '/_proxy/ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 707,
"all_permissive": true
} |
ansible_role | b0ch3nski/vagrant-lxc-k8s | f4186765ada41169e1ec5024fee0eb0a586c4ac3 | 5 | roles/docker | 7,219 | [
"permissive"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: enable docker repo\n yum_repository:\n name: docker\n description: docker\n baseurl: https://download.docker.com/linux/centos/7/$basearch/stable\n gpgkey: https://download.docker.com/linux/centos/gpg\n gpgcheck: True\n stat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1569,
"all_permissive": true
} |
ansible_role | b0ch3nski/vagrant-lxc-k8s | f4186765ada41169e1ec5024fee0eb0a586c4ac3 | 5 | roles/kubernetes | 7,219 | [
"permissive"
] | [
{
"path": "roles/kubernetes/handlers/main.yml",
"content": "---\n- name: restart kubelet\n systemd:\n name: kubelet\n state: restarted\n\n- name: restart kubectl-proxy\n systemd:\n name: \"kubectl-proxy@{{ k8s_kubectl_proxy_port }}\"\n state: restarted\n",
"license_type": "permissive",
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 6277,
"all_permissive": true
} |
ansible_role | b0ch3nski/vagrant-lxc-k8s | f4186765ada41169e1ec5024fee0eb0a586c4ac3 | 5 | roles/yum | 7,219 | [
"permissive"
] | [
{
"path": "roles/yum/tasks/main.yml",
"content": "---\n- name: disable obsoletes processing logic\n lineinfile:\n regexp: '^obsoletes='\n insertafter: '^\\[main\\]$'\n line: 'obsoletes=0'\n dest: /etc/yum.conf\n state: present\n\n- name: enable proxy for all repos\n when: ansible_env.http_p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 618,
"all_permissive": true
} |
ansible_role | i346175/AWSInstanceDeployHub | f73a67a06dfbd9b37393bbde5a64bd899b10b7a4 | 0 | .rpl/ami/windows-generic/ansible/roles/clean | 7,219 | [
"no_license"
] | [
{
"path": ".rpl/ami/windows-generic/ansible/roles/clean/tasks/main.yml",
"content": "---\n- name: Clean up after any Service Packs\n win_shell: \"Dism.exe /online /Cleanup-Image /SPSuperseded > C:\\\\Temp\\\\Ansible\\\\cleanup_servicepack.log\"\n ignore_errors: true\n\n- name: Clean up UserdataExecution.l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | i346175/AWSInstanceDeployHub | f73a67a06dfbd9b37393bbde5a64bd899b10b7a4 | 0 | .rpl/ami/windows-generic/ansible/roles/download-scripts | 7,219 | [
"no_license"
] | [
{
"path": ".rpl/ami/windows-generic/ansible/roles/download-scripts/tasks/main.yml",
"content": "- name: Run basic PowerShell script\n ansible.windows.win_powershell:\n script: |\n $env:https_proxy=''\n New-Item -ItemType \"directory\" -Path \"C:\\mssql-scripts\\\" | Out-Null\n aws s3 cp s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 478,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.