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
kazuki0924/.sandboxfiles
48d6891d335ff21026e2e5cf2770bb28ec86d8c5
0
ansible/sandbox/roles/az
7,271
[ "no_license" ]
[ { "path": "ansible/sandbox/roles/az/tasks/main.yml", "content": "- name: Install repository prerequisits\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n update_cache: yes\n become: true\n\n- name: Add az’s official gpg key\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
kazuki0924/.sandboxfiles
48d6891d335ff21026e2e5cf2770bb28ec86d8c5
0
ansible/sandbox/roles/docker
7,271
[ "no_license" ]
[ { "path": "ansible/sandbox/roles/docker/tasks/main.yml", "content": "- name: Install repository prerequisits\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n update_cache: yes\n become: true\n\n- name: Add docker’s official gpg ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 737, "all_permissive": false }
ansible_role
kazuki0924/.sandboxfiles
48d6891d335ff21026e2e5cf2770bb28ec86d8c5
0
ansible/sandbox/roles/docker-compose
7,271
[ "no_license" ]
[ { "path": "ansible/sandbox/roles/docker-compose/tasks/main.yml", "content": "- name: Install docker-compose\n get_url:\n url: \"https://github.com/docker/compose/releases/download/{{ docker_compose_ver_to_install }}/docker-compose-{{ ansible_system }}-{{ ansible_machine }}\"\n dest: /usr/local/bin/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 305, "all_permissive": false }
ansible_role
kazuki0924/.sandboxfiles
48d6891d335ff21026e2e5cf2770bb28ec86d8c5
0
ansible/sandbox/roles/linuxbrew
7,271
[ "no_license" ]
[ { "path": "ansible/sandbox/roles/linuxbrew/vars/main.yml", "content": "linuxbrew_dir: /home/linuxbrew/.linuxbrew/bin\nlinuxbrew: /home/linuxbrew/.linuxbrew/bin/brew\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/sandbox/roles/linuxbrew/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
kazuki0924/.sandboxfiles
48d6891d335ff21026e2e5cf2770bb28ec86d8c5
0
ansible/sandbox/roles/packages
7,271
[ "no_license" ]
[ { "path": "ansible/sandbox/roles/packages/tasks/main.yml", "content": "- name: Install packages with Linuxbrew\n homebrew:\n name:\n - rg\n - fd\n - fzf\n - fzy\n - jq\n - yq\n state: present\n path: \"{{ linuxbrew_dir }}\"\n update_homebrew: false\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
kazuki0924/.sandboxfiles
48d6891d335ff21026e2e5cf2770bb28ec86d8c5
0
ansible/sandbox/roles/pyenv
7,271
[ "no_license" ]
[ { "path": "ansible/sandbox/roles/pyenv/vars/main.yml", "content": "python_ver_to_install: 3.9.6\npyenv_dir: \"{{ ansible_env.HOME }}/.pyenv\"\npyenv_virtualenv_dir: \"{{ pyenv_dir }}/plugins/pyenv-virtualenv\"\npyenv: \"{{ pyenv_dir }}/bin/pyenv\"\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2134, "all_permissive": false }
ansible_role
Ramzuous/dhcp-server-podman
bbce3a22c8c28d541125f25dd1e3dea3de972b46
0
roles/blockinfile
7,271
[ "no_license" ]
[ { "path": "roles/blockinfile/tasks/main.yml", "content": "---\n- name: blockinfile to {{ path }} state {{ state }}\n blockinfile:\n path: \"{{ path }}\"\n block: \"{{ block }}\"\n state: \"{{ state }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
Ramzuous/dhcp-server-podman
bbce3a22c8c28d541125f25dd1e3dea3de972b46
0
roles/iptables
7,271
[ "no_license" ]
[ { "path": "roles/iptables/tasks/iptables_state.yml", "content": "--- \n- name: Set state {{ state }} to path {{ path }}\n community.general.iptables_state:\n state: \"{{ state }}\"\n path: \"{{ path }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
Ramzuous/dhcp-server-podman
bbce3a22c8c28d541125f25dd1e3dea3de972b46
0
roles/lineinfile
7,271
[ "no_license" ]
[ { "path": "roles/lineinfile/tasks/lineinfile_with_regexp.yml", "content": "---\r\n- name: lineinfile regexp {{ regexp }} in path {{ path }}\r\n lineinfile:\r\n path: \"{{ path }}\"\r\n regexp: \"{{ regexp }}\"\r\n state: \"{{ state }}\"\r\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
Ramzuous/dhcp-server-podman
bbce3a22c8c28d541125f25dd1e3dea3de972b46
0
roles/podman
7,271
[ "no_license" ]
[ { "path": "roles/podman/tasks/podman_container_info.yml", "content": "---\n- name: Get container {{ name }} info\n podman_container_info:\n name: \"{{ name }}\"\n register: checkContainer\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "role...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 849, "all_permissive": false }
ansible_role
Ramzuous/dhcp-server-podman
bbce3a22c8c28d541125f25dd1e3dea3de972b46
0
roles/sysctl
7,271
[ "no_license" ]
[ { "path": "roles/sysctl/tasks/main.yml", "content": "--- \n- name: Set sysctl {{ name }}\n sysctl:\n name: \"{{ name }}\"\n value: '{{ value }}'\n sysctl_set: \"{{ sysctl_set }}\"\n state: \"{{ state }}\"\n reload: \"{{ reload }}\"\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
Ramzuous/dhcp-server-podman
bbce3a22c8c28d541125f25dd1e3dea3de972b46
0
roles/systemd
7,271
[ "no_license" ]
[ { "path": "roles/systemd/tasks/main.yml", "content": "---\n- name: Set deamon {{ name }} state {{ state }} enabled {{ enabled }} daemon-reload {{ daemonReload }}\n systemd:\n name: \"{{ name }}\"\n state: \"{{ state }}\"\n enabled: \"{{ enabled }}\"\n daemon-reload: \"{{ daemonReload }}\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
srflaxu40/ansible-m31
358c2e91cc10deead220fc9d61135c32373f60e0
0
roles/base-ami
7,271
[ "no_license" ]
[ { "path": "roles/base-ami/vars/main.yml", "content": "\nfile_limits: 64000\nprocess_limits: 25059\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/base-ami/tasks/configure.yml", "content": "# Task - slave\n# Configure server to increase ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 877, "all_permissive": false }
ansible_role
srflaxu40/ansible-m31
358c2e91cc10deead220fc9d61135c32373f60e0
0
roles/cloudhealth-agent
7,271
[ "no_license" ]
[ { "path": "roles/cloudhealth-agent/vars/main.yml", "content": "\ncht_unique_registration_code: default\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/cloudhealth-agent/tasks/main.yml", "content": "# include deploy and configuration\n- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 551, "all_permissive": false }
ansible_role
srflaxu40/ansible-m31
358c2e91cc10deead220fc9d61135c32373f60e0
0
roles/ec2
7,271
[ "no_license" ]
[ { "path": "roles/ec2/tasks/deploy.yml", "content": "---\n# spin up nodes\n- name: Spin up a new node for provisioning\n ec2:\n key_name: \"{{ key_name }}\"\n group_id: \"{{ security_group }}\"\n instance_type: \"{{ type }}\"\n image: \"{{ ami_id }}\"\n wait: yes\n wait_timeout: 500\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1434, "all_permissive": false }
ansible_role
srflaxu40/ansible-m31
358c2e91cc10deead220fc9d61135c32373f60e0
0
roles/hosts
7,271
[ "no_license" ]
[ { "path": "roles/hosts/tasks/configure.yml", "content": "---\n# file: configure.yml\n- name: copy over host shell script\n template: src=change_hostname.sh dest=/tmp/change_hostname.sh mode=0777\n owner={{ ansible_user }}\n become: yes\n\n- name: update host name\n shell: /tmp/change_hostname....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1025, "all_permissive": false }
ansible_role
srflaxu40/ansible-m31
358c2e91cc10deead220fc9d61135c32373f60e0
0
roles/jenkins
7,271
[ "no_license" ]
[ { "path": "roles/jenkins/templates/slave-connect-02.ps1", "content": "#Set-ExecutionPolicy Unrestricted\n\n# base url to Jenkins master\n$jenkinsserverurl = \"http://{{ MASTER_HOSTNAME }}:{{ MASTER_PORT }}/\"\n\nWrite-Output \"Downloading jenkins slave jar \"\n\n# in order to avoid updating it manually for ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 8864, "all_permissive": false }
ansible_role
srflaxu40/ansible-m31
358c2e91cc10deead220fc9d61135c32373f60e0
0
roles/openvpn
7,271
[ "no_license" ]
[ { "path": "roles/openvpn/templates/build-ca.j2", "content": "#!/bin/bash \n\nsource /home/{{ ansible_ssh_user }}/openvpn-ca/vars\n\n/home/{{ ansible_ssh_user }}/openvpn-ca/clean-all\n\n/home/{{ ansible_ssh_user }}/openvpn-ca/build-ca\n\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 15762, "all_permissive": false }
ansible_role
srflaxu40/ansible-m31
358c2e91cc10deead220fc9d61135c32373f60e0
0
roles/python
7,271
[ "no_license" ]
[ { "path": "roles/python/tasks/configure.yml", "content": "# task: configure\n\n- name: apt-get update \n raw: apt-get update -qq \n\n- name: Install python 2.7 \n raw: apt-get install -qq python2.7 python-simplejson python-pip\n\n- name: Install pyexpect\n pip: \n name: pexpect\n\n- name: Install boto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
srflaxu40/ansible-m31
358c2e91cc10deead220fc9d61135c32373f60e0
0
roles/s3fs
7,271
[ "no_license" ]
[ { "path": "roles/s3fs/tasks/configure.yml", "content": "# task: configure\n\n- name: Install APT Packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - automake\n - autotools-dev\n - fuse\n - g++ \n - git\n - libcurl4-gnut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1736, "all_permissive": false }
ansible_role
srflaxu40/ansible-m31
358c2e91cc10deead220fc9d61135c32373f60e0
0
roles/sftp
7,271
[ "no_license" ]
[ { "path": "roles/sftp/vars/main.yml", "content": "---\n# Variables for ec2 role\ns3_bucket: \"bucket-bucket\"\nsftp_users:\n - client1\n - client2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/sftp/tasks/configure.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3368, "all_permissive": false }
ansible_role
phandox/homenas
57e66f0225b32c6a8ac46e9db47e61228fe00b5f
0
ansible/roles/borgbackup-central-repository
7,267
[ "no_license" ]
[ { "path": "ansible/roles/borgbackup-central-repository/tasks/main.yaml", "content": "- name: Add EPEL repository\n yum:\n name: epel-release\n state: present\n become: yes\n\n- name: Install Borg Backup\n yum:\n name: borgbackup\n state: present\n update_cache: yes\n become: yes\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1532, "all_permissive": false }
ansible_role
phandox/homenas
57e66f0225b32c6a8ac46e9db47e61228fe00b5f
0
ansible/roles/certbot-digitalocean
7,267
[ "no_license" ]
[ { "path": "ansible/roles/certbot-digitalocean/tasks/main.yaml", "content": "- name: Install DigitalOcean plugin for Certbot DNS-01 challenge\n package:\n name: python2-certbot-dns-digitalocean\n state: present\n\n- name: Create directory for storing secrets\n file:\n path: \"{{ dns_digitalocean_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 665, "all_permissive": false }
ansible_role
phandox/homenas
57e66f0225b32c6a8ac46e9db47e61228fe00b5f
0
ansible/roles/dns
7,267
[ "no_license" ]
[ { "path": "ansible/roles/dns/vars/main.yaml", "content": "## PDNS Resolver config ##\npdns_rec_config:\n allow-from: '192.168.0.0/24'\n local-address: \"{{ ansible_default_ipv4.address }}:53\"\n forward-zones:\n - 'prg.lukasnagy.cz=127.0.0.1:5300'\n\n## PDNS configuration ##\npdns_config:\n master: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1552, "all_permissive": false }
ansible_role
phandox/homenas
57e66f0225b32c6a8ac46e9db47e61228fe00b5f
0
ansible/roles/samba-standalone
7,267
[ "no_license" ]
[ { "path": "ansible/roles/samba-standalone/tasks/main.yaml", "content": "- name: Create symlink to backup files for users\n file:\n path: \"{{ item.home }}/backup\"\n src: \"{{ samba_shares_root }}/backups_{{ item.username }}\"\n owner: \"{{ item.username }}\"\n group: \"{{ item.username }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
Cart-API/cart-ansible
7187934112f689e084614aa52ef6212da174015a
2
roles/database
7,267
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "- name: PostgreSQL | Get locales\n command: locale -a\n register: locales\n changed_when: False\n\n- name: PostgreSQL | Ensure the locale is generated\n sudo: yes\n command: locale-gen {{postgresql_locale}}\n when: \"'{{postgresql_locale.lower().r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
Cart-API/cart-ansible
7187934112f689e084614aa52ef6212da174015a
2
roles/haproxy
7,267
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "- name: Workarround HAPROXY cookies\n lineinfile: \n dest: /etc/haproxy/haproxy.cfg \n regexp: \"server {{app_name}} {{http_host}}:{{http_port}} cookie {{app_name}} check\"\n line: \" server {{app_name}} {{http_host}}:{{http_port}}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
Cart-API/cart-ansible
7187934112f689e084614aa52ef6212da174015a
2
roles/node
7,267
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "- name: Create Group deploy\n group: name={{deploy_group}} state=present system=yes\n\n- name: Create User deploy\n user: name={{deploy_user}} shell=/bin/bash state=present system=yes\n\n- name: Ensure dir {{app_path}} owned by {{deploy_user}}\n file: pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
Cart-API/cart-ansible
7187934112f689e084614aa52ef6212da174015a
2
roles/start
7,267
[ "no_license" ]
[ { "path": "roles/start/tasks/main.yml", "content": "- name: Restart service | {{app_name}}\n command: service {{app_name}} restart", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
michaelgugino/config-template-example
1316f2eb071f6c588d27dd56b20c534361fb9c14
0
roles/r1
7,267
[ "no_license" ]
[ { "path": "roles/r1/templates/t.j2", "content": "x1: {{ x1_var }}\nx2: \"x2 is a string\"\nx3: \"this will be overridden\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/r1/tasks/main.yml", "content": "---\n- include: x.yml\n- config_t...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1739, "all_permissive": false }
ansible_role
luisarizmendi/rh_edge_mgmt
44a26ea77703a3ddc1982d152caccee8d2e8deda
1
roles/config_rh_edge_mgmt_node
7,267
[ "no_license" ]
[ { "path": "roles/config_rh_edge_mgmt_node/tasks/config_gitea.yml", "content": "---\n\n- name: Get default gateway\n shell: ip route show default | awk '/default/ {print $3}'\n register: gateway_result\n\n- name: Get IP of interface used to reach default gateway\n shell: ip route get {{ gateway_result.std...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 33182, "all_permissive": false }
ansible_role
luisarizmendi/rh_edge_mgmt
44a26ea77703a3ddc1982d152caccee8d2e8deda
1
roles/setup_rh_edge_mgmt_node
7,267
[ "no_license" ]
[ { "path": "roles/setup_rh_edge_mgmt_node/defaults/main.yml", "content": "---\n#### ENCRYPTED WITH ANSIBLE VAULT IN secrets.yaml -> ansible-vault create vars/secrets.yml\n#pull_secret: \n#offline_token: # https://access.redhat.com/articles/3626371#bgenerating-an-access-tokenb-4\n#red_hat_user:\n#red_hat...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 40838, "all_permissive": false }
ansible_role
dport2531/ansible_study
a852e33ee6546303b4d9c400a1b3349cb427c56a
0
Introduction/playbooks/roles/apache
7,267
[ "no_license" ]
[ { "path": "Introduction/playbooks/roles/apache/defaults/main.yml", "content": "---\n# defaults file for /ansible_study/Introduction/playbooks/roles/apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "Introduction/playbooks/roles/apache/handler...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 552, "all_permissive": false }
ansible_role
mikouaj/k8s-hard
9f74f1c08529a308956e8b8b0e53e698ed2800b9
0
ansible/roles/client
7,267
[ "no_license" ]
[ { "path": "ansible/roles/client/tasks/certs.yml", "content": "- name: Create certs directory\n ansible.builtin.file:\n path: \"{{ cert_dir }}\"\n state: directory\n mode: '0755'\n- name: Generate CA cert\n block:\n - name: Check if CA cert is present \n ansible.builtin.stat:\n path...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 9555, "all_permissive": false }
ansible_role
mikouaj/k8s-hard
9f74f1c08529a308956e8b8b0e53e698ed2800b9
0
ansible/roles/k8s-controller
7,267
[ "no_license" ]
[ { "path": "ansible/roles/k8s-controller/tasks/kubernetes.yml", "content": "- name: Check existence of k8s binaries\n ansible.builtin.stat:\n path: /usr/local/bin/{{ item }}\n register: k8sbin_stat\n with_items:\n - kube-apiserver\n - kube-controller-manager\n - kube-scheduler\n - kubectl\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 10623, "all_permissive": false }
ansible_role
mikouaj/k8s-hard
9f74f1c08529a308956e8b8b0e53e698ed2800b9
0
ansible/roles/k8s-single-controller
7,267
[ "no_license" ]
[ { "path": "ansible/roles/k8s-single-controller/tasks/main.yml", "content": "- name: Authorize Kuberentes API Server for Kubelets API\n block:\n - name: Copy ClusterRole kube config\n ansible.builtin.copy:\n src: \"{{ role_path }}/files/kubeletauth-clusterrole.kubeconfig\"\n dest: \"/v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": false }
ansible_role
mikouaj/k8s-hard
9f74f1c08529a308956e8b8b0e53e698ed2800b9
0
ansible/roles/k8s-worker
7,267
[ "no_license" ]
[ { "path": "ansible/roles/k8s-worker/tasks/cni.yml", "content": "- name: Create CNI directories\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n become: yes\n with_items:\n - /etc/cni/net.d\n - /opt/cni/bin\n\n- name: Check number of existing CNI plugins\n ansible.builtin.f...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8837, "all_permissive": false }
ansible_role
vmware-tanzu/service-installer-for-vmware-tanzu
283c7b8aef9acc411cb1bb657b4e1a21bf5b9958
56
aws/ami/stig/roles/canonical-ubuntu-18.04-lts-stig-hardening
7,267
[ "permissive" ]
[ { "path": "aws/ami/stig/roles/canonical-ubuntu-18.04-lts-stig-hardening/vars/main.yml", "content": "install_fips: yes\ninstall_aide: yes\ninstall_chrony: yes\ninstall_protect_kernel_defaults: yes\noffline_install: \"{{ lookup('env','OFFLINE_INSTALL') == 'yes' }}\"\nUBUNTU_ADVANTAGE_PASSWORD: \"{{ lookup('en...
{ "task_files": 24, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 28, "total_bytes": 31678, "all_permissive": true }
ansible_role
vmware-tanzu/service-installer-for-vmware-tanzu
283c7b8aef9acc411cb1bb657b4e1a21bf5b9958
56
aws/ami/tkg-bootstrap/roles/bootstrap
7,267
[ "permissive" ]
[ { "path": "aws/ami/tkg-bootstrap/roles/bootstrap/files/air-gapped/update-bom.sh", "content": "bom_file=$HOME/.config/tanzu/tkg/bom/tkr-*.yaml\nami_length=$(yq eval \".ami.$AWS_REGION | length\" $bom_file)\nyq e -i \".ami.$AWS_REGION[0].id=strenv(AMI_ID) | \\\n\t .ami.$AWS_REGION[0].osinfo.name=\\\"ubuntu\\\...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 34, "total_bytes": 59166, "all_permissive": true }
ansible_role
metasikander/semaphore-runner
300a660f23c345c041ae1db5e1d4c1900c252172
0
roles/runner
7,267
[ "no_license" ]
[ { "path": "roles/runner/tasks/main.yml", "content": "---\n- name: Ping\n ansible.builtin.uri:\n url: \"{{ runner_base_url }}/ping\"\n method: GET\n return_content: true\n\n- name: Log in\n ansible.builtin.uri:\n url: \"{{ runner_base_url }}/auth/login\"\n method: POST\n body_format: json...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1580, "all_permissive": false }
ansible_role
viklund/exac-vm
8630a5355c20629459acdc39d93c630724564ef9
0
roles/base
7,267
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Install some basic software\n yum: state=present name={{ item }}\n with_items:\n - vim\n - git\n - wget\n - gcc\n - python-devel\n - zlib-devel\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
viklund/exac-vm
8630a5355c20629459acdc39d93c630724564ef9
0
roles/exac_browser
7,267
[ "no_license" ]
[ { "path": "roles/exac_browser/tasks/main.yml", "content": "- name: Fetch pip installer\n get_url:\n url: https://bootstrap.pypa.io/get-pip.py\n dest: ./\n validate_certs: yes\n- name: Run pip installer\n shell: python get-pip.py\n- name: Install dependencies\n pip: requirements=/home/vagra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
viklund/exac-vm
8630a5355c20629459acdc39d93c630724564ef9
0
roles/mongodb
7,267
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "## In next version of ansible!!\n#- name: Add MongoDB yum repository\n# yum_repository:\n# name: MongoDB Repository\n# baseurl: http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/\n- name: Turn off selinux\n selinux: state=disabled\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 841, "all_permissive": false }
ansible_role
colinprieto/Playbook
f6e9ad64cca33801f756aa05281a0d9928e8d73c
0
roles/apache
7,267
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# Defines tasks applicable across all machines in the infrastructure.\n- name: Install necessities and nice-to-haves\n apt: pkg={{ item }} state=installed\n with_items:\n - apache2\n\n- name: Disable default Apache site\n command: a2dissite 000...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": false }
ansible_role
colinprieto/Playbook
f6e9ad64cca33801f756aa05281a0d9928e8d73c
0
roles/codebox
7,267
[ "no_license" ]
[ { "path": "roles/codebox/tasks/main.yml", "content": "---\n# Defines tasks applicable across all machines in the infrastructure.\n\n\n- name: Install packages\n apt: pkg={{ item }} state=installed\n with_items:\n - nodejs \n - build-essential \n - git\n\n- name: Install \"codebox\" package globa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
colinprieto/Playbook
f6e9ad64cca33801f756aa05281a0d9928e8d73c
0
roles/common
7,267
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# Defines tasks applicable across all machines in the infrastructure.\n- name: Set up closest mirror autoselect (ubuntu-only)\n template: src=apt_sources.list.j2 dest=/etc/apt/sources.list\n when: ansible_distribution == 'Ubuntu'\n\n- name: Update ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2742, "all_permissive": false }
ansible_role
colinprieto/Playbook
f6e9ad64cca33801f756aa05281a0d9928e8d73c
0
roles/mysql
7,267
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install MySQL server and client\n apt: pkg={{ item }}\n sudo: yes\n with_items:\n - mysql-common\n - mysql-server\n - mysql-client\n - python-mysqldb\n\n- name: Change root user password on first run or when mysql.current_root_passwo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1849, "all_permissive": false }
ansible_role
colinprieto/Playbook
f6e9ad64cca33801f756aa05281a0d9928e8d73c
0
roles/nginx
7,267
[ "no_license" ]
[ { "path": "roles/nginx/templates/default_index.html.j2", "content": "<!-- {{ ansible_managed }} -->\n<h1>{{ name|default(ansible_fqdn) }}</h1>\n<p>It's working.</p>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/nginx/tasks/setup.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3199, "all_permissive": false }
ansible_role
colinprieto/Playbook
f6e9ad64cca33801f756aa05281a0d9928e8d73c
0
roles/php
7,267
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: Install PHP\n apt: pkg={{ item }} state=installed\n with_items:\n - php5\n - libapache2-mod-php5\n - php5-curl\n - php5-gd\n - php-pear\n - php5-imagick\n - php5-mcrypt\n - php5-mhash\n - php5-mysql\n - php5-dev\n - libpcre3-dev\n - php...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
colinprieto/Playbook
f6e9ad64cca33801f756aa05281a0d9928e8d73c
0
roles/pma
7,267
[ "no_license" ]
[ { "path": "roles/pma/tasks/main.yml", "content": "- name: Téléchargement de pma\n get_url: url=http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.11/phpMyAdmin-4.3.11-all-languages.tar.gz dest=/var/www/pma.tar.gz\n\n- name: Désarchivage de pma\n unarchive: copy=no src=/var/www/pma.tar.gz dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
sn0b4ll/ansible_playbooks
62e0b862d43d86c6382708d65f2584f4ee9cecfb
1
demo/roles/kali
7,258
[ "no_license" ]
[ { "path": "demo/roles/kali/tasks/main.yml", "content": "- name: update cluster specific for debian-systems\n become: yes\n apt:\n update_cache: yes\n upgrade: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
ramrexx/CloudForms_Azure_Essentials
d1fce14d9c0a35771ade5bf46ea0a0987d1438b0
1
ansible/roles/azure_basic_provision
7,258
[ "permissive" ]
[ { "path": "ansible/roles/azure_basic_provision/tasks/main.yml", "content": "---\n- name: Create resource group\n azure_rm_resourcegroup:\n name: \"{{ resource_group }}\"\n location: \"{{ location }}\"\n register: create_resource_group_output\n when: resource_group is defined\n\n- name: Log create_r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2832, "all_permissive": true }
ansible_role
ramrexx/CloudForms_Azure_Essentials
d1fce14d9c0a35771ade5bf46ea0a0987d1438b0
1
ansible/roles/azure_basic_runonce
7,258
[ "permissive" ]
[ { "path": "ansible/roles/azure_basic_runonce/meta/main.yml", "content": "galaxy_info:\n author: ramrexx\n description: CloudForms_Essentials - azure_basic_runonce\n company:\n license: Apache\n issue_tracker_url:\n github_branch:\n min_ansible_version: 2.4\n platforms:\n name: EL\n versions:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 473, "all_permissive": true }
ansible_role
aybarsm/ansible-collection-helper
6bc5267121f7c027496528cbfe62c92f1d30591c
0
roles/ansible
7,258
[ "no_license" ]
[ { "path": "roles/ansible/vars/main.yml", "content": "ansible__local_fact_name: \"{{ ansible__local_fact_file | basename | regex_replace('\\\\.fact$','') }}\"\n\n__ansible:\n modules:\n community_docker_docker_network:\n required: ['name']\n uniques: ['name']\n aliases:\n api_versio...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8683, "all_permissive": false }
ansible_role
aybarsm/ansible-collection-helper
6bc5267121f7c027496528cbfe62c92f1d30591c
0
roles/docker
7,258
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Include Docker Network tasks\n include_tasks: network.yml\n when:\n - docker__role_enabled | default(false) | bool\n - docker__manage_network | default(false) | bool", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3492, "all_permissive": false }
ansible_role
aybarsm/ansible-collection-helper
6bc5267121f7c027496528cbfe62c92f1d30591c
0
roles/file_mgr
7,258
[ "no_license" ]
[ { "path": "roles/file_mgr/tasks/handlers/command.yml", "content": "---\n- name: \"Apply file or directory changes via command module - Index: {{ __fm_itm_ind }}/{{ __fm_hnd_ind }}\"\n become: \"{{ __fm_hnd._become | default(true) }}\"\n ansible.builtin.command: \"{{ __fm_hnd |\n aybarsm.helper.only_wit...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 8724, "all_permissive": false }
ansible_role
aybarsm/ansible-collection-helper
6bc5267121f7c027496528cbfe62c92f1d30591c
0
roles/misc
7,258
[ "no_license" ]
[ { "path": "roles/misc/meta/main.yml", "content": "# allow_duplicates: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/misc/tasks/ansible/builtin/copy.yml", "content": "- name: Run ansible.builtin.copy Module\n become: \"{{ misc__ite...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7080, "all_permissive": false }
ansible_role
aybarsm/ansible-collection-helper
6bc5267121f7c027496528cbfe62c92f1d30591c
0
roles/provider
7,258
[ "no_license" ]
[ { "path": "roles/provider/tasks/cloud_init.yml", "content": "---\n- name: Disable cloud-init network configuration\n become: true\n ansible.builtin.copy:\n content: 'network: {config: disabled}'\n dest: /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg\n register: provider__ci_network_config_dis...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3669, "all_permissive": false }
ansible_role
Azure/cyclecloud-open-ondemand
af4c5e48ef24fcffb69d9965651e1f02eb61afa1
0
specs/default/cluster-init/files/playbooks/roles/register_cluster
7,258
[ "no_license" ]
[ { "path": "specs/default/cluster-init/files/playbooks/roles/register_cluster/templates/login_cluster.yml.j2", "content": "---\nv2:\n metadata:\n title: \"Login {{ item }}\"\n managed_by: \"cyclecloud\"\n hidden: true\n job:\n adapter: \"systemd\"\n submit_host: \"{{ item }}\"\n ssh_hosts...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3859, "all_permissive": false }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-beginner/materials/tasks-roles/roles/vsftpd
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-beginner/materials/tasks-roles/roles/vsftpd/tasks/main.yaml", "content": "- name: this is vsftpd tasks\n debug:\n msg: \"This is vsftpd role task message\"\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 82 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-beginner/materials/var_roles/roles/hostname
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-beginner/materials/var_roles/roles/hostname/tasks/main.yaml", "content": "- name: show the \"{{ node1 }}\" from roles var directory\n debug:\n msg: \"{{ node1 }}\"\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/core-runtime
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/core-runtime/tasks/main.yaml", "content": "- name: regenerate to containerd.io config.toml\n command: containerd config default > /etc/containerd/config.toml\n", "license_type": "permissive", "detected_licenses": [ "CC0-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/k8s-master
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/k8s-master/tasks/main.yaml", "content": "- name: init to kubernet\n command: kubeadm init\n\n- name: create the .kube directory on user\n file:\n path: /root/.kube/\n state: directory\n\n- name: copy the kubernetes config and c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/k8s-node
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/k8s-node/tasks/main.yaml", "content": "- name: get to the join token from master node\n command: kubeadm token create --print-join-command\n register: k8s_node_join_token\n delegate_to: master\n\n- name: join to node {{ inventory_ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-kernel
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-kernel/tasks/main.yaml", "content": "- name: copy a kernel module loadup config file\n copy:\n src: files/k8s-modules.conf\n dest: /etc/modules-load.d/k8s-modules.conf\n\n- name: copy a kernel parameter config file for iptabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-network
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-network/tasks/net-firewalld.yaml", "content": "- block:\n - name: install the firewalld package\n package:\n name: firewalld\n state: \"{{ pversion }}\"\n\n - name: enable and start firewalld\n service:\n name...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 863, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-packages
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-packages/tasks/main.yaml", "content": "- name: install the firewalld package as {{ firewall_type }}\n package:\n name: \"{{ firewall_type }}\"\n state: \"{{ pkg_state }}\"\n #when: disabled_firewalld == \"enabled\"\n when: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 642, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-repositories
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-repositories/tasks/main.yaml", "content": "- name: delete kubernetes/containerd repositroy files for YUM(dnf-3)\n file:\n path: \"{{ item }}\"\n state: absent\n loop:\n - kubernetes.repo\n - containerd.repo\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-security
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-security/tasks/main.yaml", "content": "- name: SELinux\n selinux:\n policy: targeted\n state: permissive\n\n- name: install the firewalld package\n package:\n name: firewalld\n state: present\n\n- name: add the kuberne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 340, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-service
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/os-service/tasks/main.yaml", "content": "- name: start and enabled to the firewalld\n systemd:\n name: firewalld\n state: started\n enabled: yes\n when: disabled_firewalld|bool\n\n- name: start and enabled to {{ runtime_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/prepare-host
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/prepare-host/tasks/main.yaml", "content": "- include_tasks: ssh.yaml\n- include_tasks: deploy_hosts_j2.yaml\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 64 }, { "path...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 464, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/remove-k8s-master
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/kubernetes-deploy/roles/remove-k8s-master/tasks/main.yaml", "content": "- name: remove kubernetes master node\n command: kubeadm reset --force\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/core-calico
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/core-calico/tasks/main.yml", "content": "---\n# tasks file for calico\n- block:\n - name: copy calico YAML\n copy:\n src: tigera-operator.yaml\n dest: /tmp/tigera-operator.yaml\n\n - name: apply calico YAML\n command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/crio
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/crio/tasks/crio.yaml", "content": "- name: copy kubelet configuration for crio\n copy:\n src: kubelet\n dest: /etc/sysconfig/kubelet\n\n- name: start and enabled to crio.service\n service:\n name: crio\n state: started\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 859, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/k8s-master
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/k8s-master/tasks/main.yml", "content": "---\n# tasks file for single-master\n- import_tasks: k8s-master-bootstrap.yaml\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 77 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 619, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/k8s-metrics
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/k8s-metrics/tasks/main.yaml", "content": "- name: copy kubernetes the metrics-server\n copy: \n src: metrics2.yaml\n dest: /tmp/metrics.yaml\n\n- name: create the metrics-server compoment\n shell: kubectl create -f /tmp/metric...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/k8s-uninstall
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/k8s-uninstall/tasks/main.yaml", "content": "- name: reset kubernetes by kubeadm\n command: kubeadm reset --force \n\n- name: stop kubelet/crio.service\n service:\n name: \"{{ item }}\"\n state: stopped\n loop:\n - kubelet\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/k8s-worker
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/k8s-worker/tasks/main.yml", "content": "---\n# tasks file for worker\n- import_tasks: k8s-worker-join.yaml\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 65 }, { "path...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 456, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/os
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/os/tasks/os-yum-config.yaml", "content": "- name: copy yum.conf to /etc/yum.conf\n copy:\n src: yum.conf\n dest: /etc/yum.conf\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_by...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1891, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/os-network
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/os-network/tasks/main.yml", "content": "---\n# tasks file for os-network\n- import_tasks: net-tc.yaml\n- import_tasks: net-nftables.yaml\n- import_tasks: net-firewalld.yaml\n", "license_type": "permissive", "detected_licenses"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 467, "all_permissive": true }
ansible_role
auditt7708/OpenSource
eb2f7af32a0d4d34a5c09b2c6b67e8c7f1890271
0
sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/os-selinux
7,258
[ "permissive" ]
[ { "path": "sk-trainings/skt-ansible-intermediate/skeleton_directory/roles/os-selinux/handlers/main.yml", "content": "---\n# handlers file for os-selinux\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 35 }, { "path": "sk-trainings/skt-ansible...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 360, "all_permissive": true }
ansible_role
guadaltech/ansible-gnulinux-domain-controller
478586cc6456414e861e5b497eef2956a23c0d79
6
roles/apple
7,258
[ "no_license" ]
[ { "path": "roles/apple/defaults/main.yml", "content": "---\n# BLK Apple\n\n# Kerberos\nticket_lifetime: 600\ndns_fallback: no\n\n# Mac\nauto_home: false", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/apple/README.md", "content": "# BLK A...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6224, "all_permissive": false }
ansible_role
guadaltech/ansible-gnulinux-domain-controller
478586cc6456414e861e5b497eef2956a23c0d79
6
roles/bind9
7,258
[ "no_license" ]
[ { "path": "roles/bind9/README.md", "content": "# Bind9 Role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 12 }, { "path": "roles/bind9/tasks/install_bind9.yml", "content": "- name: Update apt and install Bind9\n apt:\n name: bind9\n update_cache: yes\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 7779, "all_permissive": false }
ansible_role
guadaltech/ansible-gnulinux-domain-controller
478586cc6456414e861e5b497eef2956a23c0d79
6
roles/common
7,258
[ "no_license" ]
[ { "path": "roles/common/tasks/main_install.yml", "content": "---\n- name: Interface IP\n debug:\n msg: \n - \"Interface IP: {{ hostvars['node-1'].ansible_host }}\"\n\n- name: Create /etc/resolv.conf\n template:\n src: resolv.conf.j2\n dest: \"/etc/resolv.conf\"\n", "license_type": "no_li...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 661, "all_permissive": false }
ansible_role
guadaltech/ansible-gnulinux-domain-controller
478586cc6456414e861e5b497eef2956a23c0d79
6
roles/kerberos
7,258
[ "no_license" ]
[ { "path": "roles/kerberos/files/blksmanager", "content": "#!/bin/bash\n# By: <NAME>\n\nfunction usage {\ncat <<EOF\nUsage BLKS Manager\nOptions:\n\n -m <MODE> (add_user, delete_user)\n -l [HOST LDAP]\n -a <ADMIN LDAP>\n -w <ADMIN LDAP PASSWORD>\n -x [HOSTNAME]\n -u [USERNAME]\n -p [USERNAME PASSWD]\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 24102, "all_permissive": false }
ansible_role
guadaltech/ansible-gnulinux-domain-controller
478586cc6456414e861e5b497eef2956a23c0d79
6
roles/ldap
7,258
[ "no_license" ]
[ { "path": "roles/ldap/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ldap", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/ldap/templates/ldap/ldap.conf.j2", "content": "#\n# LDAP Defaults\n#\n\n...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 21, "total_bytes": 20667, "all_permissive": false }
ansible_role
guadaltech/ansible-gnulinux-domain-controller
478586cc6456414e861e5b497eef2956a23c0d79
6
roles/screen_lock
7,258
[ "no_license" ]
[ { "path": "roles/screen_lock/templates/init-time-lock.sh.j2", "content": "#!/bin/sh\nlock () {\nlock_second=$1\nfor x in /tmp/.X11-unix/*; do\n for i in $(loginctl list-users | awk '{ print $1}' | tail -n +2 | head -n -2); do\n runuser -l $(id -un $i) -c \"DISPLAY=\\\":${x#/tmp/.X11-unix/X}\\\...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4464, "all_permissive": false }
ansible_role
guadaltech/ansible-gnulinux-domain-controller
478586cc6456414e861e5b497eef2956a23c0d79
6
roles/sssd
7,258
[ "no_license" ]
[ { "path": "roles/sssd/README.md", "content": "# SSSD Role\n\nGuide: https://aws.nz/best-practice/sssd-ldap/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/sssd/tasks/main.yml", "content": "---\n- include_tasks: install_sssd.yml\n when: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 3890, "all_permissive": false }
ansible_role
Konijntjes-nl/cyberark-lab-ansible
3d95eefd17af91c3e9d5f91cc49c49eb630921d1
0
roles/cyberark.cpm
7,258
[ "no_license" ]
[ { "path": "roles/cyberark.cpm/tasks/main.yml", "content": "---\n- name: Example task for cyberark.cpm\n debug:\n msg: \"Executing cyberark.cpm role\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
Konijntjes-nl/cyberark-lab-ansible
3d95eefd17af91c3e9d5f91cc49c49eb630921d1
0
roles/cyberark.psm
7,258
[ "no_license" ]
[ { "path": "roles/cyberark.psm/tasks/main.yml", "content": "---\n- name: Example task for cyberark.psm\n debug:\n msg: \"Executing cyberark.psm role\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
Konijntjes-nl/cyberark-lab-ansible
3d95eefd17af91c3e9d5f91cc49c49eb630921d1
0
roles/cyberark.pvwa
7,258
[ "no_license" ]
[ { "path": "roles/cyberark.pvwa/tasks/main.yml", "content": "---\n- name: Example task for cyberark.pvwa\n debug:\n msg: \"Executing cyberark.pvwa role\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
Konijntjes-nl/cyberark-lab-ansible
3d95eefd17af91c3e9d5f91cc49c49eb630921d1
0
roles/cyberark.vault
7,258
[ "no_license" ]
[ { "path": "roles/cyberark.vault/tasks/main.yml", "content": "---\n- name: Example task for cyberark.vault\n debug:\n msg: \"Executing cyberark.vault role\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
Konijntjes-nl/cyberark-lab-ansible
3d95eefd17af91c3e9d5f91cc49c49eb630921d1
0
roles/domain_controller
7,258
[ "no_license" ]
[ { "path": "roles/domain_controller/tasks/main.yml", "content": "---\n- name: Example task for domain_controller\n debug:\n msg: \"Executing domain_controller role\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
Konijntjes-nl/cyberark-lab-ansible
3d95eefd17af91c3e9d5f91cc49c49eb630921d1
0
roles/proxmox_vm
7,258
[ "no_license" ]
[ { "path": "roles/proxmox_vm/tasks/main.yml", "content": "---\n- name: Example task for proxmox_vm\n debug:\n msg: \"Executing proxmox_vm role\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
Konijntjes-nl/cyberark-lab-ansible
3d95eefd17af91c3e9d5f91cc49c49eb630921d1
0
roles/windows_template
7,258
[ "no_license" ]
[ { "path": "roles/windows_template/tasks/main.yml", "content": "---\n- name: Example task for windows_template\n debug:\n msg: \"Executing windows_template role\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
sjschmidt44/ansible
a60612dd27b76773f065e82643a732922ea3d351
0
roles/django
7,258
[ "no_license" ]
[ { "path": "roles/django/tasks/main.yml", "content": "---\n\n- name: Install System Packages\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=3600\n sudo: yes\n with_items:\n - build-essential\n - python-dev\n - python-pip\n - postgresql-client\n - libpq-dev\n - git...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1459, "all_permissive": false }
ansible_role
sjschmidt44/ansible
a60612dd27b76773f065e82643a732922ea3d351
0
roles/gunicorn
7,258
[ "no_license" ]
[ { "path": "roles/gunicorn/templates/imagersite.conf.j2", "content": "# {{ ansible_managed }}\ndescription \"imagersite\"\n\nstart on (filesystem)\nstop on runlevel [016]\n\nrespawn\nsetuid www-data\nsetgid ubuntu\nchdir {{ django_home }}\nenv DJANGO_SETTINGS_MODULE='imagersite.settings'\nenv SECRET_KEY={{ s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 903, "all_permissive": false }
ansible_role
rossmcdonald/influxdb-ansible
a9135b761e699b63e829dfc1d9a2d42344b01b04
2
roles/base
7,258
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: Configure hosts file\n template: src=etc/hosts.j2 dest=/etc/hosts owner=root group=root mode=0644 backup=yes\n\n# - name: Print vars\n# debug: var=hostvars", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
rossmcdonald/influxdb-ansible
a9135b761e699b63e829dfc1d9a2d42344b01b04
2
roles/grafana
7,258
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n - name: Install any necessary dependencies (Debian)\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=7200\n with_items:\n - python-apt\n - curl\n - apt-transport-https\n when: ansible_os_family == \"De...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 929, "all_permissive": false }
ansible_role
rossmcdonald/influxdb-ansible
a9135b761e699b63e829dfc1d9a2d42344b01b04
2
roles/influxdb
7,258
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yml", "content": "---\n - name: Install any necessary dependencies (Debian)\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=3600\n with_items:\n - python-httplib2\n - python-apt\n - curl\n when: ansible_os_family == \"Debia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 13431, "all_permissive": false }