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
hjfeng1988/ansible-playbook
0d180023909136c26af596b07a279b7e3a7cffc6
0
roles/init
295
[ "no_license" ]
[ { "path": "roles/init/tasks/sshd.yml", "content": "- name: Disable UseDNS\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"^UseDNS.*\"\n line: \"UseDNS no\"\n notify: reload sshd\n\n- name: add root public key\n ansible.posix.authorized_key:\n user: root\n state: present\n key: \"...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 4617, "all_permissive": false }
ansible_role
hjfeng1988/ansible-playbook
0d180023909136c26af596b07a279b7e3a7cffc6
0
roles/rabbitmq
295
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/prepare.yml", "content": "- name: set hostname\n hostname:\n name: \"{{hostname}}\"\n\n- name: add cluster node to /etc/hosts\n lineinfile:\n path: /etc/hosts\n line: \"{{ item }} {{ hostvars[item]['hostname'] }}\"\n state: present\n when: inventory_hostname in...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3804, "all_permissive": false }
ansible_role
hjfeng1988/ansible-playbook
0d180023909136c26af596b07a279b7e3a7cffc6
0
roles/redis-sentinel
295
[ "no_license" ]
[ { "path": "roles/redis-sentinel/tasks/redis.yml", "content": "- name: redis version variable\n set_fact:\n version: 6.0.10\n\n- name: add redis user\n user:\n name: redis\n system: true\n create_home : false\n shell: /sbin/nologin\n state: present\n\n- name: download redis\n get_url:\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4246, "all_permissive": false }
ansible_role
hjfeng1988/ansible-playbook
0d180023909136c26af596b07a279b7e3a7cffc6
0
roles/sftp
295
[ "no_license" ]
[ { "path": "roles/sftp/tasks/main.yml", "content": "---\n- name: add new config\n blockinfile:\n path: /etc/ssh/sshd_config\n block: |\n Match Group sftp\n ForceCommand internal-sftp\n ChrootDirectory /data/sftp/%u\n notify: reload sshd\n\n- name: groupadd sftp\n grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": false }
ansible_role
hjfeng1988/ansible-playbook
0d180023909136c26af596b07a279b7e3a7cffc6
0
roles/zabbix
295
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/main.yml", "content": "---\n- name: gather installed packages\n package_facts:\n manager: auto\n\n- name: install zabbix-agent\n dnf:\n name: https://repo.zabbix.com/zabbix/7.0/alma/8/x86_64/zabbix-agent-7.0.5-release1.el8.x86_64.rpm\n state: present\n disable_gpg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 891, "all_permissive": false }
ansible_role
asmirnov-backend/js-runtimes-experiments
a029e42af61479f1b8dc607831a1b36a4130d9b4
0
ansible/roles/setup_docker
295
[ "no_license" ]
[ { "path": "ansible/roles/setup_docker/README.md", "content": "Setup docker\n=========\n\nУстанавливает докер\n\nRequirements\n------------\n\nУстановка происходит на ubuntu-22-live-server\n\nRole Variables\n--------------\n\n-\n\nDependencies\n------------\n\nA list of other roles hosted on Galaxy should go...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 921, "all_permissive": false }
ansible_role
ENG4000-Team-A/capstone-project
e6abe70fee5c4b3d2a6d59d721ada9c8803b9c84
2
project/pi_configs/roles/pi_setup
295
[ "no_license" ]
[ { "path": "project/pi_configs/roles/pi_setup/tasks/main.yml", "content": "\n- shell: \n cmd: 'curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -'\n ignore_errors: yes\n- name: Install required packages\n apt:\n name:\n - nginx\n - nodejs\n - node-gyp\n - libssl1.0-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2795, "all_permissive": false }
ansible_role
StuartSpiegel/Elastic_Docker_TLS
9a0c265f294991c3c9dee59adfa6a1c6d0c89f28
0
ansible/playbooks/roles/elasticsearch
295
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/elasticsearch/defaults/main.yml", "content": "---\nelastic_docker_path: \"/opt/elasticsearch\"\ndocker_compose_version: \"3.7\"\nes_memory: \"2g\"\nes_network: \"es-network\"\nkibana_memory: \"2g\"\n", "license_type": "permissive", "detected_licenses": [ "Apa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 20812, "all_permissive": true }
ansible_role
HackerDom/ructf-2021
1755d91cd78fd147ccf78bb881adc7b5d7e99af0
1
ansible/roles/deploy_checkers
295
[ "no_license" ]
[ { "path": "ansible/roles/deploy_checkers/tasks/main.yml", "content": "- name: sync catalog\n synchronize: src=\"../../../../checkers\" dest=\"{{cs_dir}}\"\n tags: sync\n\n- name: checkers owner\n file:\n path: \"{{cs_dir}}/checkers\"\n owner: \"{{cs_user}}\"\n group: \"{{cs_user}}\"\n recurse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 599, "all_permissive": false }
ansible_role
HackerDom/ructf-2021
1755d91cd78fd147ccf78bb881adc7b5d7e99af0
1
vuln_image/roles/base_image
295
[ "no_license" ]
[ { "path": "vuln_image/roles/base_image/tasks/main.yml", "content": "---\n- name: create docker conf dir\n file:\n path: /etc/docker\n state: directory\n\n- name: create docker lib dir\n file:\n path: /home/docker-lib/\n state: directory\n\n- name: configure docker dir before install\n copy:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1582, "all_permissive": false }
ansible_role
HackerDom/ructf-2021
1755d91cd78fd147ccf78bb881adc7b5d7e99af0
1
vuln_image/roles/systemd_base_image
295
[ "no_license" ]
[ { "path": "vuln_image/roles/systemd_base_image/tasks/main.yml", "content": "---\n- name: Install utils\n apt:\n name:\n - apt-transport-https\n - mc\n - vim\n - htop\n - rsync\n - tmux\n - silversearcher-ag\n - docker.io\n - docker-compose\n - zerofree #...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 929, "all_permissive": false }
ansible_role
HackerDom/ructf-2021
1755d91cd78fd147ccf78bb881adc7b5d7e99af0
1
vuln_image/roles/systemd_service
295
[ "no_license" ]
[ { "path": "vuln_image/roles/systemd_service/tasks/main.yml", "content": "---\n- name: Install utils\n apt:\n name:\n - golang\n - build-essential\n state: latest\n install_recommends: false\n update_cache: yes\n\n- name: Uploading service {{ service_name }}\n debug:\n msg: \"Uploa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1220, "all_permissive": false }
ansible_role
artio0610/ansible
024354975e4d89e513c13f68390612fbf6981e0d
0
roles/update_system
295
[ "no_license" ]
[ { "path": "roles/update_system/tasks/Debian.yml", "content": "---\n- name: Upgrade all packages (Debian based systems)\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
braineering/crimegraph-simulator
57b4aa8aa5c10acaa8997abb2f28833bc01504a6
0
ansible/roles/crimegraph-monitor
298
[ "no_license" ]
[ { "path": "ansible/roles/crimegraph-monitor/templates/exec.sh", "content": "#!/bin/bash\n\njava -jar \"{{ crimegraph_monitor_jar_path }}\" \"$@\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible/roles/crimegraph-monitor/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6608, "all_permissive": false }
ansible_role
salahkhaled101/Wordpress-Terraform-Ansible
2c2016340ddf83fd574694bea5181aa635aa8620
0
ansible/roles/mariadb
298
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/main.yml", "content": "---\n- name: Install MariaDB package\n yum: name={{ item }} state=installed\n with_items:\n - mariadb-server\n - mariadb\n - MySQL-python\n - libselinux-python\n - libsemanage-python\n\n- name: Create MariaDB log file\n file: path=/v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 670, "all_permissive": false }
ansible_role
salahkhaled101/Wordpress-Terraform-Ansible
2c2016340ddf83fd574694bea5181aa635aa8620
0
ansible/roles/php-fpm
298
[ "no_license" ]
[ { "path": "ansible/roles/php-fpm/tasks/main.yml", "content": "---\n- name: Install php-fpm and deps\n yum: name={{ item }} state=present\n with_items:\n - php71w-fpm\n - php71w-mcrypt\n - php71w-curl\n - php71w-cli\n - php71w-mysqlnd\n - php71w-gd\n - php71w-xsl\n - php71w-json\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
salahkhaled101/Wordpress-Terraform-Ansible
2c2016340ddf83fd574694bea5181aa635aa8620
0
ansible/roles/system
298
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/main.yml", "content": "---\n- name: Update The System Packages\n yum: name=* state=latest update_cache=yes\n\n- name: Ensure NTP (for time synchronization) is installed.\n yum: name=ntp state=present\n\n- name: Ensure NTP is running.\n service: name=ntpd state=starte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1072, "all_permissive": false }
ansible_role
salahkhaled101/Wordpress-Terraform-Ansible
2c2016340ddf83fd574694bea5181aa635aa8620
0
ansible/roles/wordpress
298
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/templates/nginx.conf", "content": "\nuser nginx {{ sys_user }};\nworker_processes 10;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nworker_rlimit_nofile 30000;\nevents {\n worker_connections 4096;\n multi_accept on;\n use epoll;...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2839, "all_permissive": false }
ansible_role
ShashaZhang/linux_ansible
584f4064f158e3d6dcdd92aa8573de0aa981aa8c
0
roles/mac
298
[ "no_license" ]
[ { "path": "roles/mac/tasks/main.yml", "content": "- name: extract tomcat\n unarchive: \"src=apache-tomcat-7.0.56.tar.gz dest={{directory_name}}\"\n\n- name: change configuration of tomcat\n template: \"src=tomcat-users.xml dest={{tomcat_home}}/conf\"\n notify: start tomcat\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 343, "all_permissive": false }
ansible_role
erickmpene/k8s-with-cilium
79bd5fce08f2813a04ff1c6da3873233f4c0af23
0
roles/common
298
[ "no_license" ]
[ { "path": "roles/common/tasks/kubernetes-tools.yml", "content": "# - name: Ensure APT keyring directory exists\n# file:\n# path: /etc/apt/keyrings\n# state: directory\n# mode: '0755'\n\n# - name: Download Kubernetes GPG key and convert to GPG keyring\n# shell: |\n# curl -fsSL https://pkg...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4316, "all_permissive": false }
ansible_role
erickmpene/k8s-with-cilium
79bd5fce08f2813a04ff1c6da3873233f4c0af23
0
roles/install-cilium
298
[ "no_license" ]
[ { "path": "roles/install-cilium/tasks/main.yml", "content": "- name: Retrieve latest stable version of cilium CLI\n uri:\n url: https://raw.githubusercontent.com/cilium/cilium-cli/main/stable.txt\n return_content: true\n register: cilium_version\n\n- name: Clean cilium version string\n set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2543, "all_permissive": false }
ansible_role
erickmpene/k8s-with-cilium
79bd5fce08f2813a04ff1c6da3873233f4c0af23
0
roles/kubeadm-init
298
[ "no_license" ]
[ { "path": "roles/kubeadm-init/files/init.sh", "content": "#!/bin/bash\n\nset -euo pipefail\n\n# Check if cluster already initialized\nif [ -f /etc/kubernetes/admin.conf ]; then\n echo \"Cluster already initialized. Skipping kubeadm init.\"\n exit 0\nfi\n\necho \"Initializing the Kubernete Cluster...\"\nku...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3572, "all_permissive": false }
ansible_role
erickmpene/k8s-with-cilium
79bd5fce08f2813a04ff1c6da3873233f4c0af23
0
roles/kubeadm-join
298
[ "no_license" ]
[ { "path": "roles/kubeadm-join/tasks/main.yml", "content": "# roles/kubeadm-join/tasks/main.yml\n\n- name: Install kubeadm, kubelet, kubectl\n include_tasks: ../common/tasks/kubernetes-tools.yml\n\n- name: Copy kubeadm join script to worker\n copy:\n content: \"{{ hostvars['master']['join_script']['cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 705, "all_permissive": false }
ansible_role
maeltur/linux
7f013bd3ebc1728005452ec89ab4d9d20e4e5ad7
0
Configs/ansible/roles/stage-2
298
[ "no_license" ]
[ { "path": "Configs/ansible/roles/stage-2/vars/main.yml", "content": "---\n# vars file for stage-2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "Configs/ansible/roles/stage-2/templates/ports.j2", "content": "# If you just change the port or ad...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3095, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/anydesk
298
[ "no_license" ]
[ { "path": "roles/anydesk/vars/debian-os.yml", "content": "---\nanydesk_apt_gpg_key: https://keys.anydesk.com/repos/DEB-GPG-KEY\n\n# Debian/Ubuntu variables.\nanydesk_apt_arch: amd64\nanydesk_repo_url: http://deb.anydesk.com/\nanydesk_apt_release_channel: all\nanydesk_apt_repository: \"deb [arch={{ anydesk_a...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2098, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/commons
298
[ "no_license" ]
[ { "path": "roles/commons/tasks/main.yml", "content": "---\n- name: Include \"{{ ansible_distribution }}\" OS family tasks.\n include_tasks: \"{{ ansible_distribution | lower }}-setup.yml\"\n tags:\n - apt-upgrade\n - commons\n\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1534, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/docker
298
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker-user.yaml", "content": "---\n- name: Ensure docker users are added to docker group.\n when: docker_users | length > 0\n user:\n name: \"{{ ansible_user }}\"\n groups: docker\n append: true", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3957, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/gnome
298
[ "no_license" ]
[ { "path": "roles/gnome/tasks/main.yml", "content": "---\n- name: Install requirement pip module\n pip:\n name: psutil\n\n- name: Install dconf-editor\n apt:\n name: dconf-editor\n state: latest\n \n- name: GNOME settings.\n vars:\n ansible_become_user: '{{ ansible_user }}'\n block:\n\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7884, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/kubectl
298
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/ubuntu-setup.yml", "content": "---\n- name: kubectl | Download the Google Cloud public signing key\n ansible.builtin.get_url:\n url: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n dest: \"/usr/share/keyrings/kubernetes-archive-keyring.gpg\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 596, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/minikube
298
[ "no_license" ]
[ { "path": "roles/minikube/tasks/ubuntu-setup.yml", "content": "---\n- name: Minikube | Install Minikube\n ansible.builtin.apt:\n deb: https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 288, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/ohmyzsh
298
[ "no_license" ]
[ { "path": "roles/ohmyzsh/tasks/ubuntu-setup.yml", "content": "---\n- name: OhMyZsh | Install zsh\n become: true\n apt:\n name: zsh\n state: latest\n tags:\n - ohmyzsh-install\n\n- name: OhMyZsh | Check previous installations\n stat:\n path: \"/home/{{ ansible_user }}~/.oh-my-zsh\"\n regist...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 973, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/pycharm
298
[ "no_license" ]
[ { "path": "roles/pycharm/tasks/debian-tasks.yml", "content": "---\n- name: Ensure dependencies are installed\n apt:\n name: tar \n state: present\n\n- name: Create PyCharm installation directory\n file:\n path: \"{{ pycharm_install_directory }}\"\n owner: \"{{ ansible_user }}\"\n group: \"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2252, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/slack
298
[ "no_license" ]
[ { "path": "roles/slack/README.md", "content": "# Slack role\n\n## Role summary\n\nThis role install Slack Desktop on Debian-based operating systems but the role is adapted to integrate other operating systems if necessary.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1381, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/terminator
298
[ "no_license" ]
[ { "path": "roles/terminator/tasks/main.yml", "content": "---\n- name: Terminator | Install Terminator\n become: true\n apt:\n name: terminator\n state: latest\n\n- name: Terminator | Create Terminator directory\n file:\n path: \"/home/{{ ansible_user }}/.config/terminator\"\n state: direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
jm-soto/ansible-desktop
471a2a60c92614fec290aceef9a9d86c2629834f
0
roles/vscode
298
[ "no_license" ]
[ { "path": "roles/vscode/defaults/main.yaml", "content": "# Mirror server for fetching the public keys and the Visual Studio Code\n# installation package. The URL may include directories. The URL must not end\n# with a trailing slash.\nvisual_studio_code_mirror: 'https://packages.microsoft.com'", "licens...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1250, "all_permissive": false }
ansible_role
selfsigned/cloud-1
1f8bde5f83641a45f81842cbe726f1606d4a28df
0
roles/cloud-1
298
[ "no_license" ]
[ { "path": "roles/cloud-1/templates/systemd.service.j2", "content": "[Unit]\nDescription=Cloud-1 instance boot initialization\nRequires=docker.service\nAfter=cloud-init.service multi-user.target network-online.target sysinit.target\nBindsTo=docker.service\nReloadPropagatedFrom=docker.service\n\n[Service]\nTy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6116, "all_permissive": false }
ansible_role
selfsigned/cloud-1
1f8bde5f83641a45f81842cbe726f1606d4a28df
0
roles/docker
298
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install pre-requisites\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - lsb-release\n - gnupg\n state: latest\n update_cache: true\n\n- name: Add signing key\n ansible.builtin.apt_key:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1437, "all_permissive": false }
ansible_role
kh0mka/InnowiseLab
54ad6882e12384d0fc1b229b77dfea0f7d7bed06
0
innowiselab/Section5/files/5.2/roles/install_docker
298
[ "no_license" ]
[ { "path": "innowiselab/Section5/files/5.2/roles/install_docker/tasks/main.yml", "content": "---\n# tasks file for install_docker\n# code: language=yaml \n- name: Installing packages to allow APT to use a repository over HTTPS\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - ca-cert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1455, "all_permissive": false }
ansible_role
kh0mka/InnowiseLab
54ad6882e12384d0fc1b229b77dfea0f7d7bed06
0
innowiselab/Section5/files/5.3/roles/inodejs_npm
298
[ "no_license" ]
[ { "path": "innowiselab/Section5/files/5.3/roles/inodejs_npm/vars/main.yml", "content": "---\n# vars file for inodejs_npm\ndownload_folder: /home/ubuntu/downloads\nnodejs_folder: /opt/nodejs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "innowisela...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1990, "all_permissive": false }
ansible_role
kh0mka/InnowiseLab
54ad6882e12384d0fc1b229b77dfea0f7d7bed06
0
innowiselab/Section5/files/5.3/roles/iweb
298
[ "no_license" ]
[ { "path": "innowiselab/Section5/files/5.3/roles/iweb/vars/main.yml", "content": "---\n# vars file for iweb\nclone_repo: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "innowiselab/Section5/files/5.3/roles/iweb/meta/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 800, "all_permissive": false }
ansible_role
kh0mka/InnowiseLab
54ad6882e12384d0fc1b229b77dfea0f7d7bed06
0
innowiselab/Section5/files/5.4/roles/inodejs_npm
298
[ "no_license" ]
[ { "path": "innowiselab/Section5/files/5.4/roles/inodejs_npm/tasks/main.yml", "content": "---\n# tasks file for inodejs_npm\n- name: Check if Node.js is installed\n ansible.builtin.command: node --version\n register: nodejs_version\n ignore_errors: true\n changed_when: nodejs_version.rc == 127 or nodejs_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1573, "all_permissive": false }
ansible_role
kh0mka/InnowiseLab
54ad6882e12384d0fc1b229b77dfea0f7d7bed06
0
innowiselab/Section5/files/5.4/roles/iweb
298
[ "no_license" ]
[ { "path": "innowiselab/Section5/files/5.4/roles/iweb/tasks/main.yml", "content": "---\n# tasks file for iweb\n\n- name: This block words when clone_repo = true\n when: clone_repo\n block:\n\n - name: Clone the Git repository\n ansible.builtin.git:\n repo: https://{{ gituser }}:{{ gitpass }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 637, "all_permissive": false }
ansible_role
kh0mka/InnowiseLab
54ad6882e12384d0fc1b229b77dfea0f7d7bed06
0
innowiselab/Section5/files/5.4/roles/sshuser
298
[ "no_license" ]
[ { "path": "innowiselab/Section5/files/5.4/roles/sshuser/vars/main.yml", "content": "---\n# defaults file for sshuser\nssh_user: \"innowise_ssh_user\"\nssh_key_path: \"privatekeyfortask.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "innowi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 628, "all_permissive": false }
ansible_role
asinsinwal/DevOps-Milestone-2
1a48b970057f90829e0d63e8774b5853e985470f
0
iTrust-master/roles/trust
298
[ "no_license" ]
[ { "path": "iTrust-master/roles/trust/tasks/main.yml", "content": "---\n\n# Gather variables\n- include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_distribution }}.yml\"\n - \"../vars/{{ ansible_os_family }}.yml\"\n - \"../vars/default.yml\"\n- include_vars: \"../vars/common.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4497, "all_permissive": false }
ansible_role
asinsinwal/DevOps-Milestone-2
1a48b970057f90829e0d63e8774b5853e985470f
0
roles/checkbox
298
[ "no_license" ]
[ { "path": "roles/checkbox/tasks/main.yml", "content": " - name: Install Nodejs\n sudo: yes\n apt: name=nodejs state=present\n\n#Checkbox Analyzer \n - name: Copy Checkbox sites javascripts to remote\n copy:\n src: \"{{checkbox_source}}\"\n dest: \"{{checkbox_location}}\"\n directo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 631, "all_permissive": false }
ansible_role
asinsinwal/DevOps-Milestone-2
1a48b970057f90829e0d63e8774b5853e985470f
0
roles/fuzzer
298
[ "no_license" ]
[ { "path": "roles/fuzzer/vars/main.yml", "content": "---\nfuzzer_location: /home/{{ansible_ssh_user}}/\nfuzzer_source: /vagrant_data/DevOps_M2/Fuzzer", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/fuzzer/tasks/main.yml", "content": "- nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2485, "all_permissive": false }
ansible_role
asinsinwal/DevOps-Milestone-2
1a48b970057f90829e0d63e8774b5853e985470f
0
roles/itrust
298
[ "no_license" ]
[ { "path": "roles/itrust/tasks/main.yml", "content": "---\n# Environment SETUP\n\n# 1. Java to sources\n- name: Adding openjdk 8 to sources\n apt_repository:\n repo: ppa:openjdk-r/ppa\n update_cache: yes\n state: present\n\n# 3. Install Java\n- name: Install Java jdk\n apt: pkg=openjdk-8-jdk state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3144, "all_permissive": false }
ansible_role
asinsinwal/DevOps-Milestone-2
1a48b970057f90829e0d63e8774b5853e985470f
0
roles/jenkins
298
[ "no_license" ]
[ { "path": "roles/jenkins/templates/checkbox_template.xml.j2", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<project>\n <actions/>\n <description></description>\n <keepDependencies>false</keepDependencies>\n <properties/>\n <scm class=\"hudson.plugins.git.GitSCM\" plugin=\"git@3.6.2\">\n <conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6654, "all_permissive": false }
ansible_role
nspcc-dev/ansible-goodies
da04add4f7c069104e92a676b1a96f0ccf40b22e
0
roles/github
298
[ "no_license" ]
[ { "path": "roles/github/defaults/main.yml", "content": "---\n\ngithub__org: ''\ngithub__repo: ''\ngithub__version: ''\ngithub__args: ''\ngithub__asset_name: ''\ngithub__notify: []\ngithub__retries: 10\ngithub__retry_delay: 10\n\ngithub__temp_dir: '/tmp'\ngithub__temp_asset_path: '{{ github__temp_dir }}/{{ g...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1502, "all_permissive": false }
ansible_role
nspcc-dev/ansible-goodies
da04add4f7c069104e92a676b1a96f0ccf40b22e
0
roles/mkprivdir
298
[ "no_license" ]
[ { "path": "roles/mkprivdir/tasks/main.yml", "content": "---\n- name: Check if paren already exists\n ansible.builtin.stat:\n path: '{{ mkprivdir__parent_dir }}'\n register: parent\n\n- name: Create directory parent\n ansible.builtin.file:\n state: directory\n path: '{{ mkprivdir__parent_dir }}'\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 701, "all_permissive": false }
ansible_role
nspcc-dev/ansible-goodies
da04add4f7c069104e92a676b1a96f0ccf40b22e
0
roles/system_user
298
[ "no_license" ]
[ { "path": "roles/system_user/tasks/main.yml", "content": "---\n\n- name: Create '{{ system_user__group }}' system group\n ansible.builtin.group:\n name: '{{ system_user__group }}'\n system: yes\n\n- name: Create '{{ system_user__user }}' system user\n ansible.builtin.user:\n name: '{{ system_user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
ursais/odoo-operator
d8c535b06fe12b69ff1e7ba42f8d863e4bfcfe00
7
roles/odoo
298
[ "no_license" ]
[ { "path": "roles/odoo/defaults/main.yml", "content": "---\n_odoo_state: present\n_odoo_name: odoo\n_odoo_running_env: production\n\n# echo -n \"admin\" | base64 -> YWRtaW4=\n_odoo_admin_passwd: <PASSWORD>=\n_odoo_admin_user_password: <PASSWORD>=\n_odoo_admin_user_timezone: \"America/Phoenix\"\n_odoo_cpu_lim...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 13651, "all_permissive": false }
ansible_role
quantum-xxxx/pwnagotchi-kali-orange-pi5
2813a71b7c865bcea041d09e65f699b4c286a0d7
1
ansible/roles/install
298
[ "permissive" ]
[ { "path": "ansible/roles/install/handlers/main.yaml", "content": "- name: Systemd reload\n systemd:\n daemon_reload: true\n\n- name: Restart bettercap-pwnagotchi\n service:\n name: bettercap-pwnagotchi.service\n state: restarted\n\n- name: Restart chronyd\n service:\n name: chronyd.service\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 13022, "all_permissive": true }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/apache2
298
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "- name: Install\n become: true\n apt: name=apache2 state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/apache2-dotpull-host
298
[ "no_license" ]
[ { "path": "roles/apache2-dotpull-host/tasks/main.yml", "content": "- name: Copy script\n become: true\n copy:\n src: dotpull\n dest: /var/www/html/dotpull\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
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/apache2-ssl
298
[ "no_license" ]
[ { "path": "roles/apache2-ssl/meta/main.yml", "content": "---\ndependencies:\n - role: apache2\n - role: docker\n - role: docker-compose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/apache2-ssl/templates/000-default.conf.j2", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6572, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/auto-updates-disabled
298
[ "no_license" ]
[ { "path": "roles/auto-updates-disabled/tasks/main.yml", "content": "- become: true\n when: ansible_os_family == 'Debian'\n block:\n\n - name: Stop unattended upgrades service (Debian)\n systemd: state=stopped name=unattended-upgrades.service\n\n - name: Disable Apt daily timers (Debian)\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/auto-updates-enabled
298
[ "no_license" ]
[ { "path": "roles/auto-updates-enabled/tasks/main.yml", "content": "- become: true\n when: ansible_os_family == 'Debian'\n block:\n\n - name: Start unattended upgrades service (Debian)\n systemd: state=started name=unattended-upgrades.service\n\n - name: Enable Apt daily timers (Debian)\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/custom-motd
298
[ "no_license" ]
[ { "path": "roles/custom-motd/tasks/main.yml", "content": "- become: true\n block:\n\n - name: Disable news\n lineinfile:\n path: /etc/default/motd-news\n regexp: \"^(ENABLED)=1\"\n line: '\\1=0'\n\n - name: Disable scripts\n file:\n path: \"/etc/update-motd.d/{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/custom-motd-art
298
[ "no_license" ]
[ { "path": "roles/custom-motd-art/files/00-custom-header", "content": "#!/usr/bin/env bash\n\ncd -- \"$(dirname -- \"${BASH_SOURCE[0]}\")\"\n\n[ -x art ] || exit 0\n\n_python() {\n python3 -I -c \"\ndef strip_ansi(line):\n import re\n return re.sub(r'\\x1b\\[([0-9;]*[mGKHF]|\\?[0-9]*[lh]|u|s)', '', ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1549, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/custom-motd-neofetch
298
[ "no_license" ]
[ { "path": "roles/custom-motd-neofetch/files/00-custom-header", "content": "#!/bin/sh\n\nprintf '\\n'\nneofetch --no_config\nprintf '\\n'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/custom-motd-neofetch/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 263, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/docker
298
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- become: true\n block:\n\n - when: ansible_os_family == \"Debian\"\n vars:\n docker_keyring: /etc/apt/keyrings/docker.gpg\n docker_repo_url: https://download.docker.com/linux/ubuntu\n docker_keyring_url: '{{ docker_repo_url ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1337, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/docker-compose
298
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "- become: true\n block:\n\n - name: Create Docker plugins directory\n file: path=/usr/local/lib/docker/cli-plugins state=directory\n\n - name: Install Docker Compose\n get_url:\n url: 'https://github.com/docker/compose/rele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/etcher
298
[ "no_license" ]
[ { "path": "roles/etcher/tasks/main.yml", "content": "- name: Check if already installed\n stat: path=/usr/bin/balena-etcher-electron get_checksum=false get_mime=false\n register: etcher\n\n- when: etcher.stat.exists == false\n vars:\n etcher_url: https://github.com/balena-io/etcher/releases/latest\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 637, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/google-chrome
298
[ "no_license" ]
[ { "path": "roles/google-chrome/tasks/main.yml", "content": "- when: ansible_os_family == 'Debian'\n vars:\n _arch_map:\n aarch64: arm64\n armv6l: armhf\n armv7l: armhf\n i386: i386\n x86_64: amd64\n chrome_keyring_path: /etc/apt/keyrings/google-chrome.pub\n block:\n\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/hostname
298
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "- name: Update\n become: true\n hostname:\n name: \"{{ domain_name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/hosts-file
298
[ "no_license" ]
[ { "path": "roles/hosts-file/tasks/main.yml", "content": "- name: Copy template\n become: true\n template: src=hosts.j2 dest=/etc/hosts\n\n- name: Detect cloud-init\n stat: path=/etc/cloud/cloud.cfg get_checksum=false get_mime=false\n register: cloud_cfg\n\n- name: Prevent cloud-init from modifying hostn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 939, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/i3-gaps
298
[ "no_license" ]
[ { "path": "roles/i3-gaps/handlers/main.yml", "content": "- name: remove i3-gaps repo\n file: path=/tmp/i3-gaps state=absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/i3-gaps/tasks/main.yml", "content": "- name: Install dependenci...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1701, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/install-packages
298
[ "no_license" ]
[ { "path": "roles/install-packages/tasks/main.yml", "content": "- become: true\n block:\n\n - when: ansible_os_family == \"Debian\"\n block:\n\n - name: Apt upgrade\n apt: upgrade=dist\n\n - name: Add apt PPAs\n apt_repository: repo=\"ppa:{{ item }}\"\n loop:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 978, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/lydm
298
[ "no_license" ]
[ { "path": "roles/lydm/tasks/main.yml", "content": "- name: Install dependencies\n become: true\n apt:\n state: latest\n name:\n - libpam0g-dev\n - libxcb1-dev\n\n- name: lydm repository\n vars:\n ly_dir: /tmp/ly\n block:\n\n - name: Clone repo\n git:\n clone: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 830, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/nextcloud-client
298
[ "no_license" ]
[ { "path": "roles/nextcloud-client/tasks/main.yml", "content": "- name: Add apt repository\n become: true\n apt_repository: repo=ppa:nextcloud-devs/client\n\n- name: Install client\n become: true\n apt: name=nextcloud-client state=latest\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/nginx
298
[ "no_license" ]
[ { "path": "roles/nginx/templates/ssl.conf.j2", "content": "# https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=intermediate&openssl=1.0.2k&guideline=5.6\n\nssl_certificate /etc/letsencrypt/live/{{ domain_name }}/fullchain.pem;\nssl_certificate_key /etc/letsencrypt/live/{{ domain_name }}/pri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6931, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/nginx-dotpull-host
298
[ "no_license" ]
[ { "path": "roles/nginx-dotpull-host/tasks/main.yml", "content": "- name: Copy script\n become: true\n copy: src=dotpull dest=/usr/share/nginx/html/dotpull 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
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/nginx-firefly-iii
298
[ "no_license" ]
[ { "path": "roles/nginx-firefly-iii/templates/docker-compose.yml.j2", "content": "version: '3.3'\n\nservices:\n app:\n image: fireflyiii/core:latest\n restart: always\n volumes:\n - firefly_iii_upload:/var/www/html/storage/upload\n env_file: .env\n ports:\n - {{ firefly_host_port }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4809, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/nginx-nextcloud-server
298
[ "no_license" ]
[ { "path": "roles/nginx-nextcloud-server/files/60-nextcloud.cnf", "content": "[mysqld]\ncharacter-set-server = utf8mb4\ncollation-server = utf8mb4_general_ci\ninnodb_large_prefix = on\ninnodb_file_format = barracuda\ninnodb_file_per_table = 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": 11721, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/nodejs
298
[ "no_license" ]
[ { "path": "roles/nodejs/vars/main.yml", "content": "nodejs_script: /tmp/nodejs-setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/nodejs/tasks/main.yml", "content": "- name: Get latest version\n register: latest_v\n shell:\n cmd...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 910, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/primary-user
298
[ "no_license" ]
[ { "path": "roles/primary-user/tasks/main.yml", "content": "- become: true\n block:\n\n - name: Create account\n user:\n name: '{{ primary_user }}'\n create_home: true\n\n - name: Generate Default SSH key\n when: >-\n (generate_default_ssh_key is defined and generate_def...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1734, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/reboot-when-done
298
[ "no_license" ]
[ { "path": "roles/reboot-when-done/tasks/main.yml", "content": "- name: Check for reboot-required file\n stat: path=/var/run/reboot-required get_checksum=false get_mime=false\n register: reboot_required\n changed_when: reboot_required.stat.exists\n notify: reboot\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 248, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/starship
298
[ "no_license" ]
[ { "path": "roles/starship/tasks/main.yml", "content": "- name: Check if already installed\n stat: path=/usr/local/bin/starship get_checksum=false get_mime=false\n register: starship_install\n\n- when: starship_install.stat.exists == false\n become: true\n vars:\n starship_installer_path: /tmp/install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/sublime
298
[ "no_license" ]
[ { "path": "roles/sublime/tasks/main.yml", "content": "- name: Install dependencies\n become: true\n apt: name=apt-transport-https state=latest\n\n- name: Add apt source\n become: true\n copy:\n src: sublime.list\n dest: /etc/apt/sources.list.d/sublime.list\n\n- name: Add apt key\n become: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/teamviewer
298
[ "no_license" ]
[ { "path": "roles/teamviewer/tasks/main.yml", "content": "- name: Add apt key\n become: true\n apt_key:\n url: https://dl.teamviewer.com/download/linux/signature/TeamViewer2017.asc\n\n- name: Download and install\n become: true\n apt:\n deb: https://download.teamviewer.com/download/linux/teamviewer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/tor-browser
298
[ "no_license" ]
[ { "path": "roles/tor-browser/vars/main.yml", "content": "tor_url: https://dist.torproject.org/torbrowser/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/tor-browser/handlers/main.yml", "content": "- name: remove tor-browser sha256sum\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2583, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-code-directory
298
[ "no_license" ]
[ { "path": "roles/user-code-directory/tasks/main.yml", "content": "- name: Create the source code directory\n become: true\n file:\n path: '{{ code_dir }}'\n state: directory\n owner: '{{ ansible_user_id }}'\n group: '{{ ansible_user_id }}'\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-dotfiles
298
[ "no_license" ]
[ { "path": "roles/user-dotfiles/tasks/main.yml", "content": "- name: Clone repo\n git:\n clone: true\n repo: 'https://github.com/nelson137/.dot'\n dest: '{{ ansible_user_dir }}/.dot'\n force: true\n register: clone_dotfiles_repo\n\n- name: Install dotfiles\n when: clone_dotfiles_repo.changed\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-homebrew
298
[ "no_license" ]
[ { "path": "roles/user-homebrew/templates/sudoers.j2", "content": "{{ username }} ALL = NOPASSWD: ALL\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/user-homebrew/tasks/main.yml", "content": "############################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4488, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-hushlogin
298
[ "no_license" ]
[ { "path": "roles/user-hushlogin/tasks/main.yml", "content": "- name: Silence the daily login message\n file:\n path: '{{ ansible_user_dir }}/.hushlogin'\n state: touch\n access_time: preserve\n modification_time: preserve\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": 169, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-install-ssh-key
298
[ "no_license" ]
[ { "path": "roles/user-install-ssh-key/tasks/main.yml", "content": "- name: Get user info\n user: name='{{ primary_user }}' state=present\n register: user_info\n\n- name: Copy ssh key files\n become: true\n become_user: '{{ user_info.name }}'\n copy:\n src: \"{{ item }}.vault\"\n dest: \"{{ user_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-nerdfont
298
[ "no_license" ]
[ { "path": "roles/user-nerdfont/tasks/main.yml", "content": "- name: Get user info\n user: name='{{ primary_user }}' state=present\n register: user_info\n\n- become: true\n become_user: '{{ user_info.name }}'\n vars:\n font_dir: '{{ user_info.home }}/.local/share/fonts'\n block:\n\n - name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 756, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-nvm
298
[ "no_license" ]
[ { "path": "roles/user-nvm/tasks/main.yml", "content": "- name: Check if already installed\n stat: path='{{ ansible_user_dir }}/.nvm/nvm.sh' get_checksum=false get_mime=false\n register: nvm_script\n\n- when: not nvm_script.stat.exists\n block:\n\n - name: Fetch NVM releases\n uri:\n url: h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1264, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-oh-my-zsh
298
[ "no_license" ]
[ { "path": "roles/user-oh-my-zsh/tasks/main.yml", "content": "- name: Check if already installed\n stat: path='{{ ansible_user_dir }}/.oh-my-zsh' get_checksum=false get_mime=false\n register: omz_dir\n\n- when: not omz_dir.stat.exists\n block:\n\n - name: Create a temporary file for the Install Script\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1270, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-repositories
298
[ "no_license" ]
[ { "path": "roles/user-repositories/tasks/main.yml", "content": "- name: Clone repositories\n git:\n repo: '{{ item.repo | default(omit) }}'\n dest: '{{ item.dest | default(omit) }}'\n clone: '{{ item.clone | default(omit) }}'\n depth: '{{ item.depth | default(omit) }}'\n recursive: '{{ item....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-rust
298
[ "no_license" ]
[ { "path": "roles/user-rust/tasks/main.yml", "content": "- name: Check if already installed\n stat: path='{{ ansible_user_dir }}/.cargo/bin/rustup' get_checksum=false get_mime=false\n register: rustup_dir\n\n- when: not rustup_dir.stat.exists\n block:\n\n - name: Create a temporary file for the Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-selected-editor
298
[ "no_license" ]
[ { "path": "roles/user-selected-editor/tasks/main.yml", "content": "- name: Copy config file\n copy: src=.selected_editor dest='{{ ansible_user_dir }}/.selected_editor'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-sudo-as-admin-successful
298
[ "no_license" ]
[ { "path": "roles/user-sudo-as-admin-successful/tasks/main.yml", "content": "# NOTE: modern distros will also suppress the sudo message if `~/.hushlogin`\n# exists, which also suppresses the daily system welcome message.\n\n- name: Get user info\n user: name='{{ primary_user }}' state=present\n register: u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/user-work-certificate
298
[ "no_license" ]
[ { "path": "roles/user-work-certificate/tasks/main.yml", "content": "- name: Create user SSL Certificates directory\n file: path='{{ ansible_user_dir }}/.ssl/certs' state=directory\n\n- name: Copy VU private key chain file\n copy:\n src: /mnt/c/certificates/vu-chain2021.pem\n dest: '{{ ansible_user_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/virtualbox
298
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "- name: Add apt source\n become: true\n template: src=virtualbox.list.j2 dest=/etc/apt/sources.list.d/virtualbox.list\n\n- name: Add old apt key\n become: true\n apt_key: url=https://virtualbox.org/download/oracle_vbox_2016.asc\n\n- name: Add new ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/wine
298
[ "no_license" ]
[ { "path": "roles/wine/tasks/main.yml", "content": "- name: Add apt key\n become: true\n apt_key: url=https://dl.winehq.org/wine-builds/winehq.key\n\n- name: Add apt repository\n become: true\n apt_repository:\n filename: wine\n repo: deb https://dl.winehq.org/wine-builds/ubuntu/ {{ ansible_lsb['co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/wsl-config
298
[ "no_license" ]
[ { "path": "roles/wsl-config/tasks/main.yml", "content": "- name: Copy config file\n become: true\n template: src=wsl.conf.j2 dest=/etc/wsl.conf mode='0644'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/wsl-fix-wayland
298
[ "no_license" ]
[ { "path": "roles/wsl-fix-wayland/tasks/main.yml", "content": "# See https://github.com/microsoft/WSL/issues/11261#issuecomment-2011901398\n- when: ansible_kernel is match('.*\\\\bWSL2')\n become: true\n vars:\n user_rt_dir: /usr/lib/systemd/system/user-runtime-dir@.service.d\n block:\n\n - name: Cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
nelson137/dotpull
6a6efb261114ba5580bd5d13590609df38bb60d5
0
roles/wsl-windows-profile-symlink
298
[ "no_license" ]
[ { "path": "roles/wsl-windows-profile-symlink/tasks/main.yml", "content": "- name: Create a symbolic link to the windows user profile directory\n become: true\n file:\n state: link\n src: '/mnt/c/Users/{{ win_username }}'\n dest: /winhome\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }