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 | digimokan/ansible-install-arch-zfs | 1af47c01816778bed066b90874fe473ebc236fe6 | 0 | roles/grub-install | 470 | [
"no_license"
] | [
{
"path": "roles/grub-install/templates/grub.cfg.j2",
"content": "# GLOBAL MENU OPTIONS\n\nset timeout=5\nset default=0\n\n# LOCAL VARIABLES\n\n# find the zpool to mount to root\nset search_args=\"--label --set=root {{ grub_install_def_zpool_name }}\"\n\n# select kernel to boot\nset stable_kernel=\"/ROOT/de... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5262,
"all_permissive": false
} |
ansible_role | digimokan/ansible-install-arch-zfs | 1af47c01816778bed066b90874fe473ebc236fe6 | 0 | roles/play-fact-set | 470 | [
"no_license"
] | [
{
"path": "roles/play-fact-set/tasks/main.yml",
"content": "- name: \"Compose partition-label strings for the installation disk(s)\"\n set_fact:\n play_fact_device_1_boot_partlabel: \"{{ const_var_boot_partlabel_base }}{{ mirror0_append }}\"\n play_fact_device_1_zfs_partlabel: \"{{ const_var_zfs_part... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1302,
"all_permissive": false
} |
ansible_role | digimokan/ansible-install-arch-zfs | 1af47c01816778bed066b90874fe473ebc236fe6 | 0 | roles/pool-creation | 470 | [
"no_license"
] | [
{
"path": "roles/pool-creation/tasks/main.yml",
"content": "- name: \"Create the new zpool on the installation disk(s)\"\n # -f: force creation, clobbering vdev metadata if it exists\n # -d: do not enable any features - specify features individually with -o\n # -m none: don't set persistent mountpoint fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3081,
"all_permissive": false
} |
ansible_role | digimokan/ansible-install-arch-zfs | 1af47c01816778bed066b90874fe473ebc236fe6 | 0 | roles/post-install | 470 | [
"no_license"
] | [
{
"path": "roles/post-install/tasks/main.yml",
"content": "- name: \"Install optional user-defined packages to live USB\"\n command: arch-chroot {{ post_install_def_arch_chroot_dir|quote }}\n pacman --noconfirm -S {{ user_var_extra_packages | join(\" \") }}\n when: user_var_extra_pac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1759,
"all_permissive": false
} |
ansible_role | digimokan/ansible-install-arch-zfs | 1af47c01816778bed066b90874fe473ebc236fe6 | 0 | roles/user-vars-chk | 470 | [
"no_license"
] | [
{
"path": "roles/user-vars-chk/tasks/main.yml",
"content": "- name: \"Abort if user did not specify user_var_install_devices\"\n fail:\n msg: \"user_var_install_devices list var must be set (see group_vars/all file)\"\n when: user_var_install_devices is not defined\n\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | digimokan/ansible-install-arch-zfs | 1af47c01816778bed066b90874fe473ebc236fe6 | 0 | roles/zroot-config | 470 | [
"no_license"
] | [
{
"path": "roles/zroot-config/tasks/main.yml",
"content": "- name: \"Unmount all zfs filesystems\"\n command: zfs unmount -a\n\n- name: \"Set bootfs property on default-boot-environment root filesystem\"\n command: zpool set bootfs={{ zroot_config_def_zpool_name }}/ROOT/default {{ zroot_config_def_zpool_n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1962,
"all_permissive": false
} |
ansible_role | userimack/iaac-workshop | f64fb955e120beef19479b0eb0e39975d20a2835 | 0 | ansible_codes/roles/base | 470 | [
"no_license"
] | [
{
"path": "ansible_codes/roles/base/tasks/main.yml",
"content": "---\n# tasks file for base\n- name: Update apt\n apt: update_cache=no\n\n- name : Update all packages\n apt: name=\"*\" state=latest update_cache=true force_apt_get=true\n\n- name: Install base packages\n apt:\n name: [\"locales\", \"bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | userimack/iaac-workshop | f64fb955e120beef19479b0eb0e39975d20a2835 | 0 | ansible_codes/roles/postgres | 470 | [
"no_license"
] | [
{
"path": "ansible_codes/roles/postgres/tasks/main.yml",
"content": "---\n# tasks file for postgres\n- name: Ensure bash, OpenSSl, and libssl are the latest versions\n apt: name={{ item }} update_cache=true state=latest\n with_items:\n - bash\n - openssl\n - libssl-dev\n - libssl-doc\n tags: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1463,
"all_permissive": false
} |
ansible_role | userimack/iaac-workshop | f64fb955e120beef19479b0eb0e39975d20a2835 | 0 | ansible_codes/roles/setup_frontend | 470 | [
"no_license"
] | [
{
"path": "ansible_codes/roles/setup_frontend/vars/main.yml",
"content": "---\n# vars file for setup_frontend\nnpm_packages:\n - \"@angular/cli@8.0.3\"\napp_dir: \"/app/frontend\"\nfrontend_app_git_url: \"https://github.com/userimack/spring-petclinic-angular.git\"\nos_environment:\n - key: BACKEND_URL\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2254,
"all_permissive": false
} |
ansible_role | userimack/iaac-workshop | f64fb955e120beef19479b0eb0e39975d20a2835 | 0 | ansible_codes/roles/setup_node | 470 | [
"no_license"
] | [
{
"path": "ansible_codes/roles/setup_node/handlers/main.yml",
"content": "---\n# handlers file for setup_node\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible_codes/roles/setup_node/vars/main.yml",
"content": "---\n# vars file for setu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | userimack/iaac-workshop | f64fb955e120beef19479b0eb0e39975d20a2835 | 0 | ansible_codes/roles/setup_rest_api | 470 | [
"no_license"
] | [
{
"path": "ansible_codes/roles/setup_rest_api/vars/main.yml",
"content": "---\n# vars file for setup_rest_api\n# repo: \"https://github.com/userimack/spring-petclinic-rest.git\"\nrepo: \"https://github.com/spring-petclinic/spring-petclinic-rest.git\"\napp_dir: \"/app/backend\"\nos_environment:\n - key: DAT... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2062,
"all_permissive": false
} |
ansible_role | yaringalmor/yarin-exercise | d1f2a6a33dfe9fa52e618792a02ad6ceb3e63334 | 0 | roles/counting-panda | 470 | [
"no_license"
] | [
{
"path": "roles/counting-panda/files/etc/init.d/counting-panda",
"content": "#! /bin/sh\n### BEGIN INIT INFO\n# Provides: counting-panda.js\n# Required-Start: $syslog $time $remote_fs\n# Required-Stop: $syslog $time $remote_fs\n# Default-Start: 2 3 4 5\n# Default-Stop: 0 1 6\n# Des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1737,
"all_permissive": false
} |
ansible_role | yaringalmor/yarin-exercise | d1f2a6a33dfe9fa52e618792a02ad6ceb3e63334 | 0 | roles/static-panda | 470 | [
"no_license"
] | [
{
"path": "roles/static-panda/tasks/main.yml",
"content": "---\n- name: copy static-panda site files\n copy: src=static-panda dest=/opt/bigpanda/ owner=root group=root mode=0755\n\n- name: npm install\n npm: path=/opt/bigpanda/static-panda\n\n- name: setting static-panda.conf at /etc/init \n copy: src=et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1736,
"all_permissive": false
} |
ansible_role | egormin/ansible_container | d462335c48fb6b2eb6c2c53277cbe6bf3b864636 | 0 | roles/agent | 470 | [
"no_license"
] | [
{
"path": "roles/agent/tasks/main.yml",
"content": "- name: Update cache\n apt:\n update_cache: yes\n\n# - name: dpkg command\n# command: \"apt-get -f install -y\"\n\n- name: Install packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - openjdk-8-jdk\n - git\n - sudo\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 989,
"all_permissive": false
} |
ansible_role | BalajiRao/ansible | 04a9018b3255059e80d09854e632e95e7cbe60b9 | 0 | roles/base | 470 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh keys for Babu\n authorized_key:\n user: babu\n key: \"<KEY>\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | MaciejGawel/cluster-provisioner | e78ddb10c68ce50ad4bba023fe91aad8ba33e891 | 0 | ansible/roles/calico | 470 | [
"no_license"
] | [
{
"path": "ansible/roles/calico/defaults/main.yml",
"content": "---\n\ncalico_k8s_cli_host: \"{{ inventory_hostname }}\"\n\ncalico_pod_subnet: 10.11.0.0/16\n\ncalico_manifests_dir: /var/lib/calico_manifests\ncalico_manifests_dir_require_become: true\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1331,
"all_permissive": false
} |
ansible_role | MaciejGawel/cluster-provisioner | e78ddb10c68ce50ad4bba023fe91aad8ba33e891 | 0 | ansible/roles/docker | 470 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/defaults/main.yml",
"content": "---\n\ndocker_repo: https://download.docker.com/linux/centos/docker-ce.repo\ndocker_registry_host: registry\ndocker_registry_port: 5000\ndocker_insecure_registries:\n - \"{{ docker_registry_host }}:{{ docker_registry_port }}\"\n",
"license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1018,
"all_permissive": false
} |
ansible_role | MaciejGawel/cluster-provisioner | e78ddb10c68ce50ad4bba023fe91aad8ba33e891 | 0 | ansible/roles/docker_registry | 470 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_registry/defaults/main.yml",
"content": "---\n\ndocker_registry_dir: \"/mnt/registry\"\ndocker_registry_dir_require_become: true\n\ndocker_registry_container_name: \"registry\"\ndocker_registry_image: \"registry:2\"\n\ndocker_registry_volumes:\n - \"{{ docker_registry_dir }}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1106,
"all_permissive": false
} |
ansible_role | MaciejGawel/cluster-provisioner | e78ddb10c68ce50ad4bba023fe91aad8ba33e891 | 0 | ansible/roles/k8s_master | 470 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_master/templates/kubeadm.conf.j2",
"content": "apiVersion: kubeadm.k8s.io/v1beta2\nkind: InitConfiguration\nlocalAPIEndpoint:\n advertiseAddress: \"{{ k8s_master_cc_ip }}\"\n bindPort: 6443\n---\napiVersion: kubeadm.k8s.io/v1beta2\nkind: ClusterConfiguration\nkubernetesVersion... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3654,
"all_permissive": false
} |
ansible_role | MaciejGawel/cluster-provisioner | e78ddb10c68ce50ad4bba023fe91aad8ba33e891 | 0 | ansible/roles/k8s_prepare | 470 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_prepare/defaults/main.yml",
"content": "---\n\nk8s_prepare_k8s_version: 1.18.2\nk8s_prepare_packages:\n - \"kubectl-{{ k8s_prepare_k8s_version }}\"\n - \"kubelet-{{ k8s_prepare_k8s_version }}\"\n - \"kubeadm-{{ k8s_prepare_k8s_version }}\"\n\nk8s_prepare_hosts_file: /etc/host... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1993,
"all_permissive": false
} |
ansible_role | MaciejGawel/cluster-provisioner | e78ddb10c68ce50ad4bba023fe91aad8ba33e891 | 0 | ansible/roles/k8s_worker | 470 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_worker/defaults/main.yml",
"content": "---\n\nk8s_worker_k8s_cli_host: \"{{ inventory_hostname }}\"\nk8s_worker_name: \"{{ inventory_hostname }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "ansible/roles/k8s_wor... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1328,
"all_permissive": false
} |
ansible_role | MaciejGawel/cluster-provisioner | e78ddb10c68ce50ad4bba023fe91aad8ba33e891 | 0 | ansible/roles/metallb | 470 | [
"no_license"
] | [
{
"path": "ansible/roles/metallb/tasks/main.yml",
"content": "---\n\n- name: Install MetalLB\n run_once: true\n delegate_to: \"{{ metallb_k8s_cli_host }}\"\n delegate_facts: true\n when: metallb_enabled\n block:\n - name: Ensure MetalLB manifests home exists\n file:\n path: \"{{ metallb_manife... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1739,
"all_permissive": false
} |
ansible_role | MaciejGawel/cluster-provisioner | e78ddb10c68ce50ad4bba023fe91aad8ba33e891 | 0 | ansible/roles/preconfigure | 470 | [
"no_license"
] | [
{
"path": "ansible/roles/preconfigure/defaults/main.yml",
"content": "---\n\npreconfigure_packages:\n - vim\n - wget\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "ansible/roles/preconfigure/tasks/main.yml",
"content": "---\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | zze326/ansible-deploy-kubernetes | 3ff7bce5607e9114dcec924d2889aef3ee6a2b47 | 56 | roles/base_environment | 480 | [
"no_license"
] | [
{
"path": "roles/base_environment/tasks/init_centos.yml",
"content": "- name: 关闭防火墙\n systemd:\n name: firewalld\n state: stopped\n enabled: no\n\n- name: 关闭 SELinux\n selinux:\n state: disabled\n\n- name: 安装 ntpdate\n yum:\n name: \n - ntpdate\n - bash-completion\n when: have_netwo... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5246,
"all_permissive": false
} |
ansible_role | zze326/ansible-deploy-kubernetes | 3ff7bce5607e9114dcec924d2889aef3ee6a2b47 | 56 | roles/check_config | 480 | [
"no_license"
] | [
{
"path": "roles/check_config/tasks/main.yml",
"content": "- set_fact:\n etcd_package_name: etcd-v*-linux-amd64\n kubernetes_package_name: kubernetes\n container_runtime_package_name: '{{ container_runtime }}*'\n docker_package_name: docker*\n cni_package_name: cni-plugins-linux-amd64-*\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6519,
"all_permissive": false
} |
ansible_role | zze326/ansible-deploy-kubernetes | 3ff7bce5607e9114dcec924d2889aef3ee6a2b47 | 56 | roles/configure_service | 480 | [
"no_license"
] | [
{
"path": "roles/configure_service/tasks/configure_docker.yml",
"content": "- name: 渲染 Docker 配置文件\n template:\n src: docker/conf/daemon.json\n dest: '{{ install_dir }}/docker/conf/daemon.json'\n\n- name: 渲染 Docker Service unit 文件\n template:\n src: docker/systemd/docker.service\n dest: '{% if... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 9986,
"all_permissive": false
} |
ansible_role | zze326/ansible-deploy-kubernetes | 3ff7bce5607e9114dcec924d2889aef3ee6a2b47 | 56 | roles/deploy_manifests | 480 | [
"no_license"
] | [
{
"path": "roles/deploy_manifests/tasks/main.yml",
"content": "- block:\n - name: 设置变量\n set_fact:\n rbac_filename: kubernetes_user_rbac.yml\n\n - name: kubernetes 用户授权 - 分发权限 manifests 到 master 节点 (1/2)\n template:\n src: '{{ rbac_filename }}'\n dest: /tmp/\n\n - name: kubernetes 用户... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 9034,
"all_permissive": false
} |
ansible_role | zze326/ansible-deploy-kubernetes | 3ff7bce5607e9114dcec924d2889aef3ee6a2b47 | 56 | roles/gen_certs | 480 | [
"no_license"
] | [
{
"path": "roles/gen_certs/templates/kubernetes/json_file/kube-controller-manager-csr.json",
"content": "{\n \"CN\": \"system:kube-controller-manager\",\n \"hosts\": [],\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"CN\",\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 6856,
"all_permissive": false
} |
ansible_role | zze326/ansible-deploy-kubernetes | 3ff7bce5607e9114dcec924d2889aef3ee6a2b47 | 56 | roles/send_packages | 480 | [
"no_license"
] | [
{
"path": "roles/send_packages/tasks/clear_package.yml",
"content": "- name: 获取解压目录路径\n ignore_errors: yes\n changed_when: no\n failed_when: no\n shell: ls /tmp/{{ etcd_package_name }} /tmp/{{ kubernetes_package_name }} /tmp/{{ docker_package_name }} /tmp/{{ container_runtime_package_name }} -d\n regis... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5478,
"all_permissive": false
} |
ansible_role | zze326/ansible-deploy-kubernetes | 3ff7bce5607e9114dcec924d2889aef3ee6a2b47 | 56 | roles/start_service | 480 | [
"no_license"
] | [
{
"path": "roles/start_service/tasks/start_etcd.yml",
"content": "- name: 启动 ETCD 服务\n systemd:\n name: etcd\n state: started\n enabled: yes\n daemon_reload: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/start_service/task... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4601,
"all_permissive": false
} |
ansible_role | recalde/kubernetes-devops | 52260cea60d95973485015869b4a735df650971f | 1 | roles/ephemeral_os | 480 | [
"permissive"
] | [
{
"path": "roles/ephemeral_os/tasks/main.yml",
"content": "---\n- name: Configure OverlayFS for Root\n blockinfile:\n path: /etc/initramfs-tools/scripts/init-bottom/overlay\n create: yes\n mode: '0755'\n owner: root\n group: root\n block: |\n #!/bin/sh\n if [ \"$rootmnt\" = \"/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 626,
"all_permissive": true
} |
ansible_role | denisbraga/iaac_terraform | b1b264f5972846cb8d383dbe7cbaac929fed8e17 | 0 | ansible/roles/webserver | 480 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/vars/main.yml",
"content": "nginx_html: \"/var/www/html/index.html\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/webserver/defaults/main.yml",
"content": "nginx_html: \"/var/www/html/home.h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | strigie/sim-bm-ocp-ipv6 | 9b80c27c4e872a5a5ebb921ab32b5289899a2f22 | 0 | roles/dnsmasq | 480 | [
"permissive"
] | [
{
"path": "roles/dnsmasq/templates/dnsmasq.conf.j2",
"content": "strict-order\nbind-dynamic\nbogus-priv\n#dhcp-authoritative\ndhcp-range={{ libvirt.name }},{{ libvirt.cidr | ansible.netcommon.nthhost(11) }},{{ libvirt.cidr | ansible.netcommon.nthhost(31) }},4h\ndhcp-option={{ libvirt.name }},option6:dns-ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2933,
"all_permissive": true
} |
ansible_role | strigie/sim-bm-ocp-ipv6 | 9b80c27c4e872a5a5ebb921ab32b5289899a2f22 | 0 | roles/radvd | 480 | [
"permissive"
] | [
{
"path": "roles/radvd/templates/radvd.conf.j2",
"content": "interface {{ libvirt.name }}\n{\n\tAdvSendAdvert on;\n\tIgnoreIfMissing on;\n AdvManagedFlag on;\n\n\tMinRtrAdvInterval 30;\n\tMaxRtrAdvInterval 100;\n\n\tAdvDefaultPreference low;\n AdvDefaultLifetime 9000;\n\n\tAdvHomeAgentFlag off... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 808,
"all_permissive": true
} |
ansible_role | strigie/sim-bm-ocp-ipv6 | 9b80c27c4e872a5a5ebb921ab32b5289899a2f22 | 0 | roles/sushy | 480 | [
"permissive"
] | [
{
"path": "roles/sushy/tasks/main.yaml",
"content": "---\n- name: Install required rpms\n dnf:\n name:\n - libvirt-devel\n - gcc\n - python3-devel\n - python3-virtualenv\n - python3-cryptography\n\n- name: Create python venv and install modules\n pip:\n name:\n - sushy-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 704,
"all_permissive": true
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/common | 480 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n# handlers file for common\n- name: Refresh package cache\n ansible.builtin.apt:\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/common/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1186,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_apprise | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_apprise/vars/main.yml",
"content": "---\n# vars file for tartarus_apprise\ntartarus_apprise_apprise_server: apprise.tartarus.us\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/tartarus_apprise/templates/apprise.yam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_bootstrap | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_bootstrap/tasks/main.yml",
"content": "---\n# tasks file for tartarus_bootstrap\n- name: Include secrets\n ansible.builtin.include_vars: secrets.yml\n no_log: true\n\n- name: Create a group for ansible user\n tags:\n - bootstrap\n ansible.builtin.group:\n name: ansible\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1744,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_k3s | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_k3s/templates/k3s-override.conf.j2",
"content": "# {{ ansible_managed }}\n[Service]\nLimitNOFILE=200000\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/tartarus_k3s/defaults/main.yml",
"content": "---\n# defaul... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5128,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_mail | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_mail/defaults/main.yml",
"content": "---\n# defaults file for roles/tartarus.mail\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/tartarus_mail/templates/msmtp.conf.j2",
"content": "account default\nhost {{ smt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_monitoring | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_monitoring/vars/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# vars file for roles/tartarus_monitoring\nsmartd_email: <EMAIL>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/tartarus_monitoring/tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6199,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_nut_client | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_nut_client/defaults/main.yml",
"content": "---\n# defaults file for roles/tartarus_nut_client\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/tartarus_nut_client/tasks/main.yml",
"content": "---\n# tasks file f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2391,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_nut_common | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_nut_common/handlers/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# handlers file for roles/tartarus_nut_common\n- name: Restart nut server\n ansible.builtin.systemd:\n name: nut-server\n state: restarted\n daemon_reload: true\n\n- name: Restart nut client\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5219,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_nut_server | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_nut_server/templates/upsd.conf.j2",
"content": "# {{ ansible_managed }}\n\nLISTEN 0.0.0.0 3493 \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/tartarus_nut_server/templates/99-nut-ups.rules.j2",
"content": "# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 3774,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_quicksync | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_quicksync/vars/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# vars file for tartarus_quicksync\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/tartarus_quicksync/tasks/main.yml",
"content": "# S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_telegraf | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_telegraf/tasks/main.yml",
"content": "---\n# tasks file for tartarus.telegraf\n- name: Load secrets\n ansible.builtin.include_vars: secrets.yml\n\n- name: Add apt_key for debian stable telegraf repo\n ansible.builtin.apt_key:\n # id: D8FF8E1F7DF8B07E\n url: https://repos.in... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2361,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_tools | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_tools/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for tartarus_tools\n- name: Include vars\n ansible.builtin.include_vars: main.yml\n\n- name: Create a tools destination\n ansible.builtin.file:\n path: /usr/local/tools/bin\n state: direct... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | blbecker/homelab-ansible | 0b525c50130219bcee07a80e9093d6e731d29470 | 0 | roles/tartarus_zfs | 480 | [
"no_license"
] | [
{
"path": "roles/tartarus_zfs/handlers/main.yml",
"content": "---\n# handlers file for roles/tartarus.zfs\n- name: Restart zed\n ansible.builtin.systemd:\n name: zfs-zed\n state: restarted\n\n- name: Restart smartd\n ansible.builtin.systemd:\n name: smartd\n state: restarted\n",
"license_t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2405,
"all_permissive": false
} |
ansible_role | siva-492007/nexus-devops-tasks | f7c96da7cae833fdc569749555b3ceccd93a2df7 | 0 | task4/wordpress-alb-autoscaling-terraform/ansible_provisioner/roles/prerequisities | 480 | [
"no_license"
] | [
{
"path": "task4/wordpress-alb-autoscaling-terraform/ansible_provisioner/roles/prerequisities/tasks/main.yml",
"content": "---\n\n- name: Install prerequisites\n apt: name=aptitude update_cache=yes state=latest force_apt_get=yes\n tags: [ system ]\n\n- name: Install LAMP Packages\n apt: name={{ item }} u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | siva-492007/nexus-devops-tasks | f7c96da7cae833fdc569749555b3ceccd93a2df7 | 0 | task6/roles/database | 480 | [
"no_license"
] | [
{
"path": "task6/roles/database/tasks/main.yml",
"content": "---\n\n- name: Set the root password\n become: true\n mysql_user:\n name: root\n password: \"{{ <PASSWORD> }}\"\n login_unix_socket: /var/run/mysqld/mysqld.sock\n tags: [ mysql, mysql-root ]\n\n- name: Creates database for WordPress\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | siva-492007/nexus-devops-tasks | f7c96da7cae833fdc569749555b3ceccd93a2df7 | 0 | task6/roles/ufw | 480 | [
"no_license"
] | [
{
"path": "task6/roles/ufw/tasks/main.yml",
"content": "---\n\n- name: \"UFW - Allow HTTP on port 80\"\n ufw:\n rule: allow\n port: \"{{ http_port }}\"\n proto: tcp\n tags: [ system ]",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | siva-492007/nexus-devops-tasks | f7c96da7cae833fdc569749555b3ceccd93a2df7 | 0 | task7/ansible_provisioner/roles/apache | 480 | [
"no_license"
] | [
{
"path": "task7/ansible_provisioner/roles/apache/tasks/main.yml",
"content": "---\n\n- name: Create document root\n file:\n path: \"/srv/www\"\n state: directory\n owner: \"www-data\"\n group: \"www-data\"\n mode: '0755'\n tags: [ apache ]\n\n- name: Set up Apache VirtualHost\n template:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | siva-492007/nexus-devops-tasks | f7c96da7cae833fdc569749555b3ceccd93a2df7 | 0 | task7/ansible_provisioner/roles/wordpress | 480 | [
"no_license"
] | [
{
"path": "task7/ansible_provisioner/roles/wordpress/tasks/main.yml",
"content": "---\n\n- name: Download and unpack latest WordPress\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: \"/srv/www\"\n remote_src: yes\n creates: \"/srv/www/wordpress\"\n tags: [ wordpress ]\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | mansourka06/devops-project10 | db2440a99c74b4cec5ed87a00cc39678e36b9b03 | 1 | ansible/roles/argocd | 483 | [
"no_license"
] | [
{
"path": "ansible/roles/argocd/tasks/argocd_test_deploy_app.yml",
"content": "---\r\n# tasks file for argocd_test_deploy_app.yml\r\n\r\n- name: Create Argo CD test app deployement\r\n shell: |\r\n kubectl config set-context --current --namespace=argocd\r\n argocd app create guestbook --repo https://... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3445,
"all_permissive": false
} |
ansible_role | mansourka06/devops-project10 | db2440a99c74b4cec5ed87a00cc39678e36b9b03 | 1 | ansible/roles/docker | 483 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# ./role/docker/main.yml\n\n- name: Docker Install\n import_tasks: docker_install.yml\n tags:\n - docker_install\n\n- name: Docker Uninstall\n import_tasks: docker_uninstall.yml\n tags:\n - docker_uninstall\n - never\n ",
"l... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3048,
"all_permissive": false
} |
ansible_role | mansourka06/devops-project10 | db2440a99c74b4cec5ed87a00cc39678e36b9b03 | 1 | ansible/roles/jenkins | 483 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n# /roles/jenkins/tasks/main.yml\n\n- name: Jenkins installation\n include_tasks: \"jenkins_install_{{ ansible_os_family|lower }}.yml\"\n when: ansible_pkg_mgr == 'apt' or ansible_pkg_mgr == 'yum'\n tags:\n - jenkins\n - jenkins_inst... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4169,
"all_permissive": false
} |
ansible_role | cucushift/demo-affinity | ffa03468935acfbc40bc11d13dd47506084aae61 | 0 | ansible/roles/k8s-master | 483 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-master/tasks/main.yml",
"content": "---\n- name: Ensure kubeadm initialization\n become: yes\n command: \"kubeadm init --token <PASSWORD> --apiserver-advertise-address=172.16.17.32 --ignore-preflight-errors=all\"\n tags:\n - k8s\n\n- name: Ensure Kube directory\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1867,
"all_permissive": false
} |
ansible_role | cucushift/demo-affinity | ffa03468935acfbc40bc11d13dd47506084aae61 | 0 | ansible/roles/k8s-worker | 483 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-worker/tasks/main.yml",
"content": "---\n- name: Copy config to local VM\n become: yes\n copy:\n src: /vagrant/admin.conf\n dest: /etc/kubernetes/admin.conf\n owner: root\n group: root\n mode: 0600\n\n- name: Ensure local config\n file:\n path: /home/ubuntu/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | cucushift/demo-affinity | ffa03468935acfbc40bc11d13dd47506084aae61 | 0 | ansible/roles/test | 483 | [
"no_license"
] | [
{
"path": "ansible/roles/test/tasks/main.yml",
"content": "---\n- name: Ensure Helper scripts\n copy:\n src: scripts/{{ item }}\n dest: /usr/local/bin/{{ item }}\n owner: root\n group: root\n mode: 0755\n with_items:\n - demo-show-labels.sh\n - demo-create-preferenced-vnfs.sh\n - d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 6689,
"all_permissive": false
} |
ansible_role | AshAvalanche/ansible-avalanche-collection | 4444711e17678746384860f2b8ed17708353c0e6 | 17 | roles/ash_cli | 483 | [
"no_license"
] | [
{
"path": "roles/ash_cli/tasks/main.yml",
"content": "# SPDX-License-Identifier: BSD-3-Clause\n# Copyright (c) 2022-2024, E36 Knots\n---\n- name: Install Ash CLI\n import_tasks: install.yml\n tags:\n - install\n\n- name: Configure Ash CLI\n import_tasks: config.yml\n tags:\n - config\n",
"lice... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5113,
"all_permissive": false
} |
ansible_role | AshAvalanche/ansible-avalanche-collection | 4444711e17678746384860f2b8ed17708353c0e6 | 17 | roles/erpc | 483 | [
"no_license"
] | [
{
"path": "roles/erpc/templates/erpc.yaml.j2",
"content": "logLevel: warn\n\nserver:\n listenV4: true\n httpHostV4: \"0.0.0.0\"\n listenV6: false\n httpPort: 4000\n aliasing:\n rules:\n{% if has_erpc_aliasing_rules %}\n {{ erpc_aliasing_rules }}\n{% elif has_erpc_chains %}\n - matchDomain:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8610,
"all_permissive": false
} |
ansible_role | AshAvalanche/ansible-avalanche-collection | 4444711e17678746384860f2b8ed17708353c0e6 | 17 | roles/faucet | 483 | [
"no_license"
] | [
{
"path": "roles/faucet/tasks/install-faucet.yml",
"content": "# SPDX-License-Identifier: BSD-3-Clause\n# Copyright (c) 2022-2024, E36 Knots\n---\n- name: \"Create {{ avalanche_faucet_group }} group\"\n group:\n name: \"{{ avalanche_faucet_group }}\"\n\n- name: \"Create {{ avalanche_faucet_user }} user\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 4884,
"all_permissive": false
} |
ansible_role | AshAvalanche/ansible-avalanche-collection | 4444711e17678746384860f2b8ed17708353c0e6 | 17 | roles/graph_node | 483 | [
"no_license"
] | [
{
"path": "roles/graph_node/tasks/configure-graph-node.yml",
"content": "---\n- name: Create Graph Node directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ graph_node.user }}\"\n group: \"{{ graph_node.user }}\"\n loop:\n - \"{{ graph_node.paths.conf }}\"\n - \"{{... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9628,
"all_permissive": false
} |
ansible_role | AshAvalanche/ansible-avalanche-collection | 4444711e17678746384860f2b8ed17708353c0e6 | 17 | roles/node | 483 | [
"no_license"
] | [
{
"path": "roles/node/tasks/install-avalanchego.yml",
"content": "# SPDX-License-Identifier: BSD-3-Clause\n# Copyright (c) 2022-2024, E36 Knots\n---\n- name: \"Check that AvalancheGo {{ avalanchego_version }} is supported\"\n debug:\n msg: \"AvalancheGo {{ avalanchego_version }} >= {{ avalanchego_min_ve... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 34788,
"all_permissive": false
} |
ansible_role | AshAvalanche/ansible-avalanche-collection | 4444711e17678746384860f2b8ed17708353c0e6 | 17 | roles/subnet | 483 | [
"no_license"
] | [
{
"path": "roles/subnet/tasks/create-blockchains.yml",
"content": "# SPDX-License-Identifier: BSD-3-Clause\n# Copyright (c) 2022-2024, E36 Knots\n---\n- name: Create the blockchains\n include_tasks: create-blockchain.yml\n vars:\n subnet_id: \"{{ subnet_create_res.output.id }}\"\n loop: \"{{ subnet_bl... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 12770,
"all_permissive": false
} |
ansible_role | gabyfulchic/ansible-dns | 5825ad7c5687a00db62aa4e828db56ff845804f8 | 0 | roles/dns-hosts | 483 | [
"no_license"
] | [
{
"path": "roles/dns-hosts/defaults/main.yml",
"content": "hostname: 'toipXX-gra1-fr'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/dns-hosts/handlers/main.yml",
"content": "---\n\n- name: hostnamed\n command: /etc/init.d/hostname.sh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | Adelee2/ReactFreeStyle | 00e78d3bb490b00064d494131cbe9409ef542db9 | 0 | roles/setup | 483 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: \"update apt packages.\"\n become: true\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: true\n apt:\n upgrade: yes\n\n- name: \"install dependencies, such as NodeJS and NPM\"\n become: true\n apt:\n name: [\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 763,
"all_permissive": false
} |
ansible_role | openafs-contrib/ansible-openafs | c135581539268d6d1d417fb8023011bb05090219 | 9 | roles/openafs_common | 483 | [
"no_license"
] | [
{
"path": "roles/openafs_common/vars/RedHat.yaml",
"content": "---\n# Default repository url redhat family systems.\n_afs_yum_repo: \"https://download.sinenomine.net/openafs/rpms/el$releasever/$basearch\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
"... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 20,
"total_bytes": 14322,
"all_permissive": false
} |
ansible_role | openafs-contrib/ansible-openafs | c135581539268d6d1d417fb8023011bb05090219 | 9 | roles/openafs_devel | 483 | [
"no_license"
] | [
{
"path": "roles/openafs_devel/vars/FreeBSD.yaml",
"content": "---\n_afs_fakeroot: /usr/local/bin/fakeroot\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/openafs_devel/molecule/packages/converge.yml",
"content": "---\n- name: Build pac... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 24,
"total_bytes": 17805,
"all_permissive": false
} |
ansible_role | openafs-contrib/ansible-openafs | c135581539268d6d1d417fb8023011bb05090219 | 9 | roles/openafs_devel_kernel | 483 | [
"no_license"
] | [
{
"path": "roles/openafs_devel_kernel/tasks/install/unknown.yaml",
"content": "---\n- name: Unsupported OS\n fail:\n msg:\n - \"Task files not found for this operating system:\"\n - \"{{ ansible_distribution | replace(' ', '_') }}-{{ ansible_distribution_version }}\"\n - \"{{ ansible_dist... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 18642,
"all_permissive": false
} |
ansible_role | openafs-contrib/ansible-openafs | c135581539268d6d1d417fb8023011bb05090219 | 9 | roles/openafs_krbclient | 483 | [
"no_license"
] | [
{
"path": "roles/openafs_krbclient/tasks/install-packages/FreeBSD.yaml",
"content": "---\n# kinit is included in the FreeBSD base system.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/openafs_krbclient/tasks/install-packages/Debian.yaml",... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 4582,
"all_permissive": false
} |
ansible_role | openafs-contrib/ansible-openafs | c135581539268d6d1d417fb8023011bb05090219 | 9 | roles/openafs_robotserver | 483 | [
"no_license"
] | [
{
"path": "roles/openafs_robotserver/tasks/main.yaml",
"content": "---\n- name: Create robot system group.\n become: true\n ansible.builtin.group:\n name: \"{{ afs_robotserver_group }}\"\n state: present\n\n- name: Create robot user.\n become: true\n ansible.builtin.user:\n name: \"{{ afs_robot... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5231,
"all_permissive": false
} |
ansible_role | DmitriySh/infra | 117e20e019bf5ec446af2e5283b67218a1c8f798 | 13 | ansible/roles/app | 483 | [
"no_license"
] | [
{
"path": "ansible/roles/app/vars/main.yml",
"content": "---\n# vars file for app",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "ansible/roles/app/templates/db_config.j2",
"content": "DATABASE_URL={{ db_host }}\n\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 609,
"all_permissive": false
} |
ansible_role | DmitriySh/infra | 117e20e019bf5ec446af2e5283b67218a1c8f798 | 13 | vagrant/roles/app | 483 | [
"no_license"
] | [
{
"path": "vagrant/roles/app/templates/puma.service.j2",
"content": "[Unit]\nDescription=Puma HTTP Server\nAfter=network.target\n\n[Service]\nType=simple\nEnvironmentFile=/home/{{ deploy_user }}/db_config\nUser={{ deploy_user }}\nWorkingDirectory=/home/{{ deploy_user }}/reddit\nExecStart=/bin/bash -lc 'puma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | DmitriySh/infra | 117e20e019bf5ec446af2e5283b67218a1c8f798 | 13 | vagrant/roles/db | 483 | [
"no_license"
] | [
{
"path": "vagrant/roles/db/molecule/default/tests/test_default.py",
"content": "import os\n\nimport testinfra.utils.ansible_runner\n\ntestinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(\n os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')\n\n# check if MongoDB is listen concrete host an... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1729,
"all_permissive": false
} |
ansible_role | nejibem/ansible-lemp-blank | f56bd1d7a6e6fe5cb46aac955bff67df3ca07857 | 0 | _ansible/roles/common | 483 | [
"no_license"
] | [
{
"path": "_ansible/roles/common/tasks/main.yml",
"content": "---\n- name: update apt cache\n apt: update_cache=yes\n \n- name: install vim\n apt: pkg=vim state=latest\n \n- name: install curl\n apt: pkg=curl state=latest\n\n- name: install git\n apt: pkg=git state=latest\n\n- name: install mysql-cl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | nejibem/ansible-lemp-blank | f56bd1d7a6e6fe5cb46aac955bff67df3ca07857 | 0 | _ansible/roles/deploy-symfony | 483 | [
"no_license"
] | [
{
"path": "_ansible/roles/deploy-symfony/tasks/main.yml",
"content": "---\n- name: ensure site directory\n action: file dest=/var/www state=directory owner={{ ansible_ssh_user }} group=www-data mode=0775 recurse=yes\n when: env != 'dev'\n\n- name: git checkout\n git: repo={{ repo_url }} dest={{ site_root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2086,
"all_permissive": false
} |
ansible_role | nejibem/ansible-lemp-blank | f56bd1d7a6e6fe5cb46aac955bff67df3ca07857 | 0 | _ansible/roles/php | 483 | [
"no_license"
] | [
{
"path": "_ansible/roles/php/tasks/main.yml",
"content": "---\n- name: use ondrej/php5-5.6 repo\n apt_repository: repo=ppa:ondrej/php5-5.6 update_cache=yes\n\n- name: install php packages\n apt: pkg={{ item }} state=latest\n with_items:\n - php5\n - php5-cli\n - php5-fpm\n - php5-common\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | cstoku/isucon-practice | 90c76c4dedd1012bdcf951cce7531cbe32401317 | 0 | roles/xbuild | 483 | [
"no_license"
] | [
{
"path": "roles/xbuild/defaults/main.yml",
"content": "xbuild_install_path: /home/isucon/.xbuild\nxbuild_lang_path: /home/isucon/.local\nxbuild_params: []\nxbuild_profile_path: /home/isucon/.profile\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
"pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | gvv2018/jenkins-ansible-ec2 | 894bc6c4832990ea8ba4975c4881cd8f545a30d5 | 0 | roles/create-ec2-instance | 483 | [
"no_license"
] | [
{
"path": "roles/create-ec2-instance/defaults/main.yml",
"content": "---\n# defaults file for create-aws-ec2\ninstance_type: t2.micro\nimage: ami-009c174642dba28e4\nregion: eu-central-1\nkey_name: gvv2012\ninstance_name: Docker-instance\nsecurity_group: Docker-group\nvpc_id: vpc-6de8fa06\n \n",
"licens... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2087,
"all_permissive": false
} |
ansible_role | gvv2018/jenkins-ansible-ec2 | 894bc6c4832990ea8ba4975c4881cd8f545a30d5 | 0 | roles/install-docker | 483 | [
"no_license"
] | [
{
"path": "roles/install-docker/defaults/main.yml",
"content": "---\n# defaults file for install-docker\ndocker_key: https://download.docker.com/linux/ubuntu/gpg\ndocker_repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ansible_distribution_release}} stable\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | gvv2018/jenkins-ansible-ec2 | 894bc6c4832990ea8ba4975c4881cd8f545a30d5 | 0 | roles/terminate-ec2-instance | 483 | [
"no_license"
] | [
{
"path": "roles/terminate-ec2-instance/tasks/terminate_ec2.yml",
"content": "---\n# tasks file for create-aws-ec2\n- name: terminate-docker-instance\n ec2_instance:\n instance_type: \"{{ instance_type }}\"\n key_name: \"{{ key_name }}\"\n region: \"{{ region }}\"\n state: terminated\n filte... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | rudra108/ansible | c081c45ce66a658de327eed6f1858870a0e6f56c | 0 | nginx-play/roles/nginx | 483 | [
"no_license"
] | [
{
"path": "nginx-play/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n notify: Restart Nginx\n- name: Deploy Nginx Site Configuration\n template:\n src: nginx-site.conf.j2\n dest: /etc/nginx/sites-available/my-site\n owner: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/anydesk | 483 | [
"no_license"
] | [
{
"path": "roles/anydesk/tasks/main.yml",
"content": "- name: download anydesk deb file\n tags: anydesk\n get_url:\n url: https://download.anydesk.com/linux/anydesk_6.1.1-1_amd64.deb\n dest: ~/anydesk.deb\n mode: 0755\n\n- name: download libpangox\n tags: anydesk\n get_url:\n url: http://arc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/base_packages | 483 | [
"no_license"
] | [
{
"path": "roles/base_packages/tasks/main.yml",
"content": "- name: Install base packages\n apt:\n name:\n - curl\n - git\n - vim\n - openconnect\n - openvpn\n - build-essential\n - openssh-server\n - zsh\n - acl\n - python3-pip\n - unzip\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/dbeaver | 483 | [
"no_license"
] | [
{
"path": "roles/dbeaver/tasks/main.yml",
"content": "- name: DBeaver CE\n tags:\n - dbeaver\n community.general.snap:\n name: dbeaver-ce",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/docker | 483 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- include_vars: \"users.yml\"\n tags: always\n\n- name: install requirements\n tags: docker\n apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n- name: add docker sign key\n tags:\n - docker\n apt_key:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1033,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/gnome_shell | 483 | [
"no_license"
] | [
{
"path": "roles/gnome_shell/tasks/main.yml",
"content": "- name: install gnome shell chrome extension\n tags: gnome_shell\n apt:\n name: chrome-gnome-shell\n state: latest\n\n- name: install gnome shell tweak tools\n tags: gnome_shell\n apt:\n name: gnome-tweaks\n state: latest",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/golang | 483 | [
"no_license"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "- include_vars: \"users.yml\"\n tags: always\n\n- name: Golang\n tags: \n - golang\n - go\n apt:\n name:\n - golang\n - graphviz\n - gv\n state: latest\n update_cache: yes\n\n- name: Set Golang ENV\n tags:\n - golang\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/google_chrome | 483 | [
"no_license"
] | [
{
"path": "roles/google_chrome/tasks/main.yml",
"content": "- name: Add Google Chrome sign key\n tags:\n - google-chrome\n apt_key:\n url: https://dl.google.com/linux/linux_signing_key.pub\n state: present\n\n- name: Add Google Chrome repository\n tags:\n - google-chrome\n apt_repository:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/java | 483 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "- name: install openjdk\n tags: \n - java\n - jdk\n - openjdk\n apt:\n name: openjdk-18-jdk\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/mysql | 483 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- include_vars: \"secrets.yml\"\n tags: always\n\n- block:\n - import_tasks: mysql.yml\n - import_tasks: setup.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/mysql/tasks/setup.yml",... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1727,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/nginx | 483 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install Nginx\n tags: nginx\n apt:\n name:\n - nginx\n - nginx-extras\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/nodejs | 483 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "- include_vars: \"users.yml\"\n tags: always\n\n- name: download nvm installer script\n tags:\n - nodejs\n - nvm\n become_user: \"{{users.sysadmin.username}}\"\n get_url:\n url: \"https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/obs | 483 | [
"no_license"
] | [
{
"path": "roles/obs/tasks/main.yml",
"content": "- name: install obs-studio\n tags: obs\n community.general.snap:\n name: obs-studio\n# - name: obs dependencies\n# tags: obs\n# apt:\n# name:\n# - libavcodec-dev\n# - libavdevice-dev\n# - libavfilter-dev\n# - libavformat-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1458,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/package_update | 483 | [
"no_license"
] | [
{
"path": "roles/package_update/tasks/main.yml",
"content": "- name: Install updates\n tags:\n - always\n apt:\n update_cache: yes\n upgrade: dist",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/php | 483 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "- name: install php\n tags: php\n apt:\n name:\n - php8.1\n - php8.1-fpm\n - php8.1-xml\n - php8.1-curl\n - php8.1-imagick\n - php8.1-gd\n - php8.1-pgsql\n - php8.1-mysql\n - php8.1-redis\n state: latest\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/postgresql | 483 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/postgresql.yml",
"content": "- name: make sure psycopg2 is installed\n tags:\n - postgresql\n pip:\n name: psycopg2-binary\n state: present\n\n- name: add sign key\n tags:\n - postgresql\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3590,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/protobuf | 483 | [
"no_license"
] | [
{
"path": "roles/protobuf/tasks/main.yml",
"content": "- include_vars: \"users.yml\"\n tags: always\n\n- name: install protobuf dependencies\n tags: protobuf \n apt:\n name:\n - autoconf\n - automake\n - libtool\n - curl\n - make\n - g++\n - unzip\n\n- name: download... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | gholami-mohammad/setup-dev-env | 44c3536358bb20c170a232aa39f4a37cc0d8ba9c | 0 | roles/rust | 483 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "- include_vars: \"users.yml\"\n tags: always\n\n- name: check that cargo already installed\n tags: rust\n become_user: \"{{users.sysadmin.username}}\"\n shell: \n cmd: cargo -v\n args:\n executable: /bin/zsh\n register: cargo_installed\n ignore... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1172,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.