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
landonb629/galera-node-addition
2791d26946b01f46221ecaf4617217195beb2785
0
roles/galera-config
472
[ "no_license" ]
[ { "path": "roles/galera-config/files/server.cnf", "content": "[mysqld]\nbinlog_format=ROW\ndefault-storage-engine=innodb\ninnodb_autoinc_lock_mode=2\nbind-address=0.0.0.0\n\n# Galera Provider Configuration\nwsrep_on=ON\nwsrep_provider=/usr/lib64/galera-4/libgalera_smm.so\n\n# Galera Cluster Configuration\nw...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2689, "all_permissive": false }
ansible_role
Chalumette/ES_Cluster
0f3c765102a58e8b5dfc48bfb1a522c798a92bd8
0
roles/deploy_es
472
[ "no_license" ]
[ { "path": "roles/deploy_es/vars/main.yml", "content": "---\n# vars file for deploy_es", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/deploy_es/templates/config_file.j2", "content": "# ======================== Elasticsearch Configuration ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2417, "all_permissive": false }
ansible_role
ZBoxApp/zimbra-admin-api-js
ade8ff54dc61ea904c14e8a5bf953880c4db58c4
7
vagrant/provision/roles/common
472
[ "no_license" ]
[ { "path": "vagrant/provision/roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost.localdomain localhost\n192.168.50.10 {{ansible_nodename}} {{ansible_hostname}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "vagrant/provision/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1181, "all_permissive": false }
ansible_role
umich-arc/ansible_demo
811ad290d649be811ea7115bfe9ec8080d447a61
2
roles/sudo
472
[ "no_license" ]
[ { "path": "roles/sudo/defaults/main.yml", "content": "---\n# defaults file for sudo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/sudo/templates/DCsupportStaff.j2", "content": "{{ ansible_managed | comment }}\n\n# List of authorized dat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1211, "all_permissive": false }
ansible_role
fischbacher-rocks/ansible.collection.k3s
5e6cadbdb6f46406ec4dafe58e88a912777d9b37
0
roles/base
472
[ "no_license" ]
[ { "path": "roles/base/defaults/main.yml", "content": "---\n\nk3s_systemd_servicefile: /etc/systemd/system/k3s.service\nk3s_systemd_envfile: /etc/systemd/system/k3s.service.env\nk3s_token_file: /etc/rancher/k3s/token.file\n\nk3s_systemd_server_adds: []\n\nk3s_registries: {}\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1106, "all_permissive": false }
ansible_role
fischbacher-rocks/ansible.collection.k3s
5e6cadbdb6f46406ec4dafe58e88a912777d9b37
0
roles/download
472
[ "no_license" ]
[ { "path": "roles/download/tasks/main.yml", "content": "---\n\n- get_url:\n url: \"https://get.k3s.io\"\n dest: /tmp/k3s.install.sh\n\n- shell:\n cmd: \"INSTALL_K3S_SKIP_ENABLE=true INSTALL_K3S_SKIP_START=true /bin/sh /tmp/k3s.install.sh\"\n become: yes\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
fischbacher-rocks/ansible.collection.k3s
5e6cadbdb6f46406ec4dafe58e88a912777d9b37
0
roles/master
472
[ "no_license" ]
[ { "path": "roles/master/meta/main.yml", "content": "---\n\ndependencies:\n - rockaut.k3s.download\n - rockaut.k3s.base\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/master/tasks/main.yml", "content": "---\n\n- name: write systemd\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1336, "all_permissive": false }
ansible_role
Elwalle/openshift-ansible-master
d1b98fb918629f6df426d948187de462cc36fa25
0
roles/openshift_node
472
[ "no_license" ]
[ { "path": "roles/openshift_node/tasks/install.yml", "content": "---\n- name: Install openshift support packages\n package:\n name: \"{{ openshift_node_support_packages | join(',') }}\"\n state: latest\n update_cache: true\n async: 3600\n poll: 30\n register: result\n until: result is succeeded...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2144, "all_permissive": false }
ansible_role
nonoy-suguitan/ansible
cbf9ba8d55790ee3baffd782a0601c9af0aca287
0
examples/roles/base
472
[ "no_license" ]
[ { "path": "examples/roles/base/tasks/main.yml", "content": "- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n\n- name: generate ssh_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
nonoy-suguitan/ansible
cbf9ba8d55790ee3baffd782a0601c9af0aca287
0
examples/roles/workstations
472
[ "no_license" ]
[ { "path": "examples/roles/workstations/tasks/main.yml", "content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.14.10/terraform_0.14.10_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
nonoy-suguitan/ansible
cbf9ba8d55790ee3baffd782a0601c9af0aca287
0
roles/db_servers
472
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadb package\n tags: db,mariadb,ubuntu\n apt:\n name: mariadb-server\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
nonoy-suguitan/ansible
cbf9ba8d55790ee3baffd782a0601c9af0aca287
0
roles/jenkins_master
472
[ "no_license" ]
[ { "path": "roles/jenkins_master/tasks/main.yml", "content": "---\n- name: Install Java\n package:\n name: openjdk-11-jdk\n state: latest\n update_cache: yes\n\n- name: Add Jenkins Key\n apt_key:\n url: https://pkg.jenkins.io/debian/jenkins.io.key\n state: present\n\n- name: Add Jenkins repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
nonoy-suguitan/ansible
cbf9ba8d55790ee3baffd782a0601c9af0aca287
0
roles/web_servers
472
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install apache and libapache2-mod-php packages\n tags: apache,ubuntu\n package:\n name: \n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\" \n state: latest\n update_cache: yes \n\n- name: copy defaul html ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
torodebout/cloud-1
6128579f81fad17ee9e38aec5db02f0032c7c051
0
roles/app
472
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "---\n- name: Configure application environment\n ansible.builtin.copy:\n src: ../../.env\n dest: /etc/app/.env\n mode: '0644'\n tags:\n - config\n - deploy\n - mariadb\n - wordpress\n - nginx\n - phpmyadmin\n\n- name: Deploy appl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1135, "all_permissive": false }
ansible_role
torodebout/cloud-1
6128579f81fad17ee9e38aec5db02f0032c7c051
0
roles/common
472
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: System update\n apt:\n update_cache: true\n upgrade: dist\n ignore_errors: true\n", "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
torodebout/cloud-1
6128579f81fad17ee9e38aec5db02f0032c7c051
0
roles/directories
472
[ "no_license" ]
[ { "path": "roles/directories/tasks/main.yml", "content": "---\n- name: Create db directory\n file:\n path: /etc/db\n state: directory\n mode: '0755'\n\n- name: Create app directory\n file:\n path: /etc/app\n state: directory\n mode: '0755'\n\n- name: Create data directories\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
torodebout/cloud-1
6128579f81fad17ee9e38aec5db02f0032c7c051
0
roles/docker
472
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Setup Docker\n apt:\n name: docker.io\n state: present\n\n- name: Setup Docker Compose\n apt:\n name: docker-compose\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
IBM-Cloud/sap-bw4hana
277b498412e452a96af6ea1c0de3899b94268683
1
ansible/roles/bw4appinst
472
[ "no_license" ]
[ { "path": "ansible/roles/bw4appinst/defaults/main.yml", "content": "---\n#Sapinst product-id\nsap_product_id: \"NW_ABAP_OneHost:BW4HANA20.CORE.HDB.ABAP\"\n\n#Target files location\nbw4app_kit: \"/usr/sap/trans/kit\"\n\n# Source and destination for the kit files\nbw4apps_kit:\n - bw4apps_src: \"{{ kit_sapca...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3917, "all_permissive": false }
ansible_role
IBM-Cloud/sap-bw4hana
277b498412e452a96af6ea1c0de3899b94268683
1
ansible/roles/bw4appreq
472
[ "no_license" ]
[ { "path": "ansible/roles/bw4appreq/vars/SLES_SAP15.yml", "content": "---\ns4app_required_packages:\n - lvm2\n - uuidd\n\ns4app_required_configurations:\n - \"repository_SLES\"\n - \"update_SLES_SAP\"\n - \"reqpkg\"\n - \"umask_SLES\"\n - \"hostname\"\n - \"reboot\"\n - \"filesystems\"\n - \"limits...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 777, "all_permissive": false }
ansible_role
IBM-Cloud/sap-bw4hana
277b498412e452a96af6ea1c0de3899b94268683
1
ansible/roles/saphanainst
472
[ "no_license" ]
[ { "path": "ansible/roles/saphanainst/tasks/main.yml", "content": "---\n- name: Import install kit\n include_tasks: \"install_kit.yml\"\n\n- name: Generate parameter file for hdblcm\n template:\n src: hanaconfig.cfg\n dest: \"{{ hana_kit }}/hanaconfig.cfg\"\n\n- name: Check if HANA DB was already...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 616, "all_permissive": false }
ansible_role
stevecosner/ansible-ubuntu
c7dc399be79f7f7824390d0bc40903e4af690e36
0
roles/apache
467
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: Install apache2\n\n apt:\n\n name: apache2\n\n state: present\n\n\n- name: Start apache2\n\n service:\n\n name: apache2\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
stevecosner/ansible-ubuntu
c7dc399be79f7f7824390d0bc40903e4af690e36
0
roles/boot_landing
467
[ "no_license" ]
[ { "path": "roles/boot_landing/tasks/main.yml", "content": "- name: Install apache2\n\n apt:\n\n name: apache2\n\n state: present\n\n\n- name: Start apache2\n\n service:\n\n name: apache2\n state: started\n \n- name: clone git bootstrap landing page repo\n \n raw: git clone https://github.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 370, "all_permissive": false }
ansible_role
stevecosner/ansible-ubuntu
c7dc399be79f7f7824390d0bc40903e4af690e36
0
roles/docker_wp
467
[ "no_license" ]
[ { "path": "roles/docker_wp/tasks/main.yml", "content": "---\n- name: Install docker\n raw: apt-get install docker.io -y\n\n- name: Install docker compose\n raw: apt-get install docker-compose -y\n\n- name: Install Git\n raw: apt-get install git -y\n\n- name: Clone wp repo\n raw: git clone https://github...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
prasad3105/provosioning
f9bb74e60a9ea0425259ef602824f104c2742a67
0
roles/my-role
467
[ "no_license" ]
[ { "path": "roles/my-role/tasks/main.yml", "content": "- name : read env variable files\n include_vars :\n file : \"vars/{{ PROJECT }}_{{ ENV }}.yml\"\n\n- name : read project variable files\n include_vars :\n file : \"vars/{{ PROJECT }}.yml\"\n \n #- ec2:\n # key_name: cloudformation_de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 814, "all_permissive": false }
ansible_role
RobustPerception/demo_prometheus_ansible
8b291effdd8a413472e4bb393273370fca577f55
47
roles/base
467
[ "permissive" ]
[ { "path": "roles/base/meta/main.yml", "content": "---\ndependencies:\n - common\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 28 }, { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 631, "all_permissive": true }
ansible_role
RobustPerception/demo_prometheus_ansible
8b291effdd8a413472e4bb393273370fca577f55
47
roles/prometheus
467
[ "permissive" ]
[ { "path": "roles/prometheus/files/life.html", "content": "<html>\n<head>\n <meta http-equiv=\"refresh\" content=\"1\">\n</head>\n<body>\n <h1>Conway's Life in Prometheus</h1>\n\n <table style=\"border-collapse: collapse;\">\n {{ range query \"grid\" | sortByLabel \"x\" | sortByLabel \"y\" }}\n {{ if eq...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8648, "all_permissive": true }
ansible_role
RobustPerception/demo_prometheus_ansible
8b291effdd8a413472e4bb393273370fca577f55
47
roles/redirect
467
[ "permissive" ]
[ { "path": "roles/redirect/tasks/main.yml", "content": "---\n- name: Install nginx\n apt: name=nginx\n\n- name: Create nginx configuration\n notify: restart nginx\n copy:\n dest: /etc/nginx/sites-enabled/default\n mode: 0644\n content: |\n server {\n listen 80;\n return 301 htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": true }
ansible_role
xjoohnny/smart-search-setup
cd8c5baa5407246ccdada529c1c78126ac6a91b4
0
ansible/roles/setupAPI
467
[ "no_license" ]
[ { "path": "ansible/roles/setupAPI/tasks/main.yml", "content": "---\n# tasks file for setupAPI\n\n\n - name: API | Cloning repository...\n git:\n repo: 'https://github.com/rlebrao/smart-search-crawlers'\n dest: /opt/smartsearch-app-api\n clone: yes\n force: yes\n\n - name: API | ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 488, "all_permissive": false }
ansible_role
xjoohnny/smart-search-setup
cd8c5baa5407246ccdada529c1c78126ac6a91b4
0
ansible/roles/setupApache
467
[ "no_license" ]
[ { "path": "ansible/roles/setupApache/tasks/main.yml", "content": "---\n# tasks file for setupApache\n\n - name: Apache2 | Installing Apache2 packages...\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: latest\n state: present\n loop:\n - apache2\n \n#########...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1508, "all_permissive": false }
ansible_role
xjoohnny/smart-search-setup
cd8c5baa5407246ccdada529c1c78126ac6a91b4
0
ansible/roles/setupFront
467
[ "no_license" ]
[ { "path": "ansible/roles/setupFront/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - setupFront", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/setupFront/handlers/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 645, "all_permissive": false }
ansible_role
xjoohnny/smart-search-setup
cd8c5baa5407246ccdada529c1c78126ac6a91b4
0
ansible/roles/setupServer
467
[ "no_license" ]
[ { "path": "ansible/roles/setupServer/handlers/main.yml", "content": "---\n# handlers file for setupServer", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/setupServer/vars/main.yml", "content": "---\n# vars file for setupServer", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1637, "all_permissive": false }
ansible_role
xjoohnny/smart-search-setup
cd8c5baa5407246ccdada529c1c78126ac6a91b4
0
ansible/roles/startAPI
467
[ "no_license" ]
[ { "path": "ansible/roles/startAPI/defaults/main.yml", "content": "---\n# defaults file for startAPI", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/startAPI/vars/main.yml", "content": "---\n# vars file for startAPI", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 275, "all_permissive": false }
ansible_role
xjoohnny/smart-search-setup
cd8c5baa5407246ccdada529c1c78126ac6a91b4
0
ansible/roles/startFront
467
[ "no_license" ]
[ { "path": "ansible/roles/startFront/handlers/main.yml", "content": "---\n# handlers file for startFront", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/startFront/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 295, "all_permissive": false }
ansible_role
xjoohnny/smart-search-setup
cd8c5baa5407246ccdada529c1c78126ac6a91b4
0
ansible/roles/stopAPI
467
[ "no_license" ]
[ { "path": "ansible/roles/stopAPI/vars/main.yml", "content": "---\n# vars file for stopAPI", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible/roles/stopAPI/defaults/main.yml", "content": "---\n# defaults file for stopAPI", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 267, "all_permissive": false }
ansible_role
xjoohnny/smart-search-setup
cd8c5baa5407246ccdada529c1c78126ac6a91b4
0
ansible/roles/stopFront
467
[ "no_license" ]
[ { "path": "ansible/roles/stopFront/vars/main.yml", "content": "---\n# vars file for stopFront", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/stopFront/handlers/main.yml", "content": "---\n# handlers file for stopFront", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 281, "all_permissive": false }
ansible_role
xjoohnny/smart-search-setup
cd8c5baa5407246ccdada529c1c78126ac6a91b4
0
ansible/roles/updateAPI
467
[ "no_license" ]
[ { "path": "ansible/roles/updateAPI/defaults/main.yml", "content": "---\n# defaults file for updateAPI", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/updateAPI/vars/main.yml", "content": "---\n# vars file for updateAPI", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 830, "all_permissive": false }
ansible_role
xjoohnny/smart-search-setup
cd8c5baa5407246ccdada529c1c78126ac6a91b4
0
ansible/roles/updateFront
467
[ "no_license" ]
[ { "path": "ansible/roles/updateFront/vars/main.yml", "content": "---\n# vars file for updateFront", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/updateFront/defaults/main.yml", "content": "---\n# defaults file for updateFront", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 856, "all_permissive": false }
ansible_role
shankarpenjarla88/roboshop-shell
f98e333b901d3b55950eebcfbb59cc0df1a2b5a2
0
ansiblepractices/roles/mongodb
467
[ "no_license" ]
[ { "path": "ansiblepractices/roles/mongodb/tasks/main.yaml", "content": "- name: Installing mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n \n- name: starting and enabling the services\n ansible.builtin.service:\n name: mongod\n state: started\n enabled: yes\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
Aahil13/LAMP
ca54a405642f64d4a0b819d92748c42709d57b00
1
roles/Apache
467
[ "no_license" ]
[ { "path": "roles/Apache/tasks/main.yml", "content": "---\n- name: Install prerequisites\n apt: update_cache=yes\n loop: [ 'aptitude' ]\n\n- name: Install Apache\n apt: name=apache2 update_cache=yes state=latest\n\n- name: Start Apache service\n service:\n name: apache2\n state: started\n enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
Aahil13/LAMP
ca54a405642f64d4a0b819d92748c42709d57b00
1
roles/Mysql
467
[ "no_license" ]
[ { "path": "roles/Mysql/tasks/main.yml", "content": "---\n # Install MySQL\n - name: Install MySQL\n apt:\n name: mysql-server\n state: present\n\n # Start MySQL service\n - name: Start MySQL service\n service:\n name: mysql\n state: started\n enabled: yes\n\n\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
Aahil13/LAMP
ca54a405642f64d4a0b819d92748c42709d57b00
1
roles/PHP
467
[ "no_license" ]
[ { "path": "roles/PHP/tasks/main.yml", "content": "---\n - name: Install PHP packages\n apt:\n name:\n - php\n - libapache2-mod-php\n - php-mysql\n - php-cli\n state: present\n\n - name: Replace configuration file content with local file\n copy:\n src: confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1622, "all_permissive": false }
ansible_role
Nikolasca/Ansible
768f02b21b1d0c9ceb0abf03b93ce0d352c65049
0
roles/basic
467
[ "no_license" ]
[ { "path": "roles/basic/files/nginx.conf", "content": "#KAJSHjkshaJKSH\nevents {\n\tworker_connections 768;\n}\n\nhttp {\n\tupstream myapp {\n\t\tserver 172.16.17.32;\n\t\tserver 192.168.3.11;\n\t}\n\t\n\tserver {\n\t\tlisten 80;\n\t\tlocation / {\n\t\t\tproxy_pass http://myapp/;\n\t\t}\n\t}\n}\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 652, "all_permissive": false }
ansible_role
Nikolasca/Ansible
768f02b21b1d0c9ceb0abf03b93ce0d352c65049
0
roles/server
467
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "- name: Start the AdminServer\n become: yes\n shell: \"sudo amazon-linux-extras install nginx1.12 -y\"\n- name: start nginx\n service:\n name: nginx\n state: started\n- name: Overwrite file if it exists, the remote server has the source file ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
OktaySavdi/Redhat_DO447
cca55b15c781a76843820f0930259df976a2d0b9
0
labs/data-filters/roles/webapp
467
[ "no_license" ]
[ { "path": "labs/data-filters/roles/webapp/tasks/main.yml", "content": "---\n# tasks file for webapp\n\n- name: Ensure stub web content is deployed\n copy:\n content: \"{{ webapp_message }} (version {{ webapp_version }})\\n\"\n dest: \"{{ webapp_content_root_dir }}/index.html\"\n\n- name: Find deploye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1269, "all_permissive": false }
ansible_role
OktaySavdi/Redhat_DO447
cca55b15c781a76843820f0930259df976a2d0b9
0
labs/data-lookups/i18n/roles/webapp
467
[ "no_license" ]
[ { "path": "labs/data-lookups/i18n/roles/webapp/templates/webapp.en_US.UTF-8.j2", "content": "Greetings from {{ inventory_hostname }}.\n\nApp Version: {{ webapp_version}}\nIaC Version: {{ iac_version }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 348, "all_permissive": false }
ansible_role
OktaySavdi/Redhat_DO447
cca55b15c781a76843820f0930259df976a2d0b9
0
labs/data-review/roles/firewall
467
[ "no_license" ]
[ { "path": "labs/data-review/roles/firewall/tasks/main.yml", "content": "---\n# tasks file for firewall\n\n- name: Ensure Firewall Sources Configuration\n firewalld:\n source: \"{{ item.source }}\"\n zone: \"{{ item.zone }}\"\n permanent: yes\n state: \"{{ item.state }}\"\n loop: \"{{ firewall_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 820, "all_permissive": false }
ansible_role
OktaySavdi/Redhat_DO447
cca55b15c781a76843820f0930259df976a2d0b9
0
labs/project-comp-review/roles/webapp
467
[ "no_license" ]
[ { "path": "labs/project-comp-review/roles/webapp/defaults/main.yml", "content": "vers: v1.0\nmsg: \"This is {{ inventory_hostname }}.\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "labs/project-comp-review/roles/webapp/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 220, "all_permissive": false }
ansible_role
OktaySavdi/Redhat_DO447
cca55b15c781a76843820f0930259df976a2d0b9
0
labs/review-cr2/roles/webapp
467
[ "no_license" ]
[ { "path": "labs/review-cr2/roles/webapp/tasks/main.yml", "content": "---\n# tasks file for webapp\n- block:\n - name: Ensure stub web content is deployed\n copy:\n content: \"{{ webapp_message }}. (version {{ webapp_version}})\\n\"\n dest: /var/www/html/index.html\n\n # TODO: Create a locatio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
OktaySavdi/Redhat_DO447
cca55b15c781a76843820f0930259df976a2d0b9
0
labs/task-review/roles/webapp
467
[ "no_license" ]
[ { "path": "labs/task-review/roles/webapp/tasks/main.yml", "content": "---\n# tasks file for webapp\n\n- name: Ensure stub web content is deployed\n copy:\n content: \"{{ webapp_message }}. (version {{ webapp_version}})\\n\"\n dest: /var/www/html/index.html\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
OktaySavdi/Redhat_DO447
cca55b15c781a76843820f0930259df976a2d0b9
0
solutions/data-lookups/i18n/roles/webapp
467
[ "no_license" ]
[ { "path": "solutions/data-lookups/i18n/roles/webapp/tasks/main.yml", "content": "---\n- name: Ensure stub web content is deployed\n vars:\n locale: \"{{ ansible_facts.env.LANG | default(controller_lang) }}\"\n copy:\n content: \"{{ lookup('template','webapp.' + locale + '.j2') }}\"\n dest: /var/w...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 505, "all_permissive": false }
ansible_role
OktaySavdi/Redhat_DO447
cca55b15c781a76843820f0930259df976a2d0b9
0
solutions/data-netfilters/roles/netfilters
467
[ "no_license" ]
[ { "path": "solutions/data-netfilters/roles/netfilters/tasks/main.yml", "content": "# Complete each task by setting the fact as the expected value.\n# Replace ellipsis by the appropriate filter usage.\n# All task but the last one should be using the 'ipaddr' filter.\n# Use the lookup filter with the `dig` co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2753, "all_permissive": false }
ansible_role
OktaySavdi/Redhat_DO447
cca55b15c781a76843820f0930259df976a2d0b9
0
solutions/review-cr2/roles/apache
467
[ "no_license" ]
[ { "path": "solutions/review-cr2/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- block:\n - name: Ensure httpd packages are installed\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - httpd\n - php\n - git\n - php-mysqlnd\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
OktaySavdi/Redhat_DO447
cca55b15c781a76843820f0930259df976a2d0b9
0
solutions/review-cr2/roles/webapp
467
[ "no_license" ]
[ { "path": "solutions/review-cr2/roles/webapp/templates/location.html.j2", "content": "Hello from {{ item.name }}.\n\nThe office address is:\n {{ item.address }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "solutions/review-cr2/roles/webapp/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 549, "all_permissive": false }
ansible_role
krantim/pol
bfff8eabd8acf97de9094cdde62895d63fc0deb8
0
infrastructure/ansible/roles/common
467
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/common/README.md", "content": "# Overview\n\nInstalls and configures common.\n\n\n## Requirements\n\nnone\n\n## Role Variables\n\nnone\n\n## Dependencies\n\nnone\n\n## Example Playbook\n\n - hosts: all\n roles:\n - role: common\n\n## License\n\nMIT\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 654, "all_permissive": false }
ansible_role
krantim/pol
bfff8eabd8acf97de9094cdde62895d63fc0deb8
0
infrastructure/ansible/roles/fpm
467
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/fpm/vars/main.yml", "content": "---\n# vars file for fpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "infrastructure/ansible/roles/fpm/README.md", "content": "# Overview\n\nInstalls and configures fp...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1185, "all_permissive": false }
ansible_role
krantim/pol
bfff8eabd8acf97de9094cdde62895d63fc0deb8
0
infrastructure/ansible/roles/git
467
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/git/README.md", "content": "# Overview\n\nInstalls and configures git & gitlab.\n\nMore details can be found at https://github.com/gitlabhq/gitlab-recipes/tree/master/install/pkgr\n\n\n## Requirements\n\nnone\n\n## Role Variables\n\nnone\n\n## Dependencies\n\nnone\n\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2593, "all_permissive": false }
ansible_role
krantim/pol
bfff8eabd8acf97de9094cdde62895d63fc0deb8
0
infrastructure/ansible/roles/java
467
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/java/tasks/main.yml", "content": "---\n- name: Install package(s)\n yum: name={{ item }} state=present\n with_items:\n - java-1.8.0-openjdk-devel", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "infras...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 606, "all_permissive": false }
ansible_role
zhongzhenyang/ansible-works
19eec37fc3763e0bd1c96279465dcd6bf716b5ad
0
pb/roles/cubedrive-app
467
[ "no_license" ]
[ { "path": "pb/roles/cubedrive-app/tasks/start_app.yml", "content": "---\n\n- name: update supervisord\n supervisorctl: name={{ app_name }} state=restarted\n ignore_errors: yes\n\n- name: build jenkins jobs\n uri:\n force_basic_auth: \"yes\"\n headers:\n Content-Type: \"application/json\"\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 11564, "all_permissive": false }
ansible_role
duudey/ADSK_final
df0fa8657303786391df476484f408711fb5fd2b
0
roles/java
467
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "- name: \"Install Java\"\n yum: \n name: java-1.8.0-openjdk\n state: present\n- name: \"Create dir for Java Jar\"\n file:\n path: /opt/prod\n state: directory\n- name: \"Copy Java jar\"\n copy:\n src: files/itworks.jar\n dest: /opt/prod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 596, "all_permissive": false }
ansible_role
tekinhizli/hizli-ansible-test
33fff8895ea2a80daeb3d8cd10ff4a142c940149
0
roles/command
467
[ "permissive" ]
[ { "path": "roles/command/tasks/main.yml", "content": "---\r\n- name: Run a command under PowerShell\r\n win_shell: Get-Service -Name TapiSrv | Stop-Service\r\n\r\n- name: Run a command under cmd\r\n win_shell: mkdir C:\\temp\r\n args:\r\n executable: cmd.exe\r\n\r\n- name: Run a multiple shell comman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": true }
ansible_role
tekinhizli/hizli-ansible-test
33fff8895ea2a80daeb3d8cd10ff4a142c940149
0
roles/common
467
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Ensure Notepad++ is installed using chocolatey\n win_chocolatey:\n name: notepadplusplus\n state: present\n \n- name: Ensure 7zip is installed using chocolatey\n win_chocolatey:\n name: 7zip.install\n state: present\n \n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 396, "all_permissive": true }
ansible_role
arijunior2020/ansible-vagrant
5cc435cd3248206ec80e495afd3a382dd56b4974
0
ansible/roles/net-tools
467
[ "no_license" ]
[ { "path": "ansible/roles/net-tools/tasks/main.yml", "content": "---\n- name: install net-tools\n apt:\n name: net-tools", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 56, "all_permissive": false }
ansible_role
arijunior2020/ansible-vagrant
5cc435cd3248206ec80e495afd3a382dd56b4974
0
ansible/roles/nginx
467
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: update cache\n apt:\n update_cache: yes\n\n- name: install nginx\n apt:\n name: nginx\n\n- name: copy index.html\n copy:\n src: site.html\n dest: /var/www/html", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
arijunior2020/ansible-vagrant
5cc435cd3248206ec80e495afd3a382dd56b4974
0
ansible/roles/nmap
467
[ "no_license" ]
[ { "path": "ansible/roles/nmap/tasks/main.yml", "content": "---\n- name: install nmap\n apt:\n name: nmap", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 46, "all_permissive": false }
ansible_role
arijunior2020/ansible-vagrant
5cc435cd3248206ec80e495afd3a382dd56b4974
0
ansible/roles/telnetd
467
[ "no_license" ]
[ { "path": "ansible/roles/telnetd/tasks/mail.yml", "content": "---\n- name: install telnetd\n apt:\n name: telnetd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 52, "all_permissive": false }
ansible_role
arijunior2020/ansible-vagrant
5cc435cd3248206ec80e495afd3a382dd56b4974
0
ansible/roles/wget
467
[ "no_license" ]
[ { "path": "ansible/roles/wget/tasks/main.yml", "content": "---\n- name: install wget\n apt:\n name: wget", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 46, "all_permissive": false }
ansible_role
arijunior2020/ansible-vagrant
5cc435cd3248206ec80e495afd3a382dd56b4974
0
ansible/roles/zabbix-agent
467
[ "no_license" ]
[ { "path": "ansible/roles/zabbix-agent/tasks/main.yml", "content": "---\n- name: install zabbix-agent\n apt:\n name: zabbix-agent\n\n- name: Iniciando servico zabbix-agent\n service:\n name: zabbix-agent\n state: started\n enabled: yes\n ", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
FlerAlex/kvm-manager
0b258ef2f3d47e211edcb5361ed13de2df89f019
0
roles/kvm-role
467
[ "no_license" ]
[ { "path": "roles/kvm-role/vars/main.yml", "content": "---\n# vars file for kvm-role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/kvm-role/templates/meta-data.j2", "content": "iinstance-id: domain0\nlocal-hostname: {{ inventory_hostna...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2728, "all_permissive": false }
ansible_role
f-koehler/playbooks-dotfiles
067eea25c2e6aa62cd97f8a7bd3724c836e036a8
1
roles/fzf
467
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yml", "content": "- name: obtain fzf\n git:\n accept_hostkey: yes\n repo: \"https://github.com/junegunn/fzf.git\"\n dest: ~/.fzf\n notify:\n - install fzf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 193, "all_permissive": false }
ansible_role
f-koehler/playbooks-dotfiles
067eea25c2e6aa62cd97f8a7bd3724c836e036a8
1
roles/i3
467
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "- name: configure i3\n git:\n accept_hostkey: yes\n repo: <EMAIL>:f-koehler/config-i3.git\n dest: ~/.config/i3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
f-koehler/playbooks-dotfiles
067eea25c2e6aa62cd97f8a7bd3724c836e036a8
1
roles/keepassxc
467
[ "no_license" ]
[ { "path": "roles/keepassxc/tasks/main.yml", "content": "- name: create keepassxc config directory\n file:\n path: ~/.config/keepassxc\n state: directory\n\n- name: copy keepassxc config\n copy:\n src: keepassxc.ini\n dest: ~/.config/keepassxc/keepassxc.ini", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5492, "all_permissive": false }
ansible_role
f-koehler/playbooks-dotfiles
067eea25c2e6aa62cd97f8a7bd3724c836e036a8
1
roles/nerd-fonts
467
[ "no_license" ]
[ { "path": "roles/nerd-fonts/handlers/main.yml", "content": "- name: regenerate fontconfig cache\n command: fc-cache --force --verbose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/nerd-fonts/tasks/main.yml", "content": "- name: creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 400, "all_permissive": false }
ansible_role
f-koehler/playbooks-dotfiles
067eea25c2e6aa62cd97f8a7bd3724c836e036a8
1
roles/pikaur
467
[ "no_license" ]
[ { "path": "roles/pikaur/tasks/main.yml", "content": "- name: configure pikaur\n copy:\n src: pikaur.conf\n dest: ~/.config/pikaur.conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
f-koehler/playbooks-dotfiles
067eea25c2e6aa62cd97f8a7bd3724c836e036a8
1
roles/vscode
467
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "- name: configure vscodium \n file:\n src: \"~/.dotfiles/vscode\"\n dest: \"~/.config/VSCodium\"\n state: link\n force: yes\n follow: no\n\n- name: configure vscode (OSS)\n file:\n src: \"~/.dotfiles/vscode\"\n dest: \"~/.config/Cod...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
mountainraptor/bits-vagrant
60ca371ad64a24f8416b1207072649a96d39d22f
0
provisioning/roles/bits
458
[ "permissive" ]
[ { "path": "provisioning/roles/bits/tasks/main.yml", "content": "---\n\n- name: Include tasks for BITS\n include: bits.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 56 }, { "path": "provisioning/roles/bits/tasks/bits.yml", "conte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 613, "all_permissive": true }
ansible_role
mountainraptor/bits-vagrant
60ca371ad64a24f8416b1207072649a96d39d22f
0
provisioning/roles/nodejs
458
[ "permissive" ]
[ { "path": "provisioning/roles/nodejs/tasks/nodejs.yml", "content": "---\n\n- name: Add nodesource keys\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n- name: Add nodesource apt sources list deb\n apt_repository:\n repo: 'deb https://deb.nodesource.com/n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 746, "all_permissive": true }
ansible_role
mountainraptor/bits-vagrant
60ca371ad64a24f8416b1207072649a96d39d22f
0
provisioning/roles/optional
458
[ "permissive" ]
[ { "path": "provisioning/roles/optional/tasks/available/mongodb-org.yml", "content": "---\n\n- name: Add mongodb-org key\n command: apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6\n\n- name: Add mongodb apt sources list deb\n apt_repository:\n repo: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1148, "all_permissive": true }
ansible_role
mountainraptor/bits-vagrant
60ca371ad64a24f8416b1207072649a96d39d22f
0
provisioning/roles/python
458
[ "permissive" ]
[ { "path": "provisioning/roles/python/tasks/main.yml", "content": "---\n\n- name: Include tasks for python\n include: python.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 60 }, { "path": "provisioning/roles/python/tasks/python.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 352, "all_permissive": true }
ansible_role
mountainraptor/bits-vagrant
60ca371ad64a24f8416b1207072649a96d39d22f
0
provisioning/roles/yarn
458
[ "permissive" ]
[ { "path": "provisioning/roles/yarn/tasks/main.yml", "content": "---\n\n- name: Include tasks for yarn\n include: yarn.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 56 }, { "path": "provisioning/roles/yarn/tasks/yarn.yml", "conte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 381, "all_permissive": true }
ansible_role
F145Hka/netology-devops
42ade67fa6c3d208ea65c9fbdf72c00e12256066
0
ansible/hw-3/playbook/roles/ansible-lighthouse-role
458
[ "no_license" ]
[ { "path": "ansible/hw-3/playbook/roles/ansible-lighthouse-role/README.md", "content": "Role Name\n=========\n\nRole installs lighthouse\n\nRequirements\n------------\n\nansible >= 2.10\n\nRole Variables\n--------------\n\n| Name | Default Value ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2658, "all_permissive": false }
ansible_role
F145Hka/netology-devops
42ade67fa6c3d208ea65c9fbdf72c00e12256066
0
ansible/hw-3/playbook/roles/ansible-vector-role
458
[ "no_license" ]
[ { "path": "ansible/hw-3/playbook/roles/ansible-vector-role/README.md", "content": "Role Name\n=========\n\nRole installs vector\n\nRequirements\n------------\n\nansible >= 2.10\n\nRole Variables\n--------------\n\n| Name | Default Value | De...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4036, "all_permissive": false }
ansible_role
andrey-tyumin/Netology-DevOps-2021-2022
950e2d43777a13027c3e9f6420c0431d3757bc4e
0
3_ansible_cicd_mnitoring/my_own_collection/roles/test_role
458
[ "no_license" ]
[ { "path": "3_ansible_cicd_mnitoring/my_own_collection/roles/test_role/defaults/main.yml", "content": "---\r\n# defaults file for test_role\r\npath: /tmp/test_file_role\r\ncontent: some worlds\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "3_an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 245, "all_permissive": false }
ansible_role
v2p/simple-exam
6ec1335b26587f3662872cdb6829f42d063ab295
1
provisioning/roles/common
458
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: update packages list\n sudo: yes\n apt: update_cache=yes cache_valid_time=3600", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
v2p/simple-exam
6ec1335b26587f3662872cdb6829f42d063ab295
1
provisioning/roles/web
458
[ "no_license" ]
[ { "path": "provisioning/roles/web/tasks/main.yml", "content": "---\n- name: install packages for web\n sudo: yes\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - libapache2-mod-php5\n - php5-intl\n\n- name: ensure that apache is running\n service: name=apache2 state=started\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1068, "all_permissive": false }
ansible_role
openstax/setup-openstax-machine
4af6c8cc56ef6fa969addce10d1f90a40ae51ce7
2
ansible/roles/automation-engineer
458
[ "no_license" ]
[ { "path": "ansible/roles/automation-engineer/defaults/main.yml", "content": "---\nae_python_version: 3.7.0\nae_pyenv_versions_path: \"{{ local_home }}/.pyenv/versions\"\nae_projects_home: \"{{ local_home }}/Documents/Automation\"\nae_project_repos:\n - https://github.com/openstax/cnx-automation\n - https:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2684, "all_permissive": false }
ansible_role
openstax/setup-openstax-machine
4af6c8cc56ef6fa969addce10d1f90a40ae51ce7
2
ansible/roles/content-manager
458
[ "no_license" ]
[ { "path": "ansible/roles/content-manager/tasks/main.yml", "content": "---\n- name: install java via brew\n homebrew_cask:\n name: java\n state: present\n\n- name: install libmagic\n homebrew:\n name: libmagic\n state: present\n\n- name: install nebuchadnezzar\n pip:\n name: nebuchadnezzar\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
openstax/setup-openstax-machine
4af6c8cc56ef6fa969addce10d1f90a40ae51ce7
2
ansible/roles/osx-common
458
[ "no_license" ]
[ { "path": "ansible/roles/osx-common/tasks/main.yml", "content": "---\n- name: ensure homebrew is up to date\n homebrew:\n state: latest\n update_homebrew: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
joaocasr/MEI
8805d41cb8e8deebb64f4c2ea23c5396001b4ad6
0
1st-year/1sem/ASCN/Guide2/deploy/roles/app
458
[ "no_license" ]
[ { "path": "1st-year/1sem/ASCN/Guide2/deploy/roles/app/tasks/main.yml", "content": "---\n- name: Add ondrej repository\n become: yes\n apt_repository:\n repo: ppa:ondrej/php\n \n- name: Update apt packages\n become: yes\n apt:\n update_cache: yes\n\n- name: configure packages\n become: yes\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1544, "all_permissive": false }
ansible_role
joaocasr/MEI
8805d41cb8e8deebb64f4c2ea23c5396001b4ad6
0
1st-year/1sem/ASCN/Guide2/deploy/roles/seed_app
458
[ "no_license" ]
[ { "path": "1st-year/1sem/ASCN/Guide2/deploy/roles/seed_app/tasks/main.yml", "content": "---\n- name: Run artisan db:seed\n shell: php artisan db:seed\n args:\n chdir: /home/vagrant/swap", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
ucs-compute-solutions/FlexPod-for-EHR
b7944b8d34356f8f6b4c101420bc8e4848f83c95
0
Ansible/roles/VMWAREvcenter
458
[ "permissive" ]
[ { "path": "Ansible/roles/VMWAREvcenter/tasks/create_cluster.yml", "content": "---\n# This task configures and sets up VMware cluster\n\n - name: VMware Cluster - Setup\n community.vmware.vmware_cluster:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1857, "all_permissive": true }
ansible_role
foutoucour/catordog
abdcf7e246f7982255ff258ab6203b41e32a6a68
0
roles/ec2
458
[ "permissive" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n- name: Find EC2 webapps instances\n ec2_remote_facts:\n region: us-east-2\n filters:\n instance-state-name: running\n \"tag:catordog_type\": webapp\n register: webapps\n\n- name: Add EC2 webapps\n add_host:\n groups: webapps\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": true }
ansible_role
foutoucour/catordog
abdcf7e246f7982255ff258ab6203b41e32a6a68
0
roles/flask
458
[ "permissive" ]
[ { "path": "roles/flask/handlers/main.yml", "content": "---\n- name: restart catordog\n remote_user: root\n become: yes\n service: name=catordog state=restarted daemon_reload=True\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 123 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2670, "all_permissive": true }
ansible_role
IronCore864/ansible-grafana-graphite-azure-dynamic-inventory
5187b01b7bc1779468c6248c12f51675c86f6c7a
0
roles/grafana
458
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n- apt_repository:\n repo: deb https://packages.grafana.com/oss/deb stable main\n state: present\n\n- name: Add an APT key\n apt_key:\n url: https://packages.grafana.com/gpg.key\n state: present\n\n- name: Update repositories cache and i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
IronCore864/ansible-grafana-graphite-azure-dynamic-inventory
5187b01b7bc1779468c6248c12f51675c86f6c7a
0
roles/grafana_datasource
458
[ "no_license" ]
[ { "path": "roles/grafana_datasource/vars/main.yml", "content": "grafana_pwd: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/grafana_datasource/tasks/main.yml", "content": "---\n- name: Create graphite datasource\n grafana_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1528, "all_permissive": false }
ansible_role
IronCore864/ansible-grafana-graphite-azure-dynamic-inventory
5187b01b7bc1779468c6248c12f51675c86f6c7a
0
roles/graphite
458
[ "no_license" ]
[ { "path": "roles/graphite/tasks/main.yml", "content": "---\n- import_tasks: install_binaries.yml\n\n- import_tasks: db_config.yml\n\n- import_tasks: graphite_config.yml\n\n- import_tasks: apache_config.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3514, "all_permissive": false }
ansible_role
attilafd/ansible
c1109c475d73d7ecdf6cb2433d0f9f26c8bd5e71
0
roles/db
475
[ "no_license" ]
[ { "path": "roles/db/tasks/set_user.yml", "content": "---\n# This playbook will set up mysql user\n\n- name: cancel ip binding\n replace:\n path: \"/etc/mysql/mysql.conf.d/mysqld.cnf\"\n regexp: \"127.0.0.1\"\n replace: \"0.0.0.0\"\n\n- name: Create database user that allow remote connection\n mys...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1680, "all_permissive": false }
ansible_role
attilafd/ansible
c1109c475d73d7ecdf6cb2433d0f9f26c8bd5e71
0
roles/web
475
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n- include: apt_installation.yml\n- include: copy_code.yml\n- include: resetDB.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/web/tasks/resetDB.yml", "content": "---\n# import f...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2136, "all_permissive": false }
ansible_role
shaunrd0/klips
bb28b1e2efee5eab22bf66145ec7f7e846c9f19b
1
ansible/roles/core
475
[ "no_license" ]
[ { "path": "ansible/roles/core/files/.vimrc", "content": "\" Single-quote is a comment written to be read\n\" Double-quotes are commented out code and can be removed or added\n\n\" General Vim Settings\n\n\" Define function in vim to remove whitespace\nfun! TrimWhitespace()\n let l:save = winsaveview()\n k...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 15646, "all_permissive": false }
ansible_role
shaunrd0/klips
bb28b1e2efee5eab22bf66145ec7f7e846c9f19b
1
ansible/roles/docker
475
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/users.yml", "content": "---\n- name: Add users to Docker group\n user:\n name: \"{{ item }}\"\n groups: docker\n append: true\n with_items: \"{{ docker_users }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }, ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2300, "all_permissive": false }
ansible_role
shaunrd0/klips
bb28b1e2efee5eab22bf66145ec7f7e846c9f19b
1
ansible/roles/fail2ban
475
[ "no_license" ]
[ { "path": "ansible/roles/fail2ban/tasks/service.yml", "content": "---\n- name: Start and enable services\n service: name=fail2ban state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "ansible/roles/fail2ban/vars/main.yml", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2678, "all_permissive": false }