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
kostiantynfedorenko/cumulus_setup
caedc740a942a0a12c60da15ec3aa46993711298
0
roles/routing
8,143
[ "no_license" ]
[ { "path": "roles/routing/tasks/main.yml", "content": "---\n- name: ensure FRR is running\n service: name=frr enabled=yes state=started\n\n- name: write the FRR daemons settings\n template: src=templates/daemons.j2 dest=/etc/frr/daemons\n notify:\n - restart frr\n\n- name: write the FRR config file\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1791, "all_permissive": false }
ansible_role
ichundu/ansible-project
06af3d19e1bd439fcdd0164d2811f633be5ed7f9
0
roles/postgresql
8,143
[ "no_license" ]
[ { "path": "roles/postgresql/handlers/main.yml", "content": "---\n# handlers file for postgresql\n\n- name: restart postgresql\n service:\n name: postgresql\n state: restarted\n\n- name: restart ufw\n service:\n name: ufw\n state: restarted", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1818, "all_permissive": false }
ansible_role
ichundu/ansible-project
06af3d19e1bd439fcdd0164d2811f633be5ed7f9
0
roles/ssh
8,143
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n# tasks file for ssh\n\n- name: Configure SSH to allow logins only with keypairs\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n state: present\n with_items:\n - regexp: \"^Pubkey...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 494, "all_permissive": false }
ansible_role
jonathandantasalves/ansible
594da92683f312778d7b4bf490920d7765386944
0
roles/docker
8,143
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Docker\n hosts: docker\n tasks:\n - name: Remove pacotes antigos\n apt:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-engine\n - docker.io...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
jonathandantasalves/ansible
594da92683f312778d7b4bf490920d7765386944
0
roles/puppet
8,143
[ "no_license" ]
[ { "path": "roles/puppet/tasks/install.yml", "content": "- name: Instala o puppetserver\n apt:\n name: puppetserver\n state: present\n update_cache: yes\n\n- name: Inicia o puppetserver\n service:\n name: puppetserver\n state: started\n enabled: yes\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 927, "all_permissive": false }
ansible_role
AndrewGrachov/example_ansible
ad5bf95eef98ab8d0718f43556529e6803820110
0
roles/container_deploy
8,143
[ "no_license" ]
[ { "path": "roles/container_deploy/tasks/templates/logspout.j2", "content": "logspout:\n image: \"172.16.58.3:5000/logspout-logstash\"\n volumes:\n - /var/run/docker.sock:/var/run/docker.sock\n environment:\n - ROUTE_URIS=logstash://{{logstash_host}}:6000", "license_type": "no_license", "det...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1240, "all_permissive": false }
ansible_role
AndrewGrachov/example_ansible
ad5bf95eef98ab8d0718f43556529e6803820110
0
roles/docker
8,143
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# This task installs and starts Docker\n\n- name: Install Docker\n apt:\n name=\"docker-engine\"\n state=present\n update_cache=yes\n\n- name: Install Docker\n apt:\n name=\"docker-engine\"\n state=present\n update_cache=yes\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 499, "all_permissive": false }
ansible_role
AndrewGrachov/example_ansible
ad5bf95eef98ab8d0718f43556529e6803820110
0
roles/logrotate
8,143
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "- name: Copy logrotate config\n copy: src=\"../files/logrotate.conf\" dest=\"/etc/logrotate.conf\" force=yes owner=\"root\"\n tags: logrotate", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
AndrewGrachov/example_ansible
ad5bf95eef98ab8d0718f43556529e6803820110
0
roles/logstash_conf
8,143
[ "no_license" ]
[ { "path": "roles/logstash_conf/tasks/main.yml", "content": "- name: Ensure directory\n file: path=\"{{ logstash_path }}\" state=directory mode=755 force=yes owner=\"root\" recurse=yes\n\n- name: Copy Logstash Config\n copy: src=\"files/logstash.conf\" dest=\"{{ logstash_path }}/logstash.conf\" force=\"yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
6im0n/Octopus
0cc16be88a407c08b733e64461bb2c121b0b2118
0
roles/base
8,143
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "\n - name: Update packages\n apt: # use the apt module to manage packages\n update_cache : yes # run the equivalent of apt-get update for debian-based systems\n\n - name: Upgrade packages\n apt:\n upgrade: yes # run the equivalent of apt-g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 996, "all_permissive": false }
ansible_role
6im0n/Octopus
0cc16be88a407c08b733e64461bb2c121b0b2118
0
roles/poll
8,143
[ "no_license" ]
[ { "path": "roles/poll/tasks/main.yml", "content": "\n- name: Create directory for poll\n file:\n path: /home/poll\n state: directory\n mode: 0755\n\n- name: Archive poll\n unarchive:\n src: poll.tar\n dest: /home/poll/\n\n- name: install virtualenv\n apt:\n name: virtualenv\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
6im0n/Octopus
0cc16be88a407c08b733e64461bb2c121b0b2118
0
roles/postgresql
8,143
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "\n- name: Add pgdg repo to sources.list.d\n lineinfile:\n path: /etc/apt/sources.list.d/pgdg.list\n line: \"deb http://apt.postgresql.org/pub/repos/apt {{ ansible_distribution_release }}-pgdg main\"\n create: true\n\n- name: Import the Postg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2472, "all_permissive": false }
ansible_role
6im0n/Octopus
0cc16be88a407c08b733e64461bb2c121b0b2118
0
roles/redis
8,143
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Install Redis\n apt:\n name: redis-server\n state: present\n\n- name: Configure redis.conf\n copy:\n src: redis.conf\n dest: /etc/redis/redis.conf\n owner: redis\n group: redis\n mode: 0644\n\n- name: Restart Redis\n systemd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
6im0n/Octopus
0cc16be88a407c08b733e64461bb2c121b0b2118
0
roles/result
8,143
[ "no_license" ]
[ { "path": "roles/result/tasks/main.yml", "content": "- name: Create directory for result\n file:\n path: /var/www/result\n state: directory\n\n- name : upload the result app\n unarchive:\n src: result.tar\n dest: /var/www/result\n extra_opts: --strip-components=1\n\n- name: install the node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
6im0n/Octopus
0cc16be88a407c08b733e64461bb2c121b0b2118
0
roles/worker
8,143
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "- name: create the directory for the worker\n file:\n path: /home/worker\n state: directory\n mode: 0755\n\n- name: Download the java JDK tarball\n get_url:\n url: https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.deb\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1189, "all_permissive": false }
ansible_role
vinilox/ansible-bind-dns-resolver
e13ddd4aa74bd2ee3037c30eb1a393d6b404b6a1
0
roles/bind-dns-resolver
8,143
[ "no_license" ]
[ { "path": "roles/bind-dns-resolver/README.md", "content": "Résolveur DNS\n================\n\n- Résolveur DNS récursif ouvert\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/bind-dns-resolver/templates/named.conf.options.j2", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 701, "all_permissive": false }
ansible_role
jpitzo/slomedia-build
192d83f1ea0916d91700af414a698c743501c4ab
0
roles/client
8,143
[ "no_license" ]
[ { "path": "roles/client/tasks/main.yml", "content": "---\n\n- name: install nginx\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nginx\n sudo: True\n\n- name: Create client directory\n file:\n path: /data/client\n state: directory\n\n- name: checkout client project\n gi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2035, "all_permissive": false }
ansible_role
jpitzo/slomedia-build
192d83f1ea0916d91700af414a698c743501c4ab
0
roles/common
8,143
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: install curl\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - curl\n sudo: True\n\n- stat: path=/usr/bin/node\n register: node\n\n- name: add node debian\n shell: curl -sL https://deb.nodesource.com/setup_4.x ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1047, "all_permissive": false }
ansible_role
jpitzo/slomedia-build
192d83f1ea0916d91700af414a698c743501c4ab
0
roles/server
8,143
[ "no_license" ]
[ { "path": "roles/server/defaults/main.yml", "content": "---\n\nsync_host: 192.168.1.139\nproject_path: /data/server\n\nowner_user: vagrant\nowner_group: vagrant\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/server/tasks/main.yml", "co...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2246, "all_permissive": false }
ansible_role
jpitzo/slomedia-build
192d83f1ea0916d91700af414a698c743501c4ab
0
roles/sync
8,143
[ "no_license" ]
[ { "path": "roles/sync/defaults/main.yml", "content": "---\n\nproject_path: /data/sync\nvendor_id: 16c0\nproduct_id: 0487", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/sync/tasks/main.yml", "content": "---\n\n- name: Create sync director...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1069, "all_permissive": false }
ansible_role
Davidforster1/AnsibleLocalLab
2b1fa079860ee81535351bc1cd2d14ac77a30896
0
roles/common
8,143
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "#Use Yum Package Manager to install httpd web service \n- name: \"Install httpd and other prerequisites\"\n yum: pkg={{ item }} state=installed\n with_items:\n - httpd \n - php\n - php-mysqlnd\n - git\n - mariadb-server\n\n#- name: \"Install Ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3060, "all_permissive": false }
ansible_role
openstack/ovn-bgp-agent
c5a42e3b39a72d381c88aa18faa7b17bda8959c9
9
roles/leaf
8,143
[ "permissive" ]
[ { "path": "roles/leaf/templates/frr.conf.j2", "content": "hostname {{ ansible_hostname }}\nlog file /var/log/frr/frr.log\nservice integrated-vtysh-config\nline vty\nfrr version 7.0\n\ndebug bfd peer\ndebug bfd network\ndebug bfd zebra\n\ndebug bgp graceful-restart\ndebug bgp neighbor-events\ndebug bgp updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5029, "all_permissive": true }
ansible_role
R1der12/practice
dfbe99cb49363f8cacde63a1b3671cf40fee8b08
0
ansible/roles/copy_app
8,143
[ "no_license" ]
[ { "path": "ansible/roles/copy_app/tasks/main.yml", "content": "- name: Create destination directory\n file:\n path: \"{{ dest_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Copy project files to target location excluding nginx/certs and ansible\n become: yes\n ansible.builtin.shell: >\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
R1der12/practice
dfbe99cb49363f8cacde63a1b3671cf40fee8b08
0
ansible/roles/docker_compose
8,143
[ "no_license" ]
[ { "path": "ansible/roles/docker_compose/tasks/main.yml", "content": "- name: Run docker compose\n shell: |\n docker compose down -v || true\n docker compose up --build -d\n args:\n chdir: \"{{ dest_dir }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
R1der12/practice
dfbe99cb49363f8cacde63a1b3671cf40fee8b08
0
ansible/roles/setup
8,143
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/main.yml", "content": "- name: Install required packages\n apt:\n name: [docker.io, python3-pip, openssl]\n update_cache: yes\n\n- name: Install docker compose plugin\n shell: |\n pip3 install docker-compose\n args:\n creates: /usr/local/bin/docker-compose...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
R1der12/practice
dfbe99cb49363f8cacde63a1b3671cf40fee8b08
0
ansible/roles/ssl
8,143
[ "no_license" ]
[ { "path": "ansible/roles/ssl/tasks/main.yml", "content": "- name: Create certs directory\n file:\n path: \"{{ certs_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Generate private key and self-signed certificate\n become: true\n command: >\n sudo openssl req -x509 -nodes -days 365\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
wow73611/vagrant-puppet
e7621d135b90234cae57936b0e3aa31bc1fb1762
0
ansible/roles/puppet
8,143
[ "no_license" ]
[ { "path": "ansible/roles/puppet/meta/main.yml", "content": "---\n\ngalaxy_info:\n author: <NAME>\n description: Install puppet server and client service.\n company: \n license: \"license (BSD, MIT)\"\n min_ansible_version: 2.0\n platforms:\n - name: Ubuntu\n versions:\n - trusty\n - xenial\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7328, "all_permissive": false }
ansible_role
weijiany/initial-mac
455120e3b6bb966b9d9caa0d766201e61f7c04a7
9
roles/git
8,143
[ "no_license" ]
[ { "path": "roles/git/defaults/main.yml", "content": "---\n# defaults file for git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- name: config l to show log\n community.gene...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 779, "all_permissive": false }
ansible_role
weijiany/initial-mac
455120e3b6bb966b9d9caa0d766201e61f7c04a7
9
roles/homebrew
8,143
[ "no_license" ]
[ { "path": "roles/homebrew/defaults/main.yml", "content": "---\n# defaults file for homebrew\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/homebrew/tasks/change_remote_url.yml", "content": "---\n- name: 'change remote {{ remote.name }}...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2992, "all_permissive": false }
ansible_role
weijiany/initial-mac
455120e3b6bb966b9d9caa0d766201e61f7c04a7
9
roles/oh_my_zsh
8,143
[ "no_license" ]
[ { "path": "roles/oh_my_zsh/templates/vimrc-template.j2", "content": "syntax enable\nset background=dark\nset nu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/oh_my_zsh/vars/main.yml", "content": "---\n# vars file for oh_my_zsh\n", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1462, "all_permissive": false }
ansible_role
weijiany/initial-mac
455120e3b6bb966b9d9caa0d766201e61f7c04a7
9
roles/proto
8,143
[ "no_license" ]
[ { "path": "roles/proto/tasks/main.yml", "content": "---\n# tasks file for proto\n- name: Check if proto is installed\n ansible.builtin.command: proto --version\n register: proto_check\n ignore_errors: true\n changed_when: false\n\n- name: Install proto if not installed\n ansible.builtin.shell: bash <(c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3431, "all_permissive": false }
ansible_role
weijiany/initial-mac
455120e3b6bb966b9d9caa0d766201e61f7c04a7
9
roles/tmux
8,143
[ "no_license" ]
[ { "path": "roles/tmux/handlers/main.yml", "content": "---\n# handlers file for tmux\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/tmux/defaults/main.yml", "content": "---\n# defaults file for tmux\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1968, "all_permissive": false }
ansible_role
powellchristoph/devops_challenge
1925338d49cb3d47c8a11bbcc443db4f5fbd96ca
0
ansible/roles/base
8,143
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yaml", "content": "---\n- name: Run apt update\n apt: update_cache=yes\n\n- name: Install base packages\n apt: pkg={{ item }} state=installed\n with_items:\n - vim\n - git\n - screen\n - htop\n - iftop\n - python-dev\n - python-pip\n - pyth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
powellchristoph/devops_challenge
1925338d49cb3d47c8a11bbcc443db4f5fbd96ca
0
ansible/roles/jenkins
8,143
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yaml", "content": "---\n- include: config_nginx.yaml\n\n- include: install_jenkins.yaml\n\n- name: Ensure Jenkins starts on boot\n service: name=jenkins state=started enabled=yes\n\n- name: Wait for Jenkins to start up before proceeding.\n shell: \"curl -D - --s...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2164, "all_permissive": false }
ansible_role
powellchristoph/devops_challenge
1925338d49cb3d47c8a11bbcc443db4f5fbd96ca
0
ansible/roles/nginx
8,143
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install nginx\n apt: pkg=nginx state=latest update_cache=yes cache_valid_time=86400\n notify: restart nginx\n\n- name: Remove default site\n file: path=/etc/nginx/sites-enabled/default\n state=absent\n notify: reload nginx\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
powellchristoph/devops_challenge
1925338d49cb3d47c8a11bbcc443db4f5fbd96ca
0
ansible/roles/webservers
8,143
[ "no_license" ]
[ { "path": "ansible/roles/webservers/templates/ponger.upstart.j2", "content": "description \"Gunicorn application server running ponger\"\n\nstart on runlevel [2345]\nstop on runlevel [!2345]\n\nrespawn\nsetuid {{ app_user }}\nsetgid www-data\n\nenv PATH={{ app_path }}/bin\nchdir {{ app_path }}\nexec gunicor...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2128, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/cron
8,147
[ "no_license" ]
[ { "path": "ansible/roles/cron/tasks/main.yml", "content": "- name: Cron | Install cronie\n ansible.builtin.apt:\n name: cronie\n state: present\n become: true\n when: machine_os == 'debian'\n\n- name: Cron | Install cronie\n community.general.pacman:\n name: cronie\n state: present\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/csharp_dotnet_role
8,147
[ "no_license" ]
[ { "path": "ansible/roles/csharp_dotnet_role/tasks/main.yml", "content": "---\n- name: Development | Install Dotnet (Arch)\n community.general.pacman:\n name:\n - dotnet-runtime\n - dotnet-sdk\n - aspnet-runtime\n state: present\n become: true\n when: machine_os == 'archlinux'\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 919, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/data-engineering
8,147
[ "no_license" ]
[ { "path": "ansible/roles/data-engineering/tasks/main.yml", "content": "---\n# should install ff ((binary/client-only, not server, e.g. postgres-server):\n# - postgresql\n# - mysql\n# - redis/valkey (dnf) or redis-cli\n# - sqlite\n\n- name: Data Engineering | Install python, pip, uv,\n ansible.builtin.dnf:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/discord
8,147
[ "no_license" ]
[ { "path": "ansible/roles/discord/tasks/main.yml", "content": "---\n- name: Discord | install rpm fusion repositories if not yet installed\n ansible.builtin.dnf:\n name:\n - \"https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_version }}.noarch.rpm\"\n - \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/docker
8,147
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Neovim | Detect OS for Archlinux\n ansible.builtin.import_tasks: archlinux.yml\n when: machine_os == 'archlinux'\n\n- name: Neovim | Detect OS for Debian\n ansible.builtin.import_tasks: debian.yml\n when: machine_os == 'debian'\n\n- na...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5400, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/essentials
8,147
[ "no_license" ]
[ { "path": "ansible/roles/essentials/tasks/main.yml", "content": "---\n- name: Essentials | Configure install packages for Archlinux\n ansible.builtin.import_tasks: archlinux.yml\n when: machine_os == 'archlinux'\n\n- name: Essentials | Configure install packages for Debian\n ansible.builtin.import_tasks:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4066, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/gh
8,147
[ "no_license" ]
[ { "path": "ansible/roles/gh/tasks/main.yml", "content": "---\n- name: gh | detect fedora/redhat\n ansible.builtin.import_tasks: redhat.yml\n when: machine_os == 'redhat'\n\n- name: gh | detect archlinux\n ansible.builtin.import_tasks: archlinux.yml\n when: machine_os == 'archlinux'\n\n- name: gh | detec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 907, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/git
8,147
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n- name: Git | Configure username\n community.general.git_config:\n name: user.name\n scope: global\n value: \" {{ git_user_name }} \"\n\n- name: Git | Configure email\n community.general.git_config:\n name: user.email\n scope: g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5124, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/git_lfs
8,147
[ "no_license" ]
[ { "path": "ansible/roles/git_lfs/tasks/main.yml", "content": "---\n- name: Git | Check if Git LFS is installed\n ansible.builtin.command: git lfs version\n register: git_lfs_check\n changed_when: false\n failed_when: false\n check_mode: false\n\n- name: Git | Install Git LFS\n ansible.builtin.package:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/go_role
8,147
[ "no_license" ]
[ { "path": "ansible/roles/go_role/tasks/archlinux.yml", "content": "---\n- name: Go | Install Go for Arch (Golang)\n community.general.pacman:\n name: go\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "ansi...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1899, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/gpg
8,147
[ "no_license" ]
[ { "path": "ansible/roles/gpg/tasks/main.yml", "content": "---\n- name: GPG | Ensure .gnupg directory exists\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.gnupg\"\n state: directory\n mode: \"0700\"\n\n- name: GPG | Configure GPG keys\n ansible.builtin.copy:\n dest: \"{{ ansible_use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2068, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/iosevka_term_nerd_font
8,147
[ "no_license" ]
[ { "path": "ansible/roles/iosevka_term_nerd_font/handlers/main.yml", "content": "---\n- name: Refresh font cache\n ansible.builtin.command: fc-cache -fv\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "ansible/roles/iosevka_term_ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1528, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/java_role
8,147
[ "no_license" ]
[ { "path": "ansible/roles/java_role/tasks/main.yml", "content": "- name: Development (Arch) | Install Java\n community.general.pacman:\n name:\n - jdk-openjdk\n state: present\n become: true\n when: machine_os == 'archlinux'\n\n- name: Development (Debian) | Install Java\n ansible.builtin.apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/jetbrains_mono_nerd_font
8,147
[ "no_license" ]
[ { "path": "ansible/roles/jetbrains_mono_nerd_font/tasks/main.yml", "content": "- name: Neovim | Detect OS for Archlinux\n ansible.builtin.import_tasks: archlinux.yml\n when: machine_os == 'archlinux'\n\n- name: Neovim | Detect OS for Debian\n ansible.builtin.import_tasks: debian.yml\n when: machine_os =...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1472, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/js_ts_role
8,147
[ "no_license" ]
[ { "path": "ansible/roles/js_ts_role/tasks/main.yml", "content": "---\n- name: JavaScript/TypeScript | Detect OS for Archlinux\n ansible.builtin.import_tasks: archlinux.yml\n when: machine_os == 'archlinux'\n\n- name: JavaScript/TypeScript | Detect OS for Debian\n ansible.builtin.import_tasks: debian.yml\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1703, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/kitty
8,147
[ "no_license" ]
[ { "path": "ansible/roles/kitty/tasks/main.yml", "content": "---\n- name: Kitty | Install kitty in Arch\n community.general.pacman:\n name: kitty\n state: present\n become: true\n # when: ansible_facts['os_family']|lower == 'archlinux' # can be 'archlinux', 'debian', 'redhat', etc.\n when: machine...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 941, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/lazydocker
8,147
[ "no_license" ]
[ { "path": "ansible/roles/lazydocker/tasks/main.yml", "content": "---\n- name: LazyDocker | Install LazyDocker via go install for debian\n ansible.builtin.shell: \"go install github.com/jesseduffield/lazydocker@latest\"\n when: machine_os == 'debian'\n\n- name: LazyDocker | Install LazyDocker for archlinux...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/lazygit
8,147
[ "no_license" ]
[ { "path": "ansible/roles/lazygit/tasks/main.yml", "content": "---\n- name: LazyGit | Install LazyGit via go install for debian\n ansible.builtin.shell: \"go install github.com/jesseduffield/lazygit@latest\"\n when: machine_os == 'debian'\n\n- name: LazyGit | Install LazyGit for archlinux\n community.gene...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/mpv
8,147
[ "no_license" ]
[ { "path": "ansible/roles/mpv/tasks/main.yml", "content": "- name: MPV | Install mpv\n ansible.builtin.dnf:\n name: mpv\n become: true\n\n# TODO: install uosc (github) for mpv script plugin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/neovim
8,147
[ "no_license" ]
[ { "path": "ansible/roles/neovim/meta/main.yml", "content": "---\ndependencies:\n - role: essentials\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/neovim/tasks/debian-appimage.yml", "content": "---\n- name: Neovim | Ensure old...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6231, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/network_manager
8,147
[ "no_license" ]
[ { "path": "ansible/roles/network_manager/tasks/main.yml", "content": "---\n- name: NetworkManager | Install nmcli\n ansible.builtin.dnf:\n name:\n - NetworkManager\n become: true\n when: machine_os == 'redhat'\n\n- name: NetworkManager | Install nmcli\n ansible.builtin.apt:\n name:\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/packet_tracer
8,147
[ "no_license" ]
[ { "path": "ansible/roles/packet_tracer/tasks/redhat.yml", "content": "---\n- name: Packet Tracer | git clone packettracer-fedora script\n ansible.builtin.git:\n repo: \"https://github.com/thiagoojack/packettracer-fedora.git\"\n dest: \"{{ ansible_env.HOME }}/personal/packettracer-fedora\"\n\n- name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1213, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/python_role
8,147
[ "no_license" ]
[ { "path": "ansible/roles/python_role/tasks/main.yml", "content": "- name: Python | Install Python for Arch\n community.general.pacman:\n name:\n - python\n - python-pip\n state: present\n become: true\n when: machine_os == 'archlinux'\n\n- name: Python | Install Python for Debian\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/ssh
8,147
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "---\n- name: SSH | Ensure .ssh directory exists\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.ssh\"\n state: directory\n mode: \"0700\"\n\n- name: SSH | Configure SSH keys\n ansible.builtin.copy:\n dest: \"{{ ansible_user_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1205, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/syncthing
8,147
[ "no_license" ]
[ { "path": "ansible/roles/syncthing/tasks/redhat.yml", "content": "---\n- name: Syncthing | install syncthing via dnf\n ansible.builtin.dnf:\n name: syncthing\n state: present\n become: true\n\n- name: Syncthing | start and enable via systemd # sudo systemctl enable --now syncthing@$USER.service\n a...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1155, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/system_update
8,147
[ "no_license" ]
[ { "path": "ansible/roles/system_update/tasks/main.yml", "content": "- name: Fedora | Update Machine\n ansible.builtin.dnf:\n update_cache: yes\n state: latest\n update_only: no\n become: true\n when: machine_os == 'redhat'\n\n- name: Debian | Update Machine\n ansible.builtin.apt:\n update_ca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/tailscale
8,147
[ "no_license" ]
[ { "path": "ansible/roles/tailscale/tasks/redhat.yml", "content": "---\n# NOTE: this role just installs tailscale but doesn't authenticate\n- name: Tailscale | Check if Tailscale repository already exists\n ansible.builtin.stat:\n path: /etc/yum.repos.d/tailscale.repo\n register: tailscale_repo\n becom...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1354, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/timezone_ntp
8,147
[ "no_license" ]
[ { "path": "ansible/roles/timezone_ntp/tasks/main.yml", "content": "# Configure NTP Timezone Sync\n- name: Timezone/NTP | Set local timezone # use 'UTC' maybe? eehhhhhhh\n community.general.timezone:\n name: \"{{ timezone }}\"\n become: true\n # or ansible.builtin.shell: \"timedatectl set-timezone Asia...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1801, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/tmux
8,147
[ "no_license" ]
[ { "path": "ansible/roles/tmux/tasks/main.yml", "content": "---\n- name: Tmux | Install tmux (Arch)\n community.general.pacman:\n name: tmux\n state: present\n become: true\n when: machine_os == 'archlinux'\n\n- name: Tmux | Install tmux (Debian)\n ansible.builtin.apt:\n name: tmux\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 981, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/wireshark
8,147
[ "no_license" ]
[ { "path": "ansible/roles/wireshark/tasks/main.yml", "content": "---\n- name: Wireshark | install on fedora/redhat\n ansible.builtin.import_tasks: redhat.yml\n when: machine_os == 'redhat'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "ansible...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1137, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/zoom
8,147
[ "no_license" ]
[ { "path": "ansible/roles/zoom/tasks/main.yml", "content": "---\n- name: Zoom | install in fedora/redhat\n ansible.builtin.import_tasks: redhat.yml\n when: machine_os == 'redhat'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "ansible/roles/zoo...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 648, "all_permissive": false }
ansible_role
ejsadiarin/dotfiles
46dfe9f7d4d10bbb67278d1282407a8a64bfb960
19
ansible/roles/zsh
8,147
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\n- name: Zsh | Install zsh\n ansible.builtin.apt:\n name: zsh\n state: present\n update_cache: true\n become: true\n when: machine_os == 'debian'\n\n- name: Zsh | Install zsh\n community.general.pacman:\n name: zsh\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1636, "all_permissive": false }
ansible_role
BU-ISCIII/AnsibleRecipes
b9fe5a870d404b5dab22bcfa37405c4e4bd0861b
0
Galaxy_Postgres_Nginx_CVMFS_slurm/roles/BUISCIII.aesthetics
8,147
[ "no_license" ]
[ { "path": "Galaxy_Postgres_Nginx_CVMFS_slurm/roles/BUISCIII.aesthetics/files/welcome.html", "content": "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <link rel=\"stylesheet\" href=\"style/base.css\" type=\"text/css\" />\n </head>\n <body style=\"margin: 0\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3707, "all_permissive": false }
ansible_role
BU-ISCIII/AnsibleRecipes
b9fe5a870d404b5dab22bcfa37405c4e4bd0861b
0
Galaxy_Postgres_Nginx_CVMFS_slurm/roles/usegalaxy_eu.gxadmin
8,147
[ "no_license" ]
[ { "path": "Galaxy_Postgres_Nginx_CVMFS_slurm/roles/usegalaxy_eu.gxadmin/defaults/main.yml", "content": "---\n\ngxadmin_dir: \"~/.gxadmin\"\ngxadmin_bin_dir: \"~/bin\"\ngxadmin_create_bin_dir: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "G...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1440, "all_permissive": false }
ansible_role
JThousif/Ansible
e12ae400bfaef4cbfca6cb7007709d53289a0f26
0
ansible-collection-hardening/roles/os_hardening
8,147
[ "permissive" ]
[ { "path": "ansible-collection-hardening/roles/os_hardening/tasks/main.yml", "content": "---\n- include_tasks: hardening.yml\n when: os_hardening_enabled | bool\n tags:\n - always\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": true }
ansible_role
JThousif/Ansible
e12ae400bfaef4cbfca6cb7007709d53289a0f26
0
ansible-collection-hardening/roles/ssh_hardening
8,147
[ "permissive" ]
[ { "path": "ansible-collection-hardening/roles/ssh_hardening/tasks/main.yml", "content": "---\n- include_tasks: hardening.yml\n args:\n apply:\n become: true\n when: ssh_hardening_enabled | bool\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": true }
ansible_role
Eagle-251/Ansible-System-Setup
436093e2ccb2453ae483a985582facfb14804cd6
0
provisioning/roles/dotfiles
8,147
[ "no_license" ]
[ { "path": "provisioning/roles/dotfiles/defaults/main.yml", "content": "user_home_dir: \"/home/{{ system_user }}\"\nuser_local_bin: \"{{ user_home_dir }}/{{ user_local_bin_dir }}\"\nuser_local_bin_dir: \".local/bin\"\nuser_local_bin_mode: \"0755\"\n\nchezmoi_script_url: \"https://chezmoi.io/get\"\nchezmoi_sc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1739, "all_permissive": false }
ansible_role
Eagle-251/Ansible-System-Setup
436093e2ccb2453ae483a985582facfb14804cd6
0
provisioning/roles/system
8,147
[ "no_license" ]
[ { "path": "provisioning/roles/system/tasks/docker.yml", "content": "---\n\n- name: Ensure APT usage dependencies are installed\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - gnupg\n state: present\n update_cache: true\n\n- name: Ensure Docker APT Key is installed and...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 859, "all_permissive": false }
ansible_role
Eagle-251/Ansible-System-Setup
436093e2ccb2453ae483a985582facfb14804cd6
0
provisioning/roles/user
8,147
[ "no_license" ]
[ { "path": "provisioning/roles/user/tasks/main.yml", "content": "---\n\n- name: Create User\n user:\n name: \"{{ system_user }}\"\n uid: \"{{ system_user_uid }}\"\n groups: \"{{ system_user_additional_groups }}\"\n append: true\n password: \"{{ system_user_password | password_hash('<PASSWORD>...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 550, "all_permissive": false }
ansible_role
EvgeniyBlinov/ansible-openwrt-router
55df9253112dafb2472d541b88acda75965d828b
1
roles/configure
8,147
[ "no_license" ]
[ { "path": "roles/configure/tasks/main.yml", "content": "# vim: set et fenc=utf-8 ff=unix sts=2 sw=2 ts=2 :\n---\n- name: Include secrets\n include_vars: \"{{ item }}\"\n with_first_found:\n - files:\n - \"secrets/{{ deployment_instance_id }}.yml\"\n - \"{{ inventory_dir }}/.secrets/{{ deploy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
EvgeniyBlinov/ansible-openwrt-router
55df9253112dafb2472d541b88acda75965d828b
1
roles/generator
8,147
[ "no_license" ]
[ { "path": "roles/generator/tasks/main.yml", "content": "# vim: set et fenc=utf-8 ff=unix sts=2 sw=2 ts=2 :\n---\n- name: Generate dirs\n file:\n path: \"{{ generator__path }}\"\n state: absent\n\n- name: Generate dirs\n file:\n path: \"{{ generator__path }}\"\n recurse: yes\n force: yes\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 235, "all_permissive": false }
ansible_role
fywang2/examplesOfAnsiblePlaybooks
22719becf5ac313bffaa8346705ad7a1c9337366
0
roles/docker-compose
8,147
[ "no_license" ]
[ { "path": "roles/docker-compose/files/README.md", "content": "### docker-compose版本说明\n- 来源:https://github.com/docker/compose/releases/download/v2.27.0/docker-compose-linux-x86_64\n- 版本:2.27.0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1194, "all_permissive": false }
ansible_role
fywang2/examplesOfAnsiblePlaybooks
22719becf5ac313bffaa8346705ad7a1c9337366
0
roles/mysql
8,147
[ "no_license" ]
[ { "path": "roles/mysql/templates/docker-compose/docker-compose.yml.j2", "content": "services:\n mysql:\n image: mysql:{{mysql_version}}\n container_name: mysql\n user: \"{{mysql_user_id}}:{{mysql_group_id}}\"\n ports:\n - \"{{mysql_port}}:3306\"\n environment:\n - MYSQL_ROOT_PASSWO...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4089, "all_permissive": false }
ansible_role
fywang2/examplesOfAnsiblePlaybooks
22719becf5ac313bffaa8346705ad7a1c9337366
0
roles/redis
8,147
[ "no_license" ]
[ { "path": "roles/redis/README.md", "content": "### Ansible playbook for installation of redis\n\n#### 安装和配置\n- 安装环境:\n - Redis镜像:redis:7\n - CentOS 7 or Ubuntu 22\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/redis/tasks/step03_redis...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6073, "all_permissive": false }
ansible_role
heroxk/cloud-build-ansible
d90e4db50e5804d276761c931220a1a3c384b715
0
roles/apt-updater
8,147
[ "no_license" ]
[ { "path": "roles/apt-updater/defaults/main.yml", "content": "OPENSTACK_RELEASE: juno\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/apt-updater/tasks/main.yml", "content": "---\n- name: Apt Package Installation\n action: apt pkg={{ it...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 948, "all_permissive": false }
ansible_role
edumeet/edumeet-ansible
0f213fd1256fce76e2a1c9b789b3c66888cf3008
9
roles/edumeet
8,150
[ "no_license" ]
[ { "path": "roles/edumeet/templates/3.3.0/app-config.j2", "content": "// eslint-disable-next-line\nvar config =\n{\n\tloginEnabled : {{ login_enabled }},\n\tdevelopmentPort : 3443,\n\tproductionPort : 443,\n\n\t/**\n\t * Supported browsers version \n\t * in bowser satisfy format.\n\t * See more:\n\t * ht...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 34318, "all_permissive": false }
ansible_role
edumeet/edumeet-ansible
0f213fd1256fce76e2a1c9b789b3c66888cf3008
9
roles/pre
8,150
[ "no_license" ]
[ { "path": "roles/pre/tasks/pre.yml", "content": "---\n- name: install packages\n become: true\n apt:\n name: ['python3-apt', 'ntp', 'build-essential', 'libpython3-dev', 'libffi-dev']\n state: latest\n update_cache: true\n\n- name: display configured host and domain\n debug:\n msg: host {{ fqd...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1041, "all_permissive": false }
ansible_role
xscript/ansible-role
4e34f4fa0c8d81c12c0ba6cab900e20d088dadc4
0
roles/xscript.child-1
8,150
[ "no_license" ]
[ { "path": "roles/xscript.child-1/library/azure_rm_rg.py", "content": "#!/usr/bin/python\n#\n# Copyright (c) 2016 <NAME>, <<EMAIL>>\n# <NAME>, <<EMAIL>>\n#\n# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)\n\nfrom __future__ import absolute_impor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4077, "all_permissive": false }
ansible_role
xscript/ansible-role
4e34f4fa0c8d81c12c0ba6cab900e20d088dadc4
0
roles/xscript.child-2
8,150
[ "no_license" ]
[ { "path": "roles/xscript.child-2/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - xscript.child-2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/xscript.child-2/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 281, "all_permissive": false }
ansible_role
xscript/ansible-role
4e34f4fa0c8d81c12c0ba6cab900e20d088dadc4
0
roles/xscript.parent
8,150
[ "no_license" ]
[ { "path": "roles/xscript.parent/handlers/main.yml", "content": "---\n# handlers file for xscript.parent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/xscript.parent/vars/main.yml", "content": "---\n# vars file for xscript.parent", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 550, "all_permissive": false }
ansible_role
rcalvaga/bad-ansible
df9706b8f0fc78104d3673b23685760e989b7f3f
0
roles/app-tier
8,150
[ "no_license" ]
[ { "path": "roles/app-tier/tasks/main.yml", "content": "---\n# tasks file for roles/app-tier\n- name: Install Tomcat\n yum:\n name: tomcat\n state: present\n\n- name: Create {{ TOMCAT_APP_DIR }} Tomcat Directory\n file:\n path: \"{{ TOMCAT_APP_DIR }}\"\n state: directory\n\n- name: Copy static ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
rcalvaga/bad-ansible
df9706b8f0fc78104d3673b23685760e989b7f3f
0
roles/db-tier
8,150
[ "no_license" ]
[ { "path": "roles/db-tier/tasks/main.yml", "content": "---\n# tasks file for roles/db-tier\n- name: install postgres\n yum:\n name: postgresql-server\n state: present\n\n- name: initialize postgresql db\n command: postgresql-setup initdb\n\n- name: start postgres\n service:\n name: postgresql.ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
rcalvaga/bad-ansible
df9706b8f0fc78104d3673b23685760e989b7f3f
0
roles/lb-tier
8,150
[ "no_license" ]
[ { "path": "roles/lb-tier/handlers/main.yml", "content": "---\n# handlers file for roles/lb-tier\n- name: Restart HAproxy\n service: \n name: haproxy \n state: restarted\n\n- name: Reload HAproxy\n service: \n name: haproxy \n state: reloaded", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks-backup/playbooks/14-ROLES/roles/control_host
8,150
[ "no_license" ]
[ { "path": "playbooks-backup/playbooks/14-ROLES/roles/control_host/tasks/main.yml", "content": "# install tools on our control host\n- name: install tools on control host\n tags: always\n package: name={{item}} state=latest \n with_items:\n # - curl\n - unzip\n\n# install terraform on our control ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks-backup/playbooks/14-ROLES/roles/file_servers
8,150
[ "no_license" ]
[ { "path": "playbooks-backup/playbooks/14-ROLES/roles/file_servers/tasks/main.yml", "content": "- name: install samba package\n tags: samba\n package: name=samba state=latest\n\n- name: Ensure samba Started on (Ubuntu Server)\n tags: apache,apache2,ubuntu\n service: name=smbd state=started enabled=yes ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks-backup/playbooks/15-host_vars_and_handlers/roles/db_servers
8,150
[ "no_license" ]
[ { "path": "playbooks-backup/playbooks/15-host_vars_and_handlers/roles/db_servers/tasks/main.yml", "content": "- name: install mariadb package (Amazon)\n tags: db,mariadb105-server,amazon\n dnf: name=mariadb105-server state=latest\n when: ansible_distribution == \"Amazon\"\n\n- name: install mariadb packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks-backup/playbooks/15-host_vars_and_handlers/roles/web_servers
8,150
[ "no_license" ]
[ { "path": "playbooks-backup/playbooks/15-host_vars_and_handlers/roles/web_servers/tasks/main.yml", "content": "- name: Install apache and php Packages\n tags: apache,httpd,php\n package: name={{item}} state=latest\n with_items:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4336, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks/002-nginx/roles/nginx
8,150
[ "no_license" ]
[ { "path": "playbooks/002-nginx/roles/nginx/tasks/main.yml", "content": "# Nginx Installation\n- name: Install nginx on all the servers\n package: name=nginx state=latest update_cache=yes\n\n# Copy index.html on Amazon Server\n- name: copy index.html to Amazon Server\n copy: src=index.html dest=/usr/share...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1232, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks/008-template/sshd-service-templating/roles/base
8,150
[ "no_license" ]
[ { "path": "playbooks/008-template/sshd-service-templating/roles/base/handlers/main.yml", "content": "# Ensure sshd Restarted on Amazon and Ubuntu Server\n- name: restart sshd\n service: name=sshd state=restarted enabled=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 827, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks/012-markdown-project-backup/012-markdown-project/roles/jabir
8,150
[ "no_license" ]
[ { "path": "playbooks/012-markdown-project-backup/012-markdown-project/roles/jabir/tasks/main.yml", "content": "####################################################################################################\n\n# - name: Current Working Directory\n# shell: pwd\n# register: path\n# - debug: msg=\"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5130, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks/14-ROLES/roles/base
8,150
[ "no_license" ]
[ { "path": "playbooks/14-ROLES/roles/base/tasks/main.yml", "content": "# THIS IS FOR LATER USE IF WE WANT SSH KEY MANAGEMENT LATER ON - ITS JUST A PLACE HOLDER\n# Copy the ssh public key to all the servers\n- name: Copy the ssh public key to all the servers\n tags: always\n authorized_key: user=simone key=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks/14-ROLES/roles/web_servers
8,150
[ "no_license" ]
[ { "path": "playbooks/14-ROLES/roles/web_servers/handlers/main.yml", "content": "# handlers will be indentation same like tasks\n# ---\n# handlers:\n- name: restart httpd\n service: name=httpd state=restarted\n\n- name: restart apache2\n service: name=apache2 state=restarted", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5319, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks/15-host_vars_and_handlers/roles/base
8,150
[ "no_license" ]
[ { "path": "playbooks/15-host_vars_and_handlers/roles/base/tasks/main.yml", "content": "# THIS IS FOR LATER USE IF WE WANT SSH KEY MANAGEMENT LATER ON - ITS JUST A PLACE HOLDER\n# Copy the ssh public key to all the servers\n- name: Copy the ssh public key to all the servers\n tags: always\n authorized_key:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
azure123devops123/Ansible_Tutorials
3d0936906650c2c74b5d6f4f873992d59bd50565
0
playbooks/jenkins-server/roles/jenkins
8,150
[ "no_license" ]
[ { "path": "playbooks/jenkins-server/roles/jenkins/tasks/main.yml", "content": "# Install Jenkins on Amazon Server:\n\n- name: Install Jenkins Pre-requisite - JAVA 17 (Amazon Linux)\n package: name={{item}} state=latest\n with_items:\n - fontconfig\n - java-17-amazon-corretto # Java 17\n when: ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2645, "all_permissive": false }