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
jowj/adc
0e2cbf6519f8451fbac2696383eb60896b365eb2
0
ansible/roles/home-net
306
[ "no_license" ]
[ { "path": "ansible/roles/home-net/templates/main.yml", "content": "[Interface]\nPrivateKey = {{ wireguard_clients[3]['privkey'] }}\nAddress = {{ wireguard_vpn_network | ipsubnet(32, wireguard_clients[3]['offset']) }}\n\nPostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptab...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3574, "all_permissive": false }
ansible_role
jowj/adc
0e2cbf6519f8451fbac2696383eb60896b365eb2
0
ansible/roles/syslog
306
[ "no_license" ]
[ { "path": "ansible/roles/syslog/tasks/main.yml", "content": "---\n- name: Install syslog-ng etc\n apt:\n name:\n - logrotate\n - syslog-ng\n - nfs-common # required for mounting the idiot nfs thing over idiot nfs, the worst fs.\n state: latest\n\n\n- name: Configure firewall (Ubuntu)\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 952, "all_permissive": false }
ansible_role
jowj/adc
0e2cbf6519f8451fbac2696383eb60896b365eb2
0
ansible/roles/tailscale
306
[ "no_license" ]
[ { "path": "ansible/roles/tailscale/defaults/main.yml", "content": "---\ntailscale_auth_key: \"{{ vault_tailscale_auth_key }}\"\n# note that ^ expires every 90 days right now, I think\n# far from ideal\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1428, "all_permissive": false }
ansible_role
jowj/adc
0e2cbf6519f8451fbac2696383eb60896b365eb2
0
ansible/roles/updater
306
[ "no_license" ]
[ { "path": "ansible/roles/updater/tasks/main.yml", "content": "- name: Update apt\n apt: update_cache=yes\n\n- name: Update all packages to their latest version\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
atticlab/eos-node-ansible
ebd155989728cd06cc858c6f12dab3f0cde3c95b
0
roles/eosnode
306
[ "no_license" ]
[ { "path": "roles/eosnode/templates/backup.sh.j2", "content": "#!/bin/sh\n\nDATE=`date \"+%a\"`\nYEAR=`date \"+%Y\"`\nMONTH=`date \"+%m\"`\nDAY=`date \"+%d\"`\nH=`date \"+%H\"`\nM=`date \"+%M\"`\n\nDATA_DIR={{ eos_dir }}\nBACKUP_DIR={{ backup_dir }}/backups/${DATE}\n\n$DATA_DIR/stop.sh\nmkdir $BACKUP_DIR\ncp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 17057, "all_permissive": false }
ansible_role
ap-konovalov/my_own_collection
11e432b131ee93fc8ce6e33a9c19c747f0275fe1
0
roles/create_txt
306
[ "no_license" ]
[ { "path": "roles/create_txt/handlers/main.yml", "content": "---\n# handlers file for create_txt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/create_txt/tasks/main.yml", "content": "---\n# tasks file for create_txt\n - name: Run my...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2981, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/common
306
[ "no_license" ]
[ { "path": "roles/common/tasks/systemd.yml", "content": "- name: Update the systemd service\n ansible.builtin.template:\n src: systemd.service\n dest: /etc/systemd/system/{{COMPONENT}}.service\n\n- name: Start the {{COMPONENT}} service\n ansible.builtin.systemd:\n name: \"{{COMPONENT}}\"\n stat...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3036, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/dispatch
306
[ "no_license" ]
[ { "path": "roles/dispatch/vars/main.yml", "content": "COMPONENT: dispatch\n\nAPP_LOCATION: /home/roboshop/{{COMPONENT}}\nSUFFIX: /\nLOG_TYPE: raw\nLOG_FILE: /var/log/dispatch.log", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/dispatch/tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1257, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/elk
306
[ "no_license" ]
[ { "path": "roles/elk/tasks/rsyslog.yml", "content": "- name: Configure the rsyslog template\n ansible.builtin.template:\n src: rsyslog.conf\n dest: /etc/rsyslog.d/rsyslog.conf\n\n- name: restart rsyslog\n ansible.builtin.systemd:\n name: rsyslog\n state: restarted", "license_type": "no_lic...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1012, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/frontend
306
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Include common role\n ansible.builtin.include_role:\n name: common\n tasks_from: download\n\n- name: Update the systemd service\n ansible.builtin.tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/mongodb
306
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Configure the yum repos\n ansible.builtin.template:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: install mongodb service\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Replace listen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 797, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/mysql
306
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Fail if MYSQL_PASSWORD exist or not\n ansible.builtin.fail:\n msg: MYSQL_PASSWORD variable is needed\n when: MYSQL_PASSWORD is undefined\n\n- name: Configure yum repos\n ansible.builtin.template:\n src: mysql.repo\n dest: /etc/yum.repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1991, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/payment
306
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Fail if RABBITMQ_USER_PASSWORD exist or not\n ansible.builtin.fail:\n msg: RABBITMQ_USER_PASSWORD variable is needed\n when: RABBITMQ_USER_PASSWORD is undefined\n\n- name: Include python.yml\n ansible.builtin.include_role:\n name: common...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/prometheus
306
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/server.yml", "content": "- name: Prometheus update configuration\n ansible.builtin.template:\n src: prometheus.yml\n dest: /opt/prometheus/prometheus.yml\n\n- name: Prometheus alerts update configuration\n ansible.builtin.template:\n src: alerts.yml\n dest: /o...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1028, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/rabbitmq
306
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Fail if RABBITMQ_USER_PASSWORD exist or not\n ansible.builtin.fail:\n msg: RABBITMQ_USER_PASSWORD variable is needed\n when: RABBITMQ_USER_PASSWORD is undefined\n\n- name: Install yum repos\n ansible.builtin.shell: curl -s https://packagec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 912, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/redis
306
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: configure yum repo\n ansible.builtin.template:\n src: redis.repo\n dest: /etc/yum.repos.d/redis.repo\n\n- name: Install redis service\n ansible.builtin.yum:\n name: redis-6.2.7\n state: installed\n\n- name: Replace listening\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
phani-devops-practice/TRN-roboshop-ansilble
f23222b50381124e04114bc7e4a870791924b2d5
0
roles/shipping
306
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Include java\n ansible.builtin.include_role:\n name: common\n tasks_from: java", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
KarolySzabo443/HRM_ZYC83U
1b7a9cb5b9e0f10dd69986b33281c8a9cfb134a6
0
roles/prac_1
306
[ "no_license" ]
[ { "path": "roles/prac_1/vars/main.yml", "content": "---\n# vars file for prac_1\nvar_package1: mysql-server\nvar_package2: pip\nvar_pip_package: pymysql\nvar_service: mysqld.service\nvar_firewall_service: mysql\nvar_dir: \"/usr/local/db\"\nvar_owner: mysql\nvar_group: mysql\nvar_mode: \"0700\"\nvar_setype: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1745, "all_permissive": false }
ansible_role
KarolySzabo443/HRM_ZYC83U
1b7a9cb5b9e0f10dd69986b33281c8a9cfb134a6
0
roles/prac_2
306
[ "no_license" ]
[ { "path": "roles/prac_2/handlers/main.yml", "content": "---\n# handlers file for prac_2\n- name: Start and enable NFS service\n ansible.builtin.service:\n name: \"{{ var_service }}\"\n state: started\n enabled: yes\n", "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": 1071, "all_permissive": false }
ansible_role
KarolySzabo443/HRM_ZYC83U
1b7a9cb5b9e0f10dd69986b33281c8a9cfb134a6
0
roles/prac_3
306
[ "no_license" ]
[ { "path": "roles/prac_3/tasks/main.yml", "content": "---\n# tasks file for prac_3\n- name: Get the UUID of the device\n shell: lsblk -no UUID \"{{ var_device }}\"\n register: device_uuid\n\n- name: Write line to /etc/fstab and mount device\n ansible.posix.mount:\n path: \"{{ var_path }}\"\n src: 'U...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 457, "all_permissive": false }
ansible_role
zipyinthenet/ansible-playbooks
2959f10cd7e02cfae393e2dbba63bb5c93e5fc04
0
playbooks-examples-cheatsheet/playbook-roles/roles/mysql
306
[ "no_license" ]
[ { "path": "playbooks-examples-cheatsheet/playbook-roles/roles/mysql/tasks/playbook.yml", "content": "---\n- name: Install Pre-Requisites\n yum: name=pre-req-packages state=present\n\n- name: Install MySQL Packages\n yum: name=mysql state=present\n\n- name: Start MySQL Service\n service: name=mysql state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
Keerthana-Practice/Expense-Ansible
5540f0405aee4e953d35308cb364d5edd3d89ea4
0
roles/Backend
306
[ "no_license" ]
[ { "path": "roles/Backend/tasks/main.yml", "content": "- name : install nodejs\n ansible.builtin.dnf:\n name : nodejs\n state : latest\n\n- name : Adding user\n ansible.builtin.user:\n name: expense\n\n- name: imporing thr prerquisite using common file\n ansible.builtin.import_role:\n name: Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1665, "all_permissive": false }
ansible_role
Keerthana-Practice/Expense-Ansible
5540f0405aee4e953d35308cb364d5edd3d89ea4
0
roles/Frontend
306
[ "no_license" ]
[ { "path": "roles/Frontend/tasks/pre.yml", "content": "- name: install nginx\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n- name: copy nginx configuration\n ansible.builtin.template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: importing thr prerquisite us...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 532, "all_permissive": false }
ansible_role
Keerthana-Practice/Expense-Ansible
5540f0405aee4e953d35308cb364d5edd3d89ea4
0
roles/Mysql
306
[ "no_license" ]
[ { "path": "roles/Mysql/tasks/main.yml", "content": "- name: Install MYSQL server\n ansible.builtin.dnf:\n name: mysql-server\n state: latest\n\n- name : restart servers\n ansible.builtin.systemd_service:\n name: mysqld\n state: started\n enabled: yes\n\n- name: \"Installing pip dependencies...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
OCA-UFCG/oca-infra
a131067ef5b46ecd147640225d1d8c4c98a3337a
1
ansible/roles/deploy
306
[ "no_license" ]
[ { "path": "ansible/roles/deploy/templates/docker-compose.yml", "content": "version: \"3\"\nservices:\n nginx:\n image: nginx:latest\n ports:\n - 80:80\n - 443:443\n restart: always\n volumes:\n - ./nginx/:/etc/nginx/conf.d/:ro\n - ./ssl/:/etc/nginx/ssl/:ro\n networks:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1976, "all_permissive": false }
ansible_role
OCA-UFCG/oca-infra
a131067ef5b46ecd147640225d1d8c4c98a3337a
1
ansible/roles/monitor
306
[ "no_license" ]
[ { "path": "ansible/roles/monitor/vars/main.yml", "content": "---\n# vars file for roles/monitor\ndns_name: 'https://oca.lsd.ufcg.edu.br' \nips_to_monitor: ['192.168.56.200'] # <ip_vm1>, <ip_vm2>, ...\nmail_app_user: '<EMAIL>' \nmail_app_pass: '<PASSWORD>' # <password>\nmail_app_to: '<EMAIL>' \n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7685, "all_permissive": false }
ansible_role
OCA-UFCG/oca-infra
a131067ef5b46ecd147640225d1d8c4c98a3337a
1
ansible/roles/setup
306
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/main.yml", "content": "---\n- name: Update apt cache\n become: true\n ansible.builtin.apt:\n update_cache: yes\n \n- name: Docker - install apt package dependencies\n become: true\n ansible.builtin.apt:\n name:\n - git\n - apt-transport-https\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1115, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/1password
306
[ "no_license" ]
[ { "path": "roles/1password/files/agent.toml", "content": "# https://developer.1password.com/docs/ssh/agent/config\n[[ssh-keys]]\nitem = \"SSH Key\"\nvault = \"Private\"\naccount = \"Personal\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "role...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3028, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/anyenv
306
[ "no_license" ]
[ { "path": "roles/anyenv/tasks/main.yml", "content": "- tags:\n - anyenv\n vars:\n anyenv_root_dir: \"{{ ansible_env.HOME }}/.anyenv\"\n # Pass a version to install a specific version of ruby\n # anyenv_ruby_version: \"3.3.5\"\n block:\n - tags:\n - anyenv.config\n - fish.confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3483, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/aws-cli-config
306
[ "no_license" ]
[ { "path": "roles/aws-cli-config/tasks/main.yml", "content": "# Vars\n## aws_completer_path: a path for aws_completer\n- tags:\n - aws-cli.config\n - fish.config\n block:\n - template:\n src: aws.fish.j2\n dest: \"{{ ansible_env.HOME }}/.config/fish/conf.d/aws.fish\"\n mode: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 968, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/claude-code
306
[ "no_license" ]
[ { "path": "roles/claude-code/templates/CLAUDE.md", "content": "# CLAUDE.md\n\nThis file provides guidance to Claude Code (claude.ai/code) when working with code across all repositories.\n\n## Core Principles\n\n### Document Organization\n1. **.claude/docs/** directory for human-readable documentation\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2330, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/dotfiles
306
[ "no_license" ]
[ { "path": "roles/dotfiles/templates/.editorconfig.j2", "content": "# EditorConfig is awesome: http://EditorConfig.org\n\n# top-most EditorConfig file\nroot = true\n\n# Unix-style newlines with a newline ending every file\n[*]\nindent_style = space\nindent_size = 4\ncharset = utf-8\ntrim_trailing_whitespace ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 14618, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/fish
306
[ "no_license" ]
[ { "path": "roles/fish/templates/config.fish", "content": "# Stop showing a welcome message\nset fish_greeting\n\nset -gx EDITOR emacs\n\nset -U FZF_DEFAULT_OPTS \"--height $FZF_TMUX_HEIGHT --bind ctrl-k:kill-line,ctrl-alt-t:toggle-preview,ctrl-alt-n:preview-down,ctrl-alt-p:preview-up,ctrl-alt-v:preview-page...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4315, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/gcloud
306
[ "no_license" ]
[ { "path": "roles/gcloud/tasks/main.yml", "content": "- name: Install gcloud components\n tags:\n - gcloud\n block:\n - name: Install gcloud on Ubuntu\n when: ansible_facts['distribution'] == \"Ubuntu\"\n vars:\n root_dir: \"{{ ansible_env.HOME }}/local\"\n block:\n - sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1517, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/git
306
[ "no_license" ]
[ { "path": "roles/git/tasks/wsl.yml", "content": "- tags:\n - git\n block:\n - import_tasks: main.yml\n - template:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n mode: 0640\n loop:\n - src: wsl.gitconfig\n dest: \"{{ config_dir }}/platform.gitconf...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1612, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/github-cli
306
[ "no_license" ]
[ { "path": "roles/github-cli/tasks/main.yml", "content": "- tags:\n - github-cli\n block:\n - name: Setup fish completion\n block:\n - name: gh completion for fish shell\n command: gh completion -s fish > ~/.config/fish/completions/gh.fish\n\n - name: Install extensions\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1391, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/golang
306
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "- tags:\n - golang\n block:\n - name: Install go packages\n command: go install {{ item }}\n with_items:\n - github.com/x-motemen/ghq@latest\n - github.com/golang/mock/mockgen@latest\n # it's old version of apt reposi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 529, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/keyd
306
[ "no_license" ]
[ { "path": "roles/keyd/tasks/main.yml", "content": "- tags:\n - keyd\n become: true\n block:\n # https://launchpad.net/~keyd-team/+archive/ubuntu/ppa\n - apt_repository:\n repo: \"ppa:keyd-team/ppa\"\n state: present\n - apt:\n name:\n - keyd\n state: latest...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 873, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/kubectl
306
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "- tags:\n - kubectl\n block:\n - name: Install krew plugins\n block:\n - name: krew is installed\n stat:\n path: \"{{ ansible_env.HOME }}/.krew/bin\"\n register: krew_bin_dir\n - name: Install krew v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1491, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/rancher-desktop
306
[ "no_license" ]
[ { "path": "roles/rancher-desktop/tasks/main.yml", "content": "- tags:\n - rancher-desktop\n block:\n - template:\n src: conf-rancher-desktop.fish\n dest: \"{{ ansible_env.HOME }}/.config/fish/conf.d/rancher-desktop.fish\"\n mode: \"0640\"\n tags:\n - fish\n - f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 286, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/tmux
306
[ "no_license" ]
[ { "path": "roles/tmux/templates/tmux.remote.conf.j2", "content": "set-option -g prefix C-t\n\n# https://github.com/aleclearmind/nested-tmux\nset -g status-left \"$wg_session\"\nset -g status-right \"${USER}@#(hostname)\"\n\nset -g status-fg white\nset -g status-bg red\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5751, "all_permissive": false }
ansible_role
at-ishikawa/dotfiles
7d52689b7a7b8ac64fa698e407413a55a46175b0
0
roles/vscode-config
306
[ "no_license" ]
[ { "path": "roles/vscode-config/tasks/main.yml", "content": "# Vars\n## config_directory: https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations\n- tags:\n - vscode-config\n block:\n - file:\n path: \"{{ config_directory }}\"\n state: directory\n mode: 075...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7426, "all_permissive": false }
ansible_role
bobafettfrom/ansible_docker_test
cc8dc5e0dcaa5663478d9c9790acadc22f9e63cf
0
ansible/roles/nginx
306
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default_type application/octet-stream;\n sendfile on;\n keepalive_timeout 65;...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1259, "all_permissive": false }
ansible_role
bobafettfrom/ansible_docker_test
cc8dc5e0dcaa5663478d9c9790acadc22f9e63cf
0
ansible/roles/provisioner
306
[ "no_license" ]
[ { "path": "ansible/roles/provisioner/tasks/main.yml", "content": "---\n- name: install software\n package:\n name:\n - htop\n - ncdu\n - git\n - nano\n - acl\n state: present", "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
bobafettfrom/ansible_docker_test
cc8dc5e0dcaa5663478d9c9790acadc22f9e63cf
0
ansible/roles/ssh
306
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "---\n- name: Manage ssh\n block:\n - name: Disable root login\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#?PermitRootLogin'\n line: 'PermitRootLogin no'\n state: present\n\n - name: Disable empty passwords\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 832, "all_permissive": false }
ansible_role
bobafettfrom/ansible_docker_test
cc8dc5e0dcaa5663478d9c9790acadc22f9e63cf
0
ansible/roles/upload_static
306
[ "no_license" ]
[ { "path": "ansible/roles/upload_static/tasks/main.yml", "content": "---\n- name: Upload image\n copy:\n src: \"{{ role_path }}/files/\"\n dest: /var/www/static/images\n\n- name: Set permission\n file:\n path: /var/www/static/images\n owner: www-data\n group: www-data\n mode: '0755'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
bobafettfrom/ansible_docker_test
cc8dc5e0dcaa5663478d9c9790acadc22f9e63cf
0
ansible/roles/users
306
[ "no_license" ]
[ { "path": "ansible/roles/users/vars/main.yml", "content": "---\nusers_list:\n - name: user1\n shell: /bin/bash\n state: present\n password: \"<PASSWORD>\"\n ssh_key: \"ssh-rsa AAAAB3Nz...\"\n groups:\n - sudo\n - custom_group\n - name: user2\n shell: /bin/zsh\n password: \"<...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 993, "all_permissive": false }
ansible_role
bobafettfrom/ansible_docker_test
cc8dc5e0dcaa5663478d9c9790acadc22f9e63cf
0
ansible/roles/zsh_ohmyzsh
306
[ "no_license" ]
[ { "path": "ansible/roles/zsh_ohmyzsh/tasks/main.yml", "content": "---\n- name: Load variables from users role\n include_vars: \"{{ role_path }}/../users/vars/main.yml\"\n\n- name: Install zsh\n package:\n name: zsh\n state: present\n\n\n- name: Ensure ~/.oh-my-zsh directory exists\n stat: path=\"/h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 951, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/common
306
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Ensure that directories is exists\n sudo: yes\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0755\n with_items:\n - /etc/profile.d\n - /etc/systemd/system/docker.service.d\n - /opt/bin \n", "license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 243, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/consul
306
[ "no_license" ]
[ { "path": "provisioning/roles/consul/templates/consul_slave.env.j2", "content": "DOCKER_HOST = \"unix://{{ weave_unix_socket }}\"\nCONSUL_VERSION = \"{{ consul_version }}\"\nCONSUL_DATA = \"{{ consul_data }}\"\nCONSUL_NAME = \"{{ consul_slave_name }}\"\nCONSUL_CIDR = \"{{ consul_slave_cidr }}\"\nCONSUL_IP =...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3901, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/docker-common
306
[ "no_license" ]
[ { "path": "provisioning/roles/docker-common/tasks/main.yml", "content": "---\n- name: Pull common images\n command: \"docker pull {{ item }}\"\n with_items:\n - \"nginx:{{ nginx_version }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/docker-install
306
[ "no_license" ]
[ { "path": "provisioning/roles/docker-install/defaults/main.yml", "content": "---\ndocker_version: 1.7.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "provisioning/roles/docker-install/tasks/main.yml", "content": "---\n- name: Check that Doc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1214, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/mesos
306
[ "no_license" ]
[ { "path": "provisioning/roles/mesos/templates/mesos_slave.env.j2", "content": "DOCKER_HOST = \"unix://{{ weave_unix_socket }}\"\nMESOS_VERSION = \"{{ mesos_version }}\"\nMESOS_WORK_DIR = \"{{ mesos_work_dir }}\"\nMESOS_LOG_DIR = \"{{ mesos_log_dir }}\"\nMESOS_NAME= \"{{ mesos_slave_name }}\"\nMESOS_HOSTNAME...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4148, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/mesos-marathon
306
[ "no_license" ]
[ { "path": "provisioning/roles/mesos-marathon/tasks/main.yml", "content": "---\n- name: Copy marathon.service\n sudo: yes\n copy:\n src: marathon.service\n dest: /etc/systemd/system/marathon.service\n register: marathon_service\n notify:\n - Reload SystemD\n - Restart Marathon\n \n- name: Upload...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1747, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/openvswitch
306
[ "no_license" ]
[ { "path": "provisioning/roles/openvswitch/tasks/main.yml", "content": "---\n- name: Check that OpenVSwitch installed and extract version\n shell: \"ovs-vsctl -V\"\n ignore_errors: True\n register: ovs_installed\n \n- name: Install packages\n apt:\n pkg: \"{{item}}\"\n state: present\n update_c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1687, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/ovs-networking
306
[ "no_license" ]
[ { "path": "provisioning/roles/ovs-networking/defaults/main.yml", "content": "---\n# defaults file for ovs-networking\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "provisioning/roles/ovs-networking/handlers/main.yml", "content": "---\n# hand...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 305, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/weave-install
306
[ "no_license" ]
[ { "path": "provisioning/roles/weave-install/tasks/main.yml", "content": "---\n- name: Update Weave script\n sudo: yes\n get_url:\n url: http://git.io/weave\n dest: /opt/bin/weave\n mode: 0755\n register: weave_updated\n until: weave_updated | success\n \n- name: Setup Weave\n command: /opt/bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/weave-networking
306
[ "no_license" ]
[ { "path": "provisioning/roles/weave-networking/handlers/main.yml", "content": "---\n- name: Waiting for Weave Router\n wait_for:\n port: 6783\n timeout: 60\n\n- name: Waiting for Weave Proxy\n wait_for:\n port: 12375\n timeout: 60", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3303, "all_permissive": false }
ansible_role
Cleawing/ansible-playground
a70910ec449fcb54f25baae837beca001126afa8
0
provisioning/roles/zookeeper
306
[ "no_license" ]
[ { "path": "provisioning/roles/zookeeper/defaults/main.yml", "content": "---\nzookeeper_version: 3.4.6\nzookeeper_data: /mnt/zookeeper\nzookeeper_server_group: zookeeper_nodes\nzookeeper_node_index: \"\n {%- for host in groups[zookeeper_server_group] -%}\n {%- if host == 'default' or host == inventor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2115, "all_permissive": false }
ansible_role
sunakan/awx-practice
2a0b10a05e750165fda540e3756b323f5c74e71c
0
ansible-provision/roles/common
306
[ "no_license" ]
[ { "path": "ansible-provision/roles/common/tasks/main.yml", "content": "---\n\n- include_tasks: debian.yml\n\n- name: 'Install direnv({{ direnv_version }})'\n become: yes\n get_url:\n url: 'https://github.com/direnv/direnv/releases/download/{{ direnv_version }}/direnv.linux-amd64'\n dest: /usr/local/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 288, "all_permissive": false }
ansible_role
sunakan/awx-practice
2a0b10a05e750165fda540e3756b323f5c74e71c
0
ansible-provision/roles/docker
306
[ "no_license" ]
[ { "path": "ansible-provision/roles/docker/tasks/main.yml", "content": "---\n\n- name: Dockerに必要なパッケージを入れる\n become: yes\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n update_cache: yes\n cache_valid_tim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 795, "all_permissive": false }
ansible_role
sunakan/awx-practice
2a0b10a05e750165fda540e3756b323f5c74e71c
0
ansible-provision/roles/docker-compose
306
[ "no_license" ]
[ { "path": "ansible-provision/roles/docker-compose/tasks/main.yml", "content": "---\n\n- name: docker-composeのインストール\n get_url:\n url: '{{ download_url }}'\n dest: /usr/local/bin/docker-compose\n mode: 0755\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 237, "all_permissive": false }
ansible_role
sunakan/awx-practice
2a0b10a05e750165fda540e3756b323f5c74e71c
0
ansible-provision/roles/docker-python-module
306
[ "no_license" ]
[ { "path": "ansible-provision/roles/docker-python-module/tasks/main.yml", "content": "---\n\n- name: pip3でdocker等のモジュールをインストール\n become: yes\n pip:\n name:\n - docker\n - docker-compose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
dokuwiki/roles/dokuwiki
306
[ "no_license" ]
[ { "path": "dokuwiki/roles/dokuwiki/tasks/main.yml", "content": "---\n - name: Download latest stable dokuwiki tarball\n get_url: url=http://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz dest=/var/tmp/dokuwiki-stable.tgz\n\n - name: Unpack tarball\n command: tar -xvf dokuwiki-stable.tgz chdir=/v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
dokuwiki/roles/nginx
306
[ "no_license" ]
[ { "path": "dokuwiki/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt: pkg=nginx state=present update_cache=yes\n\n- name: Start nginx at boot\n service: name=nginx state=started enabled=yes\n\n- name: Copy nginx configuration\n template: src={{ configuration_file }} dest=/etc/ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
dokuwiki/roles/php7.3-fpm
306
[ "no_license" ]
[ { "path": "dokuwiki/roles/php7.3-fpm/tasks/main.yml", "content": "---\n- name: Install php7.3\n apt: \n name: php7.3-fpm\n state: present\n\n- name: Install php7.3-common\n apt: \n name: php7.3-common\n state: present \n\n- name: Install php7.3-xmlrpc\n apt: \n name: php7.3-xmlrpc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2104, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
drupal/roles/drupal
306
[ "no_license" ]
[ { "path": "drupal/roles/drupal/tasks/main.yml", "content": "---\n\n- name: \"Delete drupal web directory if exists\"\n file:\n path: /var/www/html/drupal\n state: absent\n\n- name: \"Create drupal web directory\"\n file:\n path: \"{{ item }}\"\n state: directory\n owner: www-data\n group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1994, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
drupal/roles/mysql
306
[ "no_license" ]
[ { "path": "drupal/roles/mysql/tasks/main.yml", "content": "---\n- name: \"Create mysql database\"\n mysql_db: name={{ drupal_mysql_db }} state=present\n\n- name: \"Create mysql user\"\n mysql_user: \n name={{ drupal_mysql_user }} \n password={{ <PASSWORD> }} \n priv={{ drupal_mysql_db }}.*:ALL\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 362, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
drupal/roles/php
306
[ "no_license" ]
[ { "path": "drupal/roles/php/tasks/main.yml", "content": "---\n- name: \"Install php extensions\"\n apt: name={{ item }} state=present\n with_items:\n - php-gd\n - php-dev\n - php-pear\n - php-mysql\n - php-cli\n - php-date\n - php-ssh2\n - php-xml\n - php-json\n - php-curl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 565, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
drupal/roles/system
306
[ "no_license" ]
[ { "path": "drupal/roles/system/tasks/main.yml", "content": "---\n- name: \"Update APT cache\"\n apt: \n update_cache: yes\n\n- name: \"Install LAMP and some other packages\"\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - mariadb-server\n - php\n - libapache2-mod-php\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
joomla/roles/apache
306
[ "no_license" ]
[ { "path": "joomla/roles/apache/tasks/main.yml", "content": "---\n- name: \"Update APT cache\"\n apt: update_cache=yes\n\n- name: \"Install Apache packages\"\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - libapache2-mod-php7.4\n - ssl-cert\n\n- name: \"Delete Joomla document r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1123, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
joomla/roles/joomla
306
[ "no_license" ]
[ { "path": "joomla/roles/joomla/defaults/main.yml", "content": "---\njoomla_mysql_db: \"joomla\"\njoomla_mysql_user: \"admin\"\njoomla_mysql_password: \"<PASSWORD>\"\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "joomla/roles/joomla/tasks/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 450, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
joomla/roles/mariadb
306
[ "no_license" ]
[ { "path": "joomla/roles/mariadb/tasks/main.yml", "content": "---\n- name: \"Install MySQL packages\"\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - mariadb-server\n - mariadb-client\n - python-mysqldb\n\n- name: \"Create MySQL database for Joomla\"\n mysql_db:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
joomla/roles/php
306
[ "no_license" ]
[ { "path": "joomla/roles/php/tasks/main.yml", "content": "---\n- name: \"Install PHP packages/extensions\"\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - php7.4-mysql\n - php7.4\n - php7.4-gd \n - php-ssh2\n - php7.4-xml\n - php7.4-mcrypt\n - php7.4-opcache\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
kubernetes/roles/master
306
[ "no_license" ]
[ { "path": "kubernetes/roles/master/tasks/main.yml", "content": "---\n\n- name: \"Install prerequisite packages\"\n apt: pkg={{ item }} update_cache=no state=present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n - python-pip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2729, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
kubernetes/roles/worker
306
[ "no_license" ]
[ { "path": "kubernetes/roles/worker/tasks/main.yml", "content": "---\n\n- name: \"Install prerequisite packages\"\n apt: pkg={{ item }} update_cache=no state=present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n - python-pip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2327, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
lemp/roles/nginx
306
[ "no_license" ]
[ { "path": "lemp/roles/nginx/tasks/main.yml", "content": "---\n- name: \"Install NginX\"\n apt: name=nginx state=present update_cache=yes\n\n- name: \"Enable and start Nginx service\"\n service:\n name: nginx\n state: started\n enabled: yes\n...\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
lemp/roles/php-fpm
306
[ "no_license" ]
[ { "path": "lemp/roles/php-fpm/tasks/main.yml", "content": "---\n- name: \"Install PHP packages\"\n apt: \n update_cache: yes\n name: \"{{ item }}\" \n state: present\n with_items:\n - php-cli\n - php-common\n - php-fpm\n - php-curl\n - php-zip\n - php-gd\n - php-mysql\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
nextcloud/roles/mysql
306
[ "no_license" ]
[ { "path": "nextcloud/roles/mysql/tasks/main.yml", "content": "---\n- name: \"Create MySQL nextcloud database\"\n mysql_db: name={{ nc_mysql_db }} state=present\n\n- name: \"Create MySQL nextcloud user\"\n mysql_user: \n name={{ nc_mysql_user }} \n password={{ nc_mysql_pwd }} \n priv=*.*:ALL\n...\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 319, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
nextcloud/roles/nextcloud
306
[ "no_license" ]
[ { "path": "nextcloud/roles/nextcloud/tasks/main.yml", "content": "---\n- name: \"Download and extract the latest NextCloud archive\"\n unarchive:\n src: 'https://download.nextcloud.com/server/releases/latest-15.zip'\n remote_src: true\n dest: '/var/www/'\n validate_certs: no\n\n- name: \"Update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1416, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
nextcloud/roles/system
306
[ "no_license" ]
[ { "path": "nextcloud/roles/system/tasks/main.yml", "content": "---\n- name: \"Update APT cache\"\n apt: update_cache=yes\n\n- name: \"Install LAMP packages\"\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - mysql-server\n - php\n - php-mysql\n - php-xml\n - php-cgi\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
prestashop/roles/mysql
306
[ "no_license" ]
[ { "path": "prestashop/roles/mysql/tasks/main.yml", "content": "---\n- name: \"Update APT cache\"\n apt: update_cache=yes\n\n- name: \"Install MySQL Server\"\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - mysql-server\n - python-mysqldb\n\n- name: \"Create MySQL prestashop da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
prestashop/roles/nginx
306
[ "no_license" ]
[ { "path": "prestashop/roles/nginx/tasks/main.yml", "content": "---\n- name: \"Install NginX\"\n apt: \n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - nginx\n\n- name: \"Enable and start Nginx service\"\n service:\n name: nginx\n state: started\n enabled:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 710, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
prestashop/roles/php-fpm
306
[ "no_license" ]
[ { "path": "prestashop/roles/php-fpm/tasks/main.yml", "content": "---\n- name: \"Install PHP packages\"\n apt: \n name: \"{{ item }}\" \n state: present\n update_cache: yes\n with_items:\n - php\n - php-cli\n - php-common\n - php-fpm\n - php-curl\n - php-zip\n - php-gd\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 718, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
prestashop/roles/prestashop
306
[ "no_license" ]
[ { "path": "prestashop/roles/prestashop/tasks/main.yml", "content": "---\n\n- name: \"Download and extract Prestashop 1.7.5.1 archive\"\n unarchive:\n src: 'https://download.prestashop.com/download/releases/prestashop_1.7.5.1.zip'\n dest: '/opt'\n remote_src: true\n validate_certs: no\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1433, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
wordpress/roles/packages
306
[ "no_license" ]
[ { "path": "wordpress/roles/packages/tasks/main.yml", "content": "---\n- name: \"Update apt cache\"\n apt: update_cache=yes\n\n- name: \"Install LAMP packages\"\n apt:\n pkg:\n - apache2\n - mariadb-server\n - php-mysql\n - php\n - libapache2-mod-php\n - python-mysqldb\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
wordpress/roles/php
306
[ "no_license" ]
[ { "path": "wordpress/roles/php/tasks/main.yml", "content": "---\n- name: \"Install php extensions\"\n apt: \n pkg:\n - php-gd \n - php-ssh2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
ikoula/ansible_playbooks
9458ade698e7e8a35b1da1d07d7bb42c9b2296ab
0
wordpress/roles/wordpress
306
[ "no_license" ]
[ { "path": "wordpress/roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress\n get_url:\n url=https://wordpress.org/latest.tar.gz\n dest=/tmp/wordpress.tar.gz\n validate_certs=no\n\n- name: Extract WordPress\n unarchive: src=/tmp/wordpress.tar.gz dest=/var/www/ copy=no\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
fuamus/ansible-testproject
3ced74e3180b9eed687b18986ce004402613dd34
0
roles/fact
307
[ "no_license" ]
[ { "path": "roles/fact/defaults/main.yml", "content": "---\n\nfact:\n free_space: 5\n partition_to_check: \"/var\"\n cache_file: /etc/cbk/config/cache\n expected_os_version: \"7.9\"\n expected_os_distribution: \"RedHat\"\n expected_capsule_server: \"ccv_RHEL86\"\n packages:\n - ksh\n - gzip\n p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1078, "all_permissive": false }
ansible_role
fuamus/ansible-testproject
3ced74e3180b9eed687b18986ce004402613dd34
0
roles/kickstart
307
[ "no_license" ]
[ { "path": "roles/kickstart/vars/vars.yml", "content": "---\nhostname:\nrhel_user: <EMAIL>\nrhel_passwd: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/kickstart/tasks/main.yml", "content": "---\n- name: Set a hostname\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 635, "all_permissive": false }
ansible_role
fuamus/ansible-testproject
3ced74e3180b9eed687b18986ce004402613dd34
0
roles/psql
307
[ "no_license" ]
[ { "path": "roles/psql/defaults/main.yml", "content": "---\n\npsql:\n packages:\n - postgresql\n - postgresql-server\n - python3\n - python-psycopg2\n db_name: testdb\n db_user: fuamus\n db_password: <PASSWORD>\n backup_dir: \"/psql/backups\"\n", "license_type": "no_license", "detect...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3402, "all_permissive": false }
ansible_role
fuamus/ansible-testproject
3ced74e3180b9eed687b18986ce004402613dd34
0
roles/tower
307
[ "no_license" ]
[ { "path": "roles/tower/tasks/main.yml", "content": "---\n- name: Upgrade all packages\n ansible.builtin.yum:\n name: '*'\n state: latest\n\n- name: Install epel rpm from a remote repo\n ansible.builtin.yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 655, "all_permissive": false }
ansible_role
robcorp/mock5-elevateyourhit
056128196eb52a10cdfbbaf5917139cd767a0d98
0
config/ansible/roles/apache2
307
[ "no_license" ]
[ { "path": "config/ansible/roles/apache2/tasks/main.yml", "content": "---\n# These tasks install apache2 and the proxy modules and set up the www.elevateyourhit.com site vhost.\n\n- name: Install apache2 and lynx\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - lynx\n\n- name: Enable ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1180, "all_permissive": false }
ansible_role
robcorp/mock5-elevateyourhit
056128196eb52a10cdfbbaf5917139cd767a0d98
0
config/ansible/roles/mock5FTP
307
[ "no_license" ]
[ { "path": "config/ansible/roles/mock5FTP/tasks/main.yml", "content": "---\n# These tasks create the mock5FTP user and directories it uses as well as configuring SFTP for this user.\n\n- name: Create mock5FTP user\n user: \n name: mock5FTP \n password: <PASSWORD> \n shell: /bin/bash\n\n- name: Crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1130, "all_permissive": false }
ansible_role
robcorp/mock5-elevateyourhit
056128196eb52a10cdfbbaf5917139cd767a0d98
0
config/ansible/roles/tomcat7
307
[ "no_license" ]
[ { "path": "config/ansible/roles/tomcat7/tasks/main.yml", "content": "---\n# These tasks install OpenJDK 8, Tomcat 7 and the Tomcat Admin apps\n\n#- name: Install JDK 8\n# apt: name=openjdk-8-jdk-headless state=present\n\n- name: Install Tomcat 7\n apt: name=\"tomcat7\" state=present\n\n- name: Install Tom...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1427, "all_permissive": false }
ansible_role
diegorcunha/Estudos
017804ce579c5178408ef791eb6ff69ae60edb9b
0
Curso 4Linux/roles/docker
307
[ "no_license" ]
[ { "path": "Curso 4Linux/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Garantir a instalacao do Docker\n apt: name={{item}} update_cache=yes state=present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
diegorcunha/Estudos
017804ce579c5178408ef791eb6ff69ae60edb9b
0
Curso 4Linux/roles/gitlab
307
[ "no_license" ]
[ { "path": "Curso 4Linux/roles/gitlab/tasks/main.yml", "content": "---\n# tasks file for gitlab\n- name: Instalando depedencias\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n - curl\n - openssh-server\n - postfix\n - ca-certificates\n\n\n- name: Baixando o Script de insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
diegorcunha/Estudos
017804ce579c5178408ef791eb6ff69ae60edb9b
0
Curso 4Linux/roles/jenkins
307
[ "no_license" ]
[ { "path": "Curso 4Linux/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Adicionando o repositorio do Jenkins\n get_url:\n url: http://pkg.jenkins-ci.org/redhat/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n\n- name: Importando chave gpg do jenkins \n rpm_key:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
diegorcunha/Estudos
017804ce579c5178408ef791eb6ff69ae60edb9b
0
Curso 4Linux/roles/puppet
307
[ "no_license" ]
[ { "path": "Curso 4Linux/roles/puppet/tasks/main.yml", "content": "---\n# tasks file for puppet\n- name: Download do repositorio\n get_url:\n url: https://apt.puppetlabs.com/puppet5-release-{{ansible_distribution_release}}.deb\n dest: /tmp/puppet5-release-{{ansible_distribution_release}}.deb\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
diegorcunha/Estudos
017804ce579c5178408ef791eb6ff69ae60edb9b
0
Curso 4Linux/roles/rundeck
307
[ "no_license" ]
[ { "path": "Curso 4Linux/roles/rundeck/tasks/main.yml", "content": "---\n# tasks file for rundeck\n- name: Garantir o Java\n yum: name=java\n\n- name: Download do repositorio\n yum:\n name: http://repo.rundeck.org/latest.rpm\n state: present\n\n- name: Instalar o Rundeck\n yum: name=rundeck state=pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }