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
UL-FRI/classroom
3265465b490ef2aacd7e5a7844e3721ef4376b78
0
roles/vivado
7,670
[ "no_license" ]
[ { "path": "roles/vivado/tasks/main_lin.yml", "content": "# TODO pripravi install Vivado\n# https://www.xilinx.com/member/forms/download/xef.html?filename=Xilinx_Unified_2022.1_0420_0327_Lin64.bin\n- name: Install Vivado\n debug:\n msg: \"Install Vivado, rodistvori dodatnih 70+G diska na računalnik\"\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
UL-FRI/classroom
3265465b490ef2aacd7e5a7844e3721ef4376b78
0
roles/vlc
7,670
[ "no_license" ]
[ { "path": "roles/vlc/tasks/main_lin.yml", "content": "- name: Install VLC\n apt:\n name: vlc\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 59, "all_permissive": false }
ansible_role
UL-FRI/classroom
3265465b490ef2aacd7e5a7844e3721ef4376b78
0
roles/vscode
7,670
[ "no_license" ]
[ { "path": "roles/vscode/tasks/vscode_extensions.yml", "content": "VSCode_Extensions:\n - VisualStudioExptTeam.vscodeintellicode\n - AmauryRabouan.new-vsc-prolog\n - eamodio.gitlens\n - ms-dotnettools.csdevkit # IS-63714\n - ms-python.python\n - ms-vscode.cpptools\n - franneck94.c-cpp-runner\n - ritw...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1356, "all_permissive": false }
ansible_role
UL-FRI/classroom
3265465b490ef2aacd7e5a7844e3721ef4376b78
0
roles/webstorm
7,670
[ "no_license" ]
[ { "path": "roles/webstorm/tasks/main_win.yml", "content": "- name: Set WebStorm version\n set_fact:\n target_version: \"2023.2.1\"\n# TODO: nekako namesti webstorm\n#\n- name: Install WebStorm (not)\n debug:\n msg: \"Do not install WebStorm since we do not have the licenses yet\"\n #win_package:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 991, "all_permissive": false }
ansible_role
UL-FRI/classroom
3265465b490ef2aacd7e5a7844e3721ef4376b78
0
roles/wget
7,670
[ "no_license" ]
[ { "path": "roles/wget/tasks/main_win.yml", "content": "- name: Install wget\n win_chocolatey:\n name: wget\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/wget/tasks/main_lin.yml", "content": "- name: Install wget\n apt:\n name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 115, "all_permissive": false }
ansible_role
UL-FRI/classroom
3265465b490ef2aacd7e5a7844e3721ef4376b78
0
roles/wireshark
7,670
[ "no_license" ]
[ { "path": "roles/wireshark/tasks/main_lin.yml", "content": "- name: Enable non-privileged users to run wireshark\n ansible.builtin.debconf:\n name: wireshark\n question: wireshark-common/install-setuid\n value: true\n vtype: boolean\n- name: \"Install Wireshark\"\n apt:\n name: wireshark\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
UL-FRI/classroom
3265465b490ef2aacd7e5a7844e3721ef4376b78
0
roles/xampp
7,670
[ "no_license" ]
[ { "path": "roles/xampp/tasks/main_lin.yml", "content": "- name: Install XAMPP\n debug:\n msg: Namesto XAMPP bi verjetno LAMP?\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
UL-FRI/classroom
3265465b490ef2aacd7e5a7844e3721ef4376b78
0
roles/xgboost
7,670
[ "no_license" ]
[ { "path": "roles/xgboost/tasks/main_win.yml", "content": "- name: Install xgboost\n win_command: pip install xgboost\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 60, "all_permissive": false }
ansible_role
ogelbukh/metal3-io-playbooks
b5f0f0eb4c013402dcae4d75e9b04a53499483cb
0
roles/go
7,670
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yaml", "content": "---\n\n- name: Get Go Release\n become: true\n unarchive:\n src: https://dl.google.com/go/go1.12.2.linux-amd64.tar.gz\n dest: /usr/local/\n remote_src: yes\n\n- name: Add the Go bin directory to the PATH environment variable for all users\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
ogelbukh/metal3-io-playbooks
b5f0f0eb4c013402dcae4d75e9b04a53499483cb
0
roles/hosts
7,670
[ "no_license" ]
[ { "path": "roles/hosts/tasks/vbmc.yaml", "content": "---\n\n- name: \"IMPI config for {{defined_nodes['nodes'][outer_item].name }}\"\n set_fact:\n impi_params: \"{{defined_nodes['nodes'][outer_item].ipmi}}\"\n\n- name: \"IMPI ip for {{defined_nodes['nodes'][outer_item].name }}\"\n set_fact:\n impi_i...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10591, "all_permissive": false }
ansible_role
ogelbukh/metal3-io-playbooks
b5f0f0eb4c013402dcae4d75e9b04a53499483cb
0
roles/libvirt
7,670
[ "no_license" ]
[ { "path": "roles/libvirt/tasks/main.yaml", "content": "---\n- block:\n - name: Ensuring Libvirt, Qemu and support packages are present\n become: true\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'\n yum:\n name:\n - libguestfs-tools\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
ogelbukh/metal3-io-playbooks
b5f0f0eb4c013402dcae4d75e9b04a53499483cb
0
roles/ovs
7,670
[ "no_license" ]
[ { "path": "roles/ovs/tasks/main.yaml", "content": "---\n- block:\n - name: Add CentOS-7 - OpenStack stein repo (disabled)\n become: true\n yum_repository:\n name: centos-openstack-stein\n description: CentOS-7 - OpenStack stein\n baseurl: http://mirror.centos.org/$contentdir/$releaseve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 657, "all_permissive": false }
ansible_role
ogelbukh/metal3-io-playbooks
b5f0f0eb4c013402dcae4d75e9b04a53499483cb
0
roles/vbmc
7,670
[ "no_license" ]
[ { "path": "roles/vbmc/templates/ipmi.sh.j2", "content": "#!/bin/bash\n\n# Usage: ./ipmi.sh master-0-0 power status\n\nNODE=\"$1\"\nNODES_CONFIG=\"/tmp/nodes.yaml\"\n\nif ! [[ $(yq -r \".nodes[] | select(.name == \\\"${NODE}\\\")\" ${NODES_CONFIG}) ]]; then\n echo \"Node ${NODE} is not known, sorry, you can...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2675, "all_permissive": false }
ansible_role
norab0/ansible-postgresql-project
ba72bca45ac6bdaa92adc8b697f54557c6fac61a
0
roles/gitlab
7,670
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yml", "content": "- name: Install Gitlab dependencies\n apt:\n name:\n - ca-certificates\n - curl\n - openssh-server\n - postfix\n state: present\n become: true\n\n- name: Add GitLab repository\n shell: curl -sS https://packages.gitlab.com/inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
bwilcock/Ansible-Playbook
8a2e30863a65ecce0a3fd2d4fae3af4d3f4a93d0
0
roles/cisco
7,670
[ "no_license" ]
[ { "path": "roles/cisco/tasks/main.yml", "content": "---\n- name: Show prechange status\n nx0s_command:\n host: '{{ inventory_hostname }}'\n commands:\n - show version\n - show ip interface brief\n - show ip route summary\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 270, "all_permissive": false }
ansible_role
AOGPN/server
dd7012503356b0ad988e5678159f3389c44db3ca
0
roles/discourse
7,670
[ "no_license" ]
[ { "path": "roles/discourse/vars/main.yml", "content": "---\ndiscourse_server_name: forum.opengovernment.org.au\ndiscourse_developer_emails: <EMAIL>\ncuttlefish_server: cuttlefish.oaf.org.au\ncuttlefish_username: \"{{ encrypted_cuttlefish_username }}\"\ncuttlefish_password: \"{{ <PASSWORD>_cuttlefish_passwor...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3375, "all_permissive": false }
ansible_role
AOGPN/server
dd7012503356b0ad988e5678159f3389c44db3ca
0
roles/users
7,670
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- name: download pubkey from GitHub and placed as authorized_keys\n get_url: url=https://github.com/{{ item }}.keys dest=/tmp/{{ item }}.github_authorized_keys\n delegate_to: localhost\n sudo: false\n with_items: github_users\n\n- name: Create authoriz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 670, "all_permissive": false }
ansible_role
DudeCalledBro/home-pi
49988b0113614e88f819304c2b43b608c84d0092
0
roles/homeassistant
7,670
[ "no_license" ]
[ { "path": "roles/homeassistant/handlers/main.yml", "content": "- name: Restart homeassistant container\n ansible.builtin.command: >-\n docker compose --ansi never --progress plain restart\n args:\n chdir: \"{{ homeassistant_docker_path }}\"\n changed_when: true\n listen: restart homeassistant\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2978, "all_permissive": false }
ansible_role
DudeCalledBro/home-pi
49988b0113614e88f819304c2b43b608c84d0092
0
roles/mosquitto
7,670
[ "no_license" ]
[ { "path": "roles/mosquitto/handlers/main.yml", "content": "---\n- name: Restart mosquitto container\n ansible.builtin.command:\n cmd: docker compose --ansi never --progress plain restart\n chdir: \"{{ mosquitto_docker_path }}\"\n changed_when: true\n listen: restart mosquitto\n", "license_type"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3576, "all_permissive": false }
ansible_role
DudeCalledBro/home-pi
49988b0113614e88f819304c2b43b608c84d0092
0
roles/zigbee2mqtt
7,670
[ "no_license" ]
[ { "path": "roles/zigbee2mqtt/templates/configuration.yaml.j2", "content": "{{ ansible_managed | comment }}\n---\nversion: 4\nmqtt:\n # Required: MQTT server URL (use mqtts:// for SSL/TLS connection)\n server: {{ zigbee2mqtt_docker_mqtt_server }}\n # Optional: MQTT base topic for Zigbee2MQTT MQTT messages...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4750, "all_permissive": false }
ansible_role
wadeliu101/keptn-example
4baf4d5c7e8e2993ec4657ae9fef781b994cd89a
0
tutorial/roles/keptn_full_tour_to_promethues
7,670
[ "no_license" ]
[ { "path": "tutorial/roles/keptn_full_tour_to_promethues/tasks/main.yml", "content": "---\n# tasks file for roles/keptn_full_tour_to_promethues\n- name: Configure Istio\n block:\n - command: kubectl -n istio-system get service istio-ingressgateway --output jsonpath='{.status.loadBalancer.ingress[0].ip}'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 8198, "all_permissive": false }
ansible_role
jmaducal12/Aducal_Activity-14
a9b2e1f57e3b6ff6dd352b01da0e6ba77b9a89b4
0
roles/Compute
7,673
[ "no_license" ]
[ { "path": "roles/Compute/tasks/main.yml", "content": "- name: Install Nova services in Compute Node\n command: yum install openstack-nova-compute -y --skip-broken\n when: ansible_distribution == \"CentOS\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
jmaducal12/Aducal_Activity-14
a9b2e1f57e3b6ff6dd352b01da0e6ba77b9a89b4
0
roles/Controller
7,673
[ "no_license" ]
[ { "path": "roles/Controller/tasks/main.yml", "content": "- name: Install Keystone in Controller Node\n apt:\n name:\n - keystone\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install Nova services in Controller Node\n apt:\n name:\n - nova-api\n - nova-cond...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
jmaducal12/Aducal_Activity-14
a9b2e1f57e3b6ff6dd352b01da0e6ba77b9a89b4
0
roles/Object_Storage
7,673
[ "no_license" ]
[ { "path": "roles/Object_Storage/tasks/main.yml", "content": "- name: Install Glance in Object Storage Node\n apt:\n name:\n - glance\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
zupm-dot/network-automation
e4a30c64abc1700b09e5cb33273aa8149ad49388
0
ansible/roles/standard-certificate.f5.com
7,673
[ "no_license" ]
[ { "path": "ansible/roles/standard-certificate.f5.com/tasks/main.yml", "content": "---\n- block:\n - name: Show Active Status\n bigip_command:\n provider: \"{{ provider }}\"\n commands: show /cm failover-status\n register: failover\n\n - name: Active Status Assertion\n asse...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1650, "all_permissive": false }
ansible_role
zupm-dot/network-automation
e4a30c64abc1700b09e5cb33273aa8149ad49388
0
ansible/roles/standard-service.f5.com
7,673
[ "no_license" ]
[ { "path": "ansible/roles/standard-service.f5.com/defaults/main.yml", "content": "---\n# Core service identity\nservice_name: standard-service.f5.com\ndomain: f5.com\npartition: Common\nservice_port: 443\n\n# Monitor\nmonitor_send: \"GET \\\\r\\\\n\"\nmonitor_receive: \"200 OK\"\nmonitor_interval: 5\nmonitor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3229, "all_permissive": false }
ansible_role
zupm-dot/network-automation
e4a30c64abc1700b09e5cb33273aa8149ad49388
0
ansible/roles/stardard-intcfg.cisco.com
7,673
[ "no_license" ]
[ { "path": "ansible/roles/stardard-intcfg.cisco.com/defaults/main.yml", "content": "interface: GigabitEthernet1\ndescription: Uplink to Core\nip_address: 192.168.1.1\nsubnet_mask: 255.255.255.0\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 220, "all_permissive": false }
ansible_role
Devopsnikhil4/practice
cd1b981c56f8634a91362007002f6061872ba47f
0
roles/Frontend
7,673
[ "no_license" ]
[ { "path": "roles/Frontend/vars/main.yml", "content": "COMPONENT: Frontend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "roles/Frontend/tasks/main.yml", "content": "- name: Printing Hello From Play1\n ansible.builtin.debug:\n msg: Hello fr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 113, "all_permissive": false }
ansible_role
rnnds/development-setup
0f7a509d3943d8fabd0927489bbfae9c82838ae3
0
roles/gantsign.maven
7,673
[ "no_license" ]
[ { "path": "roles/gantsign.maven/tasks/create-symbolic-links.yml", "content": "---\n- name: install mvn link\n become: yes\n file:\n state: link\n force: yes\n src: '{{ maven_install_dir }}/apache-maven-{{ maven_version }}/bin/mvn'\n dest: '/usr/local/bin/mvn'\n owner: root\n # Use group ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2680, "all_permissive": false }
ansible_role
rnnds/development-setup
0f7a509d3943d8fabd0927489bbfae9c82838ae3
0
roles/node
7,673
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: Ensure make is installed\n apt: pkg=make state=latest\n\n- name: Ensure git is installed\n apt: pkg=git-core state=latest\n\n- name: Download n\n git: repo=https://github.com/visionmedia/n dest=/tmp/n\n\n- name: Install n\n command: make -C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
Liglig14/CPE212ACT8.1
b6e5f21b58b56ed109fa1eb0be31cd38e80aa022
0
roles/workstations
7,673
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "---\n - name: Install requirements for CentOS\n yum:\n name:\n - gcc\n - make\n - glibc-devel\n - glibc\n - wget\n - unzip\n - httpd\n - php\n - gd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1572, "all_permissive": false }
ansible_role
turboBasic/ansible
14876afa68c7952c9d5c128651955b71e92d861c
0
ansible/roles/common
7,675
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "---\n\n- name: Remove packages\n ansible.builtin.package:\n state: absent\n name: '{{ item }}'\n with_items:\n - command-not-found\n - thunderbird\n\n- name: Install common utils\n ansible.builtin.package:\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
turboBasic/ansible
14876afa68c7952c9d5c128651955b71e92d861c
0
ansible/roles/devpc
7,675
[ "no_license" ]
[ { "path": "ansible/roles/devpc/defaults/main.yaml", "content": "---\n\n# Visual Studio Code version number (defaults to the latest version)\nvisual_studio_code_version: ''\n\n# Build (either 'stable' or 'insiders') https://code.visualstudio.com/insiders/\nvisual_studio_code_build: stable\n\n...\n", "lic...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4307, "all_permissive": false }
ansible_role
turboBasic/ansible
14876afa68c7952c9d5c128651955b71e92d861c
0
ansible/roles/information_worker
7,675
[ "no_license" ]
[ { "path": "ansible/roles/information_worker/tasks/main.yaml", "content": "---\n\n- name: Install generic information-worker software from Apt repositories\n ansible.builtin.package:\n state: present\n name: '{{ item }}'\n with_items:\n - copyq\n - flameshot\n - gimp\n - lastpass-cli\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 644, "all_permissive": false }
ansible_role
turboBasic/ansible
14876afa68c7952c9d5c128651955b71e92d861c
0
ansible/roles/microsoft_repos
7,675
[ "no_license" ]
[ { "path": "ansible/roles/microsoft_repos/tasks/main.yaml", "content": "---\n\n- ansible.builtin.apt_key:\n url: '{{ microsoft_packages_server }}/keys/microsoft.asc'\n keyring: microsoft\n state: present\n become: yes\n\n- ansible.builtin.apt_repository:\n repo: 'deb [arch=amd64] {{ microsoft_pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 816, "all_permissive": false }
ansible_role
turboBasic/ansible
14876afa68c7952c9d5c128651955b71e92d861c
0
ansible/roles/node
7,675
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yaml", "content": "---\n\n- name: Install Node\n ansible.builtin.package:\n state: present\n name: '{{ item }}'\n with_items:\n - nodejs\n - npm\n when: install_nodejs_using_package_manager\n\n- name: nvm\n ansible.builtin.shell: >\n curl --output ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 613, "all_permissive": false }
ansible_role
turboBasic/ansible
14876afa68c7952c9d5c128651955b71e92d861c
0
ansible/roles/python
7,675
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/pyenv.yaml", "content": "---\n\n- name: pyenv\n ansible.builtin.shell: >\n curl https://pyenv.run | bash\n args:\n creates: \"{{ ansible_env.HOME }}/.pyenv/libexec/pyenv\"\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 638, "all_permissive": false }
ansible_role
turboBasic/ansible
14876afa68c7952c9d5c128651955b71e92d861c
0
ansible/roles/vpn_client
7,675
[ "no_license" ]
[ { "path": "ansible/roles/vpn_client/tasks/main.yaml", "content": "---\n\n- name: Install dependencies of Cisco Anyconnect VPN Client\n ansible.builtin.package:\n state: present\n name: '{{ item }}'\n with_items:\n - libcanberra-gtk-module\n - libgtk2.0-0\n - libpangox-1.0-0\n\n...\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
turboBasic/ansible
14876afa68c7952c9d5c128651955b71e92d861c
0
ansible/roles/yocto
7,675
[ "no_license" ]
[ { "path": "ansible/roles/yocto/tasks/main.yaml", "content": "---\n\n- name: Install Yocto development tools\n ansible.builtin.package:\n state: present\n name: '{{ item }}'\n with_items:\n - build-essential\n - chrpath\n - cpio\n - debianutils\n - diffstat\n - gcc-multilib\n - i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/backup
7,675
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "- name: Install restic\n become: yes\n apt:\n name: \n - restic\n - nfs-common\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/cli-tools
7,675
[ "no_license" ]
[ { "path": "roles/cli-tools/defaults/main.yml", "content": "bat_version: 0.18.0\ngotop_version: 4.1.1\nctop_version: 0.7.5\nvegeta_version: 12.8.4\ndocker_aliases_version: 0.4.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/cli-tools/task...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 5380, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/docker
7,675
[ "no_license" ]
[ { "path": "roles/docker/tasks/ubuntu.yml", "content": "- name: Install docker gpg key (Ubuntu)\n become: yes\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n\n- name: Capture lsb release (Ubuntu)\n shell: lsb_release -cs\n register: lsbrelease\n changed_when: False\n\n- name: Remove ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2097, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/git
7,675
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Install git (Arch)\n become: yes\n pacman:\n name: \n - git\n - git-crypt\n when: ansible_distribution == \"Archlinux\"\n\n- name: Install git related tools (Ubuntu)\n become: yes\n apt:\n name: \n - git\n - git-crypt\n when: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1083, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/golang
7,675
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "- name: Install go 1.16 (Linux)\n become: yes\n snap:\n classic: yes\n channel: 1.16/stable\n name: go\n when: ansible_distribution == \"Ubuntu\" or ansible_distribution == \"Archlinux\"\n\n- name: Install go and required tools (MacOSX)\n hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 947, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/gpg
7,675
[ "no_license" ]
[ { "path": "roles/gpg/tasks/main.yml", "content": "- name: Install gpg (Arch)\n become: yes\n pacman:\n name: gnupg\n when: ansible_distribution == \"Archlinux\"\n\n- name: Install gpg (Ubuntu)\n become: yes\n apt:\n name: \n - gnupg\n - pcscd\n - scdaemon\n when: ansible_distribution ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/hid_apple
7,675
[ "no_license" ]
[ { "path": "roles/hid_apple/tasks/main.yml", "content": "- name: Configure apple keyboard (Ubuntu)\n include: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/hid_apple/tasks/ubuntu.yml...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 402, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/idea
7,675
[ "no_license" ]
[ { "path": "roles/idea/tasks/main.yml", "content": "- name: Install Intellij Idea Ultimate on Linux\n include: linux.yml\n become: yes\n when: ansible_system == \"Linux\"\n\n- name: Install Intellij Idea Ultimate (MacOSX)\n homebrew_cask:\n name: intellij-idea\n when: ansible_distribution == \"MacOSX...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 655, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/java
7,675
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "- name: Install java and maven (Arch)\n become: yes\n pacman:\n name:\n - jdk8-openjdk\n - jdk11-openjdk\n - maven\n when: ansible_distribution == \"Archlinux\"\n\n- name: Install java and maven (Ubuntu)\n become: yes\n apt:\n name:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1055, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/k8s
7,675
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yml", "content": "- name: Install k8s tools (Linux)\n include: linux.yml\n when: ansible_system == \"Linux\"\n\n- name: Install k8s tools (MacOSX)\n include: osx.yml\n when: ansible_distribution == \"MacOSX\"\n\n- name: Install kube-cleaner\n include: kube-cleaner.yml\n"...
{ "task_files": 12, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 6865, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/mercurial
7,675
[ "no_license" ]
[ { "path": "roles/mercurial/tasks/main.yml", "content": "- name: Install mercurial (Arch)\n become: yes\n pacman:\n name: mercurial\n when: ansible_distribution == \"Archlinux\"\n\n- name: Install mercurial (Ubuntu)\n become: yes\n apt:\n name: mercurial\n when: ansible_distribution == \"Ubuntu\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/node
7,675
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- name: Install node (Linux)\n become: yes\n snap:\n name: node\n classic: yes\n channel: 14/stable\n when: ansible_system == \"Linux\"\n\n- name: Remove node 10 (MacOSX)\n homebrew:\n name: node@10\n state: absent\n when: ansible_distri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/packer
7,675
[ "no_license" ]
[ { "path": "roles/packer/tasks/linux.yml", "content": "- name: Register file\n stat:\n path: /usr/local/bin/packer\n register: packer\n changed_when: False\n\n- name: Download packer\n get_url:\n url: https://releases.hashicorp.com/packer/{{ packer_version }}/packer_{{ packer_version }}_linux_amd64...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 806, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/recording
7,675
[ "no_license" ]
[ { "path": "roles/recording/tasks/arch.yml", "content": "- name: Install screen recording packages (Arch)\n become: yes\n pacman:\n name:\n # gif image optimization\n - gifsicle \n # gif screen recording\n - peek\n when: ansible_distribution == \"Archlinux\"\n\n# install kazam\n\n- name: In...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2407, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/snap
7,675
[ "no_license" ]
[ { "path": "roles/snap/tasks/main.yml", "content": "- name: Install snapd package\n become: yes\n pacman:\n name: snapd\n when: ansible_distribution == \"Archlinux\"\n\n- name: Start snapd\n become: yes\n systemd:\n name: snapd.socket\n enabled: yes\n state: started\n when: ansible_system =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/terraform
7,675
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "- name: Install terraform (Linux)\n include: linux.yml\n when: ansible_system == \"Linux\"\n\n- name: Install terraform (MacOSX)\n homebrew:\n name: terraform\n when: ansible_distribution == \"MacOSX\"\n", "license_type": "no_license", "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 861, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/tmux
7,675
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "- name: Install tmux and required dependencies (Arch)\n become: yes\n pacman:\n name: tmux\n when: ansible_distribution == \"Archlinux\"\n\n- name: Install tmux and required dependencies (Ubuntu)\n become: yes\n apt:\n name: tmux\n when: ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1075, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/trivy
7,675
[ "no_license" ]
[ { "path": "roles/trivy/tasks/main.yml", "content": "- name: Install trivy (Ubuntu)\n include: ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/trivy/tasks/ubuntu.yml", "content": "-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 606, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/vagrant
7,675
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/arch.yml", "content": "- name: Get installed version\n shell: pacman -Q --info hashicorp-vagrant | grep Version | awk -F':' '{print $NF}' | awk -F'-' '{print $1}'\n register: vagrant\n changed_when: False\n\n- name: Download vagrant package\n get_url:\n url: https://rel...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1539, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/vim
7,675
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "- name: Install vim (Arch)\n become: yes\n pacman:\n name: vim\n when: ansible_distribution == \"Archlinux\"\n\n- name: Install vim (Ubuntu)\n become: yes\n apt:\n name: vim\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install vim (MacOS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/virtualbox
7,675
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/ubuntu.yml", "content": "- name: Install virtualbox gpg key (Ubuntu)\n become: yes\n apt_key:\n url: \"{{ item }}\"\n with_items:\n - https://www.virtualbox.org/download/oracle_vbox.asc\n - https://www.virtualbox.org/download/oracle_vbox_2016.asc\n\n- name: Capture ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1225, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/vscode
7,675
[ "no_license" ]
[ { "path": "roles/vscode/tasks/ubuntu.yml", "content": "- name: Remove old snap installation (Ubuntu)\n snap:\n name: code\n state: absent\n\n- name: Install vscode gpg key (Ubuntu)\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: Install vscode apt repository (Ubuntu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1370, "all_permissive": false }
ansible_role
sdorra/devboxes
8253db40d87b3f5bfb18153b1574fe2c69907429
22
roles/zsh
7,675
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- name: Install zsh and required dependencies (Arch)\n become: yes\n pacman:\n name:\n - zsh\n - python3\n - python-pip\n - fzf\n when: ansible_distribution == \"Archlinux\"\n\n- name: Install zsh and required dependencies (Ubuntu)\n becom...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5460, "all_permissive": false }
ansible_role
kaiyasuda/ysetup
a840181700bb8383fa68891bd0c534cb514e2c76
0
roles/aliases
7,675
[ "no_license" ]
[ { "path": "roles/aliases/tasks/main.yml", "content": "- name: set aliases\n blockinfile:\n dest: /etc/bashrc\n marker: \"# {mark} YSETUP ALIASES SET\" \n insertafter: \"# BEGIN YSETUP ALIASES SET\"\n block: \n \"{{ item }}\"\n with_items:\n - \"{{ aliases }}\"\n\n- name: source bashrc\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 764, "all_permissive": false }
ansible_role
kaiyasuda/ysetup
a840181700bb8383fa68891bd0c534cb514e2c76
0
roles/vim
7,675
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "- name: git clone molokai\n git:\n repo: 'https://github.com/tomasr/molokai.git'\n dest: \"{{ item }}\"\n with_items:\n - /root/.vim\n - /home/vagrant/.vim\n\n- name: make config file \"/etc/vimrc\"\n template:\n src: vimrc.j2\n dest: /e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 512, "all_permissive": false }
ansible_role
fliiiix/lxd-cluster
30127bc9e3e074f80125625cb04f2303afd159e0
5
ansible/roles/lxd
7,675
[ "no_license" ]
[ { "path": "ansible/roles/lxd/templates/lxd-cluster-config.yml.j2", "content": "cluster:\n enabled: true\n server_name: \"{{ansible_hostname}}\"\n server_address: \"{{ ansible_eth1.ipv4.address }}:8443\"\n cluster_address: \"192.168.10.10:8443\"\n cluster_certificate: | \n{{ lxd_cluster_crt | indent( wi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2857, "all_permissive": false }
ansible_role
fliiiix/lxd-cluster
30127bc9e3e074f80125625cb04f2303afd159e0
5
ansible/roles/system
7,675
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/main.yaml", "content": "---\n- name: update the apt package index i.e. apt-get update\n apt: update_cache=yes\n\n- name: Install vim\n ansible.builtin.package:\n name: vim", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
DevOpsGodd/Adgen-Ansible-Playbook
6fd857d1b20fcd5b56035add324f307a7f07adad
0
roles/app-backend
7,675
[ "no_license" ]
[ { "path": "roles/app-backend/templates/backend-service.j2", "content": "[Unit]\nDescription=Genz.ad Backend Service\nAfter=network.target postgresql.service redis-server.service\n\n[Service]\nUser={{ server_user }}\nGroup={{ server_user }}\nWorkingDirectory={{ backend_dir }}\nExecStart=/bin/bash -c 'source ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 609, "all_permissive": false }
ansible_role
DevOpsGodd/Adgen-Ansible-Playbook
6fd857d1b20fcd5b56035add324f307a7f07adad
0
roles/app-frontend
7,675
[ "no_license" ]
[ { "path": "roles/app-frontend/tasks/main.yml", "content": "- name: Configure PM2 to start on boot\n command: pm2 startup\n args:\n creates: /etc/systemd/system/pm2-{{ server_user }}.service\n become: yes\n\n- name: Check if frontend is already running in PM2\n shell: pm2 list | grep ai-adgen-frontend...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
DevOpsGodd/Adgen-Ansible-Playbook
6fd857d1b20fcd5b56035add324f307a7f07adad
0
roles/base-setup
7,675
[ "no_license" ]
[ { "path": "roles/base-setup/tasks/main.yml", "content": "- name: Install essential packages\n apt:\n name:\n - build-essential\n - git\n - curl\n - wget\n - vim\n - htop\n - ufw\n - software-properties-common\n - apt-transport-https\n - ca-certificates\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
DevOpsGodd/Adgen-Ansible-Playbook
6fd857d1b20fcd5b56035add324f307a7f07adad
0
roles/nginx
7,675
[ "no_license" ]
[ { "path": "roles/nginx/templates/backend.conf.j2", "content": "server {\n listen 80;\n server_name {{ api_subdomain }} {{ staging_api_subdomain }};\n\n location / {\n proxy_pass http://localhost:{{ backend_port }};\n proxy_http_version 1.1;\n proxy_set_header Upgrade $http_upgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2285, "all_permissive": false }
ansible_role
DevOpsGodd/Adgen-Ansible-Playbook
6fd857d1b20fcd5b56035add324f307a7f07adad
0
roles/postgres
7,675
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "- name: Add PostgreSQL repository key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n\n- name: Add PostgreSQL repository\n apt_repository:\n repo: \"deb http://apt.postgresql.org/pub/repos/apt/ {{ ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3545, "all_permissive": false }
ansible_role
DevOpsGodd/Adgen-Ansible-Playbook
6fd857d1b20fcd5b56035add324f307a7f07adad
0
roles/redis
7,675
[ "no_license" ]
[ { "path": "roles/redis/handlers/main.yml", "content": "- name: restart redis (first attempt)\n service:\n name: redis-server\n state: restarted\n ignore_errors: yes\n register: redis_restart_1\n\n- name: restart redis (second attempt)\n service:\n name: redis\n state: restarted\n ignore_err...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2465, "all_permissive": false }
ansible_role
LuckySB/ansible_bug_load_vars_from_yaml
67ef856e623a52e4c8f956c7e39ec3d0a552e181
0
roles/test
7,675
[ "no_license" ]
[ { "path": "roles/test/defaults/main.yml", "content": "number_float_var1: \"{{number_float_var|int}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/test/tasks/main.yml", "content": "- name: Load configs\n include_vars:\n file: con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 139, "all_permissive": false }
ansible_role
rduncan506/plusone
f5ce1fc65622dcee88f594135ac3d7e0203577c5
0
ansible/plusonedemo/roles/wildfly-standalone
7,675
[ "no_license" ]
[ { "path": "ansible/plusonedemo/roles/wildfly-standalone/templates/services.json", "content": "{\n \"hello-service\": {\n \"url\": \"http://{{ ansible_default_ipv4.address }}:8080/plusone-legacy-application/rest/hello\"\n },\n \"hola-service\": {\n \"url\": \"http://{{ ansible_default_ipv4.address }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1583, "all_permissive": false }
ansible_role
dschlyter/yada
151af8c52c7e64c10cd2130ab596bb485f6cbc0c
0
ansible/roles/yada
7,675
[ "no_license" ]
[ { "path": "ansible/roles/yada/vars/main.yml", "content": "---\nyada_pkg: \"github.com/dschlyter/yada/\"\nyada_src: \"{{ gopath }}/src/{{ yada_pkg }}\"\nservice_user: yada\nserver_name: matkop.{{ domain }}\nrevel_port: 9006\nwork_dir: \"/var/opt/lib/yada\"\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2008, "all_permissive": false }
ansible_role
mrreaper0/k8s-docker-jenkins
10c6a9f57747f46e25ffea1fa9758c71748cf90f
0
roles/create-docker-image
7,675
[ "no_license" ]
[ { "path": "roles/create-docker-image/tasks/main.yaml", "content": "- name: Log into private registry\n docker_login:\n username: sayedshalabi\n password: \"{{ <PASSWORD> }}\"\n reauthorize: yes\n become: yes\n\n- name: Build Image\n docker_image:\n name: \"{{ name_of_image }}\"\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 475, "all_permissive": false }
ansible_role
mrreaper0/k8s-docker-jenkins
10c6a9f57747f46e25ffea1fa9758c71748cf90f
0
roles/deploy-app-k8s
7,675
[ "no_license" ]
[ { "path": "roles/deploy-app-k8s/vars/main.yaml", "content": "deploy_file_path: K8s-files/nodejs-k8s-deploy.yaml\nservice_file_path: K8s-files/service-nodejs.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/deploy-app-k8s/tasks/main.yam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 203, "all_permissive": false }
ansible_role
three-consulting/office-kube
32b9ad6cdd6953ca13651492d79992245c91c015
4
cluster/setup/roles/configure_networking
7,675
[ "no_license" ]
[ { "path": "cluster/setup/roles/configure_networking/tasks/main.yml", "content": "---\n- name: Load br_netfilter for IPv4 forwarding and letting iptables see bridged traffic\n shell: modprobe br_netfilter\n\n- name: Set net.bridge.bridge-nf-call-iptables to 1\n shell: echo '1' > /proc/sys/net/ipv4/ip_forwa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
three-consulting/office-kube
32b9ad6cdd6953ca13651492d79992245c91c015
4
cluster/setup/roles/create_master
7,675
[ "no_license" ]
[ { "path": "cluster/setup/roles/create_master/tasks/main.yml", "content": "---\n- name: Init the master node\n become: true\n shell: kubeadm init --pod-network-cidr=10.244.0.0/16\n\n- name: Create user's .kube directory\n become: true\n become_user: ubuntu\n file:\n path: $HOME/.kube\n state: dire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 920, "all_permissive": false }
ansible_role
three-consulting/office-kube
32b9ad6cdd6953ca13651492d79992245c91c015
4
cluster/setup/roles/install_prerequisites
7,675
[ "no_license" ]
[ { "path": "cluster/setup/roles/install_prerequisites/tasks/main.yml", "content": "---\n- name: Update cache and install containerd\n apt:\n update_cache: true\n name: containerd={{ containerd_version }}\n state: present\n\n- name: Check if directory for containerd configuration exists\n stat:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2110, "all_permissive": false }
ansible_role
three-consulting/office-kube
32b9ad6cdd6953ca13651492d79992245c91c015
4
cluster/setup/roles/join_workers
7,675
[ "no_license" ]
[ { "path": "cluster/setup/roles/join_workers/tasks/main.yml", "content": "---\n- name: Join worker nodes to the cluster\n become: true\n shell: \"{{ hostvars['master'].join_command }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
three-consulting/office-kube
32b9ad6cdd6953ca13651492d79992245c91c015
4
cluster/setup/roles/label_nodes
7,675
[ "no_license" ]
[ { "path": "cluster/setup/roles/label_nodes/tasks/main.yml", "content": "- name: Label nodes\n become: false\n shell: |\n kubectl label node master node-role.kubernetes.io/master=master\n kubectl label node node-1 node-role.kubernetes.io/node=node\n kubectl label node node-2 node-role.kubernetes.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 307, "all_permissive": false }
ansible_role
sergiotm87/ansible-vagrant
88b3c58fe7bb59fcec393e040fc0f14320439492
0
roles/bind9
7,675
[ "no_license" ]
[ { "path": "roles/bind9/templates/example.com.j2", "content": "$TTL 86400\n@ IN SOA example.com. root.example.com. (\n 2 ; Serial\n 3600 ; Refresh\n 600 ; Retry\n 120 ; Expire\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 989, "all_permissive": false }
ansible_role
sergiotm87/ansible-vagrant
88b3c58fe7bb59fcec393e040fc0f14320439492
0
roles/mariadb
7,675
[ "no_license" ]
[ { "path": "roles/mariadb/defaults/main.yml", "content": "---\n# defaults file for mariadb\nwp_mysql_db: wordpress\nwp_mysql_user: wordpress\nwp_mysql_password: <PASSWORD>\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/mariadb/tasks/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 842, "all_permissive": false }
ansible_role
sergiotm87/ansible-vagrant
88b3c58fe7bb59fcec393e040fc0f14320439492
0
roles/nginx
7,675
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Install required software\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - nginx\n\n- name: Copy virtualhost file\n copy: src=files/default\n dest=/etc/nginx/sites-available/default\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
sergiotm87/ansible-vagrant
88b3c58fe7bb59fcec393e040fc0f14320439492
0
roles/php
7,675
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: Install php extensions\n apt: name={{ item }} state=present\n with_items:\n - php7.0\n - php7.0-mysql\n - php7.0-fpm\n\n- name: Update php7-fpm config file\n lineinfile:\n dest=/etc/php/7.0/fpm/php.ini\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 513, "all_permissive": false }
ansible_role
sergiotm87/ansible-vagrant
88b3c58fe7bb59fcec393e040fc0f14320439492
0
roles/server
7,675
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n# tasks file for server\n- name: apt update\n apt: update_cache=yes\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
sergiotm87/ansible-vagrant
88b3c58fe7bb59fcec393e040fc0f14320439492
0
roles/wordpress
7,675
[ "no_license" ]
[ { "path": "roles/wordpress/defaults/main.yml", "content": "---\n# defaults file for wordpress\nwp_mysql_db: wordpress\nwp_mysql_user: wordpress\nwp_mysql_password: <PASSWORD>\nwordpress_dir: /var/www/wordpress\nwordpress_home_url: wordpress.example.com\nwordpress_site_title: wp_ansible\nwordpress_admin_user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2851, "all_permissive": false }
ansible_role
Magply/ab-logstash
db5d31d60493cced80e799dfe7bff2f7266b24f8
0
roles/elasticsearch
7,675
[ "no_license" ]
[ { "path": "roles/elasticsearch/defaults/main.yml", "content": "es_host: \"192.168.3.11\"\nes_port: 9200\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- name: Install Elasticsearch\n pac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 965, "all_permissive": false }
ansible_role
kabyshev/clickhouse-project
a587c11070fd3ffbb2821e1f86c83ab09a3ffda8
0
roles/configurator
7,675
[ "no_license" ]
[ { "path": "roles/configurator/templates/remote_servers.j2", "content": "<?xml version=\"1.0\"?>\n<!-- {{ ansible_managed }} -->\n<yandex>\n <remote_servers>\n <cluster_1>\n{% for shard_name, replicas in clickhouse_shards.items() %}\n <shard>\n{% for replica in replicas %}\n <replica>\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3952, "all_permissive": false }
ansible_role
kabyshev/clickhouse-project
a587c11070fd3ffbb2821e1f86c83ab09a3ffda8
0
roles/db
7,675
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n- name: Drop databases\n command: \"clickhouse-client -q 'DROP DATABASE IF EXISTS transactions' \"\n when: clickhouse_should_drop_db|bool == True\n changed_when: False\n tags: [query]\n\n- name: Create db\n command:\n \"clickhouse-client -q 'CREA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3323, "all_permissive": false }
ansible_role
kabyshev/clickhouse-project
a587c11070fd3ffbb2821e1f86c83ab09a3ffda8
0
roles/installer
7,675
[ "no_license" ]
[ { "path": "roles/installer/tasks/main.yml", "content": "---\n\n- name: Debug ansible_default_ipv4.address\n debug: var=ansible_default_ipv4.address\n \n- name: Precheck all files\n include: precheck.yml\n tags: [always]\n\n- name: Install all files if needed \n include: \"{{ item }}\"\n with_first_fou...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1558, "all_permissive": false }
ansible_role
kabyshev/clickhouse-project
a587c11070fd3ffbb2821e1f86c83ab09a3ffda8
0
roles/uninstaller
7,675
[ "no_license" ]
[ { "path": "roles/uninstaller/tasks/main.yml", "content": "---\n- name: Uninstall | Stop service\n service:\n name: clickhouse-server\n state: stopped\n become: true\n\n- name: Uninstall | Package uninstallation\n apt:\n name: '{{ clickhouse_package }}'\n state: absent\n purge: yes\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 870, "all_permissive": false }
ansible_role
dockU/playbooks
622be8002a553a2e0d836f153ab67155644fb666
0
roles/common
7,678
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: copy over sources.list\n copy: src=sources.list\n dest=/etc/apt/sources.list\n owner=root\n group=root\n mode=0644\n\n- name: copy over apt preferences\n copy: src=preferences\n dest=/etc/apt/preferences\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1180, "all_permissive": false }
ansible_role
fabulous-lab/Introduction-Ansible
f84ab50a41e46bcb1e14a6e900880345a980fd82
4
article-3/roles/geerlingguy.elasticsearch
7,678
[ "no_license" ]
[ { "path": "article-3/roles/geerlingguy.elasticsearch/tasks/setup-Debian.yml", "content": "---\n- name: Add Elasticsearch apt key.\n apt_key:\n url: http://packages.elasticsearch.org/GPG-KEY-elasticsearch\n state: present\n\n- name: Add Elasticsearch repository.\n apt_repository:\n repo: 'deb http...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 956, "all_permissive": false }
ansible_role
fabulous-lab/Introduction-Ansible
f84ab50a41e46bcb1e14a6e900880345a980fd82
4
article-3/roles/myapp
7,678
[ "no_license" ]
[ { "path": "article-3/roles/myapp/handlers/main.yml", "content": "---\n# handlers file for myapp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "article-3/roles/myapp/vars/main.yml", "content": "---\n# vars file for myapp\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 887, "all_permissive": false }
ansible_role
izumix03/local_settings
387935060e1b3a1cc9785b8ed338033eab89d88a
2
roles/basic
7,678
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "---\n- name: Homebrew tap\n homebrew_tap:\n name: \"{{ item }}\"\n state: \"present\"\n with_items: \"{{ brew_taps }}\"\n\n- name: Install Homebrew Cask Packages\n community.general.homebrew_cask:\n name: \"{{ item }}\"\n state: \"present\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3001, "all_permissive": false }
ansible_role
izumix03/local_settings
387935060e1b3a1cc9785b8ed338033eab89d88a
2
roles/extend_terminal
7,678
[ "no_license" ]
[ { "path": "roles/extend_terminal/templates/03_zsh.sh", "content": "# for zsh-autosuggestions\nsource $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh\n\n# for zsh-syntax-highlighting\nsource $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh\n\n# oh-my-zsh\nexport Z...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1720, "all_permissive": false }
ansible_role
izumix03/local_settings
387935060e1b3a1cc9785b8ed338033eab89d88a
2
roles/git
7,678
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Set git alias status\n shell: git config --global alias.{{ item.alias }} \"{{ item.cmd }}\"\n with_items:\n - { alias: 'st', cmd: 'status' }\n - { alias: 'c', cmd: 'checkout' }\n - { alias: 'b', cmd: 'branch' }\n\n- name: Set git sett...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": false }
ansible_role
izumix03/local_settings
387935060e1b3a1cc9785b8ed338033eab89d88a
2
roles/sdkman
7,678
[ "no_license" ]
[ { "path": "roles/sdkman/tasks/main.yml", "content": "---\n- name: Install SDKMAN\n shell: curl -s \"https://get.sdkman.io\" | bash\n\n- name: Complete installation SDKMAN\n shell: source \"$HOME/.sdkman/bin/sdkman-init.sh\"\n\n- name: Deploy sdkman.sh\n template:\n src: 06_sdkman.sh\n dest: ~/.zsh....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }