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
williamleung/lite-deploy-sample
b83b19707a7f4dd2b54f891e759f7bdd7df0789b
9
dockerBuild/ansible/roles/rabbitmq
7,445
[ "no_license" ]
[ { "path": "dockerBuild/ansible/roles/rabbitmq/tasks/main.yml", "content": "---\n#\n- name: install docker-py\n shell: pip install docker-py\n\n# make a new directory for build\n- name: mkdir for rabbitmq build\n file:\n name: \"{{ item }}\"\n state: directory\n with_items:\n - /opt/rabbitmq_buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2106, "all_permissive": false }
ansible_role
zhaogaolong/cloud
4a4b6c404ed7565655a6241ae8aba22c07c49b90
0
gre_to_vxlan/roles/ConfigNeutronDB
7,445
[ "no_license" ]
[ { "path": "gre_to_vxlan/roles/ConfigNeutronDB/tasks/main.yml", "content": "\n- name: test status\n command: mysql neutron -e 'select * from ratelimit;'\n ignore_errors: True\n register: result\n\n- name: copy mysql ratelimit.sql file\n template: src=ratelimit.sql dest=/root/ratelimit.sql\n when: resul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2717, "all_permissive": false }
ansible_role
zhaogaolong/cloud
4a4b6c404ed7565655a6241ae8aba22c07c49b90
0
gre_to_vxlan/roles/ConfigVxlan
7,445
[ "no_license" ]
[ { "path": "gre_to_vxlan/roles/ConfigVxlan/tasks/main.yml", "content": "---\r\n# Handlers for neutron notifications\r\n- name: test status vxlan\r\n shell: ls /etc/init.d/ |grep -q veth_peers\r\n ignore_errors: True\r\n register: result\r\n\r\n- name: copy veth_peers\r\n template: src=veth_peers.sh dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5611, "all_permissive": false }
ansible_role
zhaogaolong/cloud
4a4b6c404ed7565655a6241ae8aba22c07c49b90
0
gre_to_vxlan/roles/EndConfig
7,445
[ "no_license" ]
[ { "path": "gre_to_vxlan/roles/EndConfig/tasks/main.yml", "content": "---\n# Handlers for neutron notification\n\n\n- name: test status to neutron in pacemaker\n shell: crm configure show |grep -q p_neutron-l3-agent-after-clone_p_neutron-openvswitch-agent\n ignore_errors: True\n register: result\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 916, "all_permissive": false }
ansible_role
zhaogaolong/cloud
4a4b6c404ed7565655a6241ae8aba22c07c49b90
0
gre_to_vxlan/roles/RemoveGre
7,445
[ "no_license" ]
[ { "path": "gre_to_vxlan/roles/RemoveGre/tasks/main.yml", "content": "---\r\n# Handlers for neutron notifications\r\n\r\n- name: test status to neutron in pacemaker\r\n shell: crm configure show |grep -q p_neutron-l3-agent-after-clone_p_neutron-openvswitch-agent\r\n ignore_errors: True\r\n register: resu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 763, "all_permissive": false }
ansible_role
zhaogaolong/cloud
4a4b6c404ed7565655a6241ae8aba22c07c49b90
0
gre_to_vxlan/roles/compute
7,445
[ "no_license" ]
[ { "path": "gre_to_vxlan/roles/compute/tasks/main.yml", "content": "---\r\n- name: compute openvswitch status\r\n shell: /etc/init.d/neutron-openvswitch-agent status\r\n ignore_errors: True\r\n register: result\r\n\r\n\r\n- name: stop compute openvswitch\r\n service: name=neutron-openvswitch-agent state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1464, "all_permissive": false }
ansible_role
shaishaw/ansible-quick-start
b598337d3787d059acb0a729c2d2a2da5d4c5100
0
roles/common
7,445
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- block:\n - name: update package manager\n yum:\n name: '*'\n state: latest\n update_only: yes\n #ignore_errors: yes\n - name: \"create user\"\n user:\n name: \"{{ default_user }}\"\n state: present \n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
shaishaw/ansible-quick-start
b598337d3787d059acb0a729c2d2a2da5d4c5100
0
roles/webserver
7,445
[ "no_license" ]
[ { "path": "roles/webserver/vars/main.yaml", "content": "default_user: \"test\"\ndefault_dirs: [\"/opt/httpd\",\"/opt/httpd\"] \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/webserver/tasks/main.yaml", "content": "- block:\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 364, "all_permissive": false }
ansible_role
hayn140/akalohi_redhat
f7d456317db4ce05f3e46b404c8552c561024642
0
playbooks/roles/create_ec2_vhd
7,445
[ "no_license" ]
[ { "path": "playbooks/roles/create_ec2_vhd/tasks/main.yml", "content": "---\n# tasks file for create_ec2_vhd\n\n- name: Launch EC2 Instance\n amazon.aws.ec2_instance:\n name: \"{{ ec2_instance_name }}\"\n key_name: \"{{ ec2_key_name }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image_id: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1238, "all_permissive": false }
ansible_role
hayn140/akalohi_redhat
f7d456317db4ce05f3e46b404c8552c561024642
0
playbooks/roles/create_ec2_vmdk
7,445
[ "no_license" ]
[ { "path": "playbooks/roles/create_ec2_vmdk/defaults/main.yml", "content": "---\n# defaults file for create_ec2_vmdk\n# these need to be made into surveys\n#aws_region: us-east-2\n\n#ec2_instance_type: t2.micro\n#ec2_image: ami-094f80e6739d21a63 \n#ec2_key_name: akalohi_aws_pem\n#ec2_security_group: my-secur...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1565, "all_permissive": false }
ansible_role
hayn140/akalohi_redhat
f7d456317db4ce05f3e46b404c8552c561024642
0
playbooks/roles/export_ec2_to_vhd
7,445
[ "no_license" ]
[ { "path": "playbooks/roles/export_ec2_to_vhd/tasks/main.yml", "content": "---\n# tasks file for export_ec2_to_vhd\n\n- name: Install python\n ansible.builtin.package:\n name: python3-pip\n state: latest\n\n- name: Install boto3 and botocore (AWS SDK)\n ansible.builtin.pip:\n name:\n - boto3\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1396, "all_permissive": false }
ansible_role
hayn140/akalohi_redhat
f7d456317db4ce05f3e46b404c8552c561024642
0
playbooks/roles/export_ec2_to_vmdk
7,445
[ "no_license" ]
[ { "path": "playbooks/roles/export_ec2_to_vmdk/tasks/main.yml", "content": "---\n# tasks file for export_ec2_to_vmdk\n\n- name: Install python\n ansible.builtin.package:\n name: python3-pip\n state: latest\n\n- name: Install boto3 and botocore (AWS SDK)\n ansible.builtin.pip:\n name:\n - boto...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1402, "all_permissive": false }
ansible_role
hayn140/akalohi_redhat
f7d456317db4ce05f3e46b404c8552c561024642
0
playbooks/roles/setup_runner
7,445
[ "no_license" ]
[ { "path": "playbooks/roles/setup_runner/defaults/main.yml", "content": "---\n# defaults file for setup_runner\n# These need to be made into surveys\n\n#aws_region: us-east-2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "playbooks/roles/setup_ru...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 874, "all_permissive": false }
ansible_role
hayn140/akalohi_redhat
f7d456317db4ce05f3e46b404c8552c561024642
0
playbooks/roles/terminate_ec2_instances
7,445
[ "no_license" ]
[ { "path": "playbooks/roles/terminate_ec2_instances/tasks/main.yml", "content": "---\n# tasks file for terminate_ec2_instances\n\n- name: Terminate vmdk EC2 Instance\n amazon.aws.ec2_instance:\n instance_ids: \"{{ vmdk_instance_id }}\"\n region: \"{{ aws_region }}\"\n state: terminated\n access_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
hayn140/akalohi_redhat
f7d456317db4ce05f3e46b404c8552c561024642
0
playbooks/roles/verify_s3_exports
7,445
[ "no_license" ]
[ { "path": "playbooks/roles/verify_s3_exports/tasks/main.yml", "content": "---\n# tasks file for verify_s3_exports\n\n- name: Wait, Check every 30 seconds for 60 minutes until vmdk appears in S3 bucket\n amazon.aws.s3_object_info:\n aws_region: \"{{ aws_region }}\"\n bucket_name: \"{{ s3_bucket_name }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 913, "all_permissive": false }
ansible_role
47lining/nucleator-core-bakery
9316d41d25c3619bf9f84dbff58f4a7f7a8eeee9
0
ansible/roles/ami_publish
7,445
[ "no_license" ]
[ { "path": "ansible/roles/ami_publish/tasks/main.yml", "content": "# Copyright 2016 47Lining LLC.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3069, "all_permissive": false }
ansible_role
47lining/nucleator-core-bakery
9316d41d25c3619bf9f84dbff58f4a7f7a8eeee9
0
ansible/roles/bakery_common
7,445
[ "no_license" ]
[ { "path": "ansible/roles/bakery_common/tasks/mkami.yml", "content": "# Copyright 2016 47Lining LLC.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1221, "all_permissive": false }
ansible_role
47lining/nucleator-core-bakery
9316d41d25c3619bf9f84dbff58f4a7f7a8eeee9
0
ansible/roles/ec2config_sysprep
7,445
[ "no_license" ]
[ { "path": "ansible/roles/ec2config_sysprep/tasks/main.yml", "content": "# Copyright 2016 47Lining LLC.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 21159, "all_permissive": false }
ansible_role
progmaticltd/homebox-jenkins
de85dd5aed785197ad635da49ce08f502f1b4549
0
roles/docker-install
7,445
[ "no_license" ]
[ { "path": "roles/docker-install/defaults/main.yml", "content": "---\n\npackages:\n - docker-ce\n - docker-ce-cli\n - docker-compose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/docker-install/tasks/main.yml", "content": "---\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 423, "all_permissive": false }
ansible_role
progmaticltd/homebox-jenkins
de85dd5aed785197ad635da49ce08f502f1b4549
0
roles/jenkins-install
7,445
[ "no_license" ]
[ { "path": "roles/jenkins-install/defaults/main.yml", "content": "---\n\npackages:\n java: openjdk-11-jre-headless\n dependencies:\n - nginx-full\n - mkdocs\n\njenkins:\n cli_port: 2288\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "rol...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7750, "all_permissive": false }
ansible_role
progmaticltd/homebox-jenkins
de85dd5aed785197ad635da49ce08f502f1b4549
0
roles/jenkins-jobs
7,445
[ "no_license" ]
[ { "path": "roles/jenkins-jobs/tasks/create-job.yml", "content": "---\n- name: Create the administrator password\n set_fact:\n admin_token: '{{ lookup(pwdstore.type, pwdstore.prefix + \"/jenkins/admin-token\") }}'\n\n- name: Create the Jenkins job\n jenkins_job:\n user: admin\n token: '{{ admin_to...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 716, "all_permissive": false }
ansible_role
progmaticltd/homebox-jenkins
de85dd5aed785197ad635da49ce08f502f1b4549
0
roles/jenkins-plugins
7,445
[ "no_license" ]
[ { "path": "roles/jenkins-plugins/defaults/main.yml", "content": "---\n\njenkins_plugins:\n - build-pipeline-plugin\n - pipeline\n - git-parameter\n - ansible\n - docker\n - ansicolor\n - workflow-aggregator\n - ssh-agent\n - badge\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 610, "all_permissive": false }
ansible_role
progmaticltd/homebox-jenkins
de85dd5aed785197ad635da49ce08f502f1b4549
0
roles/local-setup
7,445
[ "no_license" ]
[ { "path": "roles/local-setup/defaults/main.yml", "content": "---\n\npackages:\n - python3-passlib\n - python3-bcrypt\n - bcrypt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/local-setup/tasks/main.yml", "content": "---\n\n- name: I...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 169, "all_permissive": false }
ansible_role
progmaticltd/homebox-jenkins
de85dd5aed785197ad635da49ce08f502f1b4549
0
roles/system-prepare
7,445
[ "no_license" ]
[ { "path": "roles/system-prepare/tasks/main.yml", "content": "---\n\n\n- name: Update the packages\n register: packages_cache\n apt:\n update_cache: true\n cache_valid_time: 3600\n\n- name: Upgrade the distribution\n when: packages_cache.changed\n apt:\n upgrade: true\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
mtpereira/workstation-setup
36457e98838c006fe6e5f9e9b69ead604b53ce72
0
roles/aur
7,443
[ "no_license" ]
[ { "path": "roles/aur/defaults/main.yml", "content": "---\naur_build_dir: \"{{ ansible_user_dir }}/.aur\"\naur_helper: yay\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/aur/tasks/main.yml", "content": "---\n- name: Install build depend...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1184, "all_permissive": false }
ansible_role
mtpereira/workstation-setup
36457e98838c006fe6e5f9e9b69ead604b53ce72
0
roles/configuration
7,443
[ "no_license" ]
[ { "path": "roles/configuration/tasks/system.yml", "content": "---\n- name: Enable lightdm\n systemd:\n name: lightdm\n enabled: yes\n become: yes\n\n- name: Enable devmon from udevil package\n systemd:\n name: \"devmon@{{ ansible_user_id }}\"\n enabled: yes\n state: started\n become: yes\...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 18214, "all_permissive": false }
ansible_role
mtpereira/workstation-setup
36457e98838c006fe6e5f9e9b69ead604b53ce72
0
roles/dotfiles
7,443
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: Fetch dotfiles\n git:\n repo: ssh://git@github.com/mtpereira/dotfiles.git\n dest: \"{{ ansible_user_dir }}/.dotfiles\"\n version: main\n accept_hostkey: yes\n\n- name: Install dotfiles\n command: \"{{ ansible_user_dir }}/.dotf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
mtpereira/workstation-setup
36457e98838c006fe6e5f9e9b69ead604b53ce72
0
roles/install
7,443
[ "no_license" ]
[ { "path": "roles/install/tasks/asdf.yml", "content": "---\n- name: Install asdf\n block:\n - name: Clone the repository\n git:\n repo: https://github.com/asdf-vm/asdf.git\n dest: \"{{ ansible_user_dir }}/.asdf\"\n version: v0.7.6\n accept_hostkey: yes\n\n - name: Inst...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2769, "all_permissive": false }
ansible_role
daverod24/poc-lab-vagrant
b492fe97a74fa2b4ea19c442d19ffd4721513f1d
0
provision/roles/poc-labs
7,443
[ "no_license" ]
[ { "path": "provision/roles/poc-labs/tasks/main.yml", "content": "---\n# tasks file for provision/roles/poc-labs\n- name: \"Install Web Service\"\n package:\n name: \"{{ hello_web.package }}\"\n state: present\n- name: \"Start Web Service\"\n service:\n name: \"{{ hello_web.service }}\"\n state...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1705, "all_permissive": false }
ansible_role
suhasdevops/ansible-roles
cf8098fd799b11dd02ed978a971efe5b303f0e60
0
roles/crontab
7,443
[ "no_license" ]
[ { "path": "roles/crontab/tasks/main.yml", "content": "---\n# tasks file for crontab\n\n- name: Install a yum package in Ansible\n yum:\n name: crontabs\n state: present\n\n- name: 'Ensure an old job is no longer present. Removes any job that is prefixed by \"#Ansible: an old job\" from the crontab'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
suhasdevops/ansible-roles
cf8098fd799b11dd02ed978a971efe5b303f0e60
0
roles/haproxy
7,443
[ "no_license" ]
[ { "path": "roles/haproxy/handlers/main.yml", "content": "---\n# handlers file for haproxy\n\n- name: restart haproxy\n become: yes\n shell: systemctl restart haproxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/haproxy/tasks/main.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1307, "all_permissive": false }
ansible_role
suhasdevops/ansible-roles
cf8098fd799b11dd02ed978a971efe5b303f0e60
0
roles/java
7,443
[ "no_license" ]
[ { "path": "roles/java/vars/CentOS-7.yml", "content": "---\n\n# OpenJDK implementation\njava_open_jdk_package: java-11-openjdk-headless\njava_open_jdk_home_dir: java-{{ java_open_jdk_version_major }}-openjdk-{{ java_open_jdk_version }}-1.el7.x86_64\n# java-11-openjdk-11.0.3.7-0.el7_6.x86_64\n\n# Using patter...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1361, "all_permissive": false }
ansible_role
suhasdevops/ansible-roles
cf8098fd799b11dd02ed978a971efe5b303f0e60
0
roles/nfs
7,443
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yml", "content": "---\n# tasks file for nfs\n\n# install network file system\n- name: Install NFS\n include_tasks: install_nfs.yml\n\n\n### \n### at a time only perform configuration of NFS-Master and comment the task for NFS-Client\n### OR\n### while performin...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2135, "all_permissive": false }
ansible_role
suhasdevops/ansible-roles
cf8098fd799b11dd02ed978a971efe5b303f0e60
0
roles/samba
7,443
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "---\n# tasks file for samba\n\n- include_vars: redhat.yml\n when: ansible_os_family == \"RedHat\"\n\n- include: redhat.yml\n when: ansible_os_family == \"RedHat\"\n\n- include: samba_users.yml\n when: samba_users is defined\n\n- include: create_shares.y...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3269, "all_permissive": false }
ansible_role
suhasdevops/ansible-roles
cf8098fd799b11dd02ed978a971efe5b303f0e60
0
roles/tomcat
7,443
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/configure.yml", "content": "---\n# tasks file for tomcat-ansible-role\n\n- name: Setup server.xml\n template:\n src: \"{{ tomcat_template_server }}\"\n dest: \"{{ tomcat_install_path }}/apache-tomcat-{{ tomcat_version }}/conf/server.xml\"\n notify: restart tomcat\n\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3555, "all_permissive": false }
ansible_role
aswin-vijayan/app-pipeline
ea198ec0182b23f74fec2cea4ed8816b65ebba51
0
roles/java
7,443
[ "no_license" ]
[ { "path": "roles/java/tasks/backends.yml", "content": "---\n - name: Check operating system\n debug:\n msg: \"The operating system is {{ ansible_facts['os_family'] }}\"\n when: ansible_facts['os_family'] == \"Debian\"\n \n - name: Install Nginx on Server\n apt: \n name: nginx \n s...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2226, "all_permissive": false }
ansible_role
protokolla/ansible
28cfcd02f05a86045a1b8b31b6c6391f81c2057a
0
roles/big-motd
7,443
[ "no_license" ]
[ { "path": "roles/big-motd/tasks/main.yml", "content": "---\n# update-motd is installed on debian and ubuntu systems by default and\n# all the other software (required by motd scripts) is installed by \n# common-software role.\n# \n# you can test motd locally with: run-parts .\n- name: Synchronize (also dele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
protokolla/ansible
28cfcd02f05a86045a1b8b31b6c6391f81c2057a
0
roles/common-software
7,443
[ "no_license" ]
[ { "path": "roles/common-software/tasks/main.yml", "content": "- name: Install common & useful software\n apt: name={{ item }}\n with_items:\n - gpg\n - git\n - net-tools\n - vim\n - ncdu\n - htop\n - python3\n - python3-pip\n # Required by motd\n - jq\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
protokolla/ansible
28cfcd02f05a86045a1b8b31b6c6391f81c2057a
0
roles/docker-installation
7,443
[ "no_license" ]
[ { "path": "roles/docker-installation/tasks/main.yml", "content": "---\n- name: Install Docker Dependencies\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n tags: docker\n\n- name: Get Docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1663, "all_permissive": false }
ansible_role
protokolla/ansible
28cfcd02f05a86045a1b8b31b6c6391f81c2057a
0
roles/set-hostname
7,443
[ "no_license" ]
[ { "path": "roles/set-hostname/tasks/main.yml", "content": "---\n- name: Set hostname to match DNS\n hostname:\n name: \"{{ lookup('community.general.dig', inventory_hostname.split('@')[1] + '.', qtype='CNAME')[:-1] }}\"\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": 160, "all_permissive": false }
ansible_role
protokolla/ansible
28cfcd02f05a86045a1b8b31b6c6391f81c2057a
0
roles/squid
7,443
[ "no_license" ]
[ { "path": "roles/squid/tasks/main.yml", "content": "- name: Install squid\n apt: name={{ item }}\n with_items:\n - squid\n\n- name: Copy squid configuration\n template: \n src: squid.conf.j2 \n dest: \"/etc/squid/squid.conf\"\n \n- name: Copy squid password file\n template: \n src: passwo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 581, "all_permissive": false }
ansible_role
be-cloud-be/horizon-ansible
38792d2bc15406e04535e23aca42d617395bed55
0
roles/odoo
7,443
[ "no_license" ]
[ { "path": "roles/odoo/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Ansible role to install Odoo from a Git or Mercurial repository, and configure it.\n company: OSIELL\n license: GPLv3\n min_ansible_version: 2.1\n platforms:\n - name: Debian\n versions:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 10193, "all_permissive": false }
ansible_role
sambit15k/ansible-elk
d721e11e8f5e24be3c18b6c1007e1a53dfd623c3
0
roles/elasticsearch
7,443
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n#\n# Installing Elasticsearch\n#\n\n# Add Elasticsearch apt key\n\n- name: Add Elasticsearch apt key\n apt_key:\n url: \"https://artifacts.elastic.co/GPG-KEY-elasticsearch\"\n state: present\n\n# install apt-transport-https\n- name: insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1618, "all_permissive": false }
ansible_role
sambit15k/ansible-elk
d721e11e8f5e24be3c18b6c1007e1a53dfd623c3
0
roles/java
7,443
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n#\n# Installing Java\n#\n\n# Accept Oracle license\n\n- name: Install java(jdk & jre)\n shell: apt-get install default-jre -y\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
sambit15k/ansible-elk
d721e11e8f5e24be3c18b6c1007e1a53dfd623c3
0
roles/kibana
7,443
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n#\n# Installing Kibana\n#\n\n# Install Kibana \n\n- name: Install Kibana with apt\n apt:\n name: kibana\n update_cache: yes\n \n# Configurations\n\n #- name: Updating the config file to allow outside access\n #lineinfile:\n # destfile: /et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 876, "all_permissive": false }
ansible_role
quattro1982/ansible-test
af3ee85fdd569c632e0154785efef378966e0b7a
0
roles/centos
7,443
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yaml", "content": "---\n\n- name: Add libselinux-python\n yum: name=libselinux-python state=present\n when: ansible_distribution == \"CentOS\" \n\n- name: Set /etc/hosts\n template: src=hosts.j2 dest=/etc/hosts \n\n- name: Add the EPEL Repository\n yum: name=http://mi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 875, "all_permissive": false }
ansible_role
quattro1982/ansible-test
af3ee85fdd569c632e0154785efef378966e0b7a
0
roles/centos-upgrade
7,443
[ "no_license" ]
[ { "path": "roles/centos-upgrade/tasks/main.yaml", "content": "---\n#This Role Is to upgrade existing Centos 6.x boxes to 7.0\n\n#Download the Pre Upgrade Tools\n- name: Download Pre-Upgrade Assistant \n get_url: url={{ item }} dest=/tmp mode=07550\n with_items:\n - http://dev.centos.org/centos/6/upg/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1185, "all_permissive": false }
ansible_role
quattro1982/ansible-test
af3ee85fdd569c632e0154785efef378966e0b7a
0
roles/common
7,443
[ "no_license" ]
[ { "path": "roles/common/templates/ntp.conf.j2", "content": "restrict 127.0.0.1 \nrestrict -6 ::1\n\nserver {{ ntpserver }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/common/tasks/main.yaml", "content": "---\n# This role contains comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1591, "all_permissive": false }
ansible_role
joshua-stacy/provisioning
16750698181a2e4fa02bda68811dcd711ca32c7a
0
roles/ec2-provision
7,443
[ "no_license" ]
[ { "path": "roles/ec2-provision/vars/main.yml", "content": "---\nec2_instance_type: \"t2.micro\"\nec2_volume_size: 8\n\nec2_type: generic\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/ec2-provision/tasks/create.yml", "content": "---\n\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1090, "all_permissive": false }
ansible_role
bravem/ansible-k8s
4273d8b30ae8b32eeeb469b0e2aa5154bf1d7282
5
roles/bootstrap-os
7,443
[ "no_license" ]
[ { "path": "roles/bootstrap-os/defaults/main.yml", "content": "---\npip_python_coreos_modules:\n - httplib2\n - six\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/bootstrap-os/tasks/main.yml", "content": "---\n- name: 配置yum\n file:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1324, "all_permissive": false }
ansible_role
bravem/ansible-k8s
4273d8b30ae8b32eeeb469b0e2aa5154bf1d7282
5
roles/download
7,443
[ "no_license" ]
[ { "path": "roles/download/tasks/main.yml", "content": "---\n- include: download_prep.yml\n when:\n - not skip_downloads|default(false)\n\n- name: \"Download items\"\n include: \"download_{% if download.container %}container{% else %}file{% endif %}.yml\"\n vars:\n download: \"{{ download_defaults |...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11745, "all_permissive": false }
ansible_role
bravem/ansible-k8s
4273d8b30ae8b32eeeb469b0e2aa5154bf1d7282
5
roles/etcd
7,443
[ "no_license" ]
[ { "path": "roles/etcd/tasks/configure.yml", "content": "---\n- name: Configure | Check if member is in cluster\n shell: \"{{ bin_dir }}/etcdctl --no-sync --endpoints={{ etcd_access_addresses }} member list | grep -q {{ etcd_access_address }}\"\n register: etcd_member_in_cluster\n ignore_errors: true\n c...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 6532, "all_permissive": false }
ansible_role
peterschussheim/dotfiles
978773a0f89e0045a45045e282895074497934a6
0
roles/dotfiles
7,443
[ "permissive" ]
[ { "path": "roles/dotfiles/templates/.hammerspoon/iterm.lua", "content": "-- {{ ansible_managed }}\n\n--\n-- Switches iTerm dynamic profile based on screen changes.\n--\n\nlocal events = require 'events'\nlocal log = require 'log'\n\n-- Forward function declarations.\nlocal switchProfiles = nil\n\nswitchProf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 15791, "all_permissive": true }
ansible_role
peterschussheim/dotfiles
978773a0f89e0045a45045e282895074497934a6
0
roles/homebrew
7,443
[ "permissive" ]
[ { "path": "roles/homebrew/templates/Brewfile", "content": "# Based on the output of `brew bundle dump` (which must be run outside of tmux).\n#\n# {{ ansible_managed }}\n\ncask_args appdir: '/Applications'\n\ntap 'caskroom/cask'\ntap 'caskroom/versions'\ntap 'homebrew/bundle'\ntap 'homebrew/core'\ntap 'homeb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4553, "all_permissive": true }
ansible_role
peterschussheim/dotfiles
978773a0f89e0045a45045e282895074497934a6
0
roles/iterm
7,443
[ "permissive" ]
[ { "path": "roles/iterm/files/Sources/40-Mutt-Retina.json", "content": "{\n \"Profiles\": [\n {\n \"Name\": \"Mutt\",\n \"Guid\": \"98A7362E-A930-4331-A7DD-E4FC57EFBEEB\",\n \"Dynamic Profile Parent Name\": \"Mutt (Base)\",\n \"Normal Font\" : \"SourceCodePro-Light 13\"\n }\n ]\n}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1678, "all_permissive": true }
ansible_role
peterschussheim/dotfiles
978773a0f89e0045a45045e282895074497934a6
0
roles/maxfiles
7,443
[ "permissive" ]
[ { "path": "roles/maxfiles/tasks/main.yml", "content": "---\n# Not bothering with templating these because this is cheap and Apple will\n# probably change everything in the future anyway.\n#\n# @see http://unix.stackexchange.com/questions/108174/how-to-persist-ulimit-settings-in-osx-mavericks\n- name: maxfil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 614, "all_permissive": true }
ansible_role
peterschussheim/dotfiles
978773a0f89e0045a45045e282895074497934a6
0
roles/misc
7,443
[ "permissive" ]
[ { "path": "roles/misc/tasks/main.yml", "content": "---\n- name: misc | ensure directories exist\n file: path={{ item }} state=directory\n with_items:\n - ~/Archives\n - ~/Local\n - ~/buck-cache\n\n- name: misc | touch ~/mbox\n file: path=~/mbox state=touch\n\n- name: misc | hide items\n command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": true }
ansible_role
peterschussheim/dotfiles
978773a0f89e0045a45045e282895074497934a6
0
roles/ssh
7,443
[ "permissive" ]
[ { "path": "roles/ssh/defaults/main.yml", "content": "---\nssh_config_path: '{{ ansible_env.PWD }}/roles/ssh/files/ssh_config'\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 72 }, { "path": "roles/ssh/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 607, "all_permissive": true }
ansible_role
peterschussheim/dotfiles
978773a0f89e0045a45045e282895074497934a6
0
roles/vim
7,443
[ "permissive" ]
[ { "path": "roles/vim/tasks/deoplete.yml", "content": "---\n# Optional really; just allows us to release updates to deoplete sorter\n# extension dependency (commandt.score).\n- name: vim | install twine via pip3\n pip: executable=pip3 name=twine\n\n- name: vim | install commandt.score via pip3\n pip: execu...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2146, "all_permissive": true }
ansible_role
peterschussheim/dotfiles
978773a0f89e0045a45045e282895074497934a6
0
roles/yubikey
7,443
[ "permissive" ]
[ { "path": "roles/yubikey/tasks/default.yml", "content": "---\n- name: yubikey | tweak settings\n command: ykpersonalize -u -1 -v -oled-inv -ofast-trig -oappend-cr -ouse-numeric-keypad\n\n- name: yubikey | remap for Colemak\n command: ykpersonalize -S <KEY>\n", "license_type": "permissive", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": true }
ansible_role
romca1012/titanic-mlops-pipeline
2b12a491af68c7a047514b0138596f82058c1a1e
0
infra/ansible/roles/docker
7,443
[ "no_license" ]
[ { "path": "infra/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Force gather facts\n setup:\n\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1035, "all_permissive": false }
ansible_role
romca1012/titanic-mlops-pipeline
2b12a491af68c7a047514b0138596f82058c1a1e
0
infra/ansible/roles/mlops_deploy
7,443
[ "no_license" ]
[ { "path": "infra/ansible/roles/mlops_deploy/tasks/main.yml", "content": "---\n- name: Create target directory for MLOps project\n file:\n path: /home/ubuntu/titanic-mlops-pipeline\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: '0755'\n\n- name: Copy docker-compose.yml\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1363, "all_permissive": false }
ansible_role
GDevOps321/ansible
fcd228b4ad077b3a38c43963070d9d95021b134d
0
roles/cart
7,448
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yml", "content": "- name: get content from common\n include_role:\n name: common\n tasks_from: nodejs.yml", "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
GDevOps321/ansible
fcd228b4ad077b3a38c43963070d9d95021b134d
0
roles/common
7,448
[ "no_license" ]
[ { "path": "roles/common/tasks/java.yml", "content": "- name: install maven\n apt:\n name: maven\n state: present\n update_cache: yes\n\n- name: download artifacts from nexus\n include_tasks: download_nexus.yml\n\n- name: download artifacts from nexus\n include_tasks: services.yml\n", "licens...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2121, "all_permissive": false }
ansible_role
GDevOps321/ansible
fcd228b4ad077b3a38c43963070d9d95021b134d
0
roles/frontend
7,448
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": " - name: Install nginx\n apt:\n name: nginx\n update_cache: yes\n state: present\n\n - name: Download file\n get_url:\n url: http://172.31.20.130:8081/repository/frontend/frontend-main.zip\n dest: /tmp/fro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 989, "all_permissive": false }
ansible_role
GDevOps321/ansible
fcd228b4ad077b3a38c43963070d9d95021b134d
0
roles/mongodb
7,448
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Add Mongodb key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-4.4.asc\n state: present\n\n- name: Add mongodb repository\n apt_repository:\n repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": false }
ansible_role
GDevOps321/ansible
fcd228b4ad077b3a38c43963070d9d95021b134d
0
roles/mysql
7,448
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: check the status of the docker\n shell: systemctl status docker\n register: out\n\n- name: install docker\n shell : curl -s get.docker.com | bash\n when: out.rc !=0\n\n- name: start docker\n systemd:\n name: docker\n state: started\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1163, "all_permissive": false }
ansible_role
GDevOps321/ansible
fcd228b4ad077b3a38c43963070d9d95021b134d
0
roles/payment
7,448
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: get content from common\n include_role:\n name: common\n tasks_from: python.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
GDevOps321/ansible
fcd228b4ad077b3a38c43963070d9d95021b134d
0
roles/redis
7,448
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: install redis server\n apt:\n name: redis-server\n state: present\n update_cache: yes\n\n- name: update mongodb conf file\n replace:\n path: /etc/redis/redis.conf\n regexp: '127.0.0.1'\n replace: 0.0.0.0\n\n- name: restart redis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
GDevOps321/ansible
fcd228b4ad077b3a38c43963070d9d95021b134d
0
roles/shiiping
7,448
[ "no_license" ]
[ { "path": "roles/shiiping/tasks/main.yml", "content": "- name: get content from common\n include_role:\n name: common\n tasks_from: java.yml\n\n", "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
IslamShendy/Udapeople
4946f0543f1dcea12bd2efd5cad69d2d2692af81
0
.circleci/ansible/roles/configure-server
7,448
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n\n- name: \"Add Node.js\" \n become: true\n shell:\n curl -fsSL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n\n- name: \"Install Node.js 13\"\n become: true\n shell:\n sudo apt-get install -y nodejs\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
IslamShendy/Udapeople
4946f0543f1dcea12bd2efd5cad69d2d2692af81
0
.circleci/ansible/roles/deploy
7,448
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n - name: \"Backend DIR\" \n file:\n path: ~/backed_application\n state: directory\n\n - name: \"unarchive files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backed_application\n\n - name: \"Install de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1026, "all_permissive": false }
ansible_role
kopug/dev-env-ansible
e623d15fea11776dc68da9deaef37fc620078f91
0
roles/common
7,448
[ "no_license" ]
[ { "path": "roles/common/tasks/install_packages_linux.yml", "content": "---\n- name: Update package cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: Install common packages\n apt:\n name: \"{{ base_packages.common }}\"\n state: present\n become: yes\n\n- name...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 14044, "all_permissive": false }
ansible_role
kopug/dev-env-ansible
e623d15fea11776dc68da9deaef37fc620078f91
0
roles/darwin
7,448
[ "no_license" ]
[ { "path": "roles/darwin/tasks/main.yml", "content": "---\n- name: Ensure Homebrew is in PATH\n lineinfile:\n path: \"{{ ansible_env.HOME }}/.zprofile\"\n line: 'eval \"$(/opt/homebrew/bin/brew shellenv)\"'\n create: yes\n when: ansible_architecture == 'arm64'\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
kopug/dev-env-ansible
e623d15fea11776dc68da9deaef37fc620078f91
0
roles/docker
7,448
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Remove conflicting Docker packages\n apt:\n name:\n - docker.io\n - docker-doc\n - docker-compose\n - docker-compose-v2\n - podman-docker\n - containerd\n - runc\n state: absent\n become: yes\n igno...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3267, "all_permissive": false }
ansible_role
kopug/dev-env-ansible
e623d15fea11776dc68da9deaef37fc620078f91
0
roles/wsl
7,448
[ "no_license" ]
[ { "path": "roles/wsl/tasks/main.yml", "content": "---\n- name: Install WSL-specific packages\n apt:\n name: \"{{ wsl_specific_packages }}\"\n state: present\n update_cache: yes\n become: yes\n\n- name: Setup GitHub CLI repository\n block:\n - name: Add GitHub CLI repository key\n get_url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2835, "all_permissive": false }
ansible_role
eunji1002/Ansible
22a8d6d0cbf7beb2f573a5ca0020db311be6572a
0
my-ansible/CHAPTER10/roles/myroles.nfs_client
7,448
[ "no_license" ]
[ { "path": "my-ansible/CHAPTER10/roles/myroles.nfs_client/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - myroles.nfs_client\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "my-ansible/CHAPTER10/roles/myro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 735, "all_permissive": false }
ansible_role
eunji1002/Ansible
22a8d6d0cbf7beb2f573a5ca0020db311be6572a
0
my-ansible/CHAPTER9/roles/myrole.chrony
7,448
[ "no_license" ]
[ { "path": "my-ansible/CHAPTER9/roles/myrole.chrony/tasks/main.yml", "content": "---\n# tasks file for myrole.chrony\n\n\n- name: Import playbook\n ansible.builtin.include_tasks:\n file: \"{{ ansible_facts.distribution }}.yml\"\n\n\n- name: Copy chrony config file when Rocky\n ansible.builtin.template:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 441, "all_permissive": false }
ansible_role
vineeth-pgmr/EX294
285b04c7061a9d471fb6c8a3c5c0c7224b23fe4f
1
practice/playbooks/roles/haproxy
7,448
[ "no_license" ]
[ { "path": "practice/playbooks/roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for haproxy\n\n\r\n- name: my package\r\n\n package:\r\n\n name: \"haproxy\"\r\n\n state: present\r\n- name: my conf file copy\r\n\n template:\r\n \n src: \"haproxy.cfg.j2\"\r\n\n dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 633, "all_permissive": false }
ansible_role
s-vincent/vagrant-ansible
ac520727f68fd22a7d1dafd15c1e9de60e2cd26a
0
provisioning/roles/common
7,448
[ "no_license" ]
[ { "path": "provisioning/roles/common/meta/main.yml", "content": "---\ndependencies:\n - { role: common_debian, when: \"ansible_os_family == 'Debian'\" }\n - { role: common_redhat, when: \"ansible_os_family == 'RedHat'\" }\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 603, "all_permissive": false }
ansible_role
s-vincent/vagrant-ansible
ac520727f68fd22a7d1dafd15c1e9de60e2cd26a
0
provisioning/roles/common_debian
7,448
[ "no_license" ]
[ { "path": "provisioning/roles/common_debian/tasks/update.yml", "content": "---\n- name: Update apt-packages index (Debian)\n apt:\n update_cache: yes\n\n- name: Upgrade apt-packages (Debian)\n apt:\n upgrade: dist\n\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": 141, "all_permissive": false }
ansible_role
s-vincent/vagrant-ansible
ac520727f68fd22a7d1dafd15c1e9de60e2cd26a
0
provisioning/roles/common_redhat
7,448
[ "no_license" ]
[ { "path": "provisioning/roles/common_redhat/tasks/update.yml", "content": "---\n- name: Add EPEL repository (RedHat)\n yum:\n name: epel-release\n\n- name: Upgrade yum-packages (RedHat)\n yum:\n name: '*'\n state: latest\n update_cache: true\n\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
s-vincent/vagrant-ansible
ac520727f68fd22a7d1dafd15c1e9de60e2cd26a
0
provisioning/roles/web
7,448
[ "no_license" ]
[ { "path": "provisioning/roles/web/templates/virtualhost.conf.j2", "content": "<VirtualHost *:80>\n ServerAdmin webmaster@localhost\n DocumentRoot {{ apache2_document_root }}\n</VirtualHost>\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 1826, "all_permissive": false }
ansible_role
bwalia/opsapi
724813312baba89bb548e2746fab384ef78d9d43
0
devops/ansible/roles/cdn-pop
7,448
[ "no_license" ]
[ { "path": "devops/ansible/roles/cdn-pop/defaults/main.yml", "content": "---\n# defaults file for cdn-pop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "devops/ansible/roles/cdn-pop/tasks/main.yml", "content": " - name: Install luarocks\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 267, "all_permissive": false }
ansible_role
bwalia/opsapi
724813312baba89bb548e2746fab384ef78d9d43
0
devops/ansible/roles/cloudflare
7,448
[ "no_license" ]
[ { "path": "devops/ansible/roles/cloudflare/defaults/main.yml", "content": "---\nCLOUDFLARE_RECORD_TYPE: A\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "devops/ansible/roles/cloudflare/README.md", "content": "# Cloudflare API\n\n## Configura...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1663, "all_permissive": false }
ansible_role
bwalia/opsapi
724813312baba89bb548e2746fab384ef78d9d43
0
devops/ansible/roles/luarocks
7,448
[ "no_license" ]
[ { "path": "devops/ansible/roles/luarocks/templates/cdn-dependencies.sh.j2", "content": "#!/bin/bash\n\n# For ubuntu 22 or above\nif (lsb_release -r | grep -q \"22\"); then\n echo \"Ubuntu 22 or above\"\n<<<<<<< HEAD\n=======\n rm -f /usr/share/keyrings/openresty.gpg\n wget -O - https://openresty.org/pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 14783, "all_permissive": false }
ansible_role
bwalia/opsapi
724813312baba89bb548e2746fab384ef78d9d43
0
devops/ansible/roles/ubuntu
7,448
[ "no_license" ]
[ { "path": "devops/ansible/roles/ubuntu/tasks/main.yml", "content": " - name: Update and upgrade apt packages\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 \n tags: [ubuntu]\n - name: Install dependency packages for installing openresty\n apt:\n name: \"{{ item }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 397, "all_permissive": false }
ansible_role
bwalia/opsapi
724813312baba89bb548e2746fab384ef78d9d43
0
devops/ansible/roles/varnish_cache
7,448
[ "no_license" ]
[ { "path": "devops/ansible/roles/varnish_cache/templates/conf/root.vcl", "content": "vcl 4.1;\n\nbackend default {\n .host = \"{{ varnish_cache_vcl_host }}\";\n .port = \"{{ varnish_cache_existing_webserver_vcl_port }}\";\n}\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 11007, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/autGov
7,448
[ "no_license" ]
[ { "path": "roles/autGov/tasks/main.yml", "content": "- name: Check if flatpak is installed\n shell: flatpak list --app | grep pt.gov.autenticaca\n ignore_errors: true \n register: flatpak_check\n \n- name: Download and Install flatpak\n become: yes\n block:\n - name: Download flatpak\n get_url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/docker
7,448
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n dnf:\n name: dnf-plugins-core\n state: present\n\n- name: Ensure old versions of Docker are not installed.\n package:\n name:\n - docker\n - docker-common\n - docker-engine\n state: absent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1639, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/firefox
7,448
[ "no_license" ]
[ { "path": "roles/firefox/defaults/main.yml", "content": "profile_names:\n - personal\n - work", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/firefox/tasks/main.yml", "content": "---\n- name: Check if Firefox is installed\n ansible.bui...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 26120, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/flatpak-apps
7,448
[ "no_license" ]
[ { "path": "roles/flatpak-apps/vars/main.yml", "content": "---\nflatpak_apps:\n - org.gnome.World.PikaBackup\n - net.nokyan.Resources\n - org.onlyoffice.desktopeditors\n - org.mozilla.Thunderbird\n - org.chromium.Chromium\n - com.getpostman.Postman\n - md.obsidian.Obsidian\n - com.todoist.Todoist\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1047, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/gnome
7,448
[ "no_license" ]
[ { "path": "roles/gnome/tasks/main.yml", "content": "---\n- name: Install gnome-tweaks\n become: true\n dnf:\n name: gnome-tweaks\n state: present\n\n- name: Install psutil\n become: true \n pip: \n name: psutil\n state: present\n\n- name: Configure dark mode\n become: true\n become_user: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5363, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/gnome-extensions
7,448
[ "no_license" ]
[ { "path": "roles/gnome-extensions/vars/main.yml", "content": "---\ngnome_extension_ids:\n - 36 # lock keys\n - 97 # coverflow alt tab\n - 517 # caffeine\n - 615 # tray icons\n - 1319 # GS connect\n - 1460 # vitals\n - 1804 # service monitor\n - 2992 # IdeaPad\n - 319...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2353, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/jetbrains-toolbox
7,448
[ "no_license" ]
[ { "path": "roles/jetbrains-toolbox/defaults/main.yml", "content": "jetbrains_toolbox_version: latest\ndownload_dir: /tmp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/jetbrains-toolbox/tasks/main.yml", "content": "---\n- name: Get avail...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2065, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/kathara
7,448
[ "no_license" ]
[ { "path": "roles/kathara/defaults/main.yml", "content": "download_dir: /tmp\nrpm_path: \"{{ download_dir }}/kathara-latest-x86_64.rpm\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/kathara/tasks/main.yml", "content": "---\n- name: Fetc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 854, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/lamp
7,448
[ "no_license" ]
[ { "path": "roles/lamp/tasks/mysql.yml", "content": "---\n# Variable configuration.\n- name: Include OS-specific variables.\n ansible.builtin.include_vars: \"{{ item }}\"\n with_first_found:\n - files:\n - \"vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml\"\n - \"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10431, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/nodejs
7,448
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Ensure curl is installed\n dnf:\n name: curl\n state: present\n\n- name: Download and install NVM\n shell: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash\n args:\n creates: \"{{ ansible_env.HOME }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/postman-fix
7,448
[ "no_license" ]
[ { "path": "roles/postman-fix/tasks/main.yml", "content": "---\n- name: Install openssl if not present\n dnf:\n name: openssl\n state: present\n\n- name: Create Postman proxy directory\n become: true\n become_user: \"{{ user }}\"\n file:\n path: \"/home/{{ user }}/.var/app/com.getpostman.Postman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 814, "all_permissive": false }
ansible_role
carlosgalves/linux-config
2520c63b818e684a1112aed20275534abfef09e7
0
roles/python
7,448
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Check if Python is installed\n become: true\n command: python3 --version\n register: python_version\n ignore_errors: true\n\n- name: Install Python on Fedora\n become: true\n package:\n name: python3\n state: present\n when: ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }