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 | chithanh89/ansible-total | fc986999a9fede9c13abec712e625b743dd5d46e | 5 | roles/wordpress | 413 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/build.yml",
"content": "---\n# tasks file for wordpress\n- name: Remove node_module in repos\n file:\n path: \"{{item.wp_theme_path}}/node_modules\"\n state: absent\n with_items: \"{{sites}}\"\n\n- name: Install \"yarn\" node.js package.\n npm:\n name: yarn\n ... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 11568,
"all_permissive": false
} |
ansible_role | chithanh89/ansible-total | fc986999a9fede9c13abec712e625b743dd5d46e | 5 | roles/zabbix | 413 | [
"no_license"
] | [
{
"path": "roles/zabbix/vars/Debian.yml",
"content": "---\n# vars file for zabbix\nzb_pkg:\n- zabbix-server-mysql\n- zabbix-agent\n- zabbix-frontend-php\n- zabbix-java-gateway\nzb_dbpath: /usr/share/doc/zabbix-server-mysql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5236,
"all_permissive": false
} |
ansible_role | chithanh89/ansible-total | fc986999a9fede9c13abec712e625b743dd5d46e | 5 | roles/zabbix-agent | 413 | [
"no_license"
] | [
{
"path": "roles/zabbix-agent/handlers/main.yml",
"content": "---\n# handlers file for zabbix-agent\n- name: start zabbix-agent\n service: name=zabbix-agent state=started\n\n- name: restart zabbix-agent\n service: name=zabbix-agent state=restarted\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4650,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.Azulinho.azulinho-jenkins-plugins | 413 | [
"no_license"
] | [
{
"path": "roles/local.Azulinho.azulinho-jenkins-plugins/tasks/main.yaml",
"content": "---\n\n# Get latest Jenkins update file\n- name: Get Jenkins updates\n sudo: yes\n get_url: url=http://updates.jenkins-ci.org/update-center.json\n dest={{ azulinho_jenkins_plugins['updates_dest'] }}\n thirsty=yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2444,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.Azulinho.azulinho-jenkins-reconfigure-jobs-using-job-dsl | 413 | [
"no_license"
] | [
{
"path": "roles/local.Azulinho.azulinho-jenkins-reconfigure-jobs-using-job-dsl/tasks/main.yaml",
"content": "---\n\n- name: install httplib2\n pip: name=httplib2\n state=present\n executable=/usr/local/bin/pip2.7\n tags:\n - jenkins_job_dsl\n\n- name: delete old seed files from the seed director... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2016,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.Azulinho.azulinho-jenkins-server | 413 | [
"no_license"
] | [
{
"path": "roles/local.Azulinho.azulinho-jenkins-server/templates/get_aws_credentials_uft.sh.j2",
"content": "#!/bin/bash\n\nexport AWS_ACCESS_KEY={{ uft['tests']['aws_access_key'] |default('FAKE') }}\nexport AWS_SECRET_KEY={{ uft['tests']['aws_secret_key'] |default('FAKE') }}\nexport AWS_REGION={{ uft['tes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 26694,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.build-mesos-native-library | 413 | [
"no_license"
] | [
{
"path": "roles/local.build-mesos-native-library/tasks/main.yaml",
"content": "- name: install slc6-devtoolset repo\n get_url:\n dest=/etc/yum.repos.d/slc6-devtoolset.repo\n url=http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo\n tags: mesos\n\n# We use a local file as CERN removed the ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2538,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.deploy_aws_s3_docs_staging_creds | 413 | [
"no_license"
] | [
{
"path": "roles/local.deploy_aws_s3_docs_staging_creds/tasks/main.yaml",
"content": "---\n\n# Deploys the secrets used in the run_sphinx job.\n# The run_sphinx jenkins job uploads the html files produced by sphinx to a\n# S3 bucket 'staging-docs'.\n# These steps deploy the file /etc/slave_config/s3_staging... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.deploy_groovy | 413 | [
"no_license"
] | [
{
"path": "roles/local.deploy_groovy/tasks/main.yaml",
"content": "# deploys groovy from the groovy website\n#\n#\n- name: Fetch stable groovy\n get_url: url=https://bintray.com/artifact/download/groovy/maven/apache-groovy-binary-2.4.5.zip\n dest=/root/\n tags: groovy\n\n- name: Install Groovy\n comma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.jenkins-to-graphite | 413 | [
"no_license"
] | [
{
"path": "roles/local.jenkins-to-graphite/tasks/main.yaml",
"content": "---\n\n- name: copy jenkins-to-graphite.py script\n template:\n src=jenkins-to-graphite.py.j2\n dest=/usr/local/bin/jenkins-to-graphite.py\n tags: ['statsd']\n\n- name: copy cron job script\n template:\n src=cron.j2\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 515,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.latest-git | 413 | [
"no_license"
] | [
{
"path": "roles/local.latest-git/tasks/main.yml",
"content": "---\n\n- name: Install Development Tools\n yum: name=\"@Development Tools\"\n state=installed\n\n- name: Ensure git's dependencies are installed (RedHat).'\n yum: pkg={{ item }}\n state=installed\n with_items:\n - gettext-devel\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1052,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.render-jobs-file | 413 | [
"no_license"
] | [
{
"path": "roles/local.render-jobs-file/tasks/main.yaml",
"content": "---\n\n- name: copy render.py\n copy: dest=/usr/local/bin/render.py\n src=render.py\n owner=jenkins\n group=jenkins\n tags: ['jenkins_render.py']\n\n- name: install jinja2 and yaml\n pip: name={{ item }} executable=/usr/local/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.set_pam_limits | 413 | [
"no_license"
] | [
{
"path": "roles/local.set_pam_limits/tasks/main.yaml",
"content": "# increases nfiles required for Jenkins\n#\n\n- name: deploys limit.conf\n copy: src=limits.conf\n dest=/etc/security/limits.conf\n tags: limits_conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | Cloudxtreme/ci-platform | 3d53e3781a0101cc0da01369fcf243a3c4f8bac7 | 0 | roles/local.updates | 413 | [
"no_license"
] | [
{
"path": "roles/local.updates/tasks/main.yaml",
"content": "---\n\n- name: install OS updates\n yum: name=*\n state=latest\n tags: ['updates']",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 82,
"all_permissive": false
} |
ansible_role | Ajay-dangi/Final | 01cbc7d7f2df108124451072607581f716e786fe | 0 | roles/datadisk-n01579274 | 413 | [
"no_license"
] | [
{
"path": "roles/datadisk-n01579274/handlers/main.yml",
"content": "---\n# handlers file for datadisk-n01579274\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/datadisk-n01579274/tests/test.yml",
"content": "---\n- hosts: localhost\n r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1492,
"all_permissive": false
} |
ansible_role | Ajay-dangi/Final | 01cbc7d7f2df108124451072607581f716e786fe | 0 | roles/package_install | 413 | [
"no_license"
] | [
{
"path": "roles/package_install/tasks/main.yml",
"content": "---\n- name: Install packages if OS is CentOS or RedHat\n package:\n name: \"{{ item }}\"\n state: present\n when: ansible_distribution in ['CentOS', 'RedHat']\n loop: \"{{ packages_to_install }}\"\n\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | Ajay-dangi/Final | 01cbc7d7f2df108124451072607581f716e786fe | 0 | roles/package_remove | 413 | [
"no_license"
] | [
{
"path": "roles/package_remove/tasks/main.yml",
"content": "---\n- name: Remove packages if OS is CentOS or RedHat\n package:\n name: \"{{ item }}\"\n state: absent\n when: ansible_distribution in ['CentOS', 'RedHat']\n loop: \"{{ packages_to_remove }}\"\n\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | Ajay-dangi/Final | 01cbc7d7f2df108124451072607581f716e786fe | 0 | roles/patching | 413 | [
"no_license"
] | [
{
"path": "roles/patching/vars/main.yml",
"content": "---\npatch_allowed_os:\n - CentOS\n - RedHat\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/patching/handlers/main.yml",
"content": "---\n- name: Reboot after patching\n reboot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | Ajay-dangi/Final | 01cbc7d7f2df108124451072607581f716e786fe | 0 | roles/profile-n01579274 | 413 | [
"no_license"
] | [
{
"path": "roles/profile-n01579274/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - profile-n01579274\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/profile-n01579274/defaults/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | Ajay-dangi/Final | 01cbc7d7f2df108124451072607581f716e786fe | 0 | roles/syslog_updates | 413 | [
"no_license"
] | [
{
"path": "roles/syslog_updates/tasks/main.yml",
"content": "---\n- name: Insert block of text in /etc/rsyslog.conf\n blockinfile:\n path: /etc/rsyslog.conf\n marker: \"# {mark} ANSIBLE MANAGED BLOCK\"\n insertafter: EOF\n block: \"{{ rsyslog_conf_block }}\"\n\n- name: Set ownership and permiss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 920,
"all_permissive": false
} |
ansible_role | Ajay-dangi/Final | 01cbc7d7f2df108124451072607581f716e786fe | 0 | roles/timezone_setup | 413 | [
"no_license"
] | [
{
"path": "roles/timezone_setup/handlers/main.yml",
"content": "# timezone_setup/handlers/main.yml\n---\n- name: Restart systemd-timesyncd\n systemd:\n name: systemd-timesyncd\n state: restarted\n become: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | Ajay-dangi/Final | 01cbc7d7f2df108124451072607581f716e786fe | 0 | roles/update_profiles | 413 | [
"no_license"
] | [
{
"path": "roles/update_profiles/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - update_profiles\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/update_profiles/vars/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1591,
"all_permissive": false
} |
ansible_role | Ajay-dangi/Final | 01cbc7d7f2df108124451072607581f716e786fe | 0 | roles/user-n01579274 | 413 | [
"no_license"
] | [
{
"path": "roles/user-n01579274/defaults/main.yml",
"content": "---\n# defaults file for user-n01579274\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/user-n01579274/handlers/main.yml",
"content": "---\n# handlers file for user-n015792... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | Ajay-dangi/Final | 01cbc7d7f2df108124451072607581f716e786fe | 0 | roles/webserver-n01579274 | 413 | [
"no_license"
] | [
{
"path": "roles/webserver-n01579274/vars/main.yml",
"content": "---\n# vars file for webserver-n01579274\napache_service: apache2 \napache_service_state: started\napache_service_enabled: yes\nweb_files_dir: /var/www/html",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1304,
"all_permissive": false
} |
ansible_role | sistematico/nextjs-simple-auth | 0aa57d6845f94aae4ea2ec5463f638b522a053bc | 0 | ansible/roles/nginx | 413 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install required packages\n ansible.builtin.package:\n name:\n - nginx\n state: present\n\n- name: Ensure group nginx exists\n ansible.builtin.group:\n name: nginx\n state: present\n\n- name: Change nginx permissions\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | sistematico/nextjs-simple-auth | 0aa57d6845f94aae4ea2ec5463f638b522a053bc | 0 | ansible/roles/postgres | 413 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "---\n- name: Instalar dependências necessárias\n apt:\n name:\n - curl\n - ca-certificates\n - gnupg\n state: present\n update_cache: yes\n\n# - name: Adicionar repositório do PostgreSQL\n# apt_key:\n# url: \"https... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2168,
"all_permissive": false
} |
ansible_role | sistematico/nextjs-simple-auth | 0aa57d6845f94aae4ea2ec5463f638b522a053bc | 0 | ansible/roles/systemd | 413 | [
"no_license"
] | [
{
"path": "ansible/roles/systemd/tasks/main.yml",
"content": "- name: Alterar as unidades do systemd\n ansible.builtin.copy:\n src: \"etc/systemd/system/{{ item }}\"\n dest: \"/etc/systemd/system/{{ item }}\"\n owner: root\n group: root\n mode: \"0644\"\n with_items:\n - auth.lucasbrum.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1049,
"all_permissive": false
} |
ansible_role | rrodolfos/rrmd_cluster | e0366cdaf76265bd3e9412c97f1b149885b4d99d | 0 | provisioning/roles/common | 413 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "- name: '[common role] Installing common packages'\n apt:\n pkg:\n - vim\n - htop\n - mc\n - screen\n - python-apt\n - aptitude\n state: present\n update_cache: yes\n\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | rrodolfos/rrmd_cluster | e0366cdaf76265bd3e9412c97f1b149885b4d99d | 0 | provisioning/roles/docker | 413 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/vars/main.yml",
"content": "---\ndocker_url_gpg: https://download.docker.com/linux/ubuntu/gpg\ndocker_url_repo: https://download.docker.com/linux/debian\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "provisi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1866,
"all_permissive": false
} |
ansible_role | rrodolfos/rrmd_cluster | e0366cdaf76265bd3e9412c97f1b149885b4d99d | 0 | provisioning/roles/mysql_cluster | 413 | [
"no_license"
] | [
{
"path": "provisioning/roles/mysql_cluster/files/mysqlre_conf.d/mysqlre.cnf",
"content": "[mysqld]\nserver_id=2\ngtid_mode=ON\nenforce-gtid-consistency=ON\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "provisioning/roles/mysql_cluster/README.md... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4493,
"all_permissive": false
} |
ansible_role | rrodolfos/rrmd_cluster | e0366cdaf76265bd3e9412c97f1b149885b4d99d | 0 | provisioning/roles/rabbitmq_cluster | 413 | [
"no_license"
] | [
{
"path": "provisioning/roles/rabbitmq_cluster/templates/docker-compose.yml",
"content": "version: '3'\nservices:\n rabbitmq0:\n environment:\n - \"RABBITMQ_DEFAULT_USER={{ rabbitmq_cluster_default_user }}\"\n - \"RABBITMQ_DEFAULT_PASS={{ rabbitmq_cluster_default_pass }}\"\n - \"RABBITMQ_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3297,
"all_permissive": false
} |
ansible_role | rrodolfos/rrmd_cluster | e0366cdaf76265bd3e9412c97f1b149885b4d99d | 0 | provisioning/roles/redis_cluster | 413 | [
"no_license"
] | [
{
"path": "provisioning/roles/redis_cluster/README.md",
"content": "# redis_cluster role\nThis role does the following task to build a redis cluster:\n - Copy docker-compose.yml\n - Copy redis-7000 node redis.conf\n - Copy redis-7001 node redis.conf\n - Copy redis-7002 node redis.conf\n - Copy redis-70... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4736,
"all_permissive": false
} |
ansible_role | kimisiah/openshift-ansible-draft | b09d7456dff4c029a331e05892c3bf4d8fc41ad7 | 0 | roles/cleanup | 413 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "#- include: prepare.yml\n# sudo: yes\n\n#- include: oracle_req.yml\n\n- include: master_prepare.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/cleanup/tasks/master_prepare.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2889,
"all_permissive": false
} |
ansible_role | kimisiah/openshift-ansible-draft | b09d7456dff4c029a331e05892c3bf4d8fc41ad7 | 0 | roles/openshift_prereq | 413 | [
"no_license"
] | [
{
"path": "roles/openshift_prereq/tasks/main.yml",
"content": "- block:\n - name: Install Required Packages\n yum: name={{ item }} state=present\n with_items: \"{{ list_of_oc_packages }}\"\n \n - name: Update Packages\n yum: name=* state=latest\n \n - name: Install and Enable Netwo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | CMADHANKUMAR/Automation | f2337ba0f20c3401f09c331a423acea4b4732907 | 0 | roles/jobs | 413 | [
"no_license"
] | [
{
"path": "roles/jobs/files/Automation/main.py",
"content": "from lib.hdfs import Hdfs\nfrom lib.spark import SparkAutomate\nfrom lib.hive import HiveAutomate\nfrom lib.oozie import OozieAutomate\nfrom lib.data import Dataset\nfrom lib.util import Util\nfrom conf.config import *\nimport subprocess\nimport t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 16903,
"all_permissive": false
} |
ansible_role | tadas-s/shibe- | b84dbbc4f85576dfff6fd050cfd25035066ca8c6 | 0 | infrastructure/roles/apache | 413 | [
"no_license"
] | [
{
"path": "infrastructure/roles/apache/tasks/main.yml",
"content": "---\n\n- name: Install Apache2\n apt: name={{item}} state=present\n with_items:\n - apache2\n - apache2-dev\n - libcurl4-openssl-dev\n\n- name: Remove default Apache2 welcome site\n file: path=/etc/apache2/sites-enabled/000-defa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | tadas-s/shibe- | b84dbbc4f85576dfff6fd050cfd25035066ca8c6 | 0 | infrastructure/roles/common | 413 | [
"no_license"
] | [
{
"path": "infrastructure/roles/common/templates/hosts.j2",
"content": "127.0.0.1 localhost\n\n::1 ip6-localhost ip6-loopback\nfd00:c2b6:b24b:be67:2827:688d:e6a1:6a3b ip6-localnet\nfc00:db20:35b:7399::5 ip6-mcastprefix\nfd00:c2b6:b24b:be67:2827:688d:e6a1:6a3b ip6-allnodes\nfd00:a516:7c1b:17cd:6d81:2137:bd2a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | tadas-s/shibe- | b84dbbc4f85576dfff6fd050cfd25035066ca8c6 | 0 | infrastructure/roles/passenger | 413 | [
"no_license"
] | [
{
"path": "infrastructure/roles/passenger/tasks/main.yml",
"content": "---\n\n- name: Add ruby ppa\n apt_repository: repo='ppa:brightbox/ruby-ng'\n\n- name: Install ruby2.2.x + some related packages\n apt: name={{ item }} state=present\n with_items:\n - ruby2.2\n - ruby2.2-dev\n - ruby-switch\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1335,
"all_permissive": false
} |
ansible_role | tadas-s/shibe- | b84dbbc4f85576dfff6fd050cfd25035066ca8c6 | 0 | infrastructure/roles/postgresql | 413 | [
"no_license"
] | [
{
"path": "infrastructure/roles/postgresql/tasks/main.yml",
"content": "---\n\n- name: Install\n apt: name={{ item }} state=present\n with_items:\n - postgresql-9.3\n - postgresql-client\n\n- name: Install pg_hba.conf\n template: src=pg_hba.conf.j2 dest=/etc/postgresql/9.3/main/pg_hba.conf owner=po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | tadas-s/shibe- | b84dbbc4f85576dfff6fd050cfd25035066ca8c6 | 0 | infrastructure/roles/shibd | 413 | [
"no_license"
] | [
{
"path": "infrastructure/roles/shibd/tasks/main.yml",
"content": "---\n\n- name: Install mod-shib2\n apt: name={{item}} state=present\n with_items:\n - libapache2-mod-shib2\n\n- name: Enable mod-shib2\n command: a2enmod shib2 creates=/etc/apache2/mods-enabled/shib2.load\n\n- name: Create self-signed ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1045,
"all_permissive": false
} |
ansible_role | tadas-s/shibe- | b84dbbc4f85576dfff6fd050cfd25035066ca8c6 | 0 | infrastructure/roles/shibe | 413 | [
"no_license"
] | [
{
"path": "infrastructure/roles/shibe/tasks/main.yml",
"content": "---\n\n- name: Create Shibe configuration\n template: src=shibe.conf.j2 dest=/etc/apache2/sites-available/100-shibe.conf\n\n- name: Enable Shibe\n command: a2ensite 100-shibe creates=/etc/apache2/sites-enabled/100-shibe.conf\n\n- name: Pri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2267,
"all_permissive": false
} |
ansible_role | rdiocera2002/HOA11_Diocera | 8c79c10ad3b95a739165b9ee1dca8c3925485953 | 0 | roles/centos_docker | 412 | [
"no_license"
] | [
{
"path": "roles/centos_docker/tasks/main.yml",
"content": "---\n - name: Install Additional / Update Current packages needed for Docker\n yum:\n name:\n - gnupg2\n state: latest\n\n - name: Install the Docker in CentOS\n yum:\n name: docker\n state: latest\n\n - name: Start the Dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | rdiocera2002/HOA11_Diocera | 8c79c10ad3b95a739165b9ee1dca8c3925485953 | 0 | roles/ubuntu_docker | 412 | [
"no_license"
] | [
{
"path": "roles/ubuntu_docker/tasks/main.yml",
"content": "---\n - name: Install Additional / Update Current packages needed for Docker\n apt:\n name:\n - docker.io\n - ca-certificates\n - curl\n - apt-transport-https\n - software-properties-common\n - gnupg2\n state: late... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | MohamedElwarraky82/ansible_proj | 3f9012f626a8bf2442aa63bddf807574071bc582 | 0 | roles/master | 412 | [
"no_license"
] | [
{
"path": "roles/master/handlers/main.yml",
"content": "- name: Add Nodes to Jenkins\n win_shell: java -jar jenkins-cli.jar -s http://{{groups['master'][0]}}:9090/ create-node {{ item[0] }} < nodes\\\\{{item[0]}}\\\\config.xml\n args:\n executable: cmd\n chdir: C:\\\\Users\\\\Elwarraky\n loop: '{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1890,
"all_permissive": false
} |
ansible_role | MohamedElwarraky82/ansible_proj | 3f9012f626a8bf2442aa63bddf807574071bc582 | 0 | roles/slave | 412 | [
"no_license"
] | [
{
"path": "roles/slave/tasks/main.yml",
"content": "- name: Install Git\n block:\n - name: Check if git is installed\n tags: slaves,git\n win_reg_stat:\n path: HKLM:\\SOFTWARE\\GitForWindows\n register: git_reg_path\n\n - name: Status Of Git\n tags: slaves,git\n debug:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2769,
"all_permissive": false
} |
ansible_role | kkirsche/CentOS-7-Quagga_From_Source-Playbook | a3d302bad4031e9043b46e36ac488ca96537b2e2 | 0 | roles/dependencies | 412 | [
"no_license"
] | [
{
"path": "roles/dependencies/tasks/main.yml",
"content": "- include: gawk.yml tags=gawk\n- include: texinfo.yml tags=texinfo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/dependencies/tasks/texinfo.yml",
"content": "---\n# Installs Tex... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | kkirsche/CentOS-7-Quagga_From_Source-Playbook | a3d302bad4031e9043b46e36ac488ca96537b2e2 | 0 | roles/quagga | 412 | [
"no_license"
] | [
{
"path": "roles/quagga/tasks/quagga.yml",
"content": "---\n# Sets up the operating system for Quagga's installation process\n- name: Make Quagga user group=quagga\n group: name=\"{{ quagga_group }}\"\n\n- name: Add Quagga user\n user: name=\"{{ quagga_user }}\" group=\"{{ quagga_group }}\" createhome=no\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2606,
"all_permissive": false
} |
ansible_role | rajeshwer/Kubernetes-ansible | 4078bd2b82f9c1404d90d5a1fa56e9f798b33ec5 | 0 | roles/kube-master | 407 | [
"no_license"
] | [
{
"path": "roles/kube-master/tasks/main.yaml",
"content": "---\n - file: path=/etc/flannel state=directory\n - file: path=/etc/systemd/system/flanneld.service.d state=directory\n - file: path=/etc/systemd/system/docker.service.d state=directory\n - file: path=/etc/kubernetes/manifests state=dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2136,
"all_permissive": false
} |
ansible_role | rajeshwer/Kubernetes-ansible | 4078bd2b82f9c1404d90d5a1fa56e9f798b33ec5 | 0 | roles/kube-worker | 407 | [
"no_license"
] | [
{
"path": "roles/kube-worker/tasks/main.yaml",
"content": "---\n - file: path=/etc/flannel state=directory\n - file: path=/etc/systemd/system/flanneld.service.d state=directory\n - file: path=/etc/systemd/system/docker.service.d state=directory\n - file: path=/etc/kubernetes/manifests state=dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | rajeshwer/Kubernetes-ansible | 4078bd2b82f9c1404d90d5a1fa56e9f798b33ec5 | 0 | roles/kubectl | 407 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yaml",
"content": "---\n- name: Create /opt/local/bin\n file: name=/opt/local/bin state=directory \n- name: Download kubectl binary\n get_url: url=http://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/linux/amd64/kubectl dest=/opt/local/bin/ mode=0755\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 700,
"all_permissive": false
} |
ansible_role | rajeshwer/Kubernetes-ansible | 4078bd2b82f9c1404d90d5a1fa56e9f798b33ec5 | 0 | roles/master-keys | 407 | [
"no_license"
] | [
{
"path": "roles/master-keys/tasks/main.yaml",
"content": "---\n- name: create master keys directory\n file: name=/etc/kubernetes/ssl/ state=directory\n\n- name: set up master TLS assets\n copy: src={{LOCAL_SSL_DIR}}/{{item}} dest=/etc/kubernetes/ssl/{{item}}\n with_items:\n - ca.pem\n - apiserver.pem\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | rajeshwer/Kubernetes-ansible | 4078bd2b82f9c1404d90d5a1fa56e9f798b33ec5 | 0 | roles/worker-keys | 407 | [
"no_license"
] | [
{
"path": "roles/worker-keys/tasks/main.yaml",
"content": "---\n- name: create worker keys directory\n file: name=/etc/kubernetes/ssl/ state=directory\n\n- name: set up worker TLS assets\n copy: src={{LOCAL_SSL_DIR}}/{{item}} dest=/etc/kubernetes/ssl/{{item}}\n with_items:\n - ca.pem\n - worker.pem\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | sidi-ba21/NSA-epitech | 9a843b94c35e1a074b5adfc86a32eba25337f456 | 0 | deploy/ansible/roles/welcome | 407 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/welcome/tasks/main.yml",
"content": "---\r\n- name: \"Change the welcome message\"\r\n copy:\r\n content: \"Welcome!\"\r\n dest: /etc/motd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | rodrigorusa/namd-mo833a | f4d5ea97bd51e27321a60ac56acf7f055f977beb | 0 | scripts/clap/groups/roles/common | 407 | [
"no_license"
] | [
{
"path": "scripts/clap/groups/roles/common/tasks/setup-apt.yml",
"content": "---\n- name: Ensure apt-daily is *not* running\n script: |\n no-update-on-reboot.sh\n become: yes\n when: 'is_debian_compatible'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | HimaBindu-munagapati/ansible-webapp-deploy | 5dae94413dc167e8e939e3ff22607460c89c0eaa | 0 | playbooks/roles/webserver | 407 | [
"no_license"
] | [
{
"path": "playbooks/roles/webserver/vars/aws.yml",
"content": "---\naws_access_key: \"AWS_ACCESS_KEY_ID\"\naws_secret_key: \"secrets.AWS_SECRET_ACCESS_KEY\"\nregion: \"us-east-1\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "playbooks/role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | dan131fram3/AnsibleTest | e94981bdcf1a1660b51f6b8a5461800f6b7a2b9d | 0 | roles/java | 407 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n# tasks file for java\n# include the distro-specific stuff\n- include: debian.yml\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n#\n- include: rhel.yml\n when: ansible_distribution == 'CentOS' or ansible_distribution ==... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | dan131fram3/AnsibleTest | e94981bdcf1a1660b51f6b8a5461800f6b7a2b9d | 0 | roles/kodi | 407 | [
"no_license"
] | [
{
"path": "roles/kodi/tasks/main.yml",
"content": "- name: Install XBMC repo\n sudo: Yes\n apt_repository: repo=ppa:team-xbmc/ppa\n\n- name: Install update\n sudo: Yes\n command: apt-get update\n\n- name: Install KODI\n apt: name=kodi state=present\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | dan131fram3/AnsibleTest | e94981bdcf1a1660b51f6b8a5461800f6b7a2b9d | 0 | roles/slack | 407 | [
"no_license"
] | [
{
"path": "roles/slack/tasks/main.yml",
"content": "---\n\n- name: Send notification via Slack\n local_action:\n module: slack\n domain: devopsguys.slack.com\n token: <KEY>\n msg: \"Test on {{ inventory_hostname }} successful. @dan131fram3 ran this on #hackweek-2 \"\n username: Dansible\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | dan131fram3/AnsibleTest | e94981bdcf1a1660b51f6b8a5461800f6b7a2b9d | 0 | roles/virtualbox | 407 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/main.yml",
"content": "---\n\n- name: Make sure dkms package is up to date\n sudo: Yes\n apt: name=dkms state=present\n\n- name: Add virtualbox repo for trusty\n sudo: Yes\n apt_repository: repo='deb http://download.virtualbox.org/virtualbox/debian trusty contrib' state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/common | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n - name: Enable Gather Facts\n setup:\n \n - name: Create Project Root Directory..\n win_file: path=\"{{ PROJECT_ROOT }}\" state=directory\n \n - name: Check if m2 already exists\n win_stat:\n path: '{{ ansible_env.US... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/create_file | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/create_file/tasks/main.yml",
"content": "---\n- hosts: all\n tasks:\n # - shell: echo \"hello world\"\n - name: Create file\n file: path=/home/swati/newplay.yml state=touch\n \n\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/create_opeartion | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/create_opeartion/tasks/main.yml",
"content": "---\n- name: creates a file\n win_file:\n path: D:/PSscript/File1.txt\n state: touch\n- name: creates a directory\n win_file:\n path: D:/foo/bar\n state: directory\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/delete_operation | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/delete_operation/tasks/main.yml",
"content": "---\n- name: deletes a file\n win_file:\n path: D:/PSscript/File1.txt\n state: absent\n\n- name: deletes a directory\n win_file:\n path: D:/foo\n state: absent\n\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/eclipse | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/eclipse/vars/main.yml",
"content": "---\n ECLIPSE_VERSION: \"eclipse-jee-luna-SR2-win32-x86_64.zip\"\n WORKSPACE_FILE: \"workspace.zip\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "ansible/roles/eclipse/tasks/worksp... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2293,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/git | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "---\n# - name: Check if Git Already Installed\n# win_stat:\n# path: '{{ ansible_env.ProgramFiles }}\\{{ GIT_NAME }}\\git-cmd.exe'\n# register: GitInstallStatus\n \n - name: Check if Git Already Installed\n script: scripts/InstallCh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1373,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/installation | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/installation/tasks/main.yml",
"content": "---\n - name: install notepadd++\n #win_msi:\n # path: C:\\Users\\514359\\Downloads\\npp.7.2.Installer.x64.exe\n script: script/install.ps1 \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/java | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/java/vars/main.yml",
"content": "---\n JAVA_EXE_FILE: jdk-7u79-windows-x64.exe\n JAVA_VERSION: 1.7.0_79\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "ansible/roles/java/tasks/main.yml",
"content": "---\n #- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/mysql | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/vars/main.yml",
"content": "---\n MYSQL_MSI_FILE: mysql-5.5.53-winx64.msi\n MYSQL_VERSION: 5.5.53\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n# - name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1566,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/precheck | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/precheck/tasks/main.yml",
"content": "---\n - name: Check for single host\n fail: msg=\"Single host check failed, Please provide your host in Limit parameter of the Job Template\"\n when: \"{{ play_hosts|length }} != 1\"\n \n - debug: msg='Singe Host Check Passed!, I got ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 443,
"all_permissive": false
} |
ansible_role | swati1205/Repo2 | ff8d93af823a7fd6789deb1b54d070cb53d662b6 | 1 | ansible/roles/tomcat | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/tomcat/tasks/main.yml",
"content": "---\n- name: install eclipse\n win_unzip:\n src: C:\\Users\\514359\\Downloads\\apache-tomcat-8.5.8.zip\n dest: D:\\Tomcat\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "ansib... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | rickmelvs/Alco_Act14 | a8027b538683c941df2f541e2063e37c986e9599 | 0 | roles/nova | 407 | [
"no_license"
] | [
{
"path": "roles/nova/tasks/main.yml",
"content": "---\n- name: Install Nova controller packages\n apt:\n name:\n - nova-api\n - nova-scheduler\n - nova-conductor\n - python3-novaclient\n state: present\n\n- name: Restart Nova services\n service:\n name: \"{{ item }}\"\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | alepeteporico/dhcp_ansible | 58e58ef298ce7b6d90430532a032a3b8603360c7 | 0 | roles/servidor | 407 | [
"no_license"
] | [
{
"path": "roles/servidor/tasks/main.yaml",
"content": "- name: \"instalar paquetes\"\n apt:\n pkg:\n - isc-dhcp-server\n - iptables\n- name: \"configurar network/interfaces\"\n template:\n src: interfaces\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: '064... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | ajanis/maas-ansible | bd02df973ae256dc8cdc56b3cee2ca4612f2cfa0 | 2 | roles/common | 407 | [
"permissive"
] | [
{
"path": "roles/common/tasks/restore.yaml",
"content": "---\n- name: restore | Create Temporary Unpack Directory\n ansible.builtin.file:\n path: /tmp/maas_backup/\n owner: root\n group: root\n mode: \"0755\"\n state: directory\n\n- name: restore | Unpack Backup Archive\n ansible.builtin.un... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7760,
"all_permissive": true
} |
ansible_role | ajanis/maas-ansible | bd02df973ae256dc8cdc56b3cee2ca4612f2cfa0 | 2 | roles/maas_corosync | 407 | [
"permissive"
] | [
{
"path": "roles/maas_corosync/tasks/teardown.yaml",
"content": "---\n- name: teardown | Uninstall Corosync\n ansible.builtin.apt:\n name: corosync\n state: absent\n purge: true\n autoremove: true\n\n- name: teardown | Remove Corosync artifacts\n ansible.builtin.file:\n state: absent\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": true
} |
ansible_role | ajanis/maas-ansible | bd02df973ae256dc8cdc56b3cee2ca4612f2cfa0 | 2 | roles/maas_firewall | 407 | [
"permissive"
] | [
{
"path": "roles/maas_firewall/tasks/teardown.yaml",
"content": "---\n# Remove iptables rules as part of teardown\n\n- name: teardown | Set policy for INPUT chain to accept\n ansible.builtin.iptables:\n chain: INPUT\n policy: ACCEPT\n\n- name: teardown | Set policy for FORWARD chain to accept\n ansi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3165,
"all_permissive": true
} |
ansible_role | ajanis/maas-ansible | bd02df973ae256dc8cdc56b3cee2ca4612f2cfa0 | 2 | roles/maas_pacemaker | 407 | [
"permissive"
] | [
{
"path": "roles/maas_pacemaker/tasks/teardown.yaml",
"content": "---\n- name: teardown | Stop Cluster services\n ansible.builtin.command: pcs cluster stop --all\n changed_when: false\n when: \"'pacemaker' in ansible_facts.packages\"\n\n- name: teardown | Uninstall Pacemaker Packages\n ansible.builtin.a... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5527,
"all_permissive": true
} |
ansible_role | ajanis/maas-ansible | bd02df973ae256dc8cdc56b3cee2ca4612f2cfa0 | 2 | roles/maas_postgres | 407 | [
"permissive"
] | [
{
"path": "roles/maas_postgres/tasks/install_postgres.yaml",
"content": "---\n- name: install_postgres | Install PostgreSQL and configuration dependencies\n ansible.builtin.apt:\n name:\n - python3-psycopg2\n - acl\n - \"{{ maas_postgres_deb_name }}\"\n update_cache: true\n cache_va... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 11573,
"all_permissive": true
} |
ansible_role | ajanis/maas-ansible | bd02df973ae256dc8cdc56b3cee2ca4612f2cfa0 | 2 | roles/maas_postgres_proxy | 407 | [
"permissive"
] | [
{
"path": "roles/maas_postgres_proxy/tasks/teardown.yaml",
"content": "---\n- name: teardown | Uninstall HAProxy\n ansible.builtin.apt:\n name: haproxy\n state: absent\n purge: true\n\n- name: teardown | Remove HAProxy artifacts\n ansible.builtin.file:\n state: absent\n name: \"{{ haproxy_a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": true
} |
ansible_role | ajanis/maas-ansible | bd02df973ae256dc8cdc56b3cee2ca4612f2cfa0 | 2 | roles/maas_rack_controller | 407 | [
"permissive"
] | [
{
"path": "roles/maas_rack_controller/tasks/teardown.yaml",
"content": "---\n- name: teardown | Uninstall MAAS - snap\n community.general.snap:\n name: maas\n state: absent\n\n- name: teardown | Uninstall MAAS - deb\n ansible.builtin.apt:\n name:\n - maas-rack-controller\n purge: true\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4050,
"all_permissive": true
} |
ansible_role | ajanis/maas-ansible | bd02df973ae256dc8cdc56b3cee2ca4612f2cfa0 | 2 | roles/maas_region_controller | 407 | [
"permissive"
] | [
{
"path": "roles/maas_region_controller/tasks/teardown.yaml",
"content": "---\n# Installs MAAS\n\n- name: teardown | Uninstall MAAS - Snap\n community.general.snap:\n name: maas\n state: absent\n\n- name: teardown | Uninstall MAAS - Deb\n ansible.builtin.apt:\n name: maas-region-api\n purge: t... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 12224,
"all_permissive": true
} |
ansible_role | ajanis/maas-ansible | bd02df973ae256dc8cdc56b3cee2ca4612f2cfa0 | 2 | roles/o11y_agent | 407 | [
"permissive"
] | [
{
"path": "roles/o11y_agent/tasks/teardown.yaml",
"content": "---\n- name: teardown | Set the grafana agent service status\n ansible.builtin.service:\n name: telemetry\n state: stopped\n when: ansible_facts.services['telemetry.service'] is defined\n\n- name: teardown | Remove o11y agent artifacts\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2807,
"all_permissive": true
} |
ansible_role | Michaelikus/task | e250e2c2c84e41843b1554ae6f4fd65f35e50402 | 0 | roles/common | 407 | [
"no_license"
] | [
{
"path": "roles/common/templates/sshd_config.j2",
"content": "Include /etc/ssh/sshd_config.d/*.conf\n\nPort 22\nListenAddress 0.0.0.0\n\n#HostKey /etc/ssh/ssh_host_rsa_key\n#HostKey /etc/ssh/ssh_host_ecdsa_key\n#HostKey /etc/ssh/ssh_host_ed25519_key\n\n# Ciphers and keying\n#RekeyLimit default none\n\n# Lo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3021,
"all_permissive": false
} |
ansible_role | Michaelikus/task | e250e2c2c84e41843b1554ae6f4fd65f35e50402 | 0 | roles/docker | 407 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/install.yml",
"content": "---\n- name: Install docker-ce package\n ansible.builtin.dnf:\n name:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-buildx-plugin\n - docker-compose-plugin\n - git\n state: present\n\n- name: Starting... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | Michaelikus/task | e250e2c2c84e41843b1554ae6f4fd65f35e50402 | 0 | roles/jenkins | 407 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/repo.yml",
"content": "---\n- name: Import key\n ansible.builtin.rpm_key:\n state: present\n key: https://pkg.jenkins.io/redhat-stable/jenkins.io-2023.key\n\n- name: Set repository file\n ansible.builtin.get_url:\n url: https://pkg.jenkins.io/redhat-stable/jenkins.r... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | Michaelikus/task | e250e2c2c84e41843b1554ae6f4fd65f35e50402 | 0 | roles/sys-users | 407 | [
"no_license"
] | [
{
"path": "roles/sys-users/tasks/setup_sudoers.yml",
"content": "---\n- name: Allow passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: \"^%{{ OS[ansible_facts['distribution']]['sudo_group'] }}\"\n line: \"%{{ OS[ansible_facts['distribution']]['sudo_group'] }} ALL=(A... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 883,
"all_permissive": false
} |
ansible_role | dragon699/wp-aws | 9ce36344addf787fff7e29fc08201b784545abc5 | 0 | ansible/roles/mariadb | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/mariadb/vars/main.yml",
"content": "mariadb_config: /etc/mysql/mariadb.conf.d/50-server.cnf\nmariadb_service: mariadb\n\nscripts: [\n 'secure_installation.sql.j2',\n 'create.sql.j2'\n]\n\nmariadb_pkgs: [\n 'mariadb-client',\n 'mariadb-server',\n]",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1578,
"all_permissive": false
} |
ansible_role | dragon699/wp-aws | 9ce36344addf787fff7e29fc08201b784545abc5 | 0 | ansible/roles/php | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/php/vars/main.yml",
"content": "requirements_pkgs: [\n 'ca-certificates',\n 'apt-transport-https',\n 'lsb-release',\n 'gnupg',\n 'curl',\n 'unzip',\n 'software-properties-common'\n]\n\nphp_repo: ppa:ondrej/php\nphp_pkgs: [\n 'php8.2', 'php8.2-cli', 'php8.2-common',\n 'php8.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1136,
"all_permissive": false
} |
ansible_role | dragon699/wp-aws | 9ce36344addf787fff7e29fc08201b784545abc5 | 0 | ansible/roles/wordpress | 407 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "- name: 'recreate {{ web_dir }}'\n file:\n path: '{{ web_dir }}'\n state: '{{ item }}'\n loop: ['absent', 'directory']\n\n- name: 'ensure correct {{ web_dir }} ownership'\n file:\n path: '{{ web_dir }}'\n state: directory\n ow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3148,
"all_permissive": false
} |
ansible_role | AWSBot-Ltd/ansible-freeipa | 0200918488dc7da28e38f1b9ed13076cfa2a32dc | 7 | roles/client | 407 | [
"no_license"
] | [
{
"path": "roles/client/template/80-freeipa-admins.j2",
"content": "%admins ALL=(ALL:ALL) ALL\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/client/template/freeipa.list.j2",
"content": "deb http://apt.numeezy.fr wheezy main\ndeb-src h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1766,
"all_permissive": false
} |
ansible_role | AWSBot-Ltd/ansible-freeipa | 0200918488dc7da28e38f1b9ed13076cfa2a32dc | 7 | roles/server | 407 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "- name: Install the ipa-server and ipa-server-dns packages\n yum:\n name: ipa-server\n state: present\n name: ipa-server-dns\n state: present\n\n- name: Open the ports in the firewall\n command: firewall-cmd --permanent --add-service ntp\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | shareandcharge/sc-app | 7ab35237e6fc800dee66f2efd7b308e94adca314 | 0 | infra/roles/frontend-host | 407 | [
"no_license"
] | [
{
"path": "infra/roles/frontend-host/files/web.cf.yml",
"content": "AWSTemplateFormatVersion: \"2010-09-09\"\n\nDescription: Share and Charge frontend Server\n\nParameters:\n KeyName:\n Type: AWS::EC2::KeyPair::KeyName\n\n Cidr:\n Type: String\n\n AppName:\n Type: String\n\nResources:\n\n Subne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2888,
"all_permissive": false
} |
ansible_role | shareandcharge/sc-app | 7ab35237e6fc800dee66f2efd7b308e94adca314 | 0 | infra/roles/webapp | 407 | [
"no_license"
] | [
{
"path": "infra/roles/webapp/tasks/main.yml",
"content": "---\n- user:\n name: sc\n comment: \"Share and Charge\"\n home: /sc\n shell: /bin/bash\n\n- name: Authorize motionwerk rsa key\n authorized_key:\n user: sc\n state: present\n key: \"{{ motionwerk_rsa_public }}\"\n\n- name: Auth... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2962,
"all_permissive": false
} |
ansible_role | j-carpentier/ansible-mongodb | 619b88552eb9befceb203154f3f53e62545d25c5 | 0 | roles/iptables | 410 | [
"no_license"
] | [
{
"path": "roles/iptables/tasks/main.yml",
"content": "---\n- name: disable firewalld\n service: name=firewalld state=stopped enabled=no\n\n- name: remove firewalld\n yum: name=firewalld state=absent\n\n- name: install iptables\n yum: name=iptables-services state=present\n\n- name: run iptables\n servic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1046,
"all_permissive": false
} |
ansible_role | OpenNebula/hosted-cloud-adi | 889882232e2f938b6b74e4b1d3d0c4c3baabd08b | 0 | roles/example | 410 | [
"permissive"
] | [
{
"path": "roles/example/tasks/main.yml",
"content": "---\n- name: Example task\n ansible.builtin.debug:\n msg: \"Example task using a default variable: {{ example_variable }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 123
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 161,
"all_permissive": true
} |
ansible_role | bxker/new-mac-setup-automation | 3149787769dc42ec63fce3696426d61e776d3d3c | 0 | roles/development | 410 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "- name: Install apps with homebrew\n homebrew: name={{ item }} state=present\n with_items:\n - go\n - nvm\n - git\n - redis\n - rabbitmq\n - helm\n - eksctl\n - circleci\n - k9s\n - jq\n - minikube\n - terraform\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | Roman-Teterevlev/SYS-19_diploma | 2a57f4aa0cd260be835101920205e13f856cd001 | 0 | ansible/roles/elasticsearch | 410 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch/tasks/download_repo.yaml",
"content": "---\n - name: update\n become: true\n ansible.builtin.apt:\n update_cache: yes\n\n#var.1\n# - name: install dependencies gnupg\n# become: true\n# ansible.builtin.apt:\n# name: gnupg\n\n# - name: install de... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2644,
"all_permissive": false
} |
ansible_role | Roman-Teterevlev/SYS-19_diploma | 2a57f4aa0cd260be835101920205e13f856cd001 | 0 | ansible/roles/filebeat_web1 | 410 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat_web1/tasks/config_setting.yaml",
"content": "---\n - name: comment line 1\n become: true\n ansible.builtin.lineinfile:\n path: /etc/filebeat/filebeat.yml\n regexp: '^- type: filestream$'\n line: '#- type: filestream'\n \n - name: comment line 2\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2173,
"all_permissive": false
} |
ansible_role | Roman-Teterevlev/SYS-19_diploma | 2a57f4aa0cd260be835101920205e13f856cd001 | 0 | ansible/roles/filebeat_web2 | 410 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat_web2/tasks/start_service.yaml",
"content": "---\n - name: start filebeat service\n ansible.builtin.service:\n name: filebeat\n state: started\n enabled: true\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | Roman-Teterevlev/SYS-19_diploma | 2a57f4aa0cd260be835101920205e13f856cd001 | 0 | ansible/roles/kibana | 410 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana/tasks/start_service.yaml",
"content": "---\n - name: start kibana service\n ansible.builtin.service:\n name: kibana\n state: started\n enabled: true\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"pat... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | Roman-Teterevlev/SYS-19_diploma | 2a57f4aa0cd260be835101920205e13f856cd001 | 0 | ansible/roles/zabbix | 410 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix/tasks/config_setting.yaml",
"content": "--- \n - name: replace the line password\n ansible.builtin.lineinfile:\n path: /etc/zabbix/zabbix_server.conf\n regexp: '^# DBPassword=$'\n line: 'DBPassword=<PASSWORD>'\n\n# - name: replace the line port 8080\n# ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2490,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.