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
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/oracle-java8
7,665
[ "no_license" ]
[ { "path": "roles/oracle-java8/tasks/main.yml", "content": "---\n\n- name: add webupd8 PPA\n apt_repository: repo='ppa:webupd8team/java' state=present update_cache=yes\n\n- name: install Oracle JDK 8\n apt: name=oracle-java8-installer state=present\n\n- name: use Oracle JDK 8 for CLI\n command: update-jav...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 444, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/oracle-license
7,665
[ "no_license" ]
[ { "path": "roles/oracle-license/tasks/main.yml", "content": "---\n\n- name: accept Oracle license\n debconf: name='oracle-java7-installer' question='shared/accepted-oracle-license-v1-1' value='true' vtype='select'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
gunboat/ansible-config
d788a560ce20ddb2216d3d1e4f05be5df65bdf2a
0
roles/software-properties-common
7,665
[ "no_license" ]
[ { "path": "roles/software-properties-common/tasks/main.yml", "content": "---\n\n- name: install software-properties-common\n apt: name=software-properties-common state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
onedr0p/k3s-gitops-arm
e0f3ca207267aea7791da56fc91f763bd5aeb59d
145
ansible/roles/system
7,665
[ "no_license" ]
[ { "path": "ansible/roles/system/templates/log2ram.conf.j2", "content": "SIZE={{log2ram_size}}\nUSE_RSYNC=true\nMAIL=false\nZL2R=false\nCOMP_ALG=lz4\nLOG_DISK_SIZE=100M", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "ansible/roles/system/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4903, "all_permissive": false }
ansible_role
onedr0p/k3s-gitops-arm
e0f3ca207267aea7791da56fc91f763bd5aeb59d
145
ansible/roles/user
7,665
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "---\n- name: check if neofetch config directory exists\n stat:\n path: \"/home/{{ ansible_user }}/.config/neofetch\"\n register: stat_result\n\n- name: Remove motd\n command: update-rc.d motd remove\n when: stat_result.stat.exists == false\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1447, "all_permissive": false }
ansible_role
lnkphm/kubeadm-playbook
44c7dc4ba8a14e4517aa00eed87dc16a6d3648bc
0
roles/kube_cluster
7,665
[ "no_license" ]
[ { "path": "roles/kube_cluster/tasks/main.yaml", "content": "---\n- name: Ensure overlay modules is loaded\n ansible.builtin.modprobe:\n name: overlay\n state: present\n\n- name: Ensure br_netfilter modules is loaded\n ansible.builtin.modprobe:\n name: br_netfilter\n state: present\n\n- name: E...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1697, "all_permissive": false }
ansible_role
lnkphm/kubeadm-playbook
44c7dc4ba8a14e4517aa00eed87dc16a6d3648bc
0
roles/kube_cni
7,665
[ "no_license" ]
[ { "path": "roles/kube_cni/tasks/main.yaml", "content": "---\n- name: Check if Flannel is running\n ansible.builtin.shell: \"kubectl get ds --all-namespaces | grep flannel\"\n register: flannel_ds\n ignore_errors: true\n changed_when: false\n\n- name: Deploy Flannel\n ansible.builtin.shell: \"kubectl ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
lnkphm/kubeadm-playbook
44c7dc4ba8a14e4517aa00eed87dc16a6d3648bc
0
roles/kube_common
7,665
[ "no_license" ]
[ { "path": "roles/kube_common/tasks/main.yaml", "content": "---\n- name: Install dependecies\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gpg\n state: present\n update_cache: true\n\n- name: Add Kubernetes repo\n block:\n - name: Ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1292, "all_permissive": false }
ansible_role
lnkphm/kubeadm-playbook
44c7dc4ba8a14e4517aa00eed87dc16a6d3648bc
0
roles/kube_cri
7,665
[ "no_license" ]
[ { "path": "roles/kube_cri/tasks/main.yaml", "content": "---\n- name: Install requirements packages\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n update_cache: true\n\n- name: Add docker repo\n block:\n - name: Docker | Get armored GPG key\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1648, "all_permissive": false }
ansible_role
aws-devops26/roboshop-ansible-roles
7d67c5491510cd11977082553dcff32f421ae8f2
0
roles/common
7,665
[ "no_license" ]
[ { "path": "roles/common/tasks/mysql-setup.yaml", "content": "- name: install mysql client\n ansible.builtin.dnf:\n name: mysql\n state: present\n\n- name: check cities schema exist or not\n ansible.builtin.shell: mysql -h {{MYSQL_HOST}} -uroot -p{{mysql_password}}\n -sN -e \"SELECT COUNT(*) FROM ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1094, "all_permissive": false }
ansible_role
girumajebe/UDAPEOPLE
87e3d2eedde08224858377e62a0864d2778931aa
0
.circleci/ansible/roles/deploy
7,665
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n # remote_src: True\n\n# -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
contrib/azurerm/roles/generate-inventory
7,665
[ "no_license" ]
[ { "path": "contrib/azurerm/roles/generate-inventory/templates/inventory.j2", "content": "\n{% for vm in vm_list %}\n{% if not use_bastion or vm.name == 'bastion' %}\n{{ vm.name }} ansible_ssh_host={{ vm.networkProfile.networkInterfaces[0].expanded.ipConfigurations[0].publicIPAddress.expanded.ipAddress }} ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1185, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
contrib/azurerm/roles/generate-inventory_2
7,665
[ "no_license" ]
[ { "path": "contrib/azurerm/roles/generate-inventory_2/tasks/main.yml", "content": "---\n\n- name: Query Azure VMs IPs\n command: az vm list-ip-addresses -o json --resource-group {{ azure_resource_group }}\n register: vm_ip_list_cmd\n\n- name: Query Azure VMs Roles\n command: az vm list -o json --resource...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1994, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
contrib/os-services/roles/prepare
7,665
[ "no_license" ]
[ { "path": "contrib/os-services/roles/prepare/tasks/main.yml", "content": "---\n- name: Disable firewalld and ufw\n when:\n - disable_service_firewall is defined and disable_service_firewall\n block:\n - name: List services\n service_facts:\n\n - name: Disable service firewalld\n systemd_service:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 635, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/adduser
7,665
[ "no_license" ]
[ { "path": "roles/adduser/vars/coreos.yml", "content": "---\naddusers:\n - name: kube\n comment: \"Kubernetes user\"\n shell: /sbin/nologin\n system: true\n group: \"{{ kube_cert_group }}\"\n create_home: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2128, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/bastion-ssh-config
7,665
[ "no_license" ]
[ { "path": "roles/bastion-ssh-config/templates/ssh-bastion.conf.j2", "content": "{% set vars={'hosts': ''} %}\n{% set user='' %}\n\n{% for h in groups['all'] %}\n{% if h not in groups['bastion'] %}\n{% if vars.update({'hosts': vars['hosts'] + ' ' + (hostvars[h].get('ansible_ssh_host') or hostvars[h]['ansible...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2574, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/bootstrap-os
7,665
[ "no_license" ]
[ { "path": "roles/bootstrap-os/tasks/main.yml", "content": "---\n- name: Warn for usage of deprecated role\n fail:\n msg: bootstrap-os is deprecated, switch to bootstrap_os\n ignore_errors: true # noqa ignore-errors\n run_once: true\n\n- name: Compat for direct role import\n import_role:\n name: bo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/dynamic_groups
7,665
[ "no_license" ]
[ { "path": "roles/dynamic_groups/tasks/main.yml", "content": "---\n- name: Match needed groups by their old names or definition\n vars:\n group_mappings:\n kube_control_plane:\n - kube-master\n kube_node:\n - kube-node\n calico_rr:\n - calico-rr\n no_floating:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 496, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/etcdctl_etcdutl
7,665
[ "no_license" ]
[ { "path": "roles/etcdctl_etcdutl/templates/etcdctl.sh.j2", "content": "#!/bin/bash\n# {{ ansible_managed }}\n# example invocation: etcdctl.sh get --keys-only --from-key \"\"\n\netcdctl \\\n{% if etcd_deployment_type == \"kubeadm\" %}\n --cacert {{ kube_cert_dir }}/etcd/ca.crt \\\n --cert {{ kube_cert_dir ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2034, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/helm-apps
7,665
[ "no_license" ]
[ { "path": "roles/helm-apps/meta/main.yml", "content": "---\ndependencies:\n - role: kubernetes-apps/helm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/helm-apps/tasks/main.yml", "content": "---\n- name: Add Helm repositories\n kuber...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4197, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/kubespray-defaults
7,665
[ "no_license" ]
[ { "path": "roles/kubespray-defaults/tasks/main.yml", "content": "---\n- name: Warn for usage of deprecated role\n fail:\n msg: kubespray-defaults is deprecated, switch to kubespray_defaults\n ignore_errors: true # noqa ignore-errors\n run_once: true\n\n- name: Compat for direct role import\n import_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/network_facts
7,665
[ "no_license" ]
[ { "path": "roles/network_facts/tasks/main.yaml", "content": "---\n- name: Set facts variables\n tags:\n - always\n block:\n - name: Gather ansible_default_ipv4\n setup:\n gather_subset: '!all,network'\n filter: \"ansible_default_ipv4\"\n when: ansible_default_ipv4 is not defi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3873, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/reset
7,665
[ "no_license" ]
[ { "path": "roles/reset/tasks/main.yml", "content": "---\n- name: Reset | stop services\n service:\n name: \"{{ item }}\"\n state: stopped\n enabled: false\n with_items:\n - kubelet.service\n - cri-dockerd.service\n - cri-dockerd.socket\n failed_when: false\n tags:\n - services\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 12008, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/system_packages
7,665
[ "no_license" ]
[ { "path": "roles/system_packages/defaults/main.yml", "content": "---\n# number of times package install task should be retried\npkg_install_retries: 4\nyum_repo_dir: /etc/yum.repos.d\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/system_p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5514, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
roles/validate_inventory
7,665
[ "no_license" ]
[ { "path": "roles/validate_inventory/meta/main.yml", "content": "---\ndependencies:\n - role: kubespray_defaults\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/validate_inventory/tasks/main.yml", "content": "---\n# This should only con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8704, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
test-infra/image-builder/roles/kubevirt-images
7,665
[ "no_license" ]
[ { "path": "test-infra/image-builder/roles/kubevirt-images/tasks/main.yml", "content": "---\n\n- name: Create image directory\n file:\n state: directory\n path: \"{{ images_dir }}\"\n mode: \"0755\"\n\n- name: Download images files\n get_url:\n url: \"{{ item.value.url }}\"\n dest: \"{{ imag...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10403, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
tests/cloud_playbooks/roles/packet-ci
7,665
[ "no_license" ]
[ { "path": "tests/cloud_playbooks/roles/packet-ci/defaults/main.yml", "content": "---\n\n# VM sizing\nvm_cpu_cores: 2\nvm_cpu_sockets: 1\nvm_cpu_threads: 2\nvm_memory: 2048\n\n# Request/Limit allocation settings\ncpu_allocation_ratio: 0.25\nmemory_allocation_ratio: 1\n\n# Deployment mode\nmode: default\n\nno...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6147, "all_permissive": false }
ansible_role
kubernetes-sigs/kubespray
8d275dcb4f218c92b7ee018f83c66d9d090a896d
17,324
tests/testcases/roles/cluster-dump
7,665
[ "no_license" ]
[ { "path": "tests/testcases/roles/cluster-dump/tasks/main.yml", "content": "---\n- name: Generate dump folder\n command: \"{{ bin_dir }}/kubectl cluster-info dump --all-namespaces --output-directory /tmp/cluster-dump\"\n when: inventory_hostname in groups['kube_control_plane']\n\n- name: Compress directory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }
ansible_role
lukaszwielgosz/setup-workstation
36378807fc278c32e036c2912a32ab3bae5e991b
0
roles/base
7,668
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yaml", "content": "- name: Fedora rpm fusion\n become: yes\n shell: \"dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2011, "all_permissive": false }
ansible_role
lukaszwielgosz/setup-workstation
36378807fc278c32e036c2912a32ab3bae5e991b
0
roles/config
7,668
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yaml", "content": "- name: \"debug\"\n debug: \n msg: \"{{ ansible_env.HOME }}/\"\n\n- name: \"Ensure required directories exist\"\n file:\n path: \"{{ item }}\"\n state: directory\n recurse: no\n mode: 0700\n loop:\n - \"{{ nvim_dir }}\"\n - \"{{ n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1332, "all_permissive": false }
ansible_role
coma64/lgsm-ansible-terraform
74cfbe86e6e68419cdfc502b3295fb8e22f8d8de
1
roles/common
7,668
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install deps\n become: true\n apt:\n pkg:\n - curl\n - wget\n - file\n - tar\n - bzip2\n - gzip\n - unzip\n - bsdmainutils\n - python3\n - util-linux\n - ca-certificates\n - binutils...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 741, "all_permissive": false }
ansible_role
coma64/lgsm-ansible-terraform
74cfbe86e6e68419cdfc502b3295fb8e22f8d8de
1
roles/install-lgsm-game
7,668
[ "no_license" ]
[ { "path": "roles/install-lgsm-game/tasks/main.yml", "content": "- name: Get server script\n command:\n cmd: \"./linuxgsm.sh {{ game }}\"\n chdir: \"/home/{{ lgsm_user }}\"\n creates: \"/home/{{ lgsm_user }}/{{ game }}\"\n\n- name: Create {{ game }} directory\n file:\n path: \"{{ games_dir }}/{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1218, "all_permissive": false }
ansible_role
Anasjabri/homelab-ansible
0a5e447768ea8cf72d4d7f6451d0d380abb2fcea
0
roles/disable_swap
7,668
[ "no_license" ]
[ { "path": "roles/disable_swap/tasks/main.yml", "content": "- name: Disable SWAP since kubernetes can't work with swap enabled (1/2)\n become: yes\n shell: |\n swapoff -a\n- name: Disable SWAP in fstab since kubernetes can't work with swap enabled (2/2)\n become: yes\n replace:\n path: /etc/fstab\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
Anasjabri/homelab-ansible
0a5e447768ea8cf72d4d7f6451d0d380abb2fcea
0
roles/install_docker
7,668
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/install_docker.yml", "content": "- name: install docker\n become: yes\n shell: |\n yum install -y containerd.io-1.3.7 docker-ce-19.03.14 docker-ce-cli-19.03.14 --allowerasing\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 312, "all_permissive": false }
ansible_role
Anasjabri/homelab-ansible
0a5e447768ea8cf72d4d7f6451d0d380abb2fcea
0
roles/install_kubernetes
7,668
[ "no_license" ]
[ { "path": "roles/install_kubernetes/tasks/install_k8_tools.yml", "content": "- name: install all tools need for kubernetes\n yum:\n name:\n - kubelet\n - kubeadm\n - kubectl\n state: installed\n disable_excludes: kubernetes\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
maciekmm/printer-rpi-image
463dc3e26fb1b91fbb97b0ea2c769b0576f6429e
2
ansible/roles/cups
7,668
[ "permissive" ]
[ { "path": "ansible/roles/cups/tasks/main.yml", "content": "---\n- name: \"Install required dependencies\"\n become: true\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - cups\n - git\n- name: Add pi user to lp and lpadmin groups\n become: yes\n user:\n name: pi\n groups: lp,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": true }
ansible_role
maciekmm/printer-rpi-image
463dc3e26fb1b91fbb97b0ea2c769b0576f6429e
2
ansible/roles/usb_printer
7,668
[ "permissive" ]
[ { "path": "ansible/roles/usb_printer/tasks/main.yml", "content": "---\n- name: \"Copy the parser script\"\n copy:\n src: \"{{ item }}\"\n dest: \"/tmp/{{ item }}\"\n mode: 0744\n with_items:\n - create-printer.sh\n - parselpinfo.gawk\n- name: \"Find potential candidates\"\n shell: \"lpinfo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1476, "all_permissive": true }
ansible_role
Huskydoky/OpenAM_OpenDJ
de54ad540e15c17a8a375bb5f28a8f6427dbdef1
0
roles/AM
7,668
[ "no_license" ]
[ { "path": "roles/AM/tasks/main.yml", "content": "---\n\n- name: Extraire AM-6.0.0.7.zip \n unarchive: \n src: \"/root/aduneo/{{ AM_zip }}\" \n dest: \"/root\"\n \n- name: Copie du .war dans \"{{ tomcat_parent }}\"/webapps/\n copy: \n src: \"/root/openam/AM-6.0.0.7.war\"\n dest: \"{{ tomcat_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1700, "all_permissive": false }
ansible_role
Huskydoky/OpenAM_OpenDJ
de54ad540e15c17a8a375bb5f28a8f6427dbdef1
0
roles/AM_add_Datastore
7,668
[ "no_license" ]
[ { "path": "roles/AM_add_Datastore/tasks/main.yml", "content": "---\n\n- name: Récupération du fichier contenant le mdp amadmin\n template:\n src: Youshouldnotpass\n dest: /tmp/Youshouldnotpass\n mode: 0400\n\n- name: Import du fichier de conf du datastore à intégrer\n template:\n src: datastor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
Huskydoky/OpenAM_OpenDJ
de54ad540e15c17a8a375bb5f28a8f6427dbdef1
0
roles/AM_add_DirectoryConfiguration
7,668
[ "no_license" ]
[ { "path": "roles/AM_add_DirectoryConfiguration/tasks/main.yml", "content": "---\n\n- name: Récupération du fichier contenant le mdp amadmin\n template:\n src: Youshouldnotpass\n dest: /tmp\n mode: 0400\n\n- name: Export de la configuration XML AM\n command: \"/opt/openam-tools/admin/openam/bin/ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": false }
ansible_role
Huskydoky/OpenAM_OpenDJ
de54ad540e15c17a8a375bb5f28a8f6427dbdef1
0
roles/DS
7,668
[ "no_license" ]
[ { "path": "roles/DS/tasks/main.yml", "content": "---\n# This role installs opendj. It will listen on the default ports (389/636 for ssl)\n# Assumes 'java' is installed and on the path\n# TODO: Import sample ldif, schema\n#\n \n- name: Extraire OpenDS\n unarchive: \n src: \"/root/aduneo/{{ opendj_zip }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2695, "all_permissive": false }
ansible_role
Huskydoky/OpenAM_OpenDJ
de54ad540e15c17a8a375bb5f28a8f6427dbdef1
0
roles/DS_Backend
7,668
[ "no_license" ]
[ { "path": "roles/DS_Backend/defaults/main.yml", "content": "\n# Default Variables\n# Override these to suit your environment\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/DS_Backend/tasks/main.yml", "content": "---\n# This role inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5173, "all_permissive": false }
ansible_role
Huskydoky/OpenAM_OpenDJ
de54ad540e15c17a8a375bb5f28a8f6427dbdef1
0
roles/Tomcat
7,668
[ "no_license" ]
[ { "path": "roles/Tomcat/defaults/main.yml", "content": "#Default variables\n\n#tomcat_instance: tomcat1\ntomcat_parent: /opt/tomcat\n#tomcat_instance_home: \"{{ tomcat_parent }}/{{ tomcat_instance }}\"\ntomcat_conf: \"{{ tomcat_parent }}/conf\"\n\ntomcat_base_port: 8000\ntomcat_admin_port: \"{{ tomcat_base_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2563, "all_permissive": false }
ansible_role
Huskydoky/OpenAM_OpenDJ
de54ad540e15c17a8a375bb5f28a8f6427dbdef1
0
roles/install-base-centos
7,668
[ "no_license" ]
[ { "path": "roles/install-base-centos/tasks/main.yml", "content": "---\n\n- name : Installation des packets nécéssaires.\n yum: \n name: \"{{ item }}\"\n state: latest\n with_items:\n - unzip\n - git\n - wget\n - haproxy\n - httpd\n - gpg\n - java-1.8.0-openjdk-headless.x86_64\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1566, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-data-lake/roles/airflow
7,668
[ "no_license" ]
[ { "path": "ansible-data-lake/roles/airflow/templates/airflow.cfg.j2", "content": "[webserver]\nauthenticate = True\nauth_backend = airflow.contrib.auth.backends.ldap_auth\n\n[ldap]\nuri = {{ ldap_server }}\nbind_user = {{ ldap_bind_user }}\nbind_password = {{ ldap_bind_password }}\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 501, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-data-lake/roles/common
7,668
[ "no_license" ]
[ { "path": "ansible-data-lake/roles/common/tasks/main.yml", "content": "- name: Install Required Packages\n yum:\n name:\n - epel-release\n - python3\n - python3-pip\n - java-17-openjdk\n - openldap-clients\n - unixODBC\n - unixODBC-devel\n state: present\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-data-lake/roles/iceberg
7,668
[ "no_license" ]
[ { "path": "ansible-data-lake/roles/iceberg/tasks/main.yml", "content": "- name: Ensure JAVA_HOME for Iceberg is set\n lineinfile:\n path: \"/etc/profile.d/iceberg.sh\"\n line: \"export JAVA_HOME=/opt/tomcat/apps/openjdk17\"\n create: yes\n become: yes\n\n- name: Reload shell environment variables...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2089, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-data-lake/roles/jupyter
7,668
[ "no_license" ]
[ { "path": "ansible-data-lake/roles/jupyter/tasks/main.yml", "content": "- name: Install Jupyter\n pip:\n name:\n - jupyterhub\n - jupyterhub-ldapauthenticator\n virtualenv: \"{{ venv_path }}\"\n\n- name: Deploy Jupyter Config\n template:\n src: jupyterhub_config.py.j2\n dest: /opt/da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 566, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-data-lake/roles/kafka
7,668
[ "no_license" ]
[ { "path": "ansible-data-lake/roles/kafka/tasks/main.yml", "content": "- name: Install Kafka Dependencies\n yum:\n name: java-17-openjdk\n state: present\n become: yes\n\n- name: Download Apache Kafka\n get_url:\n url: \"https://downloads.apache.org/kafka/3.9.0/kafka_2.13-3.9.0.tgz\"\n dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 950, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-data-lake/roles/spark
7,668
[ "no_license" ]
[ { "path": "ansible-data-lake/roles/spark/tasks/main.yml", "content": "- name: Install Spark\n get_url:\n url: \"https://downloads.apache.org/spark/spark-3.5.5/spark-3.5.5-bin-hadoop3.tgz\"\n dest: \"/opt/spark.tgz\"\n\n- name: Extract Spark\n unarchive:\n src: \"/opt/spark.tgz\"\n dest: \"/opt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-data-lake/roles/superset
7,668
[ "no_license" ]
[ { "path": "ansible-data-lake/roles/superset/templates/superset_config.py.j2", "content": "from flask_appbuilder.security.manager import AUTH_LDAP\n\nAUTH_TYPE = AUTH_LDAP\nAUTH_LDAP_SERVER = \"{{ ldap_server }}\"\nAUTH_LDAP_BIND_USER = \"{{ ldap_bind_user }}\"\nAUTH_LDAP_BIND_PASSWORD = \"{{ ldap_bind_passw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-data-lake/roles/zookeeper
7,668
[ "no_license" ]
[ { "path": "ansible-data-lake/roles/zookeeper/tasks/main.yml", "content": "- name: Install Java (required for Zookeeper)\n yum:\n name: java-17-openjdk\n state: present\n become: yes # Run this as root\n\n- name: Download Zookeeper\n get_url:\n url: \"https://downloads.apache.org/zookeeper/stabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-deploy-jar/roles/deploy_jar
7,668
[ "no_license" ]
[ { "path": "ansible-deploy-jar/roles/deploy_jar/tasks/main.yml", "content": "- name: Ensure application directory exists\n file:\n path: \"{{ jar_path }}\"\n state: directory\n owner: \"{{ app_user }}\"\n group: \"{{ app_user }}\"\n mode: '0755'\n\n- name: Ensure boto3 and botocore are instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-deploy-jar/roles/java_setup
7,668
[ "no_license" ]
[ { "path": "ansible-deploy-jar/roles/java_setup/tasks/main.yml", "content": "- name: Check if OpenJDK 21 is installed\n stat:\n path: \"{{ java_home }}/bin/java\"\n register: java_check\n\n- name: Download and install Amazon Corretto JDK 21\n when: not java_check.stat.exists\n block:\n - name: Crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 775, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
ansible-deploy-jar/roles/setup_service
7,668
[ "no_license" ]
[ { "path": "ansible-deploy-jar/roles/setup_service/templates/systemd_service.j2", "content": "[Unit]\nDescription={{ service_name }}\nAfter=network.target\n\n[Service]\nUser={{ app_user }}\nWorkingDirectory={{ jar_path }}\nEnvironment=\"JAVA_HOME={{ java_home }}\"\nExecStart={{ java_home }}/bin/java -jar \\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 968, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-proj-mgmt/roles/local-python
7,668
[ "no_license" ]
[ { "path": "devops-proj-mgmt/roles/local-python/tasks/main.yml", "content": "# roles/local-python/tasks/main.yml\n---\n- name: Download Python 3\n get_url:\n url: https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tgz\n dest: /tmp/\n\n- name: Extract Python 3 tarball\n unarchive:\n src: /tmp/Pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-proj-mgmt/roles/postgresql
7,668
[ "no_license" ]
[ { "path": "devops-proj-mgmt/roles/postgresql/tasks/main.yml", "content": "# roles/postgresql/tasks/main.yml\n---\n- name: Install PostgreSQL\n apt:\n name: \"{{ postgresql_server_package }}\"\n state: present\n become: yes\n\n- name: Ensure database exists\n postgresql_db:\n name: \"{{ kiwitcms_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-toolchain/roles/docker
7,668
[ "no_license" ]
[ { "path": "devops-toolchain/roles/docker/tasks/main.yml", "content": "---\n- name: Install prerequisites for Docker\n dnf:\n name:\n - dnf-plugins-core\n state: present\n\n- name: Add Docker CE repository\n command: dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-toolchain/roles/gitea
7,668
[ "no_license" ]
[ { "path": "devops-toolchain/roles/gitea/tasks/main.yml", "content": "---\n- name: Download Gitea binary\n get_url:\n url: \"{{ gitea_url }}\"\n dest: \"{{ app_dir }}/gitea/gitea\"\n mode: '0755'\n force: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-toolchain/roles/golang
7,668
[ "no_license" ]
[ { "path": "devops-toolchain/roles/golang/tasks/main.yml", "content": "---\n- name: Download Golang\n get_url:\n url: \"{{ golang_url }}\"\n dest: \"/tmp/golang.tar.gz\"\n mode: '0644'\n force: no\n\n- name: Install Golang\n unarchive:\n src: \"/tmp/golang.tar.gz\"\n dest: \"{{ app_dir }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-toolchain/roles/jdk
7,668
[ "no_license" ]
[ { "path": "devops-toolchain/roles/jdk/tasks/install_corretto.yml", "content": "# tasks/install_corretto.yml\n\n- name: Download Corretto {{ item.jdk_version_short }} JDK\n get_url:\n url: \"{{ item.java_url }}\"\n dest: \"/tmp/corretto-jdk.tar.gz\"\n mode: '0644'\n force: no\n\n- name: Extract ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1089, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-toolchain/roles/jenkins
7,668
[ "no_license" ]
[ { "path": "devops-toolchain/roles/jenkins/tasks/main.yml", "content": "---\n- name: Download Jenkins WAR\n get_url:\n url: \"{{ jenkins_url }}\"\n dest: \"{{ app_dir }}/jenkins/jenkins.war\"\n mode: '0644'\n force: no\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-toolchain/roles/nexus
7,668
[ "no_license" ]
[ { "path": "devops-toolchain/roles/nexus/tasks/main.yml", "content": "---\n- name: Download Nexus archive\n get_url:\n url: \"{{ nexus_url }}\"\n dest: \"/tmp/nexus.tar.gz\"\n mode: '0644'\n timeout: 300 # Adjust timeout as needed\n\n- name: Extract Nexus archive\n unarchive:\n src: \"/tmp/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 780, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-toolchain/roles/post-install-config
7,668
[ "no_license" ]
[ { "path": "devops-toolchain/roles/post-install-config/tasks/templates/gitea.service.j2", "content": "[Unit]\nDescription=Gitea Service\nAfter=network.target\n\n[Service]\nUser=gitea\nEnvironment=\"PATH={{ app_dir }}/openjdk21/bin:{{ app_dir }}/python3/bin:{{ app_dir }}/golang/bin:/usr/bin:/bin\"\nWorkingDir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3192, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-toolchain/roles/postgres
7,668
[ "no_license" ]
[ { "path": "devops-toolchain/roles/postgres/tasks/main.yml", "content": "---\n# PostgreSQL installation and configuration\n- name: Install PostgreSQL packages\n dnf:\n name:\n - postgresql16-server\n - postgresql16-contrib\n # - postgresql16-devel\n state: present\n\n- name: Initialize ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2705, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-toolchain/roles/python
7,668
[ "no_license" ]
[ { "path": "devops-toolchain/roles/python/tasks/main.yml", "content": "---\n\n- name: Install Python 3.11\n shell: |\n cd /tmp\n if [ ! -f Python-3.11.11.tar.xz ]; then wget {{ python_url }}; fi\n tar -xf Python-3.11.11.tar.xz\n cd Python-3.11.11\n ./configure --prefix={{ app_dir }}/python3 -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
amitthk/ansible-java-python-microservices
bd8c225a988773e569a5e9c83405b4d070c12286
0
devops-toolchain/roles/sonarqube
7,668
[ "no_license" ]
[ { "path": "devops-toolchain/roles/sonarqube/tasks/main.yml", "content": "---\n# Configure sysctl for SonarQube requirements\n- name: Configure sysctl limits for SonarQube requirements\n sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n state: present\n reload: yes\n loop:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5763, "all_permissive": false }
ansible_role
UKM-HEP/bigdata
4d04bd9d2765e2191bf017aa1ed6c16bf35d3691
0
Ansible/roles/monitoring_server
7,668
[ "no_license" ]
[ { "path": "Ansible/roles/monitoring_server/tasks/main.yml", "content": "---\n- name: 'Install packages'\n become: yes\n apt:\n pkg:\n - adduser\n - libfontconfig1\n\n- name: Creating prometheus user group\n group: name=\"{{groupId}}\"\n become: yes\n become_user: root\n become_method: sud...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3156, "all_permissive": false }
ansible_role
psathish123/ansible-training-cariz-folks
a88bc967d3ef8179d18f85ccb7d57b0f027a1908
0
ansible-roles/roles/justereseau.ansible_config_interfaces
7,668
[ "no_license" ]
[ { "path": "ansible-roles/roles/justereseau.ansible_config_interfaces/tasks/debian.yml", "content": "---\n- name: debian | Installing Pre-Req Packages\n apt:\n name: [\"lldpd\", \"screen\"]\n state: present\n become: true\n register: result\n until: result is successful\n\n- name: debian | Installi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3545, "all_permissive": false }
ansible_role
psathish123/ansible-training-cariz-folks
a88bc967d3ef8179d18f85ccb7d57b0f027a1908
0
ansible-roles/roles/role-demo
7,668
[ "no_license" ]
[ { "path": "ansible-roles/roles/role-demo/vars/main.yml", "content": "---\n# vars file for role-demo\n\nENV: \"Development\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ansible-roles/roles/role-demo/tasks/main.yml", "content": "---\n# task...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 864, "all_permissive": false }
ansible_role
murosan/ansible-for-mac
c2bb6d768c2c6c3a47dd51f71a5e967134ca9c23
0
roles/fish
7,668
[ "no_license" ]
[ { "path": "roles/fish/files/br", "content": "#!/bin/bash\n# useful script for 'git branch'\n\nwhile getopts \":ndh:\" opt\ndo\n case $opt in\n n) new_mode=1;;\n d) delete_mode=1;;\n \\?) usage_exit;;\n esac\ndone\n\nshift $(($OPTIND - 1))\n\nbranches=$(git branch --format='%(refname:short)')\n\nf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5341, "all_permissive": false }
ansible_role
murosan/ansible-for-mac
c2bb6d768c2c6c3a47dd51f71a5e967134ca9c23
0
roles/gcc
7,668
[ "no_license" ]
[ { "path": "roles/gcc/tasks/main.yml", "content": "- name: install xcode-select\n shell: xcode-select --install\n ignore_errors: yes\n\n- name: install gcc\n homebrew:\n name: gcc\n state: latest\n\n- name: set gcc default\n file:\n src: /usr/local/bin/gcc-8\n path: /usr/local/bin/gcc\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 962, "all_permissive": false }
ansible_role
murosan/ansible-for-mac
c2bb6d768c2c6c3a47dd51f71a5e967134ca9c23
0
roles/go
7,668
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "- name: install go\n homebrew:\n name: go\n state: latest\n environment:\n GOPATH: \"{{ go_path }}\"\n\n- name: install tools\n shell: go get -u \"{{ item }}\"\n loop:\n - honnef.co/go/tools/cmd/staticcheck\n - github.com/rakyll/hey\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
murosan/ansible-for-mac
c2bb6d768c2c6c3a47dd51f71a5e967134ca9c23
0
roles/node
7,668
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- name: install nodebrew\n homebrew:\n name: nodebrew\n state: latest\n\n- name: check the .nodebrew directory\n stat:\n path: \"~/.nodebrew\"\n register: nodebrew_directory\n\n- name: setup directory if not exists\n shell: /usr/local/opt/nodeb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 696, "all_permissive": false }
ansible_role
murosan/ansible-for-mac
c2bb6d768c2c6c3a47dd51f71a5e967134ca9c23
0
roles/os
7,668
[ "no_license" ]
[ { "path": "roles/os/tasks/packages.yml", "content": "- name: update homebrew and upgrade all packages\n homebrew:\n update_homebrew: yes\n upgrade_all: yes\n\n- name: brew tap\n homebrew_tap:\n name: \"{{ item }}\"\n loop:\n - ktr0731/evans # https://github.com/ktr0731/evans\n - heroku/bre...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2436, "all_permissive": false }
ansible_role
murosan/ansible-for-mac
c2bb6d768c2c6c3a47dd51f71a5e967134ca9c23
0
roles/os_work
7,668
[ "no_license" ]
[ { "path": "roles/os_work/tasks/main.yml", "content": "- name: update homebrew and upgrade all packages\n homebrew:\n update_homebrew: yes\n upgrade_all: yes\n\n- name: install development packages\n homebrew:\n name: \"{{ item }}\"\n state: latest\n loop:\n - awscli\n - packer\n - tf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
murosan/ansible-for-mac
c2bb6d768c2c6c3a47dd51f71a5e967134ca9c23
0
roles/scala
7,668
[ "no_license" ]
[ { "path": "roles/scala/tasks/install_jdk.yml", "content": "- name: check installed jdk\n stat:\n path: \"{{ download_dir }}/{{ tar_file }}\"\n register: installed_jdk\n\n- name: install open jdk\n get_url:\n url: \"{{ download_url }}\"\n dest: \"{{ download_dir }}/{{ tar_file }}\"\n when: not i...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 814, "all_permissive": false }
ansible_role
jarppe/joulukalenteri2015
f988cc90848013249d717e91cc6c352f574edf51
0
ansible/roles/app-base
7,668
[ "no_license" ]
[ { "path": "ansible/roles/app-base/templates/service.j2", "content": "[Unit]\nDescription=Start {{app.name}} server\nAfter=syslog.target nginx.target\n\n[Service]\nUser={{app.user}}\nGroup={{app.user}}\nWorkingDirectory=/home/{{app.user}}\nExecStart=/usr/bin/java -jar {{app.dst}} &\nKillMode=process\nStandar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 621, "all_permissive": false }
ansible_role
jarppe/joulukalenteri2015
f988cc90848013249d717e91cc6c352f574edf51
0
ansible/roles/app-deploy
7,668
[ "no_license" ]
[ { "path": "ansible/roles/app-deploy/handlers/main.yml", "content": "---\n\n- name: restart app\n service: name={{app.name}} enabled=yes state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "ansible/roles/app-deploy/templates/config.edn...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 522, "all_permissive": false }
ansible_role
jarppe/joulukalenteri2015
f988cc90848013249d717e91cc6c352f574edf51
0
ansible/roles/base
7,668
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n\n- name: epel\n yum: name=epel-release state=installed\n\n- name: Ensure that base packages are present\n yum: name={{ item }} state=present\n with_items:\n - net-tools\n - vim\n - ntp\n - zsh\n - wget\n - ntp\n - httpi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
jarppe/joulukalenteri2015
f988cc90848013249d717e91cc6c352f574edf51
0
ansible/roles/firewall
7,668
[ "no_license" ]
[ { "path": "ansible/roles/firewall/tasks/main.yml", "content": "---\n\n- name: start firewalld\n service: name=firewalld enabled=true state=started\n\n- name: add services\n firewalld: service={{ item }} permanent=true state=enabled\n with_items:\n - http\n notify: reload firewall\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
jarppe/joulukalenteri2015
f988cc90848013249d717e91cc6c352f574edf51
0
ansible/roles/java
7,668
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n\n- name: Java 8\n yum: name=java-1.8.0-openjdk.x86_64 state=present\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
jarppe/joulukalenteri2015
f988cc90848013249d717e91cc6c352f574edf51
0
ansible/roles/nginx
7,668
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n\n- name: nginx user\n user: name=nginx system=yes\n\n- name: nginx repo\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo owner=root group=root mode=0644\n\n- name: install\n yum: name=nginx state=present\n notify: restart nginx\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": false }
ansible_role
jarppe/joulukalenteri2015
f988cc90848013249d717e91cc6c352f574edf51
0
ansible/roles/site
7,668
[ "no_license" ]
[ { "path": "ansible/roles/site/templates/site.conf.j2", "content": "upstream http_backend {\n server 127.0.0.1:{{http_port}};\n keepalive 32;\n}\n\nserver {\n listen 80;\n listen [::]:80;\n\n access_log syslog:server=unix:/dev/log combined;\n\n server_name {{inventory_hostname}};\n client_max_bo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 858, "all_permissive": false }
ansible_role
jarppe/joulukalenteri2015
f988cc90848013249d717e91cc6c352f574edf51
0
ansible/roles/ssmtp-relay
7,668
[ "no_license" ]
[ { "path": "ansible/roles/ssmtp-relay/tasks/main.yml", "content": "---\n\n- name: smtp | Install SSMTP\n apt: name=ssmtp state=present\n\n- name: smtp | Install mailutils\n apt: name=mailutils state=present\n\n- name: smtp | Copy config\n template: src=ssmtp.conf.j2 dest=/etc/ssmtp/ssmtp.conf\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
jarppe/joulukalenteri2015
f988cc90848013249d717e91cc6c352f574edf51
0
ansible/roles/users
7,668
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "---\n\n- name: Set up admin group\n group: name=admin state=absent\n\n- name: Set up admin group\n group: name=wheel state=present\n\n- name: Set up users\n user: name={{item.name}} groups=wheel,users shell={{ item.shell | default(\"/bin/bash\")...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1209, "all_permissive": false }
ansible_role
chesterbr/chester-ansible-configs
1027ab684d353ee1208c8bed86321c54195ff5bf
9
roles/chesterbr.letsencrypt
7,668
[ "no_license" ]
[ { "path": "roles/chesterbr.letsencrypt/tasks/main.yml", "content": "- name: Install the letsencrypt package\n become: yes\n apt: name=letsencrypt state=present\n\n- name: Obtain certificates for selected sites (only if running on production server)\n become: yes\n shell: bash -lc \"letsencrypt certonly ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 932, "all_permissive": false }
ansible_role
chesterbr/chester-ansible-configs
1027ab684d353ee1208c8bed86321c54195ff5bf
9
roles/chesterbr.nginx
7,668
[ "no_license" ]
[ { "path": "roles/chesterbr.nginx/templates/site.j2", "content": "server {\n\n\taccess_log /var/log/nginx/{{ item.server.file_name }}-access.log;\n\terror_log /var/log/nginx/{{ item.server.file_name }}-error.log;\n\n{% for k,v in item.server.items() %}\n{% if k.find('location') == -1 and k != 'file_name' and...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4311, "all_permissive": false }
ansible_role
chesterbr/chester-ansible-configs
1027ab684d353ee1208c8bed86321c54195ff5bf
9
roles/chesterbr.ruby
7,668
[ "no_license" ]
[ { "path": "roles/chesterbr.ruby/templates/.gemrc.j2", "content": ":update_sources: true\n:benchmark: false\n:backtrace: true\n:verbose: true\ngem: --no-ri --no-rdoc\ninstall: --no-rdoc --no-ri\nupdate: --no-rdoc --no-ri\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3095, "all_permissive": false }
ansible_role
chesterbr/chester-ansible-configs
1027ab684d353ee1208c8bed86321c54195ff5bf
9
roles/chesterbr.security
7,668
[ "no_license" ]
[ { "path": "roles/chesterbr.security/templates/reboot_if_required.sh", "content": "#!/bin/bash\n\n# Check if the /var/run/reboot-required file exists\nif [ -f \"/var/run/reboot-required\" ]; then\n echo \"Reboot required. Initiating the reboot...\"\n\n # Stop all processes managed by supervisorctl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2982, "all_permissive": false }
ansible_role
chesterbr/chester-ansible-configs
1027ab684d353ee1208c8bed86321c54195ff5bf
9
roles/chesterbr.swapfile
7,668
[ "no_license" ]
[ { "path": "roles/chesterbr.swapfile/tasks/main.yml", "content": "---\n\n- name: Create swap file\n command: fallocate -l 2G /swapfile\n become: true\n ignore_errors: true # Ignore errors if the swap file already exists\n tags: swapfile\n\n- name: Set swap file permissions\n command: chmod 600 /swapfil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
chesterbr/chester-ansible-configs
1027ab684d353ee1208c8bed86321c54195ff5bf
9
roles/chesterbr.user_setup
7,668
[ "no_license" ]
[ { "path": "roles/chesterbr.user_setup/tasks/main.yml", "content": "# Creates the user that will handle daily operations\n# and the limited user for servers to run as\n---\n- name: Create admin user\n user: name={{ admin_user }} shell=/bin/bash\n\n- name: Ensure admin user can log in with their key\n autho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 629, "all_permissive": false }
ansible_role
chesterbr/chester-ansible-configs
1027ab684d353ee1208c8bed86321c54195ff5bf
9
roles/chesterbr.vault
7,668
[ "no_license" ]
[ { "path": "roles/chesterbr.vault/tasks/main.yml", "content": "# This could be done automatically by naming the vault \"main.yml\", but we\n# want to only require the password if the role is actually required\n# (tags or conditions)\n---\n- name: Opens the vault\n include_vars: vault.yml\n\n\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
Websoft9Archive/ansible-mingdao
f3b62d29c8b2cb6c50a4c26814b7a767d3817b02
2
roles/mingdao
7,668
[ "no_license" ]
[ { "path": "roles/mingdao/defaults/main.yml", "content": "# 明道安装管理器下载 https://github.com/mingdaocom/private-deployment/releases\n# 2021-1-07 更新2.1.1\n# 2021-11-17 更新2.4.1\n# 2021-12-23 更新2.10.1\n# 2022-4-1 更新3.1.0\n\nmingdao_download_url: \"https://pdpublic.mingdao.com/private-deployment/3.1.1/mingdaoyun_pr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2395, "all_permissive": false }
ansible_role
ihassin/ansible-bdd-workshop
6ce8352a0ec2b2b88a1a09d742776651b89ec3d4
0
roles/common
7,668
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n - name: Add git package repo\n apt_repository: repo=ppa:git-core/ppa state=present\n\n - name: Install needed packages\n apt: pkg={{item}} state=installed autoremove=yes\n with_items:\n - logrotate\n - curl\n - git\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1642, "all_permissive": false }
ansible_role
ihassin/ansible-bdd-workshop
6ce8352a0ec2b2b88a1a09d742776651b89ec3d4
0
roles/nginx
7,668
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "---\nappname: commercial\nuser: ita\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/nginx/tasks/main.yml", "content": "---\n - name: Update apt cache if needed\n apt: update_cache=y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 697, "all_permissive": false }
ansible_role
ihassin/ansible-bdd-workshop
6ce8352a0ec2b2b88a1a09d742776651b89ec3d4
0
roles/users
7,668
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n - name: Create some users\n user: name={{item.name}} comment=\"user\" generate_ssh_key=yes ssh_key_bits=2048 state=present password={{<PASSWORD>}} shell=/bin/bash\n with_items:\n - { name: 'ita', password: 'ita' }\n\n - name: Copy ssh ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
craccho/vagrant-play
ee50bf22b69c150de48658fb6242b10875b177a3
0
ansible/roles/ansible
7,671
[ "no_license" ]
[ { "path": "ansible/roles/ansible/tasks/main.yml", "content": "---\n- name: apt update\n apt:\n update-cache: yes\n become: yes\n\n- name: install software properties common\n apt:\n name: software-properties-common\n become: yes\n\n- name: add repository\n apt_repository:\n repo: \"ppa:ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
craccho/vagrant-play
ee50bf22b69c150de48658fb6242b10875b177a3
0
ansible/roles/lxc
7,671
[ "no_license" ]
[ { "path": "ansible/roles/lxc/tasks/main.yml", "content": "- name: setup vim\n import_role: name=vim\n- name: install required packages\n apt:\n name: \n - virtualenv\n - python-pip\n - lxc\n - lxc-dev\n - lxc-utils\n - lxc-templates\n become: yes\n- name: ensure lxc to be started\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
craccho/vagrant-play
ee50bf22b69c150de48658fb6242b10875b177a3
0
ansible/roles/tools
7,671
[ "no_license" ]
[ { "path": "ansible/roles/tools/tasks/main.yml", "content": "---\n- name: Make sure lovely tools installed\n apt:\n name:\n - lv\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }