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
bruno-g-galvan/general
8dad0fa1bb07b7d777979756cad5d08c528006e1
0
Projects/paver/roles/splunk_indexer
2,518
[ "no_license" ]
[ { "path": "Projects/paver/roles/splunk_indexer/tasks/deployment_app.yml", "content": "- name: splunk | binaries | install deployment client app\n copy:\n dest=\"/tmp/groupon_all_deploymentclient.tgz\"\n src=\"../ansible/groupon_all_deploymentclient.tgz\"\n\n- name: splunk | binaries | uncompress depl...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 16105, "all_permissive": false }
ansible_role
bruno-g-galvan/general
8dad0fa1bb07b7d777979756cad5d08c528006e1
0
Projects/paver/roles/sudo
2,518
[ "no_license" ]
[ { "path": "Projects/paver/roles/sudo/meta/main.yml", "content": "---\ndependencies:\n - { role: ports, when: \"ansible_os_family == 'FreeBSD'\" }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "Projects/paver/roles/sudo/templates/sudoers.j2", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 897, "all_permissive": false }
ansible_role
bruno-g-galvan/general
8dad0fa1bb07b7d777979756cad5d08c528006e1
0
Projects/paver/roles/unbound_resolv_conf
2,518
[ "no_license" ]
[ { "path": "Projects/paver/roles/unbound_resolv_conf/templates/local_unbound-forward.conf.j2", "content": "# {{ ansible_managed }}\n{% for zone in dns.zones|sort %}\nforward-zone:\n name: \"{{ zone }}\"\n{% for ns in dns.zones[zone].nameservers %}\n forward-addr: {{ ns }}\n{% endfor %}\n{% endf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4114, "all_permissive": false }
ansible_role
bruno-g-galvan/general
8dad0fa1bb07b7d777979756cad5d08c528006e1
0
Projects/paver/roles/zfsupgrade
2,518
[ "no_license" ]
[ { "path": "Projects/paver/roles/zfsupgrade/vars/main.yml", "content": "---\n# vars file for zfsupgrade\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "Projects/paver/roles/zfsupgrade/defaults/main.yml", "content": "---\n# defaults file for zf...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 251, "all_permissive": false }
ansible_role
szbjb/kubeode
cbc26232dab22ff99af85038b7c7fe49fe2d5b8c
1
playbooks/roles/k8s_add_control_plane
2,518
[ "no_license" ]
[ { "path": "playbooks/roles/k8s_add_control_plane/tasks/main.yml", "content": "- name: 打印 add_control_plane_nodes 的值\n debug:\n var: add_control_plane_nodes\n when: inventory_hostname in add_control_plane_nodes.split(',')\n\n- name: 清理节点现有的 Kubernetes 配置\n shell: |\n kubeadm reset -f\n rm -rf /et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6414, "all_permissive": false }
ansible_role
szbjb/kubeode
cbc26232dab22ff99af85038b7c7fe49fe2d5b8c
1
playbooks/roles/k8s_add_node
2,518
[ "no_license" ]
[ { "path": "playbooks/roles/k8s_add_node/tasks/main.yml", "content": "- name: 打印 add_worker_nodes 的值\n debug:\n var: add_worker_nodes\n\n- name: 设置本机IP为全局变量\n set_fact:\n global_local_ip: \"{{ local_ip }}\" # 使用传递的 local_ip 变量\n\n- name: 获取 vip 地址\n shell: egrep HAClusterVIP /etc/ansible/hosts | aw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1776, "all_permissive": false }
ansible_role
szbjb/kubeode
cbc26232dab22ff99af85038b7c7fe49fe2d5b8c
1
playbooks/roles/k8s_install
2,518
[ "no_license" ]
[ { "path": "playbooks/roles/k8s_install/tasks/main.yml", "content": "- name: 清理环境\n block:\n - name: 删除 Kubernetes 配置和证书\n become: yes\n shell: |\n cd /etc/kubernetes/\n rm -rfv admin.conf controller-manager.conf kubelet.conf pki/* scheduler.conf super-admin.conf /var/lib/etcd /va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11636, "all_permissive": false }
ansible_role
szbjb/kubeode
cbc26232dab22ff99af85038b7c7fe49fe2d5b8c
1
playbooks/roles/k8s_setup_docker
2,518
[ "no_license" ]
[ { "path": "playbooks/roles/k8s_setup_docker/tasks/main.yml", "content": "- name: 检查 etcd 离线包是否存在\n stat:\n path: /usr/local/kubeode/package/offline/tools/etcd-v3.5.17-linux-amd64.tar.gz\n register: etcd_tar\n\n- name: 检查离线源连接是否可用\n ansible.builtin.uri:\n url: \"http://kubeode.down.local:10086/offli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9825, "all_permissive": false }
ansible_role
szbjb/kubeode
cbc26232dab22ff99af85038b7c7fe49fe2d5b8c
1
playbooks/roles/os_init
2,518
[ "no_license" ]
[ { "path": "playbooks/roles/os_init/tasks/main_uos缺陷版本.yml", "content": "- name: 关闭防火墙\n ansible.builtin.systemd:\n name: firewalld\n enabled: no\n state: stopped\n\n- name: 检查防火墙状态\n ansible.builtin.command: systemctl is-enabled firewalld\n register: firewalld_status\n failed_when: false # 忽略非...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6689, "all_permissive": false }
ansible_role
szbjb/kubeode
cbc26232dab22ff99af85038b7c7fe49fe2d5b8c
1
playbooks/roles/registry_setup
2,518
[ "no_license" ]
[ { "path": "playbooks/roles/registry_setup/tasks/main.yml", "content": "# 检查 data_registry.tar 文件是否存在\n- name: 检查 data_registry.tar 文件是否存在\n stat:\n path: /usr/local/kubeode/package/offline/Images/data_registry.tar\n register: data_registry_tar\n\n# 仅当文件存在时才解压\n- name: 解压 data_registry.tar 到目标目录\n unar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4391, "all_permissive": false }
ansible_role
NicoOosterwijk/gcs-healtchecks
497c2d8dbdbf37490339cabf4d30dd315dec0f67
0
roles/create
2,518
[ "no_license" ]
[ { "path": "roles/create/tasks/main.yaml", "content": "---\n# vim:ft=ansible:\n- name: Check if Google Cloud SDK is installed\n command: gcloud version\n register: gcloud_installed\n changed_when: false\n ignore_errors: yes\n tags: check\n\n- fail:\n msg: \"Please make sure Google Cloud SDK is instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3363, "all_permissive": false }
ansible_role
NicoOosterwijk/gcs-healtchecks
497c2d8dbdbf37490339cabf4d30dd315dec0f67
0
roles/delete
2,518
[ "no_license" ]
[ { "path": "roles/delete/tasks/main.yaml", "content": "---\n# vim:ft=ansible:\n- name: Check if Google Cloud SDK is installed\n command: gcloud version\n register: gcloud_installed\n changed_when: false\n ignore_errors: yes\n tags: check\n\n- fail:\n msg: \"Please make sure Google Cloud SDK is instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2307, "all_permissive": false }
ansible_role
JorGois/slurm_ansible_playbook
ff68f2ed0490f2a8d7ad43c2a290495ed987e766
0
roles/blcr
2,518
[ "no_license" ]
[ { "path": "roles/blcr/tasks/main.yml", "content": "---\n# More information of BLCR on: http://crd.lbl.gov/departments/computer-science/CLaSS/research/BLCR/#toc-anchor-4\n\n - name: \"[1 - 5] download file from BLCR repo\"\n get_url: url=https://upc-bugs.lbl.gov/blcr-dist/blcr-0.8.6_b4.tar.gz dest=~/downlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
JorGois/slurm_ansible_playbook
ff68f2ed0490f2a8d7ad43c2a290495ed987e766
0
roles/common
2,518
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: \"Install 1 - 5 dependencies\"\n yum: \"name={{ item }} state=latest\"\n with_items:\n - epel-release\n - rpm-build\n - redhat-rpm-config\n - asciidoc\n - hmaccalc\n\n- name: \"Install 6 - 10 dependencies\"\n yum: \"name={{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 923, "all_permissive": false }
ansible_role
JorGois/slurm_ansible_playbook
ff68f2ed0490f2a8d7ad43c2a290495ed987e766
0
roles/docker
2,518
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Git clone Docker File to Host\n git: repo=https://github.com/JorGois/docker_centos7_with_ssh.git\n dest=/tmp\n\n- name: \"Build the image\"\n command: \"docker build -t=jgois/docker_centos7_with_ssh\"\n\n- name: \"Run the docker conta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
JorGois/slurm_ansible_playbook
ff68f2ed0490f2a8d7ad43c2a290495ed987e766
0
roles/hc
2,518
[ "no_license" ]
[ { "path": "roles/hc/tasks/main.yml", "content": "---\n\n- name: \"[1 - 4] slurm template config to destination\"\n template: src={{ item }}.j2 dest=/etc/sysconfig/slurm/{{ item }}\n with_items:\n - slurmdbd.conf\n - slurm.conf\n\n- name: \"[2 - 4] Start service slurmdbd, if not running\"\n service:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1128, "all_permissive": false }
ansible_role
JorGois/slurm_ansible_playbook
ff68f2ed0490f2a8d7ad43c2a290495ed987e766
0
roles/munge
2,518
[ "no_license" ]
[ { "path": "roles/munge/tasks/main.yml", "content": "---\n# https://munge.googlecode.com/files/munge-0.5.11.tar.bz2\n\n- name: \"[1 - 5] Install munge\"\n yum: name={{ item }} state=present\n with_items:\n - munge\n - munge-devel\n\n# - name: create-munge-key on /etc/munge/munge.key\n# shell: create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1011, "all_permissive": false }
ansible_role
JorGois/slurm_ansible_playbook
ff68f2ed0490f2a8d7ad43c2a290495ed987e766
0
roles/mysql
2,518
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n\n- name: \"[1 - 9] Downloads Repo mysql-community-release-el7\"\n shell: \"rpm -Uvh http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm\"\n\n- name: \"[2 - 9] Install mysql-community-server\"\n yum: name={{ item }} state=present\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1030, "all_permissive": false }
ansible_role
JorGois/slurm_ansible_playbook
ff68f2ed0490f2a8d7ad43c2a290495ed987e766
0
roles/nodes
2,518
[ "no_license" ]
[ { "path": "roles/nodes/tasks/main.yml", "content": "---\n\n# - name: Copy script to HC\n# copy: src=configgenerate/{{ item }} dest=~/downloads/configgenerate/{{ item }} owner=root group=root mode=0744\n# with_items:\n# - conf\n# - generate.pl\n# - slurm.template\n\n- name: slurm template config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2535, "all_permissive": false }
ansible_role
JorGois/slurm_ansible_playbook
ff68f2ed0490f2a8d7ad43c2a290495ed987e766
0
roles/slurm
2,518
[ "no_license" ]
[ { "path": "roles/slurm/tasks/main.yml", "content": "---\n# https://github.com/SchedMD/slurm.git\n# https://github.com/JorGois/slurm.git\n\n- name: \"[1 - 5] Git clone\"\n git: repo=https://github.com/SchedMD/slurm.git\n dest=~/downloads/slurm\n version=slurm-15.08\n\n- name: \"[2 - 5] Copy syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 861, "all_permissive": false }
ansible_role
levente-simon/ansible-k8s-setup
5830782d53ddcf1bb7ab187c67bf44ab6d919a5c
0
roles/ls.k8senv
2,518
[ "permissive" ]
[ { "path": "roles/ls.k8senv/tasks/certs.yaml", "content": "---\n- name: copy certificate to remote\n copy:\n src: files/iac-gitlab.corp.crt\n dest: /tmp/iac-gitlab.corp.crt\n\n- name: add iac-gitlab-cert as secret\n shell: kubectl create secret generic iac-gitlab-cert -n {{ project.name + '-mgmt' }} ...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 23157, "all_permissive": true }
ansible_role
leongshengmin/cve-scanner
d9609692d3f9821dd56f1ebe38beed14a9329d9a
0
deployments/roles/clair
2,518
[ "no_license" ]
[ { "path": "deployments/roles/clair/templates/clair-postgres.yml", "content": "---\napiVersion: v1\nkind: Service\nmetadata:\n name: clair\nspec:\n ports:\n - port: 6060\n name: port0\n - port: 6061\n name: port1\n selector:\n app: clair\n---\napiVersion: v1\nkind: ReplicationController...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1686, "all_permissive": false }
ansible_role
leongshengmin/cve-scanner
d9609692d3f9821dd56f1ebe38beed14a9329d9a
0
deployments/roles/database
2,518
[ "no_license" ]
[ { "path": "deployments/roles/database/tasks/main.yml", "content": "---\n- name: Create a deployments namespace\n k8s:\n name: cs3219\n api_version: v1\n kind: Namespace\n state: present\n\n- name: Create cm for init script\n command: \"kubectl create configmap init-databse --from-file=../datab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1715, "all_permissive": false }
ansible_role
leongshengmin/cve-scanner
d9609692d3f9821dd56f1ebe38beed14a9329d9a
0
deployments/roles/server
2,518
[ "no_license" ]
[ { "path": "deployments/roles/server/tasks/main.yml", "content": "---\n- name: Create secrets from config.yml\n command: \"mkdir -p {{manifest_base_dir}}/.ssh > /dev/null\"\n\n- name: Generate ssh keys\n command: 'cat /dev/zero | ssh-keygen -q -f \"{{manifest_base_dir}}/.ssh\" -N \"\" > /dev/null'\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2067, "all_permissive": false }
ansible_role
BotaBek/playbooks
6dc266a92084f1e0a089c38b5574ff7b5f1ea737
0
roles/file-create
2,478
[ "no_license" ]
[ { "path": "roles/file-create/tasks/main.yml", "content": "---\n - name: create a file\n file: path=/root/test.txt state=touch owner=root group=root mode=0644\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
24hq/ansible
e3c53bf21b49f098a02fecd8c2e408ea3ffc3aae
0
roles/app
2,478
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "---\n- name: setup dir\n file: >\n dest={{ app_home }}\n state=directory\n owner={{ app_user }}\n\n- name: install redis\n yum: >\n name=redis\n state=installed\n\n- name: ensure redis is started\n service: >\n name=redis\n state=star...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1538, "all_permissive": false }
ansible_role
24hq/ansible
e3c53bf21b49f098a02fecd8c2e408ea3ffc3aae
0
roles/common
2,478
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: setup app user\n user: >\n name={{ app_user }}\n\n- name: bootstrap epel-release install\n copy: >\n src=ansible-bootstrap-epel.repo\n dest=/etc/yum.repos.d/\n owner=root group=root mode=0644\n\n- name: epel-release install\n y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 779, "all_permissive": false }
ansible_role
24hq/ansible
e3c53bf21b49f098a02fecd8c2e408ea3ffc3aae
0
roles/jdk
2,478
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n- name: Download Java\n command: >\n wget -q -O \"{{ java_archive }}\" --no-check-certificate --no-cookies --header 'Cookie: oraclelicense=accept-securebackup-cookie' \"{{ download_url }}\"\n creates={{ java_archive }}\n\n- name: Install Java\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 482, "all_permissive": false }
ansible_role
24hq/ansible
e3c53bf21b49f098a02fecd8c2e408ea3ffc3aae
0
roles/node
2,478
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n- name: install node packages\n yum: >\n name={{ item }}\n with_items:\n - nodejs\n - npm\n\n- name: install grunt and bower\n npm: >\n name={{ item }}\n global=yes\n with_items:\n - grunt-cli\n - bower\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
24hq/ansible
e3c53bf21b49f098a02fecd8c2e408ea3ffc3aae
0
roles/web
2,478
[ "no_license" ]
[ { "path": "roles/web/defaults/main.yml", "content": "---\napp_port: \"8080\"\nweb_port: \"9000\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/web/templates/default.conf.j2", "content": "upstream webapi {\n {% for host in groups['tag...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1546, "all_permissive": false }
ansible_role
nopresearcher/redteam-infrax
f0f150781dd03fc4b5301136b0029e1e91a69033
0
modules/attack/ansible/roles/deb-common
2,478
[ "no_license" ]
[ { "path": "modules/attack/ansible/roles/deb-common/tasks/main.yml", "content": "---\n- name: Update apt\n apt: update_cache=yes\n\n- name: upgrade a server\n apt: upgrade=full\n \n- name: Install required system packages\n vars:\n sys_packages: [ 'python3-pip' ]\n apt: name={{ sys_packages }} state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
nopresearcher/redteam-infrax
f0f150781dd03fc4b5301136b0029e1e91a69033
0
modules/attack/ansible/roles/deb-docker
2,478
[ "no_license" ]
[ { "path": "modules/attack/ansible/roles/deb-docker/tasks/main.yml", "content": "# install docker\n- name: Add Docker PGP Apt signing key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n state: present\n\n- apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
nopresearcher/redteam-infrax
f0f150781dd03fc4b5301136b0029e1e91a69033
0
modules/attack/ansible/roles/deb-docker-images
2,478
[ "no_license" ]
[ { "path": "modules/attack/ansible/roles/deb-docker-images/files/docker_images.md", "content": "# docker images installed\n\n## CyberChef\n### start\nsudo docker run -d -p 8080:8080 remnux/cyberchef\n\n## Covenant 127.0.0.1:7443\n### start first time\nsudo docker run -it -p 7443:7443 -p 80:80 -p 443:443 --na...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1802, "all_permissive": false }
ansible_role
nopresearcher/redteam-infrax
f0f150781dd03fc4b5301136b0029e1e91a69033
0
modules/attack/ansible/roles/deb-vscode
2,478
[ "no_license" ]
[ { "path": "modules/attack/ansible/roles/deb-vscode/tasks/main.yml", "content": "# install vscode\n\n- apt_repository:\n repo: deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main\n state: present\n filename: vscode\n\n- name: Download the Microsoft GPG key and convert it from Op...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 562, "all_permissive": false }
ansible_role
nopresearcher/redteam-infrax
f0f150781dd03fc4b5301136b0029e1e91a69033
0
modules/attack/ansible/roles/kali-metapackages
2,478
[ "no_license" ]
[ { "path": "modules/attack/ansible/roles/kali-metapackages/tasks/main.yml", "content": "---\n- name: Update apt\n apt: update_cache=yes\n\n# break up the packages and out of order to reduce install size and timeouts\n- name: Install kali-linux-core\n apt:\n name: kali-linux-core\n state: latest\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 906, "all_permissive": false }
ansible_role
nopresearcher/redteam-infrax
f0f150781dd03fc4b5301136b0029e1e91a69033
0
modules/attack/ansible/roles/kali-password
2,478
[ "no_license" ]
[ { "path": "modules/attack/ansible/roles/kali-password/tasks/main.yml", "content": "---\n- name: Download foo.conf\n get_url:\n url: https://wpa-sec.stanev.org/hc/help_crack.py\n dest: /usr/bin/help_crack.py\n mode: '0774'\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
nopresearcher/redteam-infrax
f0f150781dd03fc4b5301136b0029e1e91a69033
0
modules/attack/ansible/roles/kali-win-privesc
2,478
[ "no_license" ]
[ { "path": "modules/attack/ansible/roles/kali-win-privesc/tasks/powersploit.yml", "content": "---\n#\n# Tasks to be applied to some servers\n#\n\n# Add tasks for a specific role to this playbook...\n\n\n- name: clone powersploit repository\n git:\n repo: https://github.com/PowerShellMafia/PowerSploit.git...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 3363, "all_permissive": false }
ansible_role
nopresearcher/redteam-infrax
f0f150781dd03fc4b5301136b0029e1e91a69033
0
modules/attack/ansible/roles/kali-xrdp
2,478
[ "no_license" ]
[ { "path": "modules/attack/ansible/roles/kali-xrdp/tasks/main.yml", "content": "---\n- name: Update apt\n apt: update_cache=yes\n \n- name: Install xrdp\n vars:\n sys_packages: [ 'kali-desktop-xfce', 'xorg', 'xrdp' ]\n apt: name={{ sys_packages }} state=latest\n\n- name: Start xrdp\n shell: systemctl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
nopresearcher/redteam-infrax
f0f150781dd03fc4b5301136b0029e1e91a69033
0
modules/attack/ansible/roles/win-common
2,478
[ "no_license" ]
[ { "path": "modules/attack/ansible/roles/win-common/tasks/chocolatey.yml", "content": "---\n- name: Install Chocolately via Powershell\n win_shell: \"iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))\"\n\n- name: \"Add chocolatey to PATH.\"\n win_path:\n name: PATH\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3824, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/android-emulator
2,478
[ "no_license" ]
[ { "path": "roles/android-emulator/defaults/main.yaml", "content": "---\nandroid_sdk_path: \"/opt/android-sdk\"\nsdkmanager: \"{{ android_sdk_path }}/cmdline-tools/latest/bin/sdkmanager\"\navdmanager: \"{{ android_sdk_path }}/cmdline-tools/latest/bin/avdmanager\"\nemulator: \"{{ android_sdk_path }}/emulator/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1940, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/android-min
2,478
[ "no_license" ]
[ { "path": "roles/android-min/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name:\n - android-tools \n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/asusctl
2,478
[ "no_license" ]
[ { "path": "roles/asusctl/tasks/main.yml", "content": "---\n- name: Add g14 repo into pacman's database\n become: true\n block:\n - name: Add repo sign key to pacman-key\n ansible.builtin.command: \"{{ add_repo_script }}\"\n\n - name: Update the system\n ansible.builtin.command: pacman -Syu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/bluetooth
2,478
[ "no_license" ]
[ { "path": "roles/bluetooth/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name: \n - bluez\n - bluez-utils\n state: present\n\n- name: Enable bluetooth service\n ansible.builtin.service:\n name: bluetooth\n enabled: true\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/brave
2,478
[ "no_license" ]
[ { "path": "roles/brave/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name:\n - brave-bin\n state: present\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
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/dbeaver
2,478
[ "no_license" ]
[ { "path": "roles/dbeaver/tasks/main.yml", "content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name:\n - dbeaver\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/docker
2,478
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name:\n - docker\n - docker-compose\n state: present\n\n- name: Enable docker.socket\n ansible.builtin.service:\n name: docker.socket\n enabled: true\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/dotnet-sdk
2,478
[ "no_license" ]
[ { "path": "roles/dotnet-sdk/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name:\n - dotnet-sdk-8.0 \n - aspnet-runtime-8.0 \n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/fcitx5
2,478
[ "no_license" ]
[ { "path": "roles/fcitx5/tasks/main.yml", "content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name:\n - fcitx5 \n - fcitx5-unikey # Additional modules for Vietnamese typing\n # - fcitx5-qt # Qt 5/6 support\n # - fcitx5-gtk # GTK support\n - fcit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/figma
2,478
[ "no_license" ]
[ { "path": "roles/figma/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name:\n - figma-linux\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/firmware
2,478
[ "no_license" ]
[ { "path": "roles/firmware/tasks/main.yml", "content": "---\n- name: Install linux-firmware\n ansible.builtin.package:\n name:\n - linux-firmware\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/fix-screen-fps
2,478
[ "no_license" ]
[ { "path": "roles/fix-screen-fps/tasks/main.yml", "content": "---\n- name: Modify /etc/environment\n become: true\n block:\n - name: Change KWIN_DRM_DELAY_VRR_CURSOR_UPDATES value\n ansible.builtin.lineinfile:\n path: /etc/environment\n regexp: \"^KWIN_DRM_DELAY_VRR_CURSOR_UPDATES=\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/git
2,478
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Ensure that git exists\n become: true\n ansible.builtin.package:\n name:\n - git\n - less\n state: present\n\n- name: Set global user's name\n ansible.builtin.command:\n argv:\n - git\n - config\n - --global\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 495, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/google-chrome
2,478
[ "no_license" ]
[ { "path": "roles/google-chrome/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name:\n - google-chrome\n state: present\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
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/grub
2,478
[ "no_license" ]
[ { "path": "roles/grub/tasks/secure-boot.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name:\n - sbctl\n state: present\n\n- name: Create sbctl key\n ansible.builtin.command:\n argv:\n - sbctl\n - create-keys\n register: result\n chan...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2179, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/hardware_video_acceleration
2,478
[ "no_license" ]
[ { "path": "roles/hardware_video_acceleration/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name:\n - intel-media-driver # Enable VA-API support for Intel\n - libva-nvidia-driver # Enable VA-API support for nvidia\n - libva-utils # ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 475, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/hyper-term
2,478
[ "no_license" ]
[ { "path": "roles/hyper-term/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name:\n - hyper-bin \n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/hyprland
2,478
[ "no_license" ]
[ { "path": "roles/hyprland/tasks/nvidia.yaml", "content": "---\n- name: Install nvidia packages\n become: true\n ansible.builtin.package:\n name:\n - nvidia-open\n # - lib32-nvidia-utils # 32-bit application support\n\n# DRM kernel mode setting is enabled by default so skip doing it.\n", "...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5069, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/init-home
2,478
[ "no_license" ]
[ { "path": "roles/init-home/tasks/main.yml", "content": "---\n- name: Essential configs\n include_tasks: ./essential.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/init-home/tasks/essential.yaml", "content": "---\n- name: Create l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 213, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/iwd
2,478
[ "no_license" ]
[ { "path": "roles/iwd/tasks/main.yml", "content": "---\n- name: Ensure dependencies\n ansible.builtin.package:\n name:\n - iwd\n state: present\n\n- name: Set the hostname\n ansible.builtin.command:\n argv:\n - hostnamectl\n - hostname\n - phenchua-laptop\n\n- name: Enable iwd'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1445, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/java
2,478
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name:\n - jdk17-openjdk\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/kitty
2,478
[ "no_license" ]
[ { "path": "roles/kitty/tasks/main.yml", "content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name:\n - kitty\n state: present\n\n- name: Install essential stuff\n include_tasks: ./essential.yaml\n\n- name: Add config file\n include_tasks: ./config.yaml\n", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 990, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/kvantum
2,478
[ "no_license" ]
[ { "path": "roles/kvantum/tasks/main.yml", "content": "---\n- name: Install package\n become: true\n ansible.builtin.package:\n name:\n - kvantum\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/man
2,478
[ "no_license" ]
[ { "path": "roles/man/tasks/main.yml", "content": "---\n- name: Install man\n ansible.builtin.package:\n name:\n - man\n - man-pages\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/microcode
2,478
[ "no_license" ]
[ { "path": "roles/microcode/tasks/main.yml", "content": "---\n- name: Install microcode\n ansible.builtin.package:\n name:\n - intel-ucode\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/neovide
2,478
[ "no_license" ]
[ { "path": "roles/neovide/tasks/main.yml", "content": "---\n- name: Install package\n become: true\n ansible.builtin.package: \n name: neovide\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/networkmanager
2,478
[ "no_license" ]
[ { "path": "roles/networkmanager/tasks/main.yml", "content": "---\n- name: Install package\n ansible.builtin.package:\n name:\n - networkmanager\n state: present\n\n- name: Enable NetworkManager service\n ansible.builtin.systemd_service:\n name: NetworkManager\n enabled: true\n state: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 683, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/nodejs
2,478
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name:\n - nodejs\n - npm\n - pnpm\n state: present\n\n- name: Setup pnpm\n ansible.builtin.command: pnpm setup\n \n- name: Update pnpm\n ansible.builtin.sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/notion
2,478
[ "no_license" ]
[ { "path": "roles/notion/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name: \n - notion-app-electron \n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/nvim
2,478
[ "no_license" ]
[ { "path": "roles/nvim/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name: \n - neovim\n - gcc\n - pnpm # install-dependency.sh\n - wl-clipboard\n - fd # Search\n - ripgrep # Search\n - fzf # Search\n - ttf-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/plasma
2,478
[ "no_license" ]
[ { "path": "roles/plasma/tasks/main.yml", "content": "---\n- name: Install plasma-desktop and sddm\n ansible.builtin.package:\n name:\n - plasma-desktop # minimal plasma packages\n - sddm # display manager\n - kscreen # So that the setting doesn't lack the \"Display and Monitor\" section\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1545, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/postman
2,478
[ "no_license" ]
[ { "path": "roles/postman/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name: \n - postman-bin\n state: present\n\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
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/quickemu
2,478
[ "no_license" ]
[ { "path": "roles/quickemu/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name: \n - quickemu-git\n state: present\n\n- name: Install aria2 to improve download speed\n become: true\n ansible.builtin.package:\n name: \n - aria2\n state: present\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/sound
2,478
[ "no_license" ]
[ { "path": "roles/sound/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name:\n - pipewire\n - pipewire-audio # To enable audio server support\n - pipewire-pulse # API implementation for applications using pulseaudio\n - pipewire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/steam
2,478
[ "no_license" ]
[ { "path": "roles/steam/tasks/main.yml", "content": "---\n- name: Ensure multilib repository\n ansible.builtin.file:\n src: ~/dotfiles/pacman/pacman.conf\n dest: /etc/pacman.conf\n state: link\n\n- name: Update repository database\n become: true\n ansible.builtin.command: pacman -Sy\n\n- name: En...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1480, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/supergfxctl
2,478
[ "no_license" ]
[ { "path": "roles/supergfxctl/defaults/main.yaml", "content": "---\nadd_repo_script: \"/home/{{ ansible_env.USER }}/dotfiles/pacman/add-g14-repo\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/supergfxctl/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 836, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/swap
2,478
[ "no_license" ]
[ { "path": "roles/swap/tasks/main.yml", "content": "---\n- name: Ensure old swap file does not exist\n become: true\n block:\n - name: Turn off swap file\n ansible.builtin.command: swapoff /swapfile\n ignore_errors: true\n register: result\n changed_when: result.rc == 0\n\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1531, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/tmux
2,478
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name: \n - tmux\n state: present\n\n- name: Setup config\n block:\n - name: Remove existing config folder if not a symlink\n ansible.builtin.file:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/unikey
2,478
[ "no_license" ]
[ { "path": "roles/unikey/tasks/main.yml", "content": "---\n- name: Install ibus\n become: true\n ansible.builtin.package:\n name: ibus\n state: present\n\n- name: Install ibus-bamboo\n kewlfft.aur.aur:\n name: ibus-bamboo\n state: present\n\n- name: Modify /etc/environment\n become: true\n b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1591, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/unzip
2,478
[ "no_license" ]
[ { "path": "roles/unzip/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name:\n - unzip\n - p7zip\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/vesktop
2,478
[ "no_license" ]
[ { "path": "roles/vesktop/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name: \n - vesktop\n state: present\n\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
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/vscode
2,478
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: Install vscode\n kewlfft.aur.aur:\n name: \n - visual-studio-code-bin\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/wallpaper-engine-kde
2,478
[ "no_license" ]
[ { "path": "roles/wallpaper-engine-kde/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name:\n - plasma6-wallpapers-wallpaper-engine-git\n state: present\n\n- name: Restart plasmashell user service\n ansible.builtin.systemd_service:\n name: plasma-plasmashell\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/wallpaper-engine-linux
2,478
[ "no_license" ]
[ { "path": "roles/wallpaper-engine-linux/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name:\n - linux-wallpaperengine-git \n state: present\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
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/wave-term
2,478
[ "no_license" ]
[ { "path": "roles/wave-term/tasks/main.yml", "content": "---\n- name: Install package\n kewlfft.aur.aur:\n name:\n - waveterm-bin\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/yay
2,478
[ "no_license" ]
[ { "path": "roles/yay/tasks/main.yml", "content": "---\n- name: Check dependencies\n become: true\n ansible.builtin.package:\n name:\n - base-devel\n - git\n state: present\n\n- name: Clone Yay repository\n ansible.builtin.git:\n repo: \"{{ yay_repo }}\"\n dest: \"{{ yay_dir }}\"\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 464, "all_permissive": false }
ansible_role
PhenChua29/ansible
15806322c3d8f89bffc379059b18d0aeab84b25e
1
roles/yt-dlp
2,478
[ "no_license" ]
[ { "path": "roles/yt-dlp/tasks/main.yml", "content": "---\n- name: Install packages\n become: true\n ansible.builtin.package:\n name:\n - yt-dlp\n - ffmpeg # Used for muxing on some sites\n - aria2 # For faster downloading speed\n state: present\n\n- name: Ensure that configuration dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
AlasdairHanson/Group-3-Final-Project
0955922a35de7a8a4a5ad8f4c87089100be4966b
0
DevOps/ansible/roles/docker
2,478
[ "no_license" ]
[ { "path": "DevOps/ansible/roles/docker/tasks/main.yaml", "content": "\n- name: Install docker dependencies\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-prope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1422, "all_permissive": false }
ansible_role
AlasdairHanson/Group-3-Final-Project
0955922a35de7a8a4a5ad8f4c87089100be4966b
0
DevOps/ansible/roles/docker-compose
2,478
[ "no_license" ]
[ { "path": "DevOps/ansible/roles/docker-compose/tasks/main.yaml", "content": "- name: Install docker-compose\n get_url:\n url: https://github.com/docker/compose/releases/download/{{ DOCKER_COMPOSE_VERSION }}/docker-compose-Linux-x86_64\n dest: \"/usr/local/bin/docker-compose\"\n mode: 0755\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
AlasdairHanson/Group-3-Final-Project
0955922a35de7a8a4a5ad8f4c87089100be4966b
0
DevOps/ansible/roles/jenkins
2,478
[ "no_license" ]
[ { "path": "DevOps/ansible/roles/jenkins/tasks/main.yaml", "content": "- name: Import jenkins key\n apt_key:\n url: https://pkg.jenkins.io/debian-stable/jenkins.io.key\n state: present\n\n- name: Download and configure jenkins repo\n apt_repository:\n repo: 'deb https://pkg.jenkins.io/debian-stabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
AlasdairHanson/Group-3-Final-Project
0955922a35de7a8a4a5ad8f4c87089100be4966b
0
DevOps/ansible/roles/jenkinsvm_pub-key_to_testvm
2,478
[ "no_license" ]
[ { "path": "DevOps/ansible/roles/jenkinsvm_pub-key_to_testvm/tasks/main.yaml", "content": "- name: Sending jenkinsvm keys to testvm to allow ssh\n authorized_key: user=testvm key=\"{{item}}\"\n with_file:\n - ~/keys/jenkins/id_rsa.pub\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
AlasdairHanson/Group-3-Final-Project
0955922a35de7a8a4a5ad8f4c87089100be4966b
0
DevOps/ansible/roles/kubernetes
2,478
[ "no_license" ]
[ { "path": "DevOps/ansible/roles/kubernetes/tasks/main.yaml", "content": "- name: Install APT Transport HTTPS\n apt:\n name: apt-transport-https\n state: present\n\n- name: Adding Kubernetes apt-key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 669, "all_permissive": false }
ansible_role
AlasdairHanson/Group-3-Final-Project
0955922a35de7a8a4a5ad8f4c87089100be4966b
0
DevOps/ansible/roles/node
2,478
[ "no_license" ]
[ { "path": "DevOps/ansible/roles/node/tasks/main.yaml", "content": "- name: nodejs install\n script: /home/ubuntu/Group-3-Final-Project/DevOps/ansible/ansible-scripts/node-install.sh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
AlasdairHanson/Group-3-Final-Project
0955922a35de7a8a4a5ad8f4c87089100be4966b
0
DevOps/ansible/roles/sudo-doers
2,478
[ "no_license" ]
[ { "path": "DevOps/ansible/roles/sudo-doers/tasks/main.yaml", "content": "- name: Create the jenkins user\n user: \n name: jenkins \n append: yes \n state: present\n createhome: yes \n shell: /bin/bash\n\n- name: Giving jenkins passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
AlasdairHanson/Group-3-Final-Project
0955922a35de7a8a4a5ad8f4c87089100be4966b
0
DevOps/ansible/roles/testvm_pub-key_to_jenkinsvm
2,478
[ "no_license" ]
[ { "path": "DevOps/ansible/roles/testvm_pub-key_to_jenkinsvm/tasks/main.yaml", "content": "- name: Sending testvm keys to jenkinsvm to allow ssh\n authorized_key: user=jenkins key=\"{{item}}\"\n with_file:\n - ~/keys/testvm/id_rsa.pub\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
AlasdairHanson/Group-3-Final-Project
0955922a35de7a8a4a5ad8f4c87089100be4966b
0
DevOps/ansible/roles/utilities
2,478
[ "no_license" ]
[ { "path": "DevOps/ansible/roles/utilities/tasks/main.yaml", "content": "- name: Installing openjdk-11-jdk\n apt:\n name: openjdk-11-jdk\n state: latest\n update_cache: true\n\n- name: Installing aswcli\n apt:\n name: awscli\n state: latest\n update_cache: true\n\n- name: Installing mysql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
cloneko/ansible-pxe
f6fbd183646a36329149423825d9d80c99283b72
2
roles/pxe
2,478
[ "no_license" ]
[ { "path": "roles/pxe/templates/dnsmasq.conf.j2", "content": "interface=eth0\nbind-interfaces\ndhcp-range={{dhcpStart}},{{dhcpEnd}}\ndhcp-boot={{dhcpBoot}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/pxe/tasks/main.yaml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2507, "all_permissive": false }
ansible_role
and-1/openstack-helm-infra
95c62db5cd8913f23dfcac483e72fef676b2cc66
0
roles/osh-run-script
2,478
[ "no_license" ]
[ { "path": "roles/osh-run-script/tasks/main.yaml", "content": "# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1018, "all_permissive": false }
ansible_role
and-1/openstack-helm-infra
95c62db5cd8913f23dfcac483e72fef676b2cc66
0
tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master
2,478
[ "no_license" ]
[ { "path": "tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubeadm-master/templates/certs.py.j2", "content": "#!/usr/bin/python\n\nimport yaml\n\ndata = {'server': '',\n 'server-key': '',\n 'client': '',\n 'client-key': ''}\n\nfor i in data.keys():\n with open('{}.pem'.for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6435, "all_permissive": false }
ansible_role
and-1/openstack-helm-infra
95c62db5cd8913f23dfcac483e72fef676b2cc66
0
tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubelet
2,478
[ "no_license" ]
[ { "path": "tools/images/kubeadm-aio/assets/opt/playbooks/roles/deploy-kubelet/templates/resolv-upstream.conf.j2", "content": "{% for nameserver in external_dns_nameservers %}\nnameserver {{ nameserver }}\n{% endfor %}\noptions timeout:1 attempts:1\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4772, "all_permissive": false }
ansible_role
hkraehenbuehl/ansible
8a5964e7fbb968f3df22b419e88e1aa9223040c9
0
roles/common
2,478
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": " - name: Dump all vars\n action: template src=templates/dumpall.j2 dest=/var/shared_filesystem/ansible_{{ansible_hostname}}.all\n\n - name: Change Owner\n file: path=/var/shared_filesystem/ansible_{{ansible_hostname}}.all mode=0777\n\n - name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 444, "all_permissive": false }