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
alyoshina/otus-linux-base-project
19ac3096f6f72f463779845e91d8067e3cd905f0
0
roles/apache
7,439
[ "no_license" ]
[ { "path": "roles/apache/tasks/apache.yml", "content": "---\n\n- name: Install apache\n apt:\n name: apache2\n state: present\n# notify: Restart apache\n tags: apache\n\n- name: Remove default apache configuration\n file:\n name: '{{ item }}'\n state: absent\n loop:\n - /etc/apache2/sites...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1908, "all_permissive": false }
ansible_role
alyoshina/otus-linux-base-project
19ac3096f6f72f463779845e91d8067e3cd905f0
0
roles/common
7,439
[ "no_license" ]
[ { "path": "roles/common/tasks/common.yml", "content": "---\r\n- name: Update cache\r\n apt:\r\n name: '*'\r\n update_cache: yes\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks fi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 144, "all_permissive": false }
ansible_role
alyoshina/otus-linux-base-project
19ac3096f6f72f463779845e91d8067e3cd905f0
0
roles/nginx
7,439
[ "no_license" ]
[ { "path": "roles/nginx/tasks/nginx.yml", "content": "---\n\n- name: Install nginx\n apt:\n name: nginx\n state: present\n notify: Restart nginx\n tags: nginx\n\n- name: Remove default nginx configuration\n file:\n name: '{{ item }}'\n state: absent\n loop:\n - /etc/nginx/sites-available/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 615, "all_permissive": false }
ansible_role
eljesse01/eljesse01
a733c2df46a6fec011c7b3e0f1021e179e983f25
0
roles/mysql
7,439
[ "no_license" ]
[ { "path": "roles/mysql/tasks/centosmysql.yml", "content": "- name: Install Mysql Repository\n yum: name=https://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm update_cache=yes state=latest\n\n- name: Installing mysql and extensions\n yum:\n name:\n - mysql-server\n- name: Install MyS...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1420, "all_permissive": false }
ansible_role
eljesse01/eljesse01
a733c2df46a6fec011c7b3e0f1021e179e983f25
0
roles/nginx
7,439
[ "no_license" ]
[ { "path": "roles/nginx/tasks/ubuntu.yml", "content": "- name: Install nginx web server\n apt: name=nginx state=latest\n notify:\n - restart nginx\n\n- name: Sets Nginx conf file\n template:\n src: \"files/nginx.conf.j2\"\n dest: \"/etc/nginx/sites-available/{{ http_conf }}\"\n notify:\n - re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 617, "all_permissive": false }
ansible_role
eljesse01/eljesse01
a733c2df46a6fec011c7b3e0f1021e179e983f25
0
roles/php
7,439
[ "no_license" ]
[ { "path": "roles/php/tasks/phpubuntu.yml", "content": "\n- name: Install Prerequisites\n apt: name={{ item }} update_cache=yes state=latest force_apt_get=yes\n loop: [ 'aptitude' ]\n\n- name: Install LEMP Packages\n apt: name={{ item }} update_cache=yes state=latest\n loop: [ 'nginx', 'mysql-server', 'p...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3274, "all_permissive": false }
ansible_role
eljesse01/eljesse01
a733c2df46a6fec011c7b3e0f1021e179e983f25
0
roles/wordpress
7,439
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "- include_tasks: wpubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n\n- include_tasks: wpcentos.yml\n when: ansible_distribution == 'CentOS'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { "path...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1295, "all_permissive": false }
ansible_role
nexus-Six/setup-automation
45b8037019d516cee76bece99c70d0419dfa6f4d
0
ansible/roles/acm
7,439
[ "no_license" ]
[ { "path": "ansible/roles/acm/files/operator-subscription.yml", "content": "apiVersion: operators.coreos.com/v1alpha1\nkind: Subscription\nmetadata:\n name: advanced-cluster-management\n namespace: open-cluster-management\nspec:\n channel: release-2.6\n name: advanced-cluster-management\n source: redhat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2134, "all_permissive": false }
ansible_role
nexus-Six/setup-automation
45b8037019d516cee76bece99c70d0419dfa6f4d
0
ansible/roles/acs
7,439
[ "no_license" ]
[ { "path": "ansible/roles/acs/tasks/install-acs.yml", "content": "---\n\n- name: Create stackrox Namespace\n kubernetes.core.k8s:\n state: present\n kubeconfig: \"{{ k8s_kubeconfig }}\"\n definition:\n apiVersion: project.openshift.io/v1\n kind: Project\n metadata:\n name: rha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2609, "all_permissive": false }
ansible_role
nexus-Six/setup-automation
45b8037019d516cee76bece99c70d0419dfa6f4d
0
ansible/roles/devspaces
7,439
[ "no_license" ]
[ { "path": "ansible/roles/devspaces/files/namespace.yml", "content": " apiVersion: project.openshift.io/v1\n kind: Project\n metadata:\n name: openshift-workspaces\n spec:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2081, "all_permissive": false }
ansible_role
nexus-Six/setup-automation
45b8037019d516cee76bece99c70d0419dfa6f4d
0
ansible/roles/gitea
7,439
[ "no_license" ]
[ { "path": "ansible/roles/gitea/defaults/main.yml", "content": "# Variables not meant to be overwritten\n---\ngitea_ssl: true\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "ansible/roles/gitea/tasks/main.yml", "content": "---\n- name: Inst...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4593, "all_permissive": false }
ansible_role
nexus-Six/setup-automation
45b8037019d516cee76bece99c70d0419dfa6f4d
0
ansible/roles/gitops
7,439
[ "no_license" ]
[ { "path": "ansible/roles/gitops/tasks/install-gitops.yml", "content": "---\n\n- name: Install Gitops Operator Subscription\n kubernetes.core.k8s:\n state: present\n kubeconfig: \"{{ k8s_kubeconfig }}\"\n definition:\n apiVersion: operators.coreos.com/v1alpha1\n kind: Subscription\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2632, "all_permissive": false }
ansible_role
nexus-Six/setup-automation
45b8037019d516cee76bece99c70d0419dfa6f4d
0
ansible/roles/odf
7,439
[ "no_license" ]
[ { "path": "ansible/roles/odf/tasks/install-odf-operator.yml", "content": "---\n\n- name: Create ODF Namespace\n kubernetes.core.k8s:\n state: present\n kubeconfig: \"{{ k8s_kubeconfig }}\"\n definition: \"{{ lookup('file', 'storage-namespace.yml' ) | from_yaml }}\"\n tags: odf\n\n- name: Enable M...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4087, "all_permissive": false }
ansible_role
nexus-Six/setup-automation
45b8037019d516cee76bece99c70d0419dfa6f4d
0
ansible/roles/pipelines
7,439
[ "no_license" ]
[ { "path": "ansible/roles/pipelines/tasks/install-pipelines.yml", "content": "---\n\n- name: Create workshop-int Namespace\n kubernetes.core.k8s:\n state: present\n kubeconfig: \"{{ k8s_kubeconfig }}\"\n definition:\n apiVersion: project.openshift.io/v1\n kind: Project\n metadata:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
nexus-Six/setup-automation
45b8037019d516cee76bece99c70d0419dfa6f4d
0
ansible/roles/prepare-host
7,439
[ "no_license" ]
[ { "path": "ansible/roles/prepare-host/defaults/main.yml", "content": "# Variables which are not supposed to be overwritten\n---\ndnf_packages:\n - ansible-core\npython_packages:\n - openshift\n - pyyaml\n - kubernetes\nansible_collections:\n - community.kubernetes\n...", "license_type": "no_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 389, "all_permissive": false }
ansible_role
nexus-Six/setup-automation
45b8037019d516cee76bece99c70d0419dfa6f4d
0
ansible/roles/quay
7,439
[ "no_license" ]
[ { "path": "ansible/roles/quay/templates/quay-bridge-instance.yml.j2", "content": "apiVersion: quay.redhat.com/v1\nkind: QuayIntegration\nmetadata:\n name: quay\nspec:\n credentialsSecret:\n name: quay-credentials\n namespace: quay\n key: token\n clusterID: openshift\n insecureRegistry: true\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6360, "all_permissive": false }
ansible_role
nexus-Six/setup-automation
45b8037019d516cee76bece99c70d0419dfa6f4d
0
ansible/roles/webterminal
7,439
[ "no_license" ]
[ { "path": "ansible/roles/webterminal/tasks/install-webterminal.yml", "content": "---\n\n- name: Install Web Terminal Operator Subscription\n kubernetes.core.k8s:\n state: present\n kubeconfig: \"{{ k8s_kubeconfig }}\"\n definition: \"{{ lookup('file', 'operator-subscription.yml' ) | from_yaml }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1158, "all_permissive": false }
ansible_role
Magnitus-/DockerFiles
a5e52a00dbb74c13df6f16a7eb5ba7f5141073e3
13
remote-terraform/ansible_scripts/roles/cleanup_scripts
7,439
[ "no_license" ]
[ { "path": "remote-terraform/ansible_scripts/roles/cleanup_scripts/tasks/main.yml", "content": "- name: Remove terraform configuration from bastion\n file:\n path: \"{{ remote_terraform_config_dir }}\"\n state: absent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
Magnitus-/DockerFiles
a5e52a00dbb74c13df6f16a7eb5ba7f5141073e3
13
remote-terraform/ansible_scripts/roles/deploy_scripts
7,439
[ "no_license" ]
[ { "path": "remote-terraform/ansible_scripts/roles/deploy_scripts/tasks/main.yml", "content": "- name: Copy terraform configuration to bastion\n copy:\n src: \"terraform/\"\n dest: \"{{ remote_terraform_config_dir }}/\"\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": 125, "all_permissive": false }
ansible_role
Magnitus-/DockerFiles
a5e52a00dbb74c13df6f16a7eb5ba7f5141073e3
13
remote-terraform/ansible_scripts/roles/terraform_apply
7,439
[ "no_license" ]
[ { "path": "remote-terraform/ansible_scripts/roles/terraform_apply/tasks/main.yml", "content": "- name: Run terraform init on the remote machine\n docker_container:\n image: \"{{ remote_terraform_image }}\"\n name: \"{{ remote_container_name }}\"\n network_mode: host\n volumes:\n - \"{{ rem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2275, "all_permissive": false }
ansible_role
Magnitus-/DockerFiles
a5e52a00dbb74c13df6f16a7eb5ba7f5141073e3
13
remote-terraform/ansible_scripts/roles/terraform_plan
7,439
[ "no_license" ]
[ { "path": "remote-terraform/ansible_scripts/roles/terraform_plan/tasks/main.yml", "content": "- name: Run terraform init on the remote machine\n docker_container:\n image: \"{{ remote_terraform_image }}\"\n name: \"{{ remote_container_name }}\"\n network_mode: host\n volumes:\n - \"{{ remo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2240, "all_permissive": false }
ansible_role
adda213/mini-projet-ansible
c856d11ffc269cc5efd36dae88d65b49973cfc51
0
roles/role_ansible_install_webapp
7,439
[ "no_license" ]
[ { "path": "roles/role_ansible_install_webapp/default/main.yml", "content": "#---\n#system_user: vagrant", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/role_ansible_install_webapp/tests/test.yml", "content": "---\n- hosts: \"all\"\n remo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1365, "all_permissive": false }
ansible_role
lightenup/raspi-ansible-setup
c5bcc3ce9fc23f4e7ec9cffa58380b63efa974b3
0
roles/common
7,439
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Let's update the apt cache.\n apt: update_cache=yes\n sudo: yes\n\n- name: Now we need to update the Raspbian distribution.\n apt: upgrade=yes\n sudo: yes\n\n- name: Uninstall the massive wolfram-alpha engine\n apt: pkg={{ item }} state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
OOsemka/AnsibleTower-IronicTools
57bf5a1de89927918c43387a368e9ea57a32f36e
0
roles/101-power-on-baremetal
7,439
[ "no_license" ]
[ { "path": "roles/101-power-on-baremetal/tasks/main.yml", "content": "---\n\n - name: set bootmode to pxe\n shell: \"for i in {{ node_ipmi_ip }}; do ipmitool -I lanplus -U {{ node_ipmi_user }} -P {{ node_ipmi_password }} -H $i chassis bootdev pxe ; done\"\n environment:\n PYTHONPATH: \"/opt/rh/rh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
duaasayed/run-ansible
8c9b3724ef724dbd2faa2c7a24c2cc906950a15a
0
.circleci/ansible/roles/configure-server.yml
7,430
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server.yml/tasks/main.yml", "content": "- name: Update packages.\n become: true\n yum:\n update_cache: yes\n\n- name: Install nodejs, npm\n become: true\n shell: |\n curl --silent --location https://rpm.nodesource.com/setup_16.x | bash -\n yum -y ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1280, "all_permissive": false }
ansible_role
chifu1234/ansible-galaxy
4c66c3c3d21be4d78ccc95211f6c465a7e38266f
0
roles/exabgp
7,430
[ "permissive" ]
[ { "path": "roles/exabgp/templates/exabgp.conf.j2", "content": "# Ansible managed\n\nprocess health {\n{% for item in exabgp.vip %}\n run {{ exabgp_path }}{{ item.healthcheck }} {{ item.args }};\n encoder json;\n{% endfor %}\n\n}\n\n{% for item in exabgp.neighbor %}\nneighbor {{ item.id }} {\n{% if item.ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4611, "all_permissive": true }
ansible_role
sergeyzolotukhin/infrastructure
b21b48349a0c97eefcf4da149e3d1bfcf0a97759
0
ansible/ansible-master/ansible/roles/db
7,430
[ "no_license" ]
[ { "path": "ansible/ansible-master/ansible/roles/db/tasks/main.yml", "content": "---\n- name: Install packages to DB host\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: latest\n force_apt_get: yes\n loop: [ 'mc' ]\n\n- name: Import the Postgre SQL apt key\n become: true\n apt_key:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
sergeyzolotukhin/infrastructure
b21b48349a0c97eefcf4da149e3d1bfcf0a97759
0
ansible/ansible-master/ansible/roles/web
7,430
[ "no_license" ]
[ { "path": "ansible/ansible-master/ansible/roles/web/tasks/main.yml", "content": "---\n- name: Create Web User\n user:\n name: web_user\n shell: /bin/bash\n append: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
sergeyzolotukhin/infrastructure
b21b48349a0c97eefcf4da149e3d1bfcf0a97759
0
elk/roles/elasticsearch
7,430
[ "no_license" ]
[ { "path": "elk/roles/elasticsearch/tasks/apt.yml", "content": "- name: Add Elasticsearch gpg key\n apt_key: url=https://artifacts.elastic.co/GPG-KEY-elasticsearch state=present\n tags:\n - install\n\n- name: Add Elasticsearch repo\n apt_repository: repo='deb http://packages.elastic.co/elasticsearch/2....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/ansible_service_broker
7,430
[ "no_license" ]
[ { "path": "roles/ansible_service_broker/defaults/main.yml", "content": "---\n\nansible_service_broker_remove: false\nansible_service_broker_install: false\nansible_service_broker_log_level: info\nansible_service_broker_output_request: false\nansible_service_broker_recovery: true\nansible_service_broker_boot...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 16716, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/docker
7,430
[ "no_license" ]
[ { "path": "roles/docker/tasks/systemcontainer_crio.yml", "content": "---\n\n# TODO: Much of this file is shared with container engine tasks\n- set_fact:\n l_insecure_crio_registries: \"{{ '\\\"{}\\\"'.format('\\\", \\\"'.join(l2_docker_insecure_registries)) }}\"\n when: l2_docker_insecure_registries\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7558, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_aws
7,430
[ "no_license" ]
[ { "path": "roles/openshift_aws/tasks/setup_master_group.yml", "content": "---\n- name: Alert user to variables needed - clusterid\n debug:\n msg: \"openshift_aws_clusterid={{ openshift_aws_clusterid }}\"\n\n- name: Alert user to variables needed - region\n debug:\n msg: \"openshift_aws_region={{ ope...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7477, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_excluder
7,430
[ "no_license" ]
[ { "path": "roles/openshift_excluder/tasks/install.yml", "content": "---\n\n- when:\n - not openshift.common.is_atomic | bool\n - r_openshift_excluder_install_ran is not defined\n\n block:\n\n - name: Install docker excluder - yum\n package:\n name: \"{{ r_openshift_excluder_service_type }}-docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2015, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_gcp_image_prep
7,430
[ "no_license" ]
[ { "path": "roles/openshift_gcp_image_prep/tasks/main.yaml", "content": "---\n# GCE instances are starting with xfs AND barrier=1, which is only for extfs.\n- name: Remove barrier=1 from XFS fstab entries\n lineinfile:\n path: /etc/fstab\n regexp: '^(.+)xfs(.+?),?barrier=1,?(.*?)$'\n line: '\\1xfs\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_hosted
7,430
[ "no_license" ]
[ { "path": "roles/openshift_hosted/tasks/main.yml", "content": "---\n# This role is intended to be used with include_role.\n# include_role:\n# name: openshift_hosted\n# tasks_from: \"{{ item }}\"\n# with_items:\n# - create_projects.yml\n# - router.yml\n# - registry.yml\n", "license_type": "no_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1899, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_hosted_facts
7,430
[ "no_license" ]
[ { "path": "roles/openshift_hosted_facts/tasks/main.yml", "content": "---\n# openshift_*_selector variables have been deprecated in favor of\n# openshift_hosted_*_selector variables.\n- set_fact:\n openshift_hosted_router_selector: \"{{ openshift_router_selector | default(openshift_hosted_infra_selector) ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 909, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_logging_eventrouter
7,430
[ "no_license" ]
[ { "path": "roles/openshift_logging_eventrouter/tasks/main.yaml", "content": "---\n- include: \"{{ role_path }}/tasks/install_eventrouter.yaml\"\n when: openshift_logging_install_eventrouter | default(false) | bool\n\n- include: \"{{ role_path }}/tasks/delete_eventrouter.yaml\"\n when: not openshift_loggin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2219, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_management
7,430
[ "no_license" ]
[ { "path": "roles/openshift_management/vars/main.yml", "content": "---\n# Misc enumerated values\n#---------------------------------------------------------------------\n# Allowed choices for the storage class parameter\n__openshift_management_storage_classes:\n - nfs\n - nfs_external\n - preconfigured\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 16904, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_master
7,430
[ "no_license" ]
[ { "path": "roles/openshift_master/tasks/check_master_api_is_ready.yml", "content": "---\n- name: Wait for API to become available\n # Using curl here since the uri module requires python-httplib2 and\n # wait_for port doesn't provide health information.\n command: >\n curl --silent --tlsv1.2\n --ca...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4466, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_nfs
7,430
[ "no_license" ]
[ { "path": "roles/openshift_nfs/tasks/setup.yml", "content": "---\n- name: setup firewall\n include: firewall.yml\n static: yes\n\n- name: Install nfs-utils\n package: name=nfs-utils state=present\n\n- name: Configure NFS\n lineinfile:\n dest: /etc/sysconfig/nfs\n regexp: '^RPCNFSDARGS=.*$'\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_node_dnsmasq
7,430
[ "no_license" ]
[ { "path": "roles/openshift_node_dnsmasq/handlers/main.yml", "content": "---\n- name: restart NetworkManager\n systemd:\n name: NetworkManager\n state: restarted\n enabled: True\n\n- name: restart dnsmasq\n systemd:\n name: dnsmasq\n state: restarted\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 515, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_node_upgrade
7,430
[ "no_license" ]
[ { "path": "roles/openshift_node_upgrade/tasks/config/configure-node-settings.yml", "content": "---\n- name: Configure Node settings\n lineinfile:\n dest: /etc/sysconfig/{{ openshift.common.service_type }}-node\n regexp: \"{{ item.regex }}\"\n line: \"{{ item.line }}\"\n create: true\n with_ite...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1103, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/openshift_sanitize_inventory
7,430
[ "no_license" ]
[ { "path": "roles/openshift_sanitize_inventory/tasks/deprecations.yml", "content": "---\n\n- name: Check for usage of deprecated variables\n set_fact:\n __deprecation_message: \"{{ __deprecation_message | default([]) }} + ['{{ __deprecation_header }} {{ item }} is a deprecated variable and will be no lon...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7663, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/rhel_subscribe
7,430
[ "no_license" ]
[ { "path": "roles/rhel_subscribe/tasks/enterprise.yml", "content": "---\n- name: Disable all repositories\n command: subscription-manager repos --disable=\"*\"\n\n- set_fact:\n default_ose_version: '3.6'\n when: deployment_type == 'openshift-enterprise'\n\n- set_fact:\n ose_version: \"{{ lookup('env'...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3739, "all_permissive": false }
ansible_role
gloria-sentinella/openshift-ansible
e03493f33073965ddf8c49256df80143059a2a51
1
roles/template_service_broker
7,430
[ "no_license" ]
[ { "path": "roles/template_service_broker/defaults/main.yml", "content": "---\n# placeholder file?\ntemplate_service_broker_remove: False\ntemplate_service_broker_install: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/template_servi...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4492, "all_permissive": false }
ansible_role
atrofymchuk/ansible
685e1690a5904a65f4987a4c9efa1ac2153cf961
1
roles/deploy_jenkins
7,430
[ "no_license" ]
[ { "path": "roles/deploy_jenkins/tasks/main.yml", "content": "---\n# tasks file for deploy_jenkins\n- block: # ======== Block for Debian ========\n - name: jenkins apt repository key install \n apt_key: url=https://pkg.jenkins.io/debian/jenkins.io.key state=present\n\n - name: add repository\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 895, "all_permissive": false }
ansible_role
atrofymchuk/ansible
685e1690a5904a65f4987a4c9efa1ac2153cf961
1
roles/docker
7,430
[ "no_license" ]
[ { "path": "roles/docker/vars/main.yml", "content": "---\nuser: 'atrofymchuk'\nrepo_url_nexus: \"172.16.58.3:8082\"\nrepo_url_nexus2: \"172.16.58.3:8083\"\ntemplate_name: 'daemon.json.j2'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles/docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1260, "all_permissive": false }
ansible_role
chenvega/COMP90055-COMPUTING-PROJECT-Estimating-Crowds-Based-on-Social-Media
7220ed2873729e24827ddf9d0325e7b4c488ff0b
1
CODE/System_Install/Ansible/roles/mountVolume
7,430
[ "no_license" ]
[ { "path": "CODE/System_Install/Ansible/roles/mountVolume/tasks/main.yml", "content": "# Author : <NAME>\n# Student Number : 616213\n# Supervisor : Prof. <NAME>\n# Subject: COMP90055 COMPUTING PROJECT\n# Project Name : Estimating Crowds Based on Social Media\n- name: format disk as ext4\n filesystem: fstyp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
chenvega/COMP90055-COMPUTING-PROJECT-Estimating-Crowds-Based-on-Social-Media
7220ed2873729e24827ddf9d0325e7b4c488ff0b
1
CODE/System_Install/Ansible/roles/pythonPackage
7,430
[ "no_license" ]
[ { "path": "CODE/System_Install/Ansible/roles/pythonPackage/tasks/main.yml", "content": "# Author : <NAME>\n# Student Number : 616213\n# Supervisor : Prof. <NAME>\n# Subject: COMP90055 COMPUTING PROJECT\n# Project Name : Estimating Crowds Based on Social Media\n- name: Install python\n apt: pkg=python stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 818, "all_permissive": false }
ansible_role
chenvega/COMP90055-COMPUTING-PROJECT-Estimating-Crowds-Based-on-Social-Media
7220ed2873729e24827ddf9d0325e7b4c488ff0b
1
CODE/System_Install/Ansible/roles/update
7,430
[ "no_license" ]
[ { "path": "CODE/System_Install/Ansible/roles/update/tasks/main.yml", "content": "# Author : <NAME>\n# Student Number : 616213\n# Supervisor : Prof. <NAME>\n# Subject: COMP90055 COMPUTING PROJECT\n# Project Name : Estimating Crowds Based on Social Media\n- name: update\n apt: update_cache=yes", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/DevLaptop
7,430
[ "no_license" ]
[ { "path": "roles/DevLaptop/handlers/main.yml", "content": "---\n# file: main.yml\n- name: restart ntpd\n service: name=ntpd state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/DevLaptop/templates/git.config.j2", "content"...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2502, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/ansible
7,430
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n# file: ansible/tasks/main.yml\n\n\n- name: install requiried packages (*buntu)\n apt: pkg={{item}} state=present\n with_items:\n - git\n - aptitude\n - python-yaml\n - python-jinja2\n \n #debug: msg=\"Dummy entry. needs to be replaced.\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/awsManager
7,430
[ "no_license" ]
[ { "path": "roles/awsManager/tasks/main.yml", "content": "---\n# file: awsManager/tasks/main.yml\n\n- name: Install Ansible AWS support\n apt: pkg={{ item }} state=installed\n with_items:\n - python-boto\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/btsync
7,430
[ "no_license" ]
[ { "path": "roles/btsync/tasks/main.yml", "content": "---\n# file: btysnc/tasks/main.yml\n\n- name: Add btsync PPA\n apt_repository: repo='ppa:tuxpoldo/btsync'\n tags: btsync\n\n- name: update repository cache\n apt: update_cache=yes\n tags: btsync\n\n- name: Install btsync \n apt: pkg={{ item }} state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/citrixreceiver
7,430
[ "no_license" ]
[ { "path": "roles/citrixreceiver/tasks/main.yml", "content": "---\n# file: citrixreceiver/tasks/main.yml\n\n- name: \n apt: pkg={{ item }} state=present\n with_items:\n - libmotif4:i386\n - nspluginwrapper\n tags: ICA\n\n- name: Copy Citrix Reciever deb to /tmp\n copy: src=icaclient-12.1.0_amd64.deb de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 676, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/database
7,430
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n# This playbook will install mysql and create db user and give permissions.\n\n- name: Install Mysql package\n action: apt pkg={{ item }} state=installed\n with_items:\n - mysql-server\n - python-mysqldb\n\n#- name: Create Mysql configuration...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 715, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/drupal
7,430
[ "no_license" ]
[ { "path": "roles/drupal/tasks/main.yml", "content": "---\n# file: drupal/tasks/main.yml\n\n- name: Download DRUPAL using Drush.\n command: drush dl {{drupal_distro}} --destination=/var/www --drupal-project-rename={{ sitedomain }} -y creates=/var/www/{{ sitedomain }}\n tags: drupal\n\n- name: Fix Owners on...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2007, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/drush
7,430
[ "no_license" ]
[ { "path": "roles/drush/tasks/main.yml", "content": "---\n# file: drush/tasks/main.yml\n\n#- name: remove Drush if it exists\n #file: path=/home/james/opt/drush state=absent\n #tags: removedrush \n \n- name: Download drush from git\n git: repo=git://git.drupal.org/project/drush.git\n dest=/home/ja...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 851, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/ipython
7,430
[ "no_license" ]
[ { "path": "roles/ipython/tasks/main.yml", "content": "---\n# file: ipython/tasks/main.yml\n# vidoe: http://youtu.be/llX5bn1_BF4\n\n- name: Install prequesite packages\n apt: pkg={{item}} state=present\n with_items:\n - python-pip\n - ipython\n - ipython-notebook\n - python-scipy\n - python-matplotlib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/juju
7,430
[ "no_license" ]
[ { "path": "roles/juju/tasks/main.yml", "content": "---\n\n# file: juju/tasks/main.yml\n\n- name: Add juju repo\n apt_repository: repo='ppa:juju/stable' state=present\n when: ansible_distribution_release == \"precise\"\n \n \n- name: Install JuJu local enviroment components\n apt: pkg={{item}} update_ca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/minecraft
7,430
[ "no_license" ]
[ { "path": "roles/minecraft/tasks/main.yml", "content": "---\n# file: minecraft/tasks/main.yml\n\n#- name: Download latest\n# file: \n# tags: ubuntu\n\n- name: Remove texturepacks Directory\n file: path=/home/james/.minecraft/texturepacks state=absent\n #debug: msg=\"Testmessage\"\n tags: ubuntu\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/nodejs
7,430
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n# file: nodejs/tasks/main.yml\n\n- name: Add nodejs PPA\n apt_repository: repo='ppa:chris-lea/node.js'\n\n- name: update repository cache\n apt: update_cache=yes\n tags: nodejs\n\n- name: Install Node \n apt: pkg={{ item }} state=present\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 632, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/sublimetext
7,430
[ "no_license" ]
[ { "path": "roles/sublimetext/tasks/main.yml", "content": "---\n# file: sublimetext/tasks/main.yml\n\n#- name: Download latest sublime text\n# file: \n# tags: ubuntu\n\n- name: Create Sublime Text Desktop Icon\n template: src=sublimetext.desktop.j2 dest=/usr/share/applications/sublime.desktop mode=0775\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 769, "all_permissive": false }
ansible_role
jamesbeake/ansible-sandpit
8d140b8b62610b3ef2cfaebc56c1735768807470
0
roles/webtier
7,430
[ "no_license" ]
[ { "path": "roles/webtier/tasks/main.yml", "content": "---\n# These tasks install http and the php modules.\n\n- name: Install http and php etc\n apt: pkg={{ item }} state=present\n with_items:\n - apache2\n - php5\n - php5-gd\n - php5-mysql\n - php-apc\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
myyang/ansible-kube
6504b678a4a89d4a4a1373e1b5543ba2430d784f
1
roles/basic
7,430
[ "no_license" ]
[ { "path": "roles/basic/templates/flanneld.service.j2", "content": "[Unit]\nDescription=Flanneld\nDocumentation=https://github.com/coreos/flannel\nAfter=network.target\nBefore=docker.service\n \n[Service]\nUser=root\nEnvironment=DAEMON_ARGS=\nEnvironmentFile=-/etc/default/%p\nExecStart={{FLANNEL_DIR}}{{FLANN...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 12482, "all_permissive": false }
ansible_role
myyang/ansible-kube
6504b678a4a89d4a4a1373e1b5543ba2430d784f
1
roles/k8s_addons
7,430
[ "no_license" ]
[ { "path": "roles/k8s_addons/tasks/main.yaml", "content": "---\n\n- name: Config dns replica set\n template: src=skydns-rc.yaml.j2 dest=/tmp/skydns-rc.yaml\n\n- name: Config dns service\n template: src=skydns-svc.yaml.j2 dest=/tmp/skydns-svc.yaml\n\n- name: Config dashboard service\n template: src=kuberne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": false }
ansible_role
myyang/ansible-kube
6504b678a4a89d4a4a1373e1b5543ba2430d784f
1
roles/k8s_client
7,430
[ "no_license" ]
[ { "path": "roles/k8s_client/tasks/main.yaml", "content": "---\n\n- name: check kubectl exists\n stat: path=/usr/local/bin/kubectl\n register: kubectlex\n\n- name: obtain and setup kubectl\n shell: \"scripts/download_kubectl.sh {{K8S_VERSION}} {{K8S_OBTAIN_REMOTE}}\"\n when: kubectlex.stat.exists == Fals...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1021, "all_permissive": false }
ansible_role
myyang/ansible-kube
6504b678a4a89d4a4a1373e1b5543ba2430d784f
1
roles/k8s_master
7,430
[ "no_license" ]
[ { "path": "roles/k8s_master/templates/kube-api-server.service.j2", "content": "[Unit]\nDescription=Kubernetes API Server\nDocumentation=https://github.com/kubernetes/kubernetes\nAfter=network.target\n\n[Service]\nUser=root\nExecStart={{K8S_DIR}}{{K8S_VERSION}}/kubernetes/server/bin/kube-apiserver \\\n--inse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3824, "all_permissive": false }
ansible_role
myyang/ansible-kube
6504b678a4a89d4a4a1373e1b5543ba2430d784f
1
roles/k8s_worker
7,430
[ "no_license" ]
[ { "path": "roles/k8s_worker/tasks/main.yaml", "content": "---\n\n- name: Config kubelet service\n template:\n src: kubelet.service.j2\n dest: /lib/systemd/system/kubelet.service\n owner: root\n group: root\n mode: 0644\n\n- name: Start/Restart kubelet service\n systemd: name=kubelet state=r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1142, "all_permissive": false }
ansible_role
myyang/ansible-kube
6504b678a4a89d4a4a1373e1b5543ba2430d784f
1
roles/local_prepare
7,430
[ "no_license" ]
[ { "path": "roles/local_prepare/tasks/main.yaml", "content": "---\n\n- name: check local exists\n stat: path=/tmp/kubernetes\n when: K8S_OBTAIN_REMOTE == 0\n register: localk8sex\n\n- name: OS and version check\n fail:\n msg: \"BSD tar isn't support yet on ansible 2.2.0.0. Please manual download from ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 748, "all_permissive": false }
ansible_role
myyang/ansible-kube
6504b678a4a89d4a4a1373e1b5543ba2430d784f
1
roles/ssl_v1
7,430
[ "no_license" ]
[ { "path": "roles/ssl_v1/templates/k8s-worker-openssl.cnf.j2", "content": "[req]\nreq_extensions = v3_req\ndistinguished_name = req_distinguished_name\n[req_distinguished_name]\n[ v3_req ]\nbasicConstraints = CA:FALSE\nkeyUsage = nonRepudiation, digitalSignature, keyEncipherment\nsubjectAltName = @alt_names\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1399, "all_permissive": false }
ansible_role
myyang/ansible-kube
6504b678a4a89d4a4a1373e1b5543ba2430d784f
1
roles/ssl_v2
7,430
[ "no_license" ]
[ { "path": "roles/ssl_v2/tasks/main.yaml", "content": "---\n\n- name: check cfssl\n stat: path=/usr/local/bin/cfssl\n register: cfsslex\n\n- fail:\n msg: \"Please download `cfssl` and put at /usr/local/bin/cfssl\"\n when: cfsslex.stat.exists == False\n\n- name: check etcd certs\n stat: path=ssl/etcd/_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2366, "all_permissive": false }
ansible_role
backtorod/ansible-rancher
ce11407bddd59dba551193e3c2b1f9dd62243fc7
0
roles/rancher_master
7,430
[ "no_license" ]
[ { "path": "roles/rancher_master/tasks/main.yml", "content": "---\n- name: Get local directory\n local_action: shell pwd\n register: local_dir\n\n- name: Get gid\n local_action: shell id -g {{ ansible_user }}\n register: local_gid\n\n- name: Create .rancher folder\n file:\n path: \"{{ local_dir.stdou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1537, "all_permissive": false }
ansible_role
backtorod/ansible-rancher
ce11407bddd59dba551193e3c2b1f9dd62243fc7
0
roles/rancher_node
7,430
[ "no_license" ]
[ { "path": "roles/rancher_node/tasks/main.yml", "content": "---\n\n- name: Prepare to Get Default Project Id\n uri:\n url: \"http://{{ rancher_server }}:{{ rancher_port }}/{{ rancher_api }}/projects\"\n method: GET\n status_code: 200\n return_content: yes\n register: projects\n\n- set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1413, "all_permissive": false }
ansible_role
timotheuzi/ansible-weblogic-patching-automation
78bf816686a51ea14e3a9dfd0848b2c853f3c8f2
0
roles/fmw-dlpatch
7,430
[ "no_license" ]
[ { "path": "roles/fmw-dlpatch/tasks/main.yml", "content": "################################################################################\n# ==> Main Tasks for fmw-dlpatch Role\n# ==> Downloads new patch from Gdrive\n# ==> \n################################################################################\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1970, "all_permissive": false }
ansible_role
timotheuzi/ansible-weblogic-patching-automation
78bf816686a51ea14e3a9dfd0848b2c853f3c8f2
0
roles/fmw-soa-patch
7,430
[ "no_license" ]
[ { "path": "roles/fmw-soa-patch/tasks/main.yml", "content": "################################################################################\n# ==> Main Tasks for fmw-soa-patch Role\n# ==> Patches new Domain\n# ==> Compatible with 11g\n########################################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1244, "all_permissive": false }
ansible_role
timotheuzi/ansible-weblogic-patching-automation
78bf816686a51ea14e3a9dfd0848b2c853f3c8f2
0
roles/fmw-ucm-patch
7,430
[ "no_license" ]
[ { "path": "roles/fmw-ucm-patch/tasks/main.yml", "content": "################################################################################\n# ==> Main Tasks for fmw-ucm-patch Role\n# ==> Patches new Domain \n# ==> Compatible with 11g\n#######################################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 797, "all_permissive": false }
ansible_role
timotheuzi/ansible-weblogic-patching-automation
78bf816686a51ea14e3a9dfd0848b2c853f3c8f2
0
roles/fmw-wls-patch
7,430
[ "no_license" ]
[ { "path": "roles/fmw-wls-patch/files/bsu.sh", "content": "#!/bin/sh\n\nJAVA_HOME=\"/u01/oracle/jdk\"\n\nMEM_ARGS=\"-Xms2g -Xmx2g\"\n\n\"$JAVA_HOME/bin/java\" ${MEM_ARGS} -jar patch-client.jar $*\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1279, "all_permissive": false }
ansible_role
axinorm/kubeadm-automation
5a1275373d6122c71280b45949d692ae4322fe2f
3
roles/containerd
7,430
[ "no_license" ]
[ { "path": "roles/containerd/tasks/main.yml", "content": "---\n- name: Install package\n apt:\n name: containerd\n state: present\n update_cache: yes\n\n- name: Configure /etc/modules-load.d/containerd.conf\n blockinfile:\n path: /etc/modules-load.d/containerd.conf\n create: yes\n block: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1057, "all_permissive": false }
ansible_role
axinorm/kubeadm-automation
5a1275373d6122c71280b45949d692ae4322fe2f
3
roles/locale
7,430
[ "no_license" ]
[ { "path": "roles/locale/tasks/main.yml", "content": "---\n- name: Install requirements\n package:\n name: \"{{ locale_requirements }}\"\n state: present\n register: locale_install_requirements\n until: locale_install_requirements is succeeded\n retries: 3\n\n- name: Configure locale.conf\n templa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 916, "all_permissive": false }
ansible_role
sunilkumarnvc123/frontend-nano-ansible
c9c918729ca1cb90c8ab917d59a507ce99eef1c9
0
roles/frontend
7,430
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "---\n# tasks file for frontend\n - import_tasks: setup.yml\n - import_tasks: service.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/frontend/tasks/setup.yml", "content": "---\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1095, "all_permissive": false }
ansible_role
Dervish13/jail-minetest
cde4604c45eb2d7e918fa17a71d7b337adfaa2eb
0
ansible/roles/minetest
7,428
[ "no_license" ]
[ { "path": "ansible/roles/minetest/tasks/main.yml", "content": "---\n- name: install minetest packages\n with_items: \"{{ minetest_packages }}\"\n package:\n name: \"{{ item.name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "ansible/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 159, "all_permissive": false }
ansible_role
ozgenhalit/task-cr
e62b43de60518ba79a62e75445dd054af522a0a5
0
roles/docker
7,428
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install apt-transport-https\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - lsb-release\n - gnupg\n state: latest\n update_cache: true\n\n- name: Add signing key\n ansible.builtin.apt_k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1215, "all_permissive": false }
ansible_role
viralpatel5757/devops_code
b43d6ec6e7d1b962e69c189f6bb4f699c395257e
1
Ansible/ansible_yaml_example/ansible-assigment/roles/flask
7,428
[ "no_license" ]
[ { "path": "Ansible/ansible_yaml_example/ansible-assigment/roles/flask/tasks/main.yaml", "content": "\r\n - name: install flask and flask-mysql with pip\r\n pip: name=\"{{ item }}\" state=present\r\n with_items:\r\n - flask\r\n - flask-mysql\r\n \r\n - name: copy source code \r\n git: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
viralpatel5757/devops_code
b43d6ec6e7d1b962e69c189f6bb4f699c395257e
1
Ansible/ansible_yaml_example/ansible-assigment/roles/mysql
7,428
[ "no_license" ]
[ { "path": "Ansible/ansible_yaml_example/ansible-assigment/roles/mysql/tasks/main.yaml", "content": "\r\n - name: Install and Configure Database \r\n apt: name='{{item}}' state:installed\r\n loop:\r\n - mysql-server\r\n - mysql-client\r\n\r\n - name: Start Database Service\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
viralpatel5757/devops_code
b43d6ec6e7d1b962e69c189f6bb4f699c395257e
1
Ansible/ansible_yaml_example/ansible-assigment/roles/pyhton
7,428
[ "no_license" ]
[ { "path": "Ansible/ansible_yaml_example/ansible-assigment/roles/pyhton/tasks/main.yaml", "content": "\r\n - name: Install all required dependencieshon\r\n apt: name= \"{{ item }}\" state=installed\r\n loop:\r\n - python\r\n - python-setuptools\r\n - python-dev\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
viralpatel5757/devops_code
b43d6ec6e7d1b962e69c189f6bb4f699c395257e
1
Ansible/ansible_yaml_example/using - roles/roles/mysql_db
7,428
[ "no_license" ]
[ { "path": "Ansible/ansible_yaml_example/using - roles/roles/mysql_db/tasks/main.yaml", "content": " - name: Install and Configure Database \r\n apt: name='{{item}}' state=installed\r\n loop:\r\n - mysql-server\r\n - mysql-client\r\n\r\n - name: Start Database Service\r\n S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": false }
ansible_role
dmitryecsoteam/ansible-playbooks
aa2efca7b5433b36d9e3f4f3dc6107fc0a389068
0
1-initial-installation/roles/common-init
7,428
[ "no_license" ]
[ { "path": "1-initial-installation/roles/common-init/tasks/main.yml", "content": "---\n\n- name: Update apt-get\n apt:\n update_cache: yes\n\n- name: Install git\n apt:\n name: git\n tags: install-git\n\n- name: Allow agent forwarding\n blockinfile:\n path: /etc/ssh/sshd_config\n block: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
dmitryecsoteam/ansible-playbooks
aa2efca7b5433b36d9e3f4f3dc6107fc0a389068
0
1-initial-installation/roles/db-init
7,428
[ "no_license" ]
[ { "path": "1-initial-installation/roles/db-init/tasks/mongo-create-database.yml", "content": "---\n\n- name: Check for existing db on server\n shell: mongo -u \"{{ mongo_admin }}\" -p \"{{ mongo_admin_password }}\" --authenticationDatabase admin --eval \"db.getMongo().getDBNames()\" | grep -o \"{{ db_name ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4142, "all_permissive": false }
ansible_role
dmitryecsoteam/ansible-playbooks
aa2efca7b5433b36d9e3f4f3dc6107fc0a389068
0
1-initial-installation/roles/debug
7,428
[ "no_license" ]
[ { "path": "1-initial-installation/roles/debug/tasks/main.yml", "content": "---\n\n- name: run debug msg\n debug:\n msg: \"{{ item }}\"\n with_items:\n - \"[[ ansible_distribution }}\"\n - \"{{ ansible_distribution_release }}\"\n - \"{{ ansible_distribution_version }}\"\n - \"{{ ansible_kern...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
dmitryecsoteam/ansible-playbooks
aa2efca7b5433b36d9e3f4f3dc6107fc0a389068
0
1-initial-installation/roles/webapp-init
7,428
[ "no_license" ]
[ { "path": "1-initial-installation/roles/webapp-init/tasks/docker-installation.yml", "content": "---\n\n- name: Install linux-image-extra for AUFS\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - \"linux-image-extra-{{ ansible_kernel }}\"\n - linux-image-e...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1138, "all_permissive": false }
ansible_role
dmitryecsoteam/ansible-playbooks
aa2efca7b5433b36d9e3f4f3dc6107fc0a389068
0
1-initial-installation/roles/xfs
7,428
[ "no_license" ]
[ { "path": "1-initial-installation/roles/xfs/tasks/main.yml", "content": "---\n# This playbook doesn't work\n# On vagrant existing partition occupies all the disk\n# Need to resize this partition first: https://github.com/ansible/ansible/issues/23914\n \n- name: Get device name\n set_fact:\n device_name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 802, "all_permissive": false }
ansible_role
dmitryecsoteam/ansible-playbooks
aa2efca7b5433b36d9e3f4f3dc6107fc0a389068
0
2-deployments/roles/cleanup
7,428
[ "no_license" ]
[ { "path": "2-deployments/roles/cleanup/tasks/main.yml", "content": "---\n\n- name: Find ssh-agent processes\n shell: \"ps -ef | grep -v grep | grep -w ssh-agent | awk '{print $2}'\"\n register: running_processes\n \n- name: Kill processes\n shell: \"kill {{ item }}\"\n with_items: \"{{ running_processe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
dmitryecsoteam/ansible-playbooks
aa2efca7b5433b36d9e3f4f3dc6107fc0a389068
0
2-deployments/roles/web
7,428
[ "no_license" ]
[ { "path": "2-deployments/roles/web/tasks/main.yml", "content": "---\n\n- name: Deploy api\n import_tasks: deploy-api.yml\n tags: deploy-api\n\n- name: Deploy rotate-travels\n import_tasks: deploy-rotate-travels.yml\n tags: deploy-rotate-travels\n\n- name: Deploy hotel-prices\n import_tasks: deploy-hote...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2458, "all_permissive": false }
ansible_role
dmitryecsoteam/ansible-playbooks
aa2efca7b5433b36d9e3f4f3dc6107fc0a389068
0
3-cloud/roles/db
7,428
[ "no_license" ]
[ { "path": "3-cloud/roles/db/tasks/main.yml", "content": "---\n\n- name: Current version of database\n command: mongo \"{{ mongo_host }}:{{ mongo_port }}/{{ db_name }}\" -u \"{{ mongo_admin }}\" -p \"{{ mongo_admin_password }}\" --quiet --eval \"db.databaseVersioning.find().sort({_id\":\" -1}).limit(1)\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1579, "all_permissive": false }
ansible_role
dmitryecsoteam/ansible-playbooks
aa2efca7b5433b36d9e3f4f3dc6107fc0a389068
0
3-cloud/roles/docker
7,428
[ "no_license" ]
[ { "path": "3-cloud/roles/docker/tasks/deploy-skyscanner.yml", "content": "---\n\n- name: Clone git repository (deploy-skyscanner)\n git:\n repo: \"{{ skyscanner.repository }}\"\n accept_hostkey: yes\n clone: yes\n dest: /home/ansible_user/skyscanner\n version: \"{{ skyscanner.version }}\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3698, "all_permissive": false }
ansible_role
dmitryecsoteam/ansible-playbooks
aa2efca7b5433b36d9e3f4f3dc6107fc0a389068
0
3-cloud/roles/heroku
7,428
[ "no_license" ]
[ { "path": "3-cloud/roles/heroku/templates/env.prod.j2", "content": "API_URL=http://{{ api_host }}:{{ api_port }}/{{ api_context_root }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "3-cloud/roles/heroku/tasks/main.yml", "content": "---\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1504, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/ensure_docker
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/ensure_docker/defaults/main.yaml", "content": "---\n# Default variables that can be overridden\ndocker_version: \"latest\" # Can be set to specific version like \"20.10.17\"\ndocker_log_max_size: \"10m\"\ndocker_log_max_file: \"3\"\ndocker_ulimit_nofi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2225, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/ensure_no_ipv6
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/ensure_no_ipv6/tasks/main.yaml", "content": "---\n- name: Ensure sysctl.d directory exists\n ansible.builtin.file:\n path: /etc/sysctl.d\n state: directory\n mode: '0755'\n become: true\n\n- name: Deploy sysctl configuration to disable IPv6\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1597, "all_permissive": false }
ansible_role
evgnomon/catamaran
6a09210d9e2f25b165a0742b0a34cc43f90965e4
0
ansible_collections/evgnomon/catamaran/roles/ensure_podman
7,428
[ "no_license" ]
[ { "path": "ansible_collections/evgnomon/catamaran/roles/ensure_podman/tasks/main.yaml", "content": "---\n- name: Install podman\n become: true\n package:\n name: podman\n state: present\n update_cache: true\n cache_valid_time: 3600\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 446, "all_permissive": false }