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
umamanasa/roboshop-ansible
66d61a14b33d8b24f60de7e9b66d05b3730210e1
0
roles/common
4,297
[ "no_license" ]
[ { "path": "roles/common/tasks/python.yml", "content": "- name: Install Python\n ansible.builtin.yum:\n name:\n - python36\n - gcc\n - python3-devel\n state: installed\n\n- name: App Pre-requisites\n ansible.builtin.import_tasks: apppreq.yml\n\n- name: Download Pyton Dependencies\n an...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 973, "all_permissive": false }
ansible_role
michaelhenkel/ansible-centos8
f7ac3e3c0437dff47e508843ec3f8f35e8c78055
0
playbooks/roles/deploy
4,297
[ "no_license" ]
[ { "path": "playbooks/roles/deploy/templates/virsh_fcos.xml.j2", "content": "<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>\n <name>{{ item.name }}</name>\n <memory unit='KiB'>{{ item.memory }}</memory>\n <currentMemory unit='KiB'>40576000</currentMemory>\n <vcpu placement='s...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11313, "all_permissive": false }
ansible_role
CiroDornelles/foundryvtt-oracle
d7c4ba0b5433262b4bada765dee158e7d5b84544
0
ansible/roles/foundry_vtt
4,297
[ "no_license" ]
[ { "path": "ansible/roles/foundry_vtt/tasks/main.yml", "content": "---\n- name: \"ETAPA 1: Instalar dependências essenciais do sistema\"\n apt:\n name:\n - ufw\n - zip\n - unzip\n - apt-transport-https\n - debian-keyring\n - debian-archive-keyring\n state: present\n up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4643, "all_permissive": false }
ansible_role
daviderovell0/resop
51199a219bd0086a4ab797c28274434a60d19617
4
vagrantcluster/ansiblerepo/roles/clustermaster
4,297
[ "no_license" ]
[ { "path": "vagrantcluster/ansiblerepo/roles/clustermaster/tasks/main.yaml", "content": "---\n- name: clustershell package\n yum:\n name: \"clustershell-ohpc\"\n state: present\n\n- name: clustershell config file\n copy: src=etc/clustershell/groups.d/local.cfg dest=/etc/clustershell/groups.d/local.cf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 278, "all_permissive": false }
ansible_role
daviderovell0/resop
51199a219bd0086a4ab797c28274434a60d19617
4
vagrantcluster/ansiblerepo/roles/common
4,297
[ "no_license" ]
[ { "path": "vagrantcluster/ansiblerepo/roles/common/handlers/main.yaml", "content": "- name: restart ntpd\n service: name=ntpd state=restarted\n- name: restart sshd\n service: name=sshd state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3595, "all_permissive": false }
ansible_role
daviderovell0/resop
51199a219bd0086a4ab797c28274434a60d19617
4
vagrantcluster/ansiblerepo/roles/nfs-client
4,297
[ "no_license" ]
[ { "path": "vagrantcluster/ansiblerepo/roles/nfs-client/tasks/main.yaml", "content": "- name: home mount\n mount:\n name: /home\n src: fe1:/home\n fstype: nfs4\n state: mounted\n\n- name: seboolean nfs home dirs\n seboolean:\n name: use_nfs_home_dirs\n state: yes\n persistent: yes\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 208, "all_permissive": false }
ansible_role
daviderovell0/resop
51199a219bd0086a4ab797c28274434a60d19617
4
vagrantcluster/ansiblerepo/roles/nfs-server
4,297
[ "no_license" ]
[ { "path": "vagrantcluster/ansiblerepo/roles/nfs-server/tasks/main.yaml", "content": "---\n- name: exports file\n copy: src=etc/exports dest=/etc/exports\n notify:\n - restart nfs\n\n- name: nfs service\n service: name=nfs state=started enabled=yes\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
daviderovell0/resop
51199a219bd0086a4ab797c28274434a60d19617
4
vagrantcluster/ansiblerepo/roles/resop
4,297
[ "no_license" ]
[ { "path": "vagrantcluster/ansiblerepo/roles/resop/tasks/main.yaml", "content": "- name: Install curl\n yum:\n name: curl\n update_cache: yes\n\n- name: Get Node.js package from nodesource \n shell: \"curl -sL {{ nodejs_repo }} | bash -\"\n\n- name: Install node\n yum:\n name: nodejs\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 794, "all_permissive": false }
ansible_role
daviderovell0/resop
51199a219bd0086a4ab797c28274434a60d19617
4
vagrantcluster/ansiblerepo/roles/slurm
4,297
[ "no_license" ]
[ { "path": "vagrantcluster/ansiblerepo/roles/slurm/tasks/main.yaml", "content": "---\n- name: slurm client packages\n yum:\n name: \"ohpc-slurm-client\"\n state: present\n when: \"('compute' in group_names) or\n ('fe' in group_names)\"\n\n- name: Slurm Server Packages\n yum:\n name: \"ohp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1377, "all_permissive": false }
ansible_role
daviderovell0/resop
51199a219bd0086a4ab797c28274434a60d19617
4
vagrantcluster/ansiblerepo/roles/userenvironment
4,297
[ "no_license" ]
[ { "path": "vagrantcluster/ansiblerepo/roles/userenvironment/tasks/main.yaml", "content": "---\n- name: OpenHPC base package\n yum:\n name: \"@ohpc-base\"\n state: present\n\n- name: glibc-devel package\n yum:\n name: \"glibc-devel\"\n state: present\n\n- name: gnu compiler package\n yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 676, "all_permissive": false }
ansible_role
timothypangburn/vimrc
2f5c679a2f1587b69f2e6b761cafd82c6e81a4e8
1
roles/guts
4,297
[ "no_license" ]
[ { "path": "roles/guts/tasks/main.yml", "content": "---\n\n- name: Add vimrc file settings\n ansible.builtin.template:\n src: vimrc.j2\n dest: /home/tjp/.vimrc\n owner: \"{{ vim_user }}\"\n group: \"{{ vim_group }}\"\n\n- name: Create vimrc support directories\n ansible.builtin.file:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2517, "all_permissive": false }
ansible_role
emgag/keyvault-certdeploy
52c4fc49c2b0aa273b70f3d48caf914459306426
4
examples/ansible/roles/keyvault-certdeploy.cert
4,297
[ "no_license" ]
[ { "path": "examples/ansible/roles/keyvault-certdeploy.cert/tasks/cert.yml", "content": "---\n- name: add keyvault-certdeploy config for {{ cert }}\n template:\n src: cert.yml.j2\n dest: \"{{ keyvault_certdeploy_configd }}/50_{{ cert }}.yml\"\n mode: 0400\n notify:\n - build keyvault-certdeploy...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1166, "all_permissive": false }
ansible_role
emgag/keyvault-certdeploy
52c4fc49c2b0aa273b70f3d48caf914459306426
4
examples/ansible/roles/keyvault-certdeploy.common
4,297
[ "no_license" ]
[ { "path": "examples/ansible/roles/keyvault-certdeploy.common/templates/env.j2", "content": "# ++++++++++++++++++++++++++++++++++++++++++++\n# DO NOT EDIT MANUALLY\n# ++++++++++++++++++++++++++++++++++++++++++++\n# {{ ansible_managed }}\n{% if keyvault_certdeploy_auth is defined %}\nAZURE_TENANT_ID={{ keyvau...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 5008, "all_permissive": false }
ansible_role
pilz0/ansible-tor-relays
d54493082974bc745e64508194b5f0972cdc4fcd
0
roles/autorestart
4,297
[ "no_license" ]
[ { "path": "roles/autorestart/tasks/main.yml", "content": "---\n- name: apt install Cron\n apt:\n name: cron\n state: latest\n\n- name: Start service httpd, if not started\n ansible.builtin.service:\n name: cron\n state: started\n\n- name: \"Setup Autorestart\"\n ansible.builtin.cron:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
pilz0/ansible-tor-relays
d54493082974bc745e64508194b5f0972cdc4fcd
0
roles/get-node-hash
4,297
[ "no_license" ]
[ { "path": "roles/get-node-hash/tasks/main.yml", "content": "---\n- name: Get relay fingerprint\n become: yes\n shell: cat /var/lib/tor/fingerprint\n register: relay_fingerprint\n- name: Show relay fingerprint\n debug:\n msg: \"{{relay_fingerprint.stdout}}\"", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
pilz0/ansible-tor-relays
d54493082974bc745e64508194b5f0972cdc4fcd
0
roles/install-and-configure-tor
4,297
[ "no_license" ]
[ { "path": "roles/install-and-configure-tor/files/torrc.j2", "content": "Log notice file /var/log/tor/notices.log\n\nRunAsDaemon 1\n\nDataDirectory /var/lib/tor\n\nORPort {{ ipv4_address }}:443\n{% if ipv6_address != \"\" %}\nORPort [{{ ipv6_address }}]:443\n{% endif %}\n\nAddress {{ ipv4_address }}\n\nOutbo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3057, "all_permissive": false }
ansible_role
pilz0/ansible-tor-relays
d54493082974bc745e64508194b5f0972cdc4fcd
0
roles/pkgs
4,297
[ "no_license" ]
[ { "path": "roles/pkgs/tasks/main.yml", "content": "---\n - name: install apt-transport-https\n apt:\n name: apt-transport-https\n state: latest\n\n - name: apt install speedtest-cli\n apt:\n name: speedtest-cli\n state: latest\n\n - name: apt install gpg\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1741, "all_permissive": false }
ansible_role
pilz0/ansible-tor-relays
d54493082974bc745e64508194b5f0972cdc4fcd
0
roles/set-family
4,297
[ "no_license" ]
[ { "path": "roles/set-family/tasks/main.yml", "content": "---\n- name: Set family to correct value\n become: true\n ansible.builtin.lineinfile:\n path: /etc/tor/torrc\n regexp: '^MyFamily'\n line: MyFamily {{ tor_family }}\n register: family_change\n- name: Reload Tor service\n ansible.builtin.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
pilz0/ansible-tor-relays
d54493082974bc745e64508194b5f0972cdc4fcd
0
roles/ssh
4,297
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "\n - name: Set authorized keys from GitHub\n authorized_key:\n user: \"{{ ansible_user }}\"\n state: present\n key: https://github.com/{{ item }}.keys\n loop: \"{{ github_users }}\"", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
abdulsamimmondal/devops-commontrack-mocktest
f7c190415bbd8b1cf0d05a579356af1bada4661a
0
roles/webserver
4,297
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: Install Apache\n apt:\n name: apache2\n state: present\n become: yes\n tags: apache\n\n- name: Copy homepage using Jinja2 template\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n become: yes\n tags: ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 491, "all_permissive": false }
ansible_role
KangTaeHyean/03_ansible
c4cb1d3501535ac8993e04cffc775864117eb8c7
0
09_roles_create/roles/myvhost
4,337
[ "no_license" ]
[ { "path": "09_roles_create/roles/myvhost/tasks/main.yml", "content": "---\n# tasks file for myvhost\n# 작업 내용 정리\n# 1) 웹 패키지 설치 - httpd, mod_ssl\n# 2) 웹 서비스 기동 - httpd\n# 3) 웹 서버 설정\n# * /etc/httpd/conf.d/vhost.conf(<== vhost.conf.j2)\n# * notify ~ hanler\n# 4) 방화벽에 서비스 등록 - httpd, https\n\n# 1) 웹 패키지 설치 - h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1314, "all_permissive": false }
ansible_role
soullifter/maxout-installer
88ce707cddf7610f6c71f894d1c5d7fcf971d974
0
ansible/playbooks/roles/certs
4,337
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/certs/tasks/install_and_setup_directory.yml", "content": "---\n- name: Install OpenSSL on the web ingress server\n block:\n - name: Install OpenSSL package on Ubuntu\n ansible.builtin.apt:\n name: openssl\n state: present\n when: ansible_pkg_mgr...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9182, "all_permissive": true }
ansible_role
soullifter/maxout-installer
88ce707cddf7610f6c71f894d1c5d7fcf971d974
0
ansible/playbooks/roles/cleanup
4,337
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/cleanup/tasks/cleanup_postgresql.yml", "content": "---\n- name: Clean database when using self_hosted_sql_server\n when: \n - cluster_config.self_hosted_sql_server\n - ansible_host_private_ip == sql_server.private_ip\n block: \n - name: Stop and remove the Postg...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 12977, "all_permissive": true }
ansible_role
soullifter/maxout-installer
88ce707cddf7610f6c71f894d1c5d7fcf971d974
0
ansible/playbooks/roles/consul
4,337
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/consul/tasks/install_consul.yml", "content": "---\n- name: Install Consul\n block:\n - name: Install Consul on Ubuntu\n ansible.builtin.shell: |\n set -o pipefail\n sudo apt-get install -y gpg coreutils gnupg\n keyring_file=\"/usr/share/keyrin...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10934, "all_permissive": true }
ansible_role
soullifter/maxout-installer
88ce707cddf7610f6c71f894d1c5d7fcf971d974
0
ansible/playbooks/roles/jobs
4,337
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/jobs/tasks/main.yml", "content": "---\n\n- name: Retrieve ACL token and set facts\n ansible.builtin.import_tasks: retrieve_and_set_facts.yml\n\n- name: Submit Nomad jobs\n ansible.builtin.import_tasks: submit_nomad_jobs.yml\n\n- name: Parse Nomad jobs and cleanup\n ansi...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9293, "all_permissive": true }
ansible_role
soullifter/maxout-installer
88ce707cddf7610f6c71f894d1c5d7fcf971d974
0
ansible/playbooks/roles/new_client_sync
4,337
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/new_client_sync/tasks/main.yml", "content": "---\n- name: Update the sql-server to allow access to new client nodes\n ansible.builtin.import_tasks: update_postgres_container.yml\n when: \n - cluster_config.self_hosted_sql_server\n - ansible_host_private_ip == sql_s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1923, "all_permissive": true }
ansible_role
soullifter/maxout-installer
88ce707cddf7610f6c71f894d1c5d7fcf971d974
0
ansible/playbooks/roles/nomad
4,337
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/nomad/tasks/bootstrap_acl.yml", "content": "- name: Bootstrap Nomad ACL system\n when: ansible_host_private_ip == critical_services_ips[0]\n block:\n - name: Bootstrap Nomad ACL system\n ansible.builtin.shell: |\n set -o pipefail\n sudo mkdir -p /op...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 27505, "all_permissive": true }
ansible_role
soullifter/maxout-installer
88ce707cddf7610f6c71f894d1c5d7fcf971d974
0
ansible/playbooks/roles/postgresql
4,337
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/postgresql/tasks/install_libraries.yml", "content": "---\n- name: Install required packages\n block:\n - name: Install psycopg2 on Ubuntu\n ansible.builtin.apt:\n name: python3-psycopg2\n state: present\n when: ansible_pkg_mgr == \"apt\"\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10744, "all_permissive": true }
ansible_role
soullifter/maxout-installer
88ce707cddf7610f6c71f894d1c5d7fcf971d974
0
ansible/playbooks/roles/validation
4,337
[ "permissive" ]
[ { "path": "ansible/playbooks/roles/validation/tasks/main.yml", "content": "- name: Check SSH and Sudo Access\n ansible.builtin.command: sudo -n echo \"Sudo check passed\"\n register: ssh_sudo_result\n ignore_errors: true\n failed_when: \"'Sudo check passed' not in ssh_sudo_result.stdout\"\n changed_whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3654, "all_permissive": true }
ansible_role
SimpleVM/metadata-service-roles
08903481eb743f5a96006cf84e442163c2066e99
0
plays/roles/build_packages
4,337
[ "permissive" ]
[ { "path": "plays/roles/build_packages/tasks/transfer_packages.yml", "content": "---\n\n- name: Ensure remote package directory exists\n ansible.builtin.file:\n path: \"{{ remote_package_dir }}\"\n state: directory\n delegate_to: \"{{ inventory_hostname }}\"\n tags: ['always']\n\n- name: Ensure remo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2362, "all_permissive": true }
ansible_role
SimpleVM/metadata-service-roles
08903481eb743f5a96006cf84e442163c2066e99
0
plays/roles/deploy_packages
4,337
[ "permissive" ]
[ { "path": "plays/roles/deploy_packages/tasks/main.yml", "content": "---\n\n\n- name: Debug reprepro commands\n debug:\n msg:\n - \"reprepro -b {{ repo_base_dir }}/{{item.0}} includedeb {{item.0}} {{ remote_package_dir }}/{{ item.1 }}.deb\"\n loop: \"{{ releases | product(packages) | list }}\"\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1367, "all_permissive": true }
ansible_role
SimpleVM/metadata-service-roles
08903481eb743f5a96006cf84e442163c2066e99
0
plays/roles/export_packages
4,337
[ "permissive" ]
[ { "path": "plays/roles/export_packages/tasks/main.yml", "content": "- name: \"Retrieve GPG passphrase from control machine\"\n delegate_to: localhost\n command: cat \"{{ passphrase_file }}\"\n register: passphrase_content_raw\n no_log: true\n tags: ['always']\n\n- name: \"Retrieve GPG key grip from con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1529, "all_permissive": true }
ansible_role
Afeez-AA/Automating-Infrastructure-and-Application-Deployment-with-GitOps
6cbe06848dd63c4e30de4569939e6ed4f2ccbf0f
1
ansible/roles/compose_setup
4,337
[ "no_license" ]
[ { "path": "ansible/roles/compose_setup/tasks/main.yml", "content": "---\n- name: Bring up the application stack\n command: docker compose up -d\n args:\n chdir: \"{{ app_dir }}\"\n\n- name: Bring up the monitoring stack\n command: docker compose -f monitoring-stack.yml up -d\n args:\n chdir: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
Afeez-AA/Automating-Infrastructure-and-Application-Deployment-with-GitOps
6cbe06848dd63c4e30de4569939e6ed4f2ccbf0f
1
ansible/roles/docker
4,337
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install prerequisites for Docker\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n\n- name: Add Docker GPG key\n shell: |\n curl -fsSL https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1148, "all_permissive": false }
ansible_role
Afeez-AA/Automating-Infrastructure-and-Application-Deployment-with-GitOps
6cbe06848dd63c4e30de4569939e6ed4f2ccbf0f
1
ansible/roles/file_setup
4,337
[ "no_license" ]
[ { "path": "ansible/roles/file_setup/templates/.gitignore", "content": "backend_env_template.j2\nfrontend_env_template.j2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/file_setup/templates/docker_compose_template.j2", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 11055, "all_permissive": false }
ansible_role
kadharsk/opstree-nginx-ansible
8601fe357e553be1cfff0330649ad1e6e2d7c00c
0
roles/nginx
4,337
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Install nginx and git package \n package: name={{ item }} state=latest \n with_items:\n - nginx \n - git \n notify: start and enable nginx\n\n- name: remove html directory \n file: path=/var/www/html state=absent ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2220, "all_permissive": false }
ansible_role
penghai/Redis
e359dda5e5345bf1b1d507c692f2a53d178b2f3e
0
roles/redis
4,337
[ "no_license" ]
[ { "path": "roles/redis/tasks/config_redis.yml", "content": "- name: copy redis service file\n template:\n src: redis.service\n dest: /usr/lib/systemd/system/redis.service\n mode: '0644'\n register: info_service\n\n- name: systemctl daemon-reload\n shell: systemctl daemon-reload\n when: info_ser...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 597, "all_permissive": false }
ansible_role
penghai/Redis
e359dda5e5345bf1b1d507c692f2a53d178b2f3e
0
roles/sentinel
4,337
[ "no_license" ]
[ { "path": "roles/sentinel/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/sentinel", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/sentinel/tasks/config_sentinel.yml", "content": "- name: c...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2357, "all_permissive": false }
ansible_role
AntonJans/mygameserver
ef3af01dc807f4389d52298d9fe4705841c8fee6
0
init/ansible/roles/gamedb-import
4,337
[ "no_license" ]
[ { "path": "init/ansible/roles/gamedb-import/templates/game_data.sql", "content": "INSERT INTO flatpages_flatpage (id, title, content, category_id, ordering, slug)\nVALUES (1, '', 'Welcome to the ECSC 2022 Attack-Defense CTF', NULL, 10, '');\n\nINSERT INTO scoring_gamecontrol\n(\n id,\n competition_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2500, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/albert
4,337
[ "no_license" ]
[ { "path": "ansible/roles/albert/tasks/main.yml", "content": "---\n- name: Add repo\n apt_repository: repo=\"ppa:nilarimogard/webupd8\" state=present\n tags: albert\n\n- name: Install albert\n apt: pkg=albert state=latest\n tags: albert\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/atom
4,337
[ "no_license" ]
[ { "path": "ansible/roles/atom/tasks/main.yml", "content": "---\n\n- name: Download deb\n get_url:\n url: \"https://github.com/atom/atom/releases/download/v{{ atom_version }}/atom-amd64.deb\"\n dest: \"{{ downloads_path }}/atom-{{ atom_version }}-amd64.deb\"\n tags: atom\n\n- name: Install from deb p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 351, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/backup-server
4,337
[ "no_license" ]
[ { "path": "ansible/roles/backup-server/tasks/main.yml", "content": "---\n- name: Install some packages\n package:\n name: \"{{item}}\"\n state: latest\n with_items:\n - borgbackup\n tags: backup-server\n\n- name: Copy bash aliases file\n ansible.builtin.copy:\n src: bash_aliases\n dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 816, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/byobu
4,337
[ "no_license" ]
[ { "path": "ansible/roles/byobu/tasks/main.yml", "content": "---\n- name: install\n package:\n name: byobu\n state: latest\n tags: byobu\n\n- name: Enable byobu\n become: false\n become_user: \"{{ username }}\"\n command: byobu-launcher-install\n tags: byobu\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/caddy
4,337
[ "no_license" ]
[ { "path": "ansible/roles/caddy/templates/Caddyfile.j2", "content": "{\n email {{caddy_email}}\n #acme_ca https://acme-staging-v02.api.letsencrypt.org/directory\n}\n\n# home.eltimn.com {\n# \troot * /srv\n# \tfile_server\n# }\n\n*.home.eltimn.com {\n tls {\n dns cloudflare {{caddy_cloudflare_token}}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3423, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/common
4,337
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/python3.yml", "content": "---\n\n- name: Install python3 packages\n package:\n name: \"{{item}}\"\n state: latest\n with_items:\n - python3-pip\n - python3-yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2292, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/common-desktop
4,337
[ "no_license" ]
[ { "path": "ansible/roles/common-desktop/defaults/main.yml", "content": "wkhtmltopdf_version: \"0.12.4\"\nwkhtmltopdf_edition: \"0.12\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "ansible/roles/common-desktop/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 610, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/common-server
4,337
[ "no_license" ]
[ { "path": "ansible/roles/common-server/tasks/main.yml", "content": "---\n\n- name: Install common (server) packages\n package:\n name: \"{{item}}\"\n state: latest\n with_items:\n - direnv\n tags: common\n\n- name: Insert/Update \"direnv hook\" in ~/.bashrc\n ansible.builtin.blockinfile:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/cryptomator-cli
4,337
[ "no_license" ]
[ { "path": "ansible/roles/cryptomator-cli/defaults/main.yml", "content": "cryptomator_version: 0.6.0-beta1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/cryptomator-cli/tasks/main.yml", "content": "---\n# cryptomator cli\n\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 946, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/docker
4,337
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# Docker\n\n- name: Add repo key\n apt_key:\n keyserver: \"https://download.docker.com/linux/ubuntu/gpg\"\n id: <KEY>\n state: present\n tags: docker\n\n- name: Add docker repo\n apt_repository:\n repo: \"deb [arch=amd64] https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 753, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/docker-compose
4,337
[ "no_license" ]
[ { "path": "ansible/roles/docker-compose/defaults/main.yml", "content": "docker_compose_version: \"v2.17.3\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/docker-compose/tasks/main.yml", "content": "---\n# docker-compose\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 290, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/elementary
4,337
[ "no_license" ]
[ { "path": "ansible/roles/elementary/tasks/main.yml", "content": "---\n# elementary community\n\n- name: Add elementary community repo\n apt_repository: repo='ppa:mpstark/elementary-tweaks-daily' state=present\n tags: elementary\n\n- name: Install elementary-tweaks\n apt: pkg=elementary-tweaks state=lates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/emby
4,337
[ "no_license" ]
[ { "path": "ansible/roles/emby/tasks/main.yml", "content": "---\n# emby\n\n- name: Download .deb\n get_url:\n url: \"https://github.com/MediaBrowser/Emby.Releases/releases/download/{{emby_version}}/emby-server-deb_{{emby_version}}_amd64.deb\"\n dest: \"{{downloads_path}}/emby_{{emby_version}}.deb\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 369, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/enpass
4,337
[ "no_license" ]
[ { "path": "ansible/roles/enpass/tasks/main.yml", "content": "---\n\n- name: Add signing key\n apt_key:\n url: \"https://dl.sinew.in/keys/enpass-linux.key\"\n state: present\n tags: enpass\n\n- name: Add repo\n apt_repository:\n repo: \"deb http://repo.sinew.in/ stable main\"\n state: present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/flux
4,337
[ "no_license" ]
[ { "path": "ansible/roles/flux/tasks/main.yml", "content": "---\n- name: Add repo\n apt_repository: repo='ppa:nathan-renniewaldock/flux' state=present\n tags: flux\n\n- name: Install flux\n apt: pkg=fluxgui state=latest update_cache=yes\n tags: flux\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/git
4,337
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n\n- name: add PPA\n apt_repository:\n repo: \"ppa:git-core/ppa\"\n state: present\n tags: git\n\n- name: install\n package:\n name: git\n state: latest\n tags: git\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/gnome
4,337
[ "no_license" ]
[ { "path": "ansible/roles/gnome/tasks/main.yml", "content": "---\n# ubuntu-gnome\n\n- name: Install gnome tweak tool\n apt: pkg=gnome-tweak-tool state=latest\n tags: ubuntu\n\n- name: Install parcellite\n apt: pkg=parcellite state=latest\n tags: ubuntu\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/gnome-desktop-entries
4,337
[ "no_license" ]
[ { "path": "ansible/roles/gnome-desktop-entries/tasks/logseq.yml", "content": "---\n- name: Copy logsec icon\n ansible.builtin.copy:\n src: logsec-icon.png\n dest: /opt/gnome-desktop-entries/logsec-icon.png\n owner: root\n group: root\n mode: \"0644\"\n\n- name: Create desktop entry for logse...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2783, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/go
4,337
[ "no_license" ]
[ { "path": "ansible/roles/go/tasks/main.yml", "content": "---\n\n- name: Download go tar\n get_url:\n url: \"https://go.dev/dl/go{{go_version}}.linux-amd64.tar.gz\"\n dest: \"{{downloads_path}}/go-{{go_version}}.linux-amd64.tar.gz\"\n checksum: \"sha256:{{ go_checksum }}\"\n tags: go\n\n- name: Cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 904, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/google-cloud
4,337
[ "no_license" ]
[ { "path": "ansible/roles/google-cloud/tasks/main.yml", "content": "---\n\n- name: Prerequisites\n package:\n name: \"{{item}}\"\n state: latest\n with_items:\n - apt-transport-https\n - ca-certificates\n - gnupg\n tags: google-cloud\n\n- name: Add Apt signing key\n apt_key:\n url: http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 691, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/hosts
4,337
[ "no_license" ]
[ { "path": "ansible/roles/hosts/templates/hosts.j2", "content": "127.0.0.1 localhost rotozen.test www.tradellama.test\n127.0.1.1 {{ansible_hostname}} localhost.localdomain\n\n# The following lines are desirable for IPv6 capable hosts\n::1 ip6-localhost ip6-loopback\nfdf8:f53e:61e4::18 ip6-localnet\nfd00:c2b6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/hugo
4,337
[ "no_license" ]
[ { "path": "ansible/roles/hugo/defaults/main.yml", "content": "hugo_version: \"0.15\"\nhugo_sha1: \"b41e1efbcea9ccb70282c1a747aea34694b9b109\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/hugo/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 743, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/iris
4,337
[ "no_license" ]
[ { "path": "ansible/roles/iris/tasks/main.yml", "content": "---\n\n- name: Create install dir\n file:\n path: \"/opt/iris\"\n state: directory\n owner: root\n group: root\n tags: iris\n\n- name: Unzip tar\n unarchive:\n src: \"Iris-0.7.7-Linux-64bit.tar.gz\"\n dest: \"/opt/iris\"\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 618, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/java-jdk
4,337
[ "no_license" ]
[ { "path": "ansible/roles/java-jdk/tasks/main.yml", "content": "---\n\n- name: Install OpenJDK 11 JDK\n apt: pkg=openjdk-11-jdk state=latest\n tags: java-jdk\n\n- name: Install OpenJDK 17 JDK\n apt: pkg=openjdk-17-jdk state=latest\n tags: java-jdk\n\n- name: Install OpenJDK 17 Sources\n apt: pkg=openjdk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/mint
4,337
[ "no_license" ]
[ { "path": "ansible/roles/mint/tasks/main.yml", "content": "---\n# mint\n\n#- name: Add plank repo\n# apt_repository: repo=ppa:ricotz/docky state=present\n# tags: mint\n\n- name: Install plank\n apt: pkg=plank state=latest update_cache=yes\n tags: mint\n\n- name: Remove bloat\n apt: pkg={{item}} state=a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/mongo
4,337
[ "no_license" ]
[ { "path": "ansible/roles/mongo/defaults/main.yml", "content": "mongo_version: 6.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "ansible/roles/mongo/tasks/main.yml", "content": "---\n\n- import_tasks: install.yml\n tags:\n - mongo\n -...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1061, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/multimedia
4,337
[ "no_license" ]
[ { "path": "ansible/roles/multimedia/tasks/main.yml", "content": "---\n# multimedia\n\n- name: Install multimedia\n package:\n name: \"{{item}}\"\n state: latest\n tags: multimedia\n with_items:\n - easytag\n # - vlc\n #- sound-juicer\n # - gconf-editor\n - abcde\n - glyrc\n - f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/nas
4,337
[ "no_license" ]
[ { "path": "ansible/roles/nas/tasks/unifi.yml", "content": "---\n\n- name: Create user to run unifi as\n user:\n name: unifi\n shell: /bin/false\n register: unifi_user\n tags: unifi\n\n- name: Print the uid:gid of unifi user\n ansible.builtin.debug:\n msg: \"user:group {{ unifi_user.uid }}:{{ un...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 23335, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/nextcloud
4,337
[ "no_license" ]
[ { "path": "ansible/roles/nextcloud/tasks/main.yml", "content": "---\n\n- name: Install nextcloud\n snap:\n name: nextcloud\n tags: nextcloud\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/nix
4,337
[ "no_license" ]
[ { "path": "ansible/roles/nix/tasks/main.yml", "content": "---\n# Install nix using determinate systems' installer\n# https://github.com/DeterminateSystems/nix-installer/releases\n\n- name: Download nix installer\n ansible.builtin.get_url:\n url: https://github.com/DeterminateSystems/nix-installer/releas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 581, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/node
4,337
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "# install node in node_user's home directory\n# https://www.digitalocean.com/community/articles/how-to-install-an-upstream-version-of-node-js-on-ubuntu-12-04\n# https://gist.github.com/isaacs/579814\n# export PATH=$HOME/local/bin:$PATH\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1438, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/nvm
4,337
[ "no_license" ]
[ { "path": "ansible/roles/nvm/defaults/main.yml", "content": "nvm_version: 0.33.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "ansible/roles/nvm/tasks/main.yml", "content": "---\n- name: Install prereqs\n package: name={{item}} state=lates...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 431, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/owncloud-client
4,337
[ "no_license" ]
[ { "path": "ansible/roles/owncloud-client/tasks/main.yml", "content": "---\n# owncloud client\n\n- name: Add owncloud repo\n apt_repository: repo='deb http://download.opensuse.org/repositories/isv:ownCloud:devel/{{ owncloud_version }}/ /' state=present\n tags: owncloud-client\n\n- name: Install owncloud cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/packer
4,337
[ "no_license" ]
[ { "path": "ansible/roles/packer/tasks/install.yml", "content": "---\n\n- name: Get packer binaries\n get_url:\n url: \"https://releases.hashicorp.com/packer/{{ packer_version }}/packer_{{ packer_version }}_linux_amd64.zip\"\n dest: \"{{ downloads_path }}/packer_{{ packer_version }}_linux_amd64.zip\"\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 966, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/powermate
4,337
[ "no_license" ]
[ { "path": "ansible/roles/powermate/tasks/main.yml", "content": "---\n\n# - name: Add Apt signing key\n# apt_key: id=EA312927 keyserver=hkp://keyserver.ubuntu.com:80 state=present\n\n- name: Add program\n apt_repository: repo='ppa:stefansundin/powermate' state=present\n tags: powermate\n\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/princexml
4,337
[ "no_license" ]
[ { "path": "ansible/roles/princexml/tasks/config.yml", "content": "---\n\n- name: Copy license file\n copy: src=license.dat dest=/usr/lib/prince/license/license.dat\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "ansible/roles/princexml/tasks/ins...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 919, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/sbt
4,337
[ "no_license" ]
[ { "path": "ansible/roles/sbt/tasks/main.yml", "content": "---\n# install sbt\n\n# - name: Add apt signing key\n# apt_key: id=2EE0EA64E40A89B84B2DF73499E82A75642AC823 keyserver=hkp://keyserver.ubuntu.com:80 state=present\n# tags: sbt\n\n# - name: Add repo\n# apt_repository: repo='deb https://dl.bintray...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1015, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/signal
4,337
[ "no_license" ]
[ { "path": "ansible/roles/signal/tasks/main.yml", "content": "---\n- name: Add key\n apt_key:\n url: https://updates.signal.org/desktop/apt/keys.asc\n state: present\n tags: signal\n\n- name: Add repo\n apt_repository:\n repo: \"deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/sshd
4,337
[ "no_license" ]
[ { "path": "ansible/roles/sshd/tasks/main.yml", "content": "---\n# ssh server\n\n- name: Install openssh-server\n apt:\n pkg: openssh-server\n state: latest\n tags: sshd\n\n- name: Copy sshd_config\n template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config\n owner: root\n group: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/sublime3
4,337
[ "no_license" ]
[ { "path": "ansible/roles/sublime3/defaults/main.yml", "content": "sublime_build: 3126\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "ansible/roles/sublime3/tasks/main.yml", "content": "---\n# sublime text 3\n\n# - name: Download .deb file\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 798, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/syncthing
4,337
[ "no_license" ]
[ { "path": "ansible/roles/syncthing/tasks/main.yml", "content": "---\n\n- name: Add signing key\n apt_key:\n url: \"https://syncthing.net/release-key.txt\"\n state: present\n tags: syncthing\n\n- name: Add repo\n apt_repository:\n repo: \"deb https://apt.syncthing.net/ syncthing stable\"\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/task
4,337
[ "no_license" ]
[ { "path": "ansible/roles/task/tasks/main.yml", "content": "---\n\n- name: Install the .deb package from the internet\n ansible.builtin.apt:\n deb: https://github.com/go-task/task/releases/download/{{ task_version }}/task_linux_amd64.deb\n tags: task", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 211, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/terraform
4,337
[ "no_license" ]
[ { "path": "ansible/roles/terraform/defaults/main.yml", "content": "terraform_version: 1.1.9", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "ansible/roles/terraform/tasks/main.yml", "content": "- name: Download terraform tar\n get_url:\n url...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 782, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/terraform-provider-ansible
4,337
[ "no_license" ]
[ { "path": "ansible/roles/terraform-provider-ansible/tasks/main.yml", "content": "---\n# install the terrafrom provider for ansible\n\n- name: Fetch archive\n get_url:\n url: \"https://github.com/nbering/terraform-provider-ansible/releases/download/v{{tpa_version}}/terraform-provider-ansible-linux_amd64....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1711, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/ubuntu
4,337
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu/tasks/main.yml", "content": "---\n# ubuntu 16.04\n\n- name: Install unity tweak tool\n apt: pkg=unity-tweak-tool state=latest\n tags: ubuntu\n\n# - name: Install gnome tweak tool\n# apt: pkg=gnome-tweak-tool state=latest\n# tags: ubuntu\n\n- name: Remove unused apps\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 630, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/ufw
4,337
[ "no_license" ]
[ { "path": "ansible/roles/ufw/tasks/pihole.yml", "content": "---\n\n- name: Copy pihole file\n copy:\n src: pihole\n dest: /etc/ufw/applications.d/pihole\n tags: ufw\n\n- name: allow pihole server\n ufw:\n name: PiHole\n from_ip: \"{{ subnet_cidr }}\"\n rule: allow\n tags: ufw\n", "lic...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 3802, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/vagrant
4,337
[ "no_license" ]
[ { "path": "ansible/roles/vagrant/tasks/main.yml", "content": "---\n# vagrant\n\n- name: Download vagrant deb pkg\n get_url:\n url: \"https://releases.hashicorp.com/vagrant/{{vagrant_version}}/vagrant_{{vagrant_version}}_x86_64.deb\"\n dest: \"{{ downloads_path }}/vagrant_{{vagrant_version}}_x86_64.de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/virtualbox
4,337
[ "no_license" ]
[ { "path": "ansible/roles/virtualbox/tasks/main.yml", "content": "---\n# virtualbox\n\n# - name: Download virtualbox deb pkg\n# get_url: url=http://download.virtualbox.org/virtualbox/{{virtualbox_version}}/virtualbox-4.3_{{virtualbox_version}}-92456~Ubuntu~precise_amd64.deb dest=/tmp/virtualbox_{{virtualbo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 942, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/vivacious-theme
4,337
[ "no_license" ]
[ { "path": "ansible/roles/vivacious-theme/tasks/main.yml", "content": "---\n\n- name: Add repo\n apt_repository: repo=\"ppa:ravefinity-project/ppa\" state=present\n tags: vivacious\n\n- name: Install theme\n apt: pkg=vivacious-unity-gtk-dark state=latest update_cache=yes\n tags: vivacious\n\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 312, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/wkhtmltopdf
4,337
[ "no_license" ]
[ { "path": "ansible/roles/wkhtmltopdf/tasks/main.yml", "content": "---\n# install wkhtmltopdf\n\n- name: Download tgz\n get_url:\n url: \"https://downloads.wkhtmltopdf.org/0.12/{{wkhtmltopdf_version}}/wkhtmltox-{{wkhtmltopdf_version}}_linux-generic-amd64.tar.xz\"\n dest: \"{{downloads_path}}/wkhtmltox...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 552, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/yarn
4,337
[ "no_license" ]
[ { "path": "ansible/roles/yarn/tasks/main.yml", "content": "---\n# install yarn\n\n- name: Add an Apt signing key\n apt_key:\n url: https://dl.yarnpkg.com/debian/pubkey.gpg\n state: present\n tags: yarn\n\n- name: Add repo\n apt_repository:\n repo: \"deb https://dl.yarnpkg.com/debian/ stable main...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
eltimn/sysconf
240759c6678211a25fc07ac7bb289e5c032c7067
0
ansible/roles/zfs
4,337
[ "no_license" ]
[ { "path": "ansible/roles/zfs/tasks/main.yml", "content": "---\n# zfs\n\n- name: Install zfs\n package:\n name: zfsutils-linux\n state: latest\n tags: zfs\n\n# - name: Copy zfs config\n# copy: src=zfs.conf dest=/etc/modprobe.d/zfs.conf\n# tags: zfs\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2627, "all_permissive": false }
ansible_role
mcastellin/devsetup
4a7f4f34c578851bdd1b85a9f50457059db21ddd
0
playbooks/roles/linux_dev_packages
4,337
[ "no_license" ]
[ { "path": "playbooks/roles/linux_dev_packages/tasks/redhat.yaml", "content": "---\n- name: Install general development packages\n become: true\n dnf:\n name:\n - zsh\n - tmux\n - vim\n - git\n - unzip\n - curl\n - wget\n - cmake\n - make\n - automake\n ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5087, "all_permissive": false }
ansible_role
mcastellin/devsetup
4a7f4f34c578851bdd1b85a9f50457059db21ddd
0
playbooks/roles/vim_setup
4,337
[ "no_license" ]
[ { "path": "playbooks/roles/vim_setup/vars/main.yaml", "content": "---\nuser_home: \"/home/manuel\"\nuser_name: \"manuel\"\n\n# Operation mode for Vim clipboard\n#vim_clipboard: \"local\"\nvim_clipboard: \"remote_macbindings\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6823, "all_permissive": false }
ansible_role
mthiel117/adc-automation-demos
2df422b417ba09938b44811de76640fd234eb1ff
0
ansible-avd/ansible_collections/arista/avd/roles/build_output_folders
4,337
[ "no_license" ]
[ { "path": "ansible-avd/ansible_collections/arista/avd/roles/build_output_folders/tasks/main.yml", "content": "---\n# tasks file for build_directories\n\n- name: 'Cleanup existing folders in {{output_dir}}'\n file:\n path: '{{output_dir}}'\n state: absent\n mode: 0755\n delegate_to: localhost\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3366, "all_permissive": false }
ansible_role
mthiel117/adc-automation-demos
2df422b417ba09938b44811de76640fd234eb1ff
0
ansible-avd/ansible_collections/arista/avd/roles/cvp_configlet_upload
4,337
[ "no_license" ]
[ { "path": "ansible-avd/ansible_collections/arista/avd/roles/cvp_configlet_upload/README.md", "content": "# Ansible Role: cvp_configlet_upload\n\n**Table of Contents:**\n\n- [Ansible Role: cvp_configlet_upload](#ansible-role-cvpconfigletupload)\n - [Overview](#overview)\n - [Role requirements](#role-requir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3889, "all_permissive": false }
ansible_role
mthiel117/adc-automation-demos
2df422b417ba09938b44811de76640fd234eb1ff
0
ansible-cvp/ansible_collections/arista/cvp/roles/ztp_configuration
4,337
[ "no_license" ]
[ { "path": "ansible-cvp/ansible_collections/arista/cvp/roles/ztp_configuration/tasks/main.yml", "content": "---\n# tasks file for ztp-setup\n- name: 'Generate DHCPd configuration file'\n become: true\n template:\n src: 'dhcpd.conf.j2'\n dest: /etc/dhcp/dhcpd.conf\n backup: yes\n notify: \"restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4105, "all_permissive": false }
ansible_role
yhak/ansible-pull-request-deploy
e0139c599f88a90d92909efe8b7e77ba1453f014
0
ansible/roles/apache
4,337
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n apt: pkg=apache2 state=latest\n\n- name: \"apache run user\"\n notify: restart apache\n lineinfile:\n dest: \"/etc/apache2/envvars\"\n regexp: \"^export APACHE_RUN_USER=\"\n line: \"export APACHE_RUN_USER=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2134, "all_permissive": false }
ansible_role
yhak/ansible-pull-request-deploy
e0139c599f88a90d92909efe8b7e77ba1453f014
0
ansible/roles/composer
4,337
[ "no_license" ]
[ { "path": "ansible/roles/composer/tasks/main.yml", "content": "- name: Download composer\n become: false\n get_url: url=https://getcomposer.org/composer.phar dest=\"{{ application_root }}\"\n\n- name: Install composer without running scripts\n become: false\n command: php composer.phar install --prefer-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
yhak/ansible-pull-request-deploy
e0139c599f88a90d92909efe8b7e77ba1453f014
0
ansible/roles/php
4,337
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "- name: Install php5\n apt: pkg=php5 state=latest\n\n- name: ensure timezone is set in apache2 php.ini\n notify: restart apache\n lineinfile: dest=/etc/php5/apache2/php.ini\n regexp='date.timezone ='\n line='date.timezone...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1268, "all_permissive": false }
ansible_role
vicky-1729/roboshop-automation-ansible-roles
5bf19cc2569e6b1c3edf5d6cb48fca43388855c6
0
roles/cart
4,337
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yml", "content": " - name: app_setup from common\n include_role:\n name: common\n tasks_from: app_setup\n\n - name: nodejs_setup from common\n include_role:\n name: common\n tasks_from: nodejs_setup\n\n - name: systemd_setup\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }