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
mohini2317/AAP-Demo
c1260fad146130ba92fce3743c7137004fb76a42
0
Windows-Patching/roles/powershell_script
8,167
[ "no_license" ]
[ { "path": "Windows-Patching/roles/powershell_script/tasks/main.yml", "content": "---\n- name: Create PowerShell Script\n win_copy:\n src: \"{{ local_script_path }}\"\n dest: \"{{ remote_script_path }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
mohini2317/AAP-Demo
c1260fad146130ba92fce3743c7137004fb76a42
0
Windows-Patching/roles/run_script
8,167
[ "no_license" ]
[ { "path": "Windows-Patching/roles/run_script/tasks/main.yml", "content": "---\n- name: Run PowerShell Script\n win_shell: \"powershell.exe -File C:/Users/Administrator/Desktop/CreateScheduledTask.ps1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
mohini2317/AAP-Demo
c1260fad146130ba92fce3743c7137004fb76a42
0
Windows-Patching/roles/task_scheduler
8,167
[ "no_license" ]
[ { "path": "Windows-Patching/roles/task_scheduler/tasks/main.yml", "content": "---\n- name: Create Scheduled Task\n win_scheduled_task:\n name: \"{{ task_name }}\"\n description: \"{{ task_description }}\"\n actions:\n - path: \"powershell.exe\"\n arguments: \"{{ script_path }}\"\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
leonardoromao08/projeto-k8s-cluster
ffa80588fe0ab0fd6420a975cc69bc6345654812
0
deploy_app_v2/roles/deploy_app_v2
8,167
[ "no_license" ]
[ { "path": "deploy_app_v2/roles/deploy_app_v2/tasks/main.yml", "content": "---\n# tasks file for deploy_app_v2\n- include: deploy-app-v2.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "deploy_app_v2/roles/deploy_app_v2/vars/main.yml", "cont...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1490, "all_permissive": false }
ansible_role
max-block/demo-fastapi
d22520cadac79137a9d4bddfb5e9c3bd1847efc1
0
ansible/roles/app
8,167
[ "no_license" ]
[ { "path": "ansible/roles/app/defaults/main.yml", "content": "app_extra_ports: []\nletsencrypt_email: <EMAIL>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/app/templates/nginx.yml", "content": "version: '3.7'\n\nservices:\n ng...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4531, "all_permissive": false }
ansible_role
xgueret/openqa-setup
0f83b6671cd5d13f7d5fa936427a410cb43ae30a
2
ansible/roles/openqa
8,167
[ "no_license" ]
[ { "path": "ansible/roles/openqa/templates/openqa.conf.j2", "content": "# This file is managed by ansible\n# Generated {{ '%Y-%m-%d %H:%M:%S' | strftime }}\n# sample apache config file for the openqa vhost. At the very\n# minimum you need to set the ServerName.\n#\n# If this is your first vhost you must crea...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7516, "all_permissive": false }
ansible_role
kravvcu/swissarmyrepo
e64fad4536a7b718df23d8f223482bf2d275e4ed
0
ansible/roles/emacs
8,167
[ "no_license" ]
[ { "path": "ansible/roles/emacs/tasks/main.yaml", "content": "---\n\n- include: compile.yaml\n tags: emacs\n\n- include: configure.yaml \n tags: emacs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "ansible/roles/emacs/tasks/configure.yaml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2301, "all_permissive": false }
ansible_role
kravvcu/swissarmyrepo
e64fad4536a7b718df23d8f223482bf2d275e4ed
0
ansible/roles/install-chrome
8,167
[ "no_license" ]
[ { "path": "ansible/roles/install-chrome/defaults/main.yml", "content": "---\n\ngoogle_chrome_file: 'google-chrome-stable_current_amd64.deb'\ngoogle_chrome_link: 'https://dl.google.com/linux/direct/{{ google_chrome_file }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 661, "all_permissive": false }
ansible_role
kravvcu/swissarmyrepo
e64fad4536a7b718df23d8f223482bf2d275e4ed
0
ansible/roles/install-docker
8,167
[ "no_license" ]
[ { "path": "ansible/roles/install-docker/tasks/install_docker.yml", "content": "---\n\n- name: install dependencies\n apt:\n name: '{{ item }}'\n state: 'present'\n loop:\n - 'apt-transport-https'\n - 'ca-certificates'\n - 'curl'\n - 'gnupg-agent'\n - 'software-properties-common'\n be...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1082, "all_permissive": false }
ansible_role
kravvcu/swissarmyrepo
e64fad4536a7b718df23d8f223482bf2d275e4ed
0
ansible/roles/install-misc-tools
8,167
[ "no_license" ]
[ { "path": "ansible/roles/install-misc-tools/tasks/install_shutter.yml", "content": "---\n\n- name: add apt repository\n apt_repository:\n repo: 'ppa:linuxuprising/shutter'\n codename: 'bionic' # TODO: do not hardcode\n state: 'present'\n update_cache: 'yes'\n become: 'yes'\n\n- name: install s...
{ "task_files": 18, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 12086, "all_permissive": false }
ansible_role
kravvcu/swissarmyrepo
e64fad4536a7b718df23d8f223482bf2d275e4ed
0
ansible/roles/shell
8,167
[ "no_license" ]
[ { "path": "ansible/roles/shell/files/zshrc", "content": "PROMPT=$PROMPT'$(kube_ps1) '\n\nexport VISUAL='emacs -nw'\nexport EDITOR='emacs -nw'\n\nexport WORKON_HOME=$HOME/.virtualenvs\nexport PROJECT_HOME=$HOME/Devel\n\nalias emacs='emacs -nw'\nalias e='emacs'\n\nif [ -f /home/kravvcu/.cli_aliases ]; then\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10475, "all_permissive": false }
ansible_role
digitalocean/droplet-1-clicks
8e1a8ef955edd45d5a6f45a8544931dc616cdc55
135
kafka-20-04/ansible/roles/kafka
8,167
[ "no_license" ]
[ { "path": "kafka-20-04/ansible/roles/kafka/templates/motd.j2", "content": "#!/usr/bin/env sh\n#\n# Configured as part of the DigitalOcean 1-Click Image build process\n\ncat <<EOF\n********************************************************************************\nWelcome to DigitalOcean's 1-Click Kafka/ZooKee...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10853, "all_permissive": false }
ansible_role
digitalocean/droplet-1-clicks
8e1a8ef955edd45d5a6f45a8544931dc616cdc55
135
kafka-20-04/ansible/roles/openjdk
8,167
[ "no_license" ]
[ { "path": "kafka-20-04/ansible/roles/openjdk/defaults/main.yml", "content": "---\njava_version: 11\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "kafka-20-04/ansible/roles/openjdk/tasks/main.yml", "content": "---\n- name: Add Ubuntu OpenJDK ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 334, "all_permissive": false }
ansible_role
raghudevopsb75/roboshop-ansible
13deb505bba528e20a0782857fc466c23e5ff219
0
roles/cart
8,167
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yml", "content": "- name: NodeJS\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/cart/vars/main.yml", "content": "component: cart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 141, "all_permissive": false }
ansible_role
raghudevopsb75/roboshop-ansible
13deb505bba528e20a0782857fc466c23e5ff219
0
roles/common
8,167
[ "no_license" ]
[ { "path": "roles/common/tasks/maven.yml", "content": "#- name: Install Maven\n# ansible.builtin.dnf:\n# name: maven\n# state: installed\n\n- name: Install Java\n ansible.builtin.yum:\n name: java-17-openjdk\n state: installed\n\n- name: App Pre-Req\n ansible.builtin.import_tasks:\n file: a...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5759, "all_permissive": false }
ansible_role
raghudevopsb75/roboshop-ansible
13deb505bba528e20a0782857fc466c23e5ff219
0
roles/dispatch
8,167
[ "no_license" ]
[ { "path": "roles/dispatch/vars/main.yml", "content": "component: dispatch\napp_path: /app\nis_schema_needed: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/dispatch/tasks/main.yml", "content": "- name: GoLang\n ansible.builtin.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 145, "all_permissive": false }
ansible_role
raghudevopsb75/roboshop-ansible
13deb505bba528e20a0782857fc466c23e5ff219
0
roles/frontend
8,167
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yml", "content": "app_path: /usr/share/nginx/html\ncomponent: frontend\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 936, "all_permissive": false }
ansible_role
raghudevopsb75/roboshop-ansible
13deb505bba528e20a0782857fc466c23e5ff219
0
roles/mongodb
8,167
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Copy Mongo File\n ansible.builtin.template:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: Install MongoDB\n ansible.builtin.dnf:\n name: mongodb-org\n state: installed\n\n- name: Update MongoDB listen address\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
raghudevopsb75/roboshop-ansible
13deb505bba528e20a0782857fc466c23e5ff219
0
roles/payment
8,167
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/payment/vars/main.yml", "content": "component...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 144, "all_permissive": false }
ansible_role
raghudevopsb75/roboshop-ansible
13deb505bba528e20a0782857fc466c23e5ff219
0
roles/rabbitmq
8,167
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Install Repo Rpms\n ansible.builtin.shell: curl {{ item }} | bash\n loop:\n - https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh\n - https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.rpm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 756, "all_permissive": false }
ansible_role
raghudevopsb75/roboshop-ansible
13deb505bba528e20a0782857fc466c23e5ff219
0
roles/redis
8,167
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Install Remi Repos Package\n ansible.builtin.dnf:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: yes\n\n- name: Enable Redis 6.2\n ansible.builtin.shell: dnf module enable redis:re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
raghudevopsb75/roboshop-ansible
13deb505bba528e20a0782857fc466c23e5ff219
0
roles/shipping
8,167
[ "no_license" ]
[ { "path": "roles/shipping/vars/main.yml", "content": "component: shipping\napp_path: /app\nis_schema_needed: true\nschema_type: mysql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/shipping/tasks/main.yml", "content": "- name: Maven\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 161, "all_permissive": false }
ansible_role
nithyan/retail-ansible
2b01f180686be1737e49e62bdbed6aebd6c44cc9
0
roles/common
8,154
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "# common handlers\n- name: restart postgres\n service: name=postgresql-{{postgresql_version}} state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/common/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1275, "all_permissive": false }
ansible_role
nithyan/retail-ansible
2b01f180686be1737e49e62bdbed6aebd6c44cc9
0
roles/dbserver
8,154
[ "no_license" ]
[ { "path": "roles/dbserver/tasks/main.yml", "content": "#plays postgres across all nodes\n- name: Install postgres rpm\n yum: name={{postgresql_rpm}} state=present\n\n- name: Install postgres packages\n yum: name={{item}} state=installed\n with_items:\n - postgresql{{postgresql_server_version_name}}-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1566, "all_permissive": false }
ansible_role
knservis/seismic-motivation
b6bc8ae6712e060559da0c20ba3b4e1e705235e0
0
ansible/roles/consul
8,154
[ "no_license" ]
[ { "path": "ansible/roles/consul/tasks/consul_container.yml", "content": "---\n\n- name: Run consul container (discovery backend)\n docker: \n ports:\n - \"{{consul_port}}:{{consul_port}}\"\n restart_policy: always\n state: started\n image: progrium/consul\n name: consul\n command: \"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 318, "all_permissive": false }
ansible_role
knservis/seismic-motivation
b6bc8ae6712e060559da0c20ba3b4e1e705235e0
0
ansible/roles/docker
8,154
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/config.yml", "content": "---\n\n- name: Create options file\n become: true\n template: \n src: docker.default.j2\n dest: /etc/sysconfig/docker\n owner: root\n group: root\n mode: 0644\n notify:\n - enable docker\n - reload systemd\n - restart ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2567, "all_permissive": false }
ansible_role
knservis/seismic-motivation
b6bc8ae6712e060559da0c20ba3b4e1e705235e0
0
ansible/roles/docker-py
8,154
[ "no_license" ]
[ { "path": "ansible/roles/docker-py/tasks/main.yml", "content": "---\n\n- name: Install setuptools\n become: true\n yum:\n name: python-setuptools\n state: present\n\n- name: Install pip\n become: true\n easy_install: \n name: pip \n\n- name: Install docker-py\n become: true\n pip: \n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
knservis/seismic-motivation
b6bc8ae6712e060559da0c20ba3b4e1e705235e0
0
ansible/roles/swarm-master
8,154
[ "no_license" ]
[ { "path": "ansible/roles/swarm-master/tasks/manager.yml", "content": "---\n\n- name: Wait for consul\n wait_for:\n host: \"{{ consul_ip }}\"\n port: \"{{ consul_port }}\"\n\n- name: Run swarm manager\n docker: \n ports:\n - \"4000:4000\"\n expose:\n - \"4000\"\n restart_policy: al...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 477, "all_permissive": false }
ansible_role
knservis/seismic-motivation
b6bc8ae6712e060559da0c20ba3b4e1e705235e0
0
ansible/roles/swarm-worker
8,154
[ "no_license" ]
[ { "path": "ansible/roles/swarm-worker/tasks/client.yml", "content": "---\n- name: Wait for consul\n wait_for:\n host: \"{{ consul_ip }}\"\n port: \"{{ consul_port }}\"\n \n- name: Run swarm client\n docker: \n restart_policy: always\n state: started\n image: swarm\n name: swarm-client...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 363, "all_permissive": false }
ansible_role
TheITRx/cis-testing
6043f4277b6be1e584acb663cdf8b9e4641108de
0
roles/windows
8,154
[ "no_license" ]
[ { "path": "roles/windows/tasks/main.yml", "content": "---\n- name: Set registry controls\n ansible.windows.win_regedit:\n path: \"{{ item.path }}\"\n name: \"{{ item.name }}\"\n data: \"{{ item.data }}\"\n type: \"{{ item.type }}\"\n loop: \"{{ cis_reg_controls }}\"\n\n- name: Change the guest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 759, "all_permissive": false }
ansible_role
RezaMNR/my1stansible
0fa2fae900385bfa47541c36628197ad2f88ac75
0
roles/1stinstall
8,154
[ "no_license" ]
[ { "path": "roles/1stinstall/templates/sshd_config.j2", "content": "Port 65001\nPort 22\n\nProtocol 2\nSyslogFacility AUTHPRIV\nPubkeyAuthentication yes\nAuthorizedKeysFile .ssh/authorized_keys\nPasswordAuthentication yes\nChallengeResponseAuthentication no\nKerberosAuthentication no\nGSSAPIAuthenticati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1152, "all_permissive": false }
ansible_role
RezaMNR/my1stansible
0fa2fae900385bfa47541c36628197ad2f88ac75
0
roles/installHttpd
8,154
[ "no_license" ]
[ { "path": "roles/installHttpd/tasks/main.yml", "content": "- name: Install epel from remote repo\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n\n- name: Install remi from remote repo\n yum:\n name: http://rpms.remirepo.net/enterprise/remi-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 957, "all_permissive": false }
ansible_role
RezaMNR/my1stansible
0fa2fae900385bfa47541c36628197ad2f88ac75
0
roles/installMySql
8,154
[ "no_license" ]
[ { "path": "roles/installMySql/tasks/main.yml", "content": "- name: Install MysQL\n yum:\n name: '{{ item }}'\n with_items:\n - mariadb-server\n - mariadb\n - MySQL-python\n\n- name: Start the MySQL service\n service:\n name: mariadb\n state: started\n enabled: yes\n\n- name: Wait for MySQL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": false }
ansible_role
demshin/otus-linux-course
a0ee963cfa42e71af6af4f84657b37e8c5240a01
1
hw-13-ansible/roles/nginx
8,154
[ "no_license" ]
[ { "path": "hw-13-ansible/roles/nginx/templates/index.html.j2", "content": "<!DOCTYPE html>\n\n<html>\n <head>\n <title>Nginx successfully installed</title>\n </head>\n <body>\n <h1>Nginx successfully installed on host {{ ansible_hostname }} </h1>\n <p>Hi otus teacher :-)</p>\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1183, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/aur
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/aur/tasks/main.yml", "content": "---\n- name: Install with yay\n shell: yay -S --needed --noconfirm \"{{ item }}\"\n with_items: \"{{ aur.packages }}\"\n become: yes\n become_user: \"{{ user.name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/bluetooth
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/bluetooth/tasks/main.yml", "content": "---\n- name: Install packages for bluetooth\n pacman: name={{ item }} state=present\n with_items:\n - pulseaudio-alsa\n - pulseaudio-bluetooth\n - bluez\n - bluez-libs\n - bluez-utils\n - bluez-firmware\n - pulseaudio-b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/docker
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/docker/tasks/main.yml", "content": "---\n- name: Install docker\n pacman:\n name:\n - docker\n - docker-compose\n state: present\n\n- name: Join docker\n shell: usermod -aG docker {{ item }}\n with_items: \"{{ docker.group }}\"\n\n- name: Enable and start docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/dotfiles
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/dotfiles/tasks/main.yml", "content": "---\n- name: Check destination\n stat: path=\"/home/{{ user.name }}/.dotfiles\"\n register: p\n- name: Clone user dotfiles\n git: repo={{ dotfiles.https }} dest=/home/{{ user.name }}/.dotfiles update=yes\n when: dotfiles is defined and not...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/flashplayer
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/flashplayer/tasks/main.yml", "content": "---\n- name: Scraping flashplayer dl link\n shell: curl -L https://www.adobe.com/support/flashplayer/debug_downloads.html| sed -n 's/^.*href=\"\\(http.*flash.*player.*sa_linux.x86_64.tar.gz\\)\".*$/\\1/p'\n register: dllink\n args:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/grub
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/grub/tasks/main.yml", "content": "---\n- name: Edit GRUB_TIMEOUT\n lineinfile:\n dest: /etc/default/grub\n regexp: '^[ \t]*GRUB_TIMEOUT[ \t]*=[ \t]*[0-9]+$'\n line: 'GRUB_TIMEOUT=1'\n- name: Update config\n shell: update-grub\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/jtalk
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/jtalk/tasks/main.yml", "content": "- name: Install aur packages\n shell: yay -S --needed --noconfirm \"{{ item }}\"\n with_items:\n - open-jtalk\n - open-jtalk-voice-mei\n - open-jtalk-voice-nitech-jp-atr503-m001\n become: yes\n become_user: \"{{ user.name }}\"\n tag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/lang
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/lang/tasks/main.yml", "content": "---\n- name: pip\n shell: pip install --user \"{{ item }}\"\n with_items: \"{{ pm.pip }}\"\n become: yes\n become_user: \"{{ user.name }}\"\n\n- name: pip2\n shell: pip2 install --user \"{{ item }}\"\n with_items: \"{{ pm.pip2 }}\"\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1453, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/lidswitch
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/lidswitch/tasks/main.yml", "content": "---\n- name: HandleLidSwitch in /etc/systemd/logind.conf\n lineinfile:\n dest: /etc/systemd/logind.conf\n state: present\n backrefs: yes\n regexp: '^\\s*#\\s*HandleLidSwitch\\s*=.*'\n line: 'HandleLidSwitch = ignore'\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/neovim
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/neovim/tasks/main.yml", "content": "---\n- name: Init neovim\n shell: if which nvim; then nvim -c ':UpdateRemotePlugins' -c \":q\"; fi\n become: yes\n become_user: \"{{ user.name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/pacman
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/pacman/tasks/main.yml", "content": "---\n- name: Up{dat,grad}e pacman packages\n pacman: update_cache=yes upgrade=yes\n\n- name: Install pacman packages env\n pacman: name={{ pacman.packages.env }} state=present\n- name: Install pacman packages db\n pacman: name={{ pacman.packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/ssd
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/ssd/tasks/main.yml", "content": "---\n- name: Install hdparm\n pacman: name=hdparm state=present\n\n- name: Check for TRIM support\n shell: \"hdparm -I /dev/sda | grep TRIM\"\n register: hdparm\n ignore_errors: True\n\n- name: Enable and start weekly filesystem TRIM timer\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/tex
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/tex/tasks/main.yml", "content": "---\n- name: Install texlive\n pacman:\n name:\n - texlive-langjapanese\n - texlive-most\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/tor
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/tor/tasks/main.yml", "content": "---\n- name: Install Tor\n pacman:\n name:\n - tor\n - torsocks\n state: present\n\n- name: Enable and start Tor\n systemd: name=tor enabled=yes state=started\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/unzip
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/unzip/tasks/main.yml", "content": "---\n- name: Remove unzip\n pacman:\n name: unzip\n state: absent\n recurse: yes\n\n- name: Install unzip-iconv\n shell: yay -S --needed --noconfirm unzip-iconv\n become: yes\n become_user: \"{{ user.name }}\"\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/user
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/user/tasks/main.yml", "content": "---\n- name: Create user group\n group: name={{ user.group }} state=present\n\n- name: Create user with password\n user:\n name: \"{{ user.name }}\"\n group: \"{{ user.group }}\"\n uid: \"{{ user.uid }}\"\n shell: \"{{ user.shell }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1511, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/virtualbox
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/virtualbox/tasks/main.yml", "content": "---\n- name: Install vbox\n pacman: name=virtualbox\n\n- name: Add user group\n shell: gpasswd -a {{ user.name }} {{ item }}\n with_items:\n - disk\n - vboxusers\n\n- name: Install virtualbox-host-modules\n pacman: name={{ virtualb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
akashisan/roles/wireshark
8,154
[ "no_license" ]
[ { "path": "akashisan/roles/wireshark/tasks/main.yml", "content": "---\n- name: add users to wireshark group\n shell: gpasswd -a {{ item }} wireshark\n with_items:\n - \"{{ user.name }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/barrier
8,154
[ "no_license" ]
[ { "path": "coorie/roles/barrier/tasks/main.yml", "content": "- name: barrier dir\n file:\n path: /home/{{ user.name }}/.local/share/barrier/SSL/Fingerprints\n state: directory\n owner: \"{{ user.name }}\"\n group: \"{{ user.group }}\"\n mode: 0755\n\n- name: stat pem\n stat: path=/home/{{ u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/docker
8,154
[ "no_license" ]
[ { "path": "coorie/roles/docker/tasks/main.yml", "content": "---\n- name: Join docker\n user: name={{ user.name }} groups=docker append=yes\n become: yes\n\n- name: Enable and start docker\n systemd: name=docker enabled=yes state=started daemon_reload=yes\n become: yes\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/dotfiles
8,154
[ "no_license" ]
[ { "path": "coorie/roles/dotfiles/tasks/main.yml", "content": "- name: Clone dotfiles\n git:\n repo: https://github.com/octaltree/dotfiles\n dest: /home/{{ user.name }}/.dotfiles\n update: no\n\n- name: Set remote dotfiles\n git_config:\n repo: /home/{{ user.name }}/.dotfiles\n scope: local\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/grub
8,154
[ "no_license" ]
[ { "path": "coorie/roles/grub/handlers/main.yml", "content": "---\n- name: Update config\n shell: update-grub\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "coorie/roles/grub/tasks/main.yml", "content": "---\n- name: Edit GRUB...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 270, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/lidswitch
8,154
[ "no_license" ]
[ { "path": "coorie/roles/lidswitch/tasks/main.yml", "content": "---\n- name: HandleLidSwitch in /etc/systemd/logind.conf\n lineinfile:\n dest: /etc/systemd/logind.conf\n state: present\n regexp: '^\\s*#?\\s*HandleLidSwitch\\s*=.*'\n insertafter: '[Login]'\n line: 'HandleLidSwitch = ignore'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/nobeep
8,154
[ "no_license" ]
[ { "path": "coorie/roles/nobeep/tasks/main.yml", "content": "---\n- name: Copy nobeep.conf\n copy:\n src: nobeep.conf\n dest: /etc/modprobe.d/nobeep.conf\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/pac
8,154
[ "no_license" ]
[ { "path": "coorie/roles/pac/tasks/main.yml", "content": "---\n- name: pacman upgrade\n pacman:\n update_cache: yes\n upgrade: yes\n become: yes\n\n- name: pacman present\n pacman:\n state: present\n name: \"{{ pacman.present }}\"\n become: yes\n\n- name: pacman absent\n pacman:\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/rust
8,154
[ "no_license" ]
[ { "path": "coorie/roles/rust/tasks/main.yml", "content": "- name: rustup stable\n shell: rustup install stable\n register: stable\n changed_when: '\"unchanged\" not in stable.stdout'\n\n- name: rustup nightly\n shell: rustup install nightly\n register: nightly\n changed_when: '\"unchanged\" not in nig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1367, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/ssd
8,154
[ "no_license" ]
[ { "path": "coorie/roles/ssd/tasks/main.yml", "content": "---\n- name: Check for TRIM support\n shell: nvme id-ctrl /dev/nvme0 -H\n become: yes\n register: info\n changed_when: False\n\n- name: weekly filesystem TRIM timer\n systemd: name=fstrim.timer enabled=yes state=started daemon_reload=yes\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/udev
8,154
[ "no_license" ]
[ { "path": "coorie/roles/udev/tasks/main.yml", "content": "#- name: Copy rule realforce\n# copy:\n# src: 99.realforce.rules\n# dest: /etc/udev/rules.d/99.realforce.rules\n# become: yes\n# notify: Reload udev\n\n- name: Copy rule hdmi\n copy:\n src: 99.hdmi.rules\n dest: /etc/udev/rules.d/99.h...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 484, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/user
8,154
[ "no_license" ]
[ { "path": "coorie/roles/user/tasks/main.yml", "content": "- name: running_user\n shell: id -un\n register: running_user\n changed_when: False\n failed_when: not(running_user.stdout == user.name)\n\n- name: pacman zsh\n pacman: name=zsh state=present\n\n- stat: path=/usr/bin/zsh\n register: zsh\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1246, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/vim
8,154
[ "no_license" ]
[ { "path": "coorie/roles/vim/files/filetype.py", "content": "#!/usr/bin/env python3\n\nfrom pathlib import Path\nfrom tempfile import mkstemp\nimport sys\nimport subprocess\n\ndef main() -> int:\n target = Path(sys.argv[1])\n bak = Path(sys.argv[2])\n exclusion = sys.argv[3].splitlines()\n orig =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3136, "all_permissive": false }
ansible_role
octaltree/playbooks
235d58ff36751a03a999a5ebc775d2a3c56be80a
0
coorie/roles/virtualbox
8,154
[ "no_license" ]
[ { "path": "coorie/roles/virtualbox/handlers/main.yml", "content": "- name: modprobe\n shell: modprobe vboxdrv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "coorie/roles/virtualbox/tasks/main.yml", "content": "- name: Add user group\n user...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 198, "all_permissive": false }
ansible_role
awshift/awshift-tf
e753bb767f6693e42825a4baaa44cc628387f73e
1
ansible/roles/install_rke2_cluster
8,154
[ "no_license" ]
[ { "path": "ansible/roles/install_rke2_cluster/tasks/main.yaml", "content": "---\n\n# Install RKE2 on First Master\n\n- name: Download rke2\n get_url:\n url: \"{{ rke2_download_url }}\"\n dest: /tmp/rke2.sh\n mode: 0755\n run_once: true\n when: inventory_hostname in groups['master'][0]\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5253, "all_permissive": false }
ansible_role
nin-faz/Projet-ansible-gitlab-postgresql
58ceb39d0b50842da0a66f11091add158671704d
0
roles/bdd
8,154
[ "no_license" ]
[ { "path": "roles/bdd/tasks/main.yml", "content": "# Installation de Postgresql\n- name: Vérifier si PostgreSQL est déjà installé\n command: dpkg-query -W -f='${Status}' postgresql\n register: postgresql_installed\n failed_when: postgresql_installed.rc not in [0, 1]\n changed_when: false\n tags: install...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3086, "all_permissive": false }
ansible_role
nin-faz/Projet-ansible-gitlab-postgresql
58ceb39d0b50842da0a66f11091add158671704d
0
roles/common
8,154
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Mettre à jour la liste des paquets\n apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == \"Debian\"\n tags: update_cache", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
nin-faz/Projet-ansible-gitlab-postgresql
58ceb39d0b50842da0a66f11091add158671704d
0
roles/gitlab
8,154
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yml", "content": "# Installation des paquets\n- name: Installer les dépendances nécessaires\n apt:\n name: \"{{ item.name }}\"\n state: present\n update_cache: yes\n loop: \"{{ gitlab_dependencies}}\"\n when: ansible_distribution in [\"Debian\", \"Ubuntu\"]\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 7359, "all_permissive": false }
ansible_role
logalexus/vagrant-devops-infra
6f32a4f89f69f3bfa57a446ca57bfa0fa179fffe
0
ansible/vagrant/roles/admin-user
8,154
[ "no_license" ]
[ { "path": "ansible/vagrant/roles/admin-user/tasks/main.yml", "content": "- name: Create admin user 'admin'\n user:\n name: admin\n password: \"{{ 'qwe' | password_hash('<PASSWORD>') }}\"\n shell: /bin/bash\n create_home: yes\n groups: sudo, admin\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
logalexus/vagrant-devops-infra
6f32a4f89f69f3bfa57a446ca57bfa0fa179fffe
0
ansible/vagrant/roles/ansible
8,154
[ "no_license" ]
[ { "path": "ansible/vagrant/roles/ansible/tasks/main.yml", "content": "- name: Install pip\n apt:\n name: python3-pip\n state: present\n\n- name: Upgrade pip \n pip:\n name: pip\n state: latest\n\n- name: Install Ansible\n pip:\n name: ansible\n state: latest", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
logalexus/vagrant-devops-infra
6f32a4f89f69f3bfa57a446ca57bfa0fa179fffe
0
ansible/vagrant/roles/default-gateway
8,154
[ "no_license" ]
[ { "path": "ansible/vagrant/roles/default-gateway/tasks/main.yml", "content": "- name: Check if gateway exists\n command: ip route show default\n register: route_check\n\n- name: Add gateway if it does not exist\n command: ip route add default via 192.168.100.1\n when: \"'192.168.100.1' not in route_chec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
logalexus/vagrant-devops-infra
6f32a4f89f69f3bfa57a446ca57bfa0fa179fffe
0
ansible/vagrant/roles/gateway
8,154
[ "no_license" ]
[ { "path": "ansible/vagrant/roles/gateway/tasks/main.yml", "content": "- name: Install necessary packages\n apt:\n name:\n - iptables\n - isc-dhcp-server\n - bind9\n update_cache: yes\n state: present\n\n- name: Ensure IP forwarding is enabled in sysctl.conf\n lineinfile:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1568, "all_permissive": false }
ansible_role
logalexus/vagrant-devops-infra
6f32a4f89f69f3bfa57a446ca57bfa0fa179fffe
0
ansible/vagrant/roles/resolve
8,154
[ "no_license" ]
[ { "path": "ansible/vagrant/roles/resolve/templates/resolved.conf.j2", "content": "[Resolve]\nDNS=192.168.100.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ansible/vagrant/roles/resolve/tasks/main.yml", "content": "- name: Configure DNS\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 164, "all_permissive": false }
ansible_role
logalexus/vagrant-devops-infra
6f32a4f89f69f3bfa57a446ca57bfa0fa179fffe
0
ansible/vagrant/roles/ssh
8,154
[ "no_license" ]
[ { "path": "ansible/vagrant/roles/ssh/tasks/main.yml", "content": "- name: Set ssh PasswordAuthentication to yes\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#?PasswordAuthentication'\n line: 'PasswordAuthentication yes'\n notify: restart ssh\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 279, "all_permissive": false }
ansible_role
abelfodil/inf3995-devops
43d45164ac2ab99023524ab046cab218f72d4009
10
4-cd/roles/setup
8,154
[ "no_license" ]
[ { "path": "4-cd/roles/setup/tasks/build_target.yml", "content": "- name: \"Build {{target_name}}\"\n shell: \"{{remote_project_location}}/compile.sh {{target_name}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "4-cd/roles/setup/tasks/main.ym...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 418, "all_permissive": false }
ansible_role
bomaboma/script
2b63eb9178c124c707fc009dfddd0189d88a5906
0
roles/user-create
8,154
[ "no_license" ]
[ { "path": "roles/user-create/tasks/main.yml", "content": "---\n- name: Creating the users.\n user:\n name: \"{{ sname }}\"\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n comment: \"{{ sfull }}\"\n shell: /bin/bash\n group: wheel\n groups: wheel\n home: /home/{{ sna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
mayamika/alex-rybalko-k0s
7c4a925ee0f2c64e69aae4c54a2799fe9a069324
0
roles/controller
8,154
[ "no_license" ]
[ { "path": "roles/controller/templates/controller-token.j2", "content": "{{hostvars[groups['initial_controller'][0]]['ansible_facts']['join_token_controller']}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/controller/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 850, "all_permissive": false }
ansible_role
mayamika/alex-rybalko-k0s
7c4a925ee0f2c64e69aae4c54a2799fe9a069324
0
roles/initial_controller
8,154
[ "no_license" ]
[ { "path": "roles/initial_controller/tasks/main.yml", "content": "---\n- name: Setup k0s\n ansible.builtin.include_role:\n name: setup_k0s\n\n- name: Create service with install command\n register: install_initial_controller_cmd\n command: k0s install controller --force --config {{ k0s_config_dir }}/k0...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1752, "all_permissive": false }
ansible_role
mayamika/alex-rybalko-k0s
7c4a925ee0f2c64e69aae4c54a2799fe9a069324
0
roles/setup_k0s
8,154
[ "no_license" ]
[ { "path": "roles/setup_k0s/defaults/main.yml", "content": "---\nk0s_config_dir: /etc/k0s\nk0s_data_dir: /var/lib/k0s\nk0s_libexec_dir: /usr/libexec/k0s/\nk0s_binary_path: /usr/local/bin/k0s\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
mayamika/alex-rybalko-k0s
7c4a925ee0f2c64e69aae4c54a2799fe9a069324
0
roles/worker
8,154
[ "no_license" ]
[ { "path": "roles/worker/templates/worker-token.j2", "content": "{{hostvars[groups['initial_controller'][0]]['ansible_facts']['join_token_worker']}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/worker/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 714, "all_permissive": false }
ansible_role
papiLLLL/ansible
7a6401eacc398021a9b29401d1930849aafd766a
0
roles/git
8,164
[ "no_license" ]
[ { "path": "roles/git/tasks/redhat.yml", "content": "---\n- name: Download git-completion and git-prompt\n get_url:\n url: \"{{ item.url }}\"\n dest: \"{{ ansible_user_dir }}/{{ item.file }}\"\n mode: \"0755\"\n with_items:\n - {\n url: \"https://raw.githubusercontent.com/git/git/master/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1065, "all_permissive": false }
ansible_role
papiLLLL/ansible
7a6401eacc398021a9b29401d1930849aafd766a
0
roles/nodejs
8,164
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\r\n- name: Prepare set_fact for conditional branch\r\n set_fact:\r\n condition: result.rc != 0 or result.stdout != \"{{ nodejs_version }}\"\r\n\r\n- name: Check if there is nodejs\r\n shell: node -v | cut -c 2-\r\n register: result\r\n failed_w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 729, "all_permissive": false }
ansible_role
papiLLLL/ansible
7a6401eacc398021a9b29401d1930849aafd766a
0
roles/os
8,164
[ "no_license" ]
[ { "path": "roles/os/tasks/main.yml", "content": "---\r\n- name: Check if there is \"{{ ansible_user_dir }}/.bash_aliases\"\r\n stat:\r\n path: \"{{ ansible_user_dir }}/.bash_aliases\"\r\n become: false\r\n register: result\r\n\r\n- name: Create \"{{ ansible_user_dir }}/.bash_aliases\"\r\n file:\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2281, "all_permissive": false }
ansible_role
papiLLLL/ansible
7a6401eacc398021a9b29401d1930849aafd766a
0
roles/package
8,164
[ "no_license" ]
[ { "path": "roles/package/tasks/main.yml", "content": "---\n- name: Update package list\n become: yes\n apt:\n update_cache: yes\n changed_when: false\n\n- name: Upgrade all packages\n become: yes\n apt:\n upgrade: dist\n\n- name: Install package for middle ware\n become: yes\n apt:\n name:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
papiLLLL/ansible
7a6401eacc398021a9b29401d1930849aafd766a
0
roles/php
8,164
[ "no_license" ]
[ { "path": "roles/php/tasks/redhat.yml", "content": "---\n- name: Install remi repository\n dnf:\n name: \"https://rpms.remirepo.net/enterprise/remi-release-8.rpm\"\n state: present\n\n- name: Install php{{ php_version }}\n dnf:\n name: \"php{{ php_version }}\"\n state: present\n\n- name: Chang...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
papiLLLL/ansible
7a6401eacc398021a9b29401d1930849aafd766a
0
roles/php-composer
8,164
[ "no_license" ]
[ { "path": "roles/php-composer/tasks/redhat.yml", "content": "---\n- name: Check composer installed\n stat:\n path: /usr/local/bin/composer\n register: composer\n\n- name: Download composer-setup.php\n get_url:\n url: \"https://getcomposer.org/installer\"\n dest: \"/usr/local/src/composer-setup.p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 396, "all_permissive": false }
ansible_role
papiLLLL/ansible
7a6401eacc398021a9b29401d1930849aafd766a
0
roles/ruby
8,164
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: Import ubuntu.yml\r\n import_tasks: ubuntu.yml\r\n when: ansible.distribution == \"ubuntu\"\r\n\r\n- name: Import centos.yml\r\n import_tasks: centos.yml\r\n when: ansible.distribution == \"centos\"\r\n", "license_type": "no_license", "d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1293, "all_permissive": false }
ansible_role
papiLLLL/ansible
7a6401eacc398021a9b29401d1930849aafd766a
0
roles/symfony
8,164
[ "no_license" ]
[ { "path": "roles/symfony/tasks/redhat.yml", "content": "---\n- name: Check symfony installed\n stat:\n path: /usr/local/bin/symfony\n register: symfony\n\n- name: Download symfony\n get_url:\n url: https://get.symfony.com/cli/installer\n dest: /usr/local/src/symfony\n mode: 0755\n\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
papiLLLL/ansible
7a6401eacc398021a9b29401d1930849aafd766a
0
roles/vim
8,164
[ "no_license" ]
[ { "path": "roles/vim/files/.vimrc", "content": "syntax on\nset t_Co=256\ncolorscheme atom-dark-256\n\nset nobackup\nset noswapfile\nset number\nset smartindent\nset expandtab\nset tabstop=2\nset shiftwidth=2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 978, "all_permissive": false }
ansible_role
papiLLLL/ansible
7a6401eacc398021a9b29401d1930849aafd766a
0
roles/wsl
8,164
[ "no_license" ]
[ { "path": "roles/wsl/tasks/main.yml", "content": "---\r\n- name: Enable umask 022 in \"{{ ansible_user_dir }}/.profile\"\r\n lineinfile:\r\n path: \"{{ ansible_user_dir }}/.profile\"\r\n regexp: \"^#?umask 022\"\r\n line: \"umask 022\"\r\n\r\n- name: Check if there is /etc/wsl.conf\r\n stat:\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 565, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
centos/roles/apache_old
8,164
[ "no_license" ]
[ { "path": "centos/roles/apache_old/tasks/main.yml", "content": "# - name: uninstall php all\n# command: yum remove php-*\n\n# httpd\n- name: httpd is installed\n yum: pkg=httpd state=installed\n tags: httpd\n\n- name: httpd is runnning and enabled\n service: name=httpd state=running enabled=yes\n tags...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
centos/roles/create-user
8,164
[ "no_license" ]
[ { "path": "centos/roles/create-user/tasks/main.yml", "content": "- name: Create a 4096-bit SSH key for user developer\n user:\n name: \"{{creat_user}}\"\n generate_ssh_key: yes\n ssh_key_bits: 4096\n ssh_key_file: .ssh/id_rsa\n groups: wheel\n password: \"{{ '<PASSWORD>'|password_hash('<P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
centos/roles/docker
8,164
[ "no_license" ]
[ { "path": "centos/roles/docker/tasks/main.yml", "content": "- name: remove a list of packages\n yum:\n name:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n - docker-latest-logrotate\n - docker-logrotate\n - docker-engin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
centos/roles/go
8,164
[ "no_license" ]
[ { "path": "centos/roles/go/tasks/main.yml", "content": "- name: go\n snap:\n name:\n - go\n classic: yes\n\n- name: go get\n shell: |\n curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh\n go get github.com/pilu/fresh\n go get github.com/go-playground/universal-tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
centos/roles/nginx-unit
8,164
[ "no_license" ]
[ { "path": "centos/roles/nginx-unit/vars/main.yml", "content": "unit_version: 1.8.0\r\npython_version: 3.7\r\n\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "centos/roles/nginx-unit/templates/config_routing.json", "content": "{\r\n \"lis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3134, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
centos/roles/nodejs
8,164
[ "no_license" ]
[ { "path": "centos/roles/nodejs/tasks/main.yml", "content": "\n\n# - name: check if nodejs already installed\n# stat:\n# path: /usr/local/bin/node\n# register: nodejs_bin\n\n- name: download and setup nodejs source\n shell: |\n curl -sL https://rpm.nodesource.com/setup_12.x | bash -\n # when: no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 820, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
centos/roles/php
8,164
[ "no_license" ]
[ { "path": "centos/roles/php/tasks/main.yml", "content": "# - name: uninstall php all\n# command: yum remove php-*\n\n- name: Install package with multiple repos enabled\n yum:\n name: \n - https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n - https://rpms.remirepo.net/en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
centos/roles/pip
8,164
[ "no_license" ]
[ { "path": "centos/roles/pip/tasks/main.yml", "content": "- name: venv\n pip:\n name: \n # - pip\n # - scrapy\n # - bottle\n # - falcon\n # - gensim\n # - pymongo\n # - cython\n # - pymagnitude\n # - bs4\n # - mecab-python3\n - pandas\n # - fast...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
opqrshun/ansible
8401135d6ec54a17da57ac6973cf03a9d7ef0800
0
centos/roles/python
8,164
[ "no_license" ]
[ { "path": "centos/roles/python/vars/main.yml", "content": "python_url: https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz\r\npython_version: 3.7.3\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "centos/roles/python/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 808, "all_permissive": false }