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
mm-matsuda/ansible-vagrant
2900fef15fad49e1dff9f572b30f36e1f721eddf
0
playbook/roles/apt
5,317
[ "no_license" ]
[ { "path": "playbook/roles/apt/tasks/main.yml", "content": "---\n- name: apt-get update & upgrade\n apt:\n update_cache=yes\n upgrade=dist\n \n- name: apt-get autoremove\n command: apt-get -y autoremove\n\n- name: apt-get clean\n command: apt-get -y clean\n \n- name: install base package\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
mm-matsuda/ansible-vagrant
2900fef15fad49e1dff9f572b30f36e1f721eddf
0
playbook/roles/database
5,317
[ "no_license" ]
[ { "path": "playbook/roles/database/tasks/mysql.yml", "content": "---\n- name: install mysql\n apt: name={{ item }} state=present\n with_items:\n - libmysqlclient-dev\n - mysql-server # 14.14\n - python-dev\n - python-pip\n\n- name: install pip modules\n pip: name={{ item }}\n with_items:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1062, "all_permissive": false }
ansible_role
mm-matsuda/ansible-vagrant
2900fef15fad49e1dff9f572b30f36e1f721eddf
0
playbook/roles/emacs
5,317
[ "no_license" ]
[ { "path": "playbook/roles/emacs/tasks/install.yml", "content": "---\n- name: exist check\n shell: test -e /usr/local/src/emacs\n register: exist_check\n ignore_errors: yes\n\n- name: lib install\n command: sudo apt-get install -y libncurses5-dev\n when: exist_check|failed\n\n- name: source check\n she...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1134, "all_permissive": false }
ansible_role
mm-matsuda/ansible-vagrant
2900fef15fad49e1dff9f572b30f36e1f721eddf
0
playbook/roles/golang
5,317
[ "no_license" ]
[ { "path": "playbook/roles/golang/tasks/install.yml", "content": "---\n- name: go dir check\n command: test -e /usr/local/go\n register: godir_check\n ignore_errors: yes\n \n- name: remove old go\n command: rm -r /usr/local/go\n when: godir_check|success\n\n- name: golang {{ golang_version }} dir check...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1636, "all_permissive": false }
ansible_role
mm-matsuda/ansible-vagrant
2900fef15fad49e1dff9f572b30f36e1f721eddf
0
playbook/roles/ruby
5,317
[ "no_license" ]
[ { "path": "playbook/roles/ruby/tasks/gem.yml", "content": "---\n- name: install dependent packages\n apt: name={{ item }} state=present\n with_items:\n - libsqlite3-dev\n\n- name: gem update\n command: gem update --force --no-ri --no-rdoc\n\n- name: install gem\n command: gem install {{ item }} --no-...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3686, "all_permissive": false }
ansible_role
mm-matsuda/ansible-vagrant
2900fef15fad49e1dff9f572b30f36e1f721eddf
0
playbook/roles/vim
5,317
[ "no_license" ]
[ { "path": "playbook/roles/vim/tasks/main.yml", "content": "---\n- shell: vim --version | grep 1-827\n register: version_check\n ignore_errors: yes\n\n- include: install.yml\n when: version_check|failed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 611, "all_permissive": false }
ansible_role
mm-matsuda/ansible-vagrant
2900fef15fad49e1dff9f572b30f36e1f721eddf
0
playbook/roles/zsh
5,317
[ "no_license" ]
[ { "path": "playbook/roles/zsh/tasks/main.yml", "content": "---\n- shell: zsh --version\n register: exist_check\n ignore_errors: yes\n\n- name: install zsh\n command: apt-get install -y zsh\n when: exist_check|failed", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
tareafina/jenkins-automated
e63debf741a485b7acfe315e1c07515e77d6402f
0
ansible/roles/base
5,297
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n# Task file for base\n- name: apt update\n apt: \n update_cache: yes \n force_apt_get: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
pedmiston/telephone-app
904577e1b36833b2aad956c3fc377c4f515aab03
0
roles/web
5,297
[ "no_license" ]
[ { "path": "roles/web/tasks/setup_django_app.yml", "content": "---\n\n- name: Install packages required by the Django app inside virtualenv\n pip: virtualenv={{ virtualenv_path }} requirements={{ requirements_file }}\n\n- name: Run Django South migrations\n django_manage:\n command: migrate\n app_pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1862, "all_permissive": false }
ansible_role
vsokoltsov/ansible_playbooks
6b277622a11e9bb0654db3418c891fc56d303beb
0
kubernetes/roles/master
5,297
[ "no_license" ]
[ { "path": "kubernetes/roles/master/tasks/main.yml", "content": "---\n- include_tasks: roles/default.yml\n\n- name: Change hostname\n shell: hostnamectl set-hostname k8s-master\n\n- name: Check if cluster has already been initialized\n stat:\n path: \"/etc/kubernetes/pki/ca.key\"\n register: kubeadm_ca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2649, "all_permissive": false }
ansible_role
vsokoltsov/ansible_playbooks
6b277622a11e9bb0654db3418c891fc56d303beb
0
kubernetes/roles/node
5,297
[ "no_license" ]
[ { "path": "kubernetes/roles/node/tasks/main.yml", "content": "---\n- include_tasks: roles/default.yml\n- name: Copy the join command to server location\n copy: \n src: roles/join-command \n dest: /tmp/join-command.sh \n mode: 0777\n run_once: yes\n\n- name: Join the node to cluster\n shell: sh /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/audit
5,297
[ "no_license" ]
[ { "path": "roles/audit/tasks/main.yml", "content": "---\n- name: Create ansible tmp directory for reports\n ansible.builtin.file:\n path: /tmp/ansible\n state: directory\n\n- name: Gather hostname\n ansible.builtin.set_fact:\n hostname: \"{{ ansible_hostname }}\"\n\n- name: Gather CPU usage\n an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2206, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/base
5,297
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\r\n# tasks file for base\r\n\r\n- name: Add ssh key for usr_ansible\r\n become: yes\r\n tags:\r\n - initial_setup\r\n authorized_key:\r\n user: usr_ansible\r\n key: \"<KEY>\"\r\n\r\n- name: Update and upgrade APT packages\r\n become: yes\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1119, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/db_servers
5,297
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "---\r\n# tasks file for db_servers\r\n\r\n- name: Install PostgreSQL\r\n tags: \r\n - ubuntu\r\n - db\r\n - postgresql\r\n ansible.builtin.apt:\r\n name: postgresql\r\n state: latest\r\n when: \r\n - ansible_distribution in [\"Deb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 513, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/docker_management
5,297
[ "no_license" ]
[ { "path": "roles/docker_management/defaults/main.yml", "content": "---\n# defaults file for docker_management\ndocker_compose_binary_path: \"/usr/local/bin/docker-compose\"\ndocker_compose_plugin_package: \"docker-compose-plugin\"\ndocker_ce_package: \"docker-ce\"\ndocker_compose_service_path: \"/home/paul/...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 8197, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/file_management
5,297
[ "no_license" ]
[ { "path": "roles/file_management/README.md", "content": "# Ansible Role: file_management\n\n## Description\nThe `file_management` Ansible role provides tasks for managing files and folders, as well as scheduling playbooks and scripts as cron jobs. The tasks include:\n\n- `copy_file`: Copy a file from source...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 12370, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/file_servers
5,297
[ "no_license" ]
[ { "path": "roles/file_servers/defaults/main.yml", "content": "---\n# defaults file for file_servers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/file_servers/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 504, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/key_management
5,297
[ "no_license" ]
[ { "path": "roles/key_management/tasks/backup_keys.yml", "content": "---\n# tasks file for backup_ssh_keys\n\n- name: Ensure backup directory exists\n ansible.builtin.file:\n path: \"{{ ssh_key_backup_path }}\"\n state: directory\n mode: '0700'\n become: yes\n tags:\n - backup\n - ssh\n\n- ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 3901, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/server_deploy
5,297
[ "no_license" ]
[ { "path": "roles/server_deploy/defaults/main.yml", "content": "---\n# defaults file for server_deploy\nswap_size: 4G\ntimezone: Europe/London\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/server_deploy/handlers/main.yml", "content...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2823, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/software_management
5,297
[ "no_license" ]
[ { "path": "roles/software_management/vars/main.yml", "content": "---\n# vars file for software_updates\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/software_management/tests/test.yml", "content": "---\n- hosts: localhost\n remote_us...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 8325, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/user_management
5,297
[ "no_license" ]
[ { "path": "roles/user_management/tasks/delete_user.yml", "content": "---\n# tasks file for deleting a user\n\n- name: Delete a user\n ansible.builtin.user:\n name: \"{{ user_to_delete }}\"\n state: absent\n tags:\n - user_management\n - delete_user\n", "license_type": "no_license", "de...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2366, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/web_servers
5,297
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/install_webserver.yml", "content": "---\n# Include install tasks from the software_management role and notify the handler to restart the web server\n- name: Include install tasks from software_management role\n ansible.builtin.include_role:\n name: software_management\...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 4549, "all_permissive": false }
ansible_role
pjhoughton/ansible
23fc99983664801f3b78e081d0ef7de26debd756
1
roles/xo_management
5,297
[ "no_license" ]
[ { "path": "roles/xo_management/tasks/main.yml", "content": "---\r\n# tasks file for xo_management\r\n\r\n- name: Include xen_update tasks\r\n include_tasks: xen_update.yml\r\n when: xen_update | default(false)\r\n \r\n \r\n\r\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1222, "all_permissive": false }
ansible_role
holandes22/old_dotfiles
5c21b4c6eba4c571067ac2b9f4b71bb04992f207
0
provisioning/roles/asdf
5,297
[ "no_license" ]
[ { "path": "provisioning/roles/asdf/tasks/main.yml", "content": "- name: install asdf\n git:\n repo=git://github.com/asdf-vm/asdf.git\n version={{ asdf_version }}\n dest={{ asdf_folder }}\n clone=yes\n update=yes\n\n- name: install asdf plugins\n command: \"{{ asdf_bin }} plugin-add {{ item....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
holandes22/old_dotfiles
5c21b4c6eba4c571067ac2b9f4b71bb04992f207
0
provisioning/roles/completions
5,297
[ "no_license" ]
[ { "path": "provisioning/roles/completions/tasks/main.yml", "content": "---\n- name: download fish completion scripts\n get_url:\n url: \"{{ item }}\"\n dest: \"{{ fish_completions_folder }}\"\n mode: u=rw,g=r,o=r\n with_items: \"{{ fish_completion_scripts }}\"\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
holandes22/old_dotfiles
5c21b4c6eba4c571067ac2b9f4b71bb04992f207
0
provisioning/roles/folders
5,297
[ "no_license" ]
[ { "path": "provisioning/roles/folders/tasks/main.yml", "content": "- name: create home folders\n file: path={{ home_folder }}/{{ item }} state=directory mode=0744 owner={{ user }} group={{ group }}\n with_items: \"{{ home_folders }}\"\n\n- name: list dotfiles files\n shell: \"ls -1A {{ dotfiles_source_pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 834, "all_permissive": false }
ansible_role
holandes22/old_dotfiles
5c21b4c6eba4c571067ac2b9f4b71bb04992f207
0
provisioning/roles/node_packages
5,297
[ "no_license" ]
[ { "path": "provisioning/roles/node_packages/tasks/main.yml", "content": "- name: install node packages\n npm: name={{ item }} state=present global=yes\n with_items: node_packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
holandes22/old_dotfiles
5c21b4c6eba4c571067ac2b9f4b71bb04992f207
0
provisioning/roles/python_packages
5,297
[ "no_license" ]
[ { "path": "provisioning/roles/python_packages/tasks/main.yml", "content": "- name: ensure latest pip\n pip: name=pip state=latest\n\n- name: install python packages in system python3\n pip: name={{ item }} executable=pip3\n with_items: python_packages\n\n- name: install python packages in system python2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
holandes22/old_dotfiles
5c21b4c6eba4c571067ac2b9f4b71bb04992f207
0
provisioning/roles/ruby_packages
5,297
[ "no_license" ]
[ { "path": "provisioning/roles/ruby_packages/tasks/main.yml", "content": "- name: install ruby packages\n gem: name={{ item }} state=present user_install=no\n with_items: ruby_gems\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
holandes22/old_dotfiles
5c21b4c6eba4c571067ac2b9f4b71bb04992f207
0
provisioning/roles/services
5,297
[ "no_license" ]
[ { "path": "provisioning/roles/services/tasks/main.yml", "content": "- name: enabling and starting services\n service: name={{ item }} enabled=yes state=started\n with_items: \"{{services}}\"\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
holandes22/old_dotfiles
5c21b4c6eba4c571067ac2b9f4b71bb04992f207
0
provisioning/roles/system_packages
5,297
[ "no_license" ]
[ { "path": "provisioning/roles/system_packages/tasks/ubuntu.yml", "content": "- name: update apt cache\n apt: update_cache=yes\n\n- name: install system packages\n apt: name={{ item }} state=present update_cache=no\n with_items: system_packages\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1010, "all_permissive": false }
ansible_role
holandes22/old_dotfiles
5c21b4c6eba4c571067ac2b9f4b71bb04992f207
0
provisioning/roles/vim
5,297
[ "no_license" ]
[ { "path": "provisioning/roles/vim/tasks/main.yml", "content": "---\n- name: install vim-plug for nvim\n get_url:\n url: \"https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\"\n dest: \"{{home_folder}}/{{ vim_autoload_folder }}\"\n mode: u=rw,g=r,o=r\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
open-craft/opencraft-roles
9b1ca292a7b7cd5b4699546c05ba121dfda4fc5b
0
roles/common
5,297
[ "no_license" ]
[ { "path": "roles/common/files/hosts", "content": "127.0.0.1 localhost\n\n172.16.58.3\tcardstories cardstories.vm.plebia.org\n192.168.127.12\tcontrol control.vm.plebia.org\n172.16.17.32\tmail mail.vm.plebia.org\n192.168.127.12\tmysql mysql.vm.plebia.org\n172.16.17.32\topencraft opencraft.vm.plebia.org\n192.1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2458, "all_permissive": false }
ansible_role
open-craft/opencraft-roles
9b1ca292a7b7cd5b4699546c05ba121dfda4fc5b
0
roles/mysql
5,297
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Create mysql group\n group: name=mysql system=yes\n\n- name: Create mysql user\n user: name=mysql group=mysql system=yes\n\n- name: mount /var/lib/mysql\n mount: name=/var/lib/mysql src=/dev/vdb1 fstype=ext4 state=mounted\n\n- name: chown -R /va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
Co-Bdt/Reseau
a07998a99110eb62830a609ab082d79a306513b4
0
ansible/roles/config_kubernetes
5,297
[ "no_license" ]
[ { "path": "ansible/roles/config_kubernetes/tasks/main.yml", "content": "---\n# task file for config_kubernetes\n\n- name: Create a k8s namespace\n kubernetes.core.k8s:\n kubeconfig: ./vars/config\n name: test-namespace\n api_version: v1\n kind: Namespace\n state: present", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
egyama/Udapeople-CICD
bfba62cc9ca6f1098a6ff2aad75b711471dcc3e8
0
.circleci/ansible/roles/deploy
5,297
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/files/Readme.md", "content": "deploy files are here", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Create Backend Directory\n file:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 454, "all_permissive": false }
ansible_role
arfanfb/ansible_docker
1e2c388f86b0ba9c3fa6127cbd59f03be19e2c88
1
lib/ansible/roles/apt
5,297
[ "no_license" ]
[ { "path": "lib/ansible/roles/apt/tasks/main.yml", "content": "- include: gpg.yml\n\n- include: repository.yml\n\n- include: package.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "lib/ansible/roles/apt/tasks/repository.yml", "content": "-...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 527, "all_permissive": false }
ansible_role
arfanfb/ansible_docker
1e2c388f86b0ba9c3fa6127cbd59f03be19e2c88
1
lib/ansible/roles/docker
5,297
[ "no_license" ]
[ { "path": "lib/ansible/roles/docker/tasks/main.yml", "content": "- name: docker | add user mod\n command: sudo usermod -aG docker vagrant\n\n- name: Docker-PY\n pip:\n name: \"{{ item }}\"\n with_items:\n - six==1.4\n - docker-py==1.10.6\n\n- name: docker | create container\n docker_image:\n pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
chengqiangliu/cicd-assets
e82570886bf5d2a449a7e0433cb8314dd0cd2ba6
0
roles/jdk
5,297
[ "permissive" ]
[ { "path": "roles/jdk/defaults/main.yml", "content": "---\n# defaults file for roles/jdk\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 34 }, { "path": "roles/jdk/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: roo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1610, "all_permissive": true }
ansible_role
chengqiangliu/cicd-assets
e82570886bf5d2a449a7e0433cb8314dd0cd2ba6
0
roles/kubernetes
5,297
[ "permissive" ]
[ { "path": "roles/kubernetes/tasks/install-mongo.yml", "content": "- name: Create directories if they do not exist\n # Task to create directories if they don't exist\n file:\n path: \"{{ item }}\"\n state: directory\n mode: '0755'\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 13902, "all_permissive": true }
ansible_role
chengqiangliu/cicd-assets
e82570886bf5d2a449a7e0433cb8314dd0cd2ba6
0
roles/mysql
5,297
[ "permissive" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- import_tasks: install.yml\n when: cmd == \"install\"\n- import_tasks: uninstall.yml\n when: cmd == \"uninstall\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 109 }, { "path": "roles/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 501, "all_permissive": true }
ansible_role
chengqiangliu/cicd-assets
e82570886bf5d2a449a7e0433cb8314dd0cd2ba6
0
roles/nodejs
5,297
[ "permissive" ]
[ { "path": "roles/nodejs/tasks/uninstall.yml", "content": "- name: Remove NodeJS\n expect:\n command: sudo apt-get remove nodejs\n responses:\n 'Do you want to continue?' : 'Y'\n ", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 127 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": true }
ansible_role
chengqiangliu/cicd-assets
e82570886bf5d2a449a7e0433cb8314dd0cd2ba6
0
roles/python
5,297
[ "permissive" ]
[ { "path": "roles/python/tasks/install.yml", "content": "- name: Update latest packages\n shell: sudo apt-get update\n- name: Install Python3\n shell: sudo apt-get install python3\n ", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 123 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 252, "all_permissive": true }
ansible_role
baardkrk/hydra
60f2d946c6cd2fe759c969efb088db0e5b2478f2
0
playbooks/roles/dhcp-server
5,297
[ "no_license" ]
[ { "path": "playbooks/roles/dhcp-server/templates/hosts.j2", "content": "127.0.0.1 localhost\n::1 localhost ip6-localhost ip6-loopback\nfd00:c2b6:b24b:be67:2827:688d:e6a1:6a3b ip6-allnodes\nfdf8:f53e:61e4::18 ip6-allrouters\n\n127.0.1.1 {{ ansible_hostname }}\n\n{{ cluster_network_portion...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3192, "all_permissive": false }
ansible_role
baardkrk/hydra
60f2d946c6cd2fe759c969efb088db0e5b2478f2
0
playbooks/roles/enroll-compute-nodes
5,297
[ "no_license" ]
[ { "path": "playbooks/roles/enroll-compute-nodes/templates/hosts.j2", "content": "127.0.0.1\tlocalhost\n::1\t\tlocalhost ip6-localhost ip6-loopback\nfc00:db20:35b:7399::5\t\tip6-allnodes\nfd00:a516:7c1b:17cd:6d81:2137:bd2a:2c5b\t\tip6-allrouters\n\n127.0.1.1\t{{ item.hostname }}\n\n{{ cluster_network_portion...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 7203, "all_permissive": false }
ansible_role
baardkrk/hydra
60f2d946c6cd2fe759c969efb088db0e5b2478f2
0
playbooks/roles/filesystem
5,297
[ "no_license" ]
[ { "path": "playbooks/roles/filesystem/tasks/main.yml", "content": "# This role sets up the filesystem \n---\n# TODO: This role also suffers from the ugly \"network portion\" handling.\n\n- name: Make sure the SSD is mounted.\n become: true\n ansible.posix.mount:\n path: /mnt/usb\n src: /dev/sda1\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2166, "all_permissive": false }
ansible_role
baardkrk/hydra
60f2d946c6cd2fe759c969efb088db0e5b2478f2
0
playbooks/roles/rtl8153-workaround
5,297
[ "no_license" ]
[ { "path": "playbooks/roles/rtl8153-workaround/tasks/main.yml", "content": "# Workaround for getting the adapter to work.\n# After finding out it was changing ID on boot vs when it gets plugged in,\n# it was possible to find an answer at:\n# https://io.24hoursmedia.com/tech-notes/help-my-rpi4-thinks-my-usb-e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1374, "all_permissive": false }
ansible_role
baardkrk/hydra
60f2d946c6cd2fe759c969efb088db0e5b2478f2
0
playbooks/roles/tftp-server
5,297
[ "no_license" ]
[ { "path": "playbooks/roles/tftp-server/tasks/main.yml", "content": "# Setting up a boot server\n\n---\n- name: Install prerequisites.\n become: true\n ansible.builtin.apt:\n name: [ tftpd-hpa ]\n state: present\n\n- name: Make sure the SSD is mounted.\n become: true\n ansible.posix.mount:\n pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
banjocat/ansible-vs-chef-vs-puppet-deploying-mesos
68a550fcd37a02eb8fa79a434f9476976314cda6
1
ansible/roles/common
5,297
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: Add java repo\n apt_repository: repo=\"ppa:openjdk-r/ppa\"\n tags:\n - java\n\n- name: Add openjdk 8\n apt: name=openjdk-8-jdk\n tags:\n - java\n\n- name: Install stuff\n apt: name={{item}}\n with_items:\n - tar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1588, "all_permissive": false }
ansible_role
banjocat/ansible-vs-chef-vs-puppet-deploying-mesos
68a550fcd37a02eb8fa79a434f9476976314cda6
1
ansible/roles/follower
5,297
[ "no_license" ]
[ { "path": "ansible/roles/follower/tasks/main.yml", "content": "---\n\n\n- name: Make mesos volume path\n file:\n path: \"{{volume_path}}/mesos\"\n state: directory\n notify: restart slave\n\n- name: Change workdir to volume\n copy:\n dest: /etc/mesos-slave/work_dir\n content: /media/v...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1107, "all_permissive": false }
ansible_role
banjocat/ansible-vs-chef-vs-puppet-deploying-mesos
68a550fcd37a02eb8fa79a434f9476976314cda6
1
ansible/roles/master
5,297
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yml", "content": "---\n\n- name: Install zookeeper\n apt: name=zookeeper\n notify: restart master\n\n- name: Start zookeeper\n service: name=zookeeper state=started\n notify: restart master\n\n- name: Add ip\n copy:\n dest: /etc/mesos-master/ip\n con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1047, "all_permissive": false }
ansible_role
banjocat/ansible-vs-chef-vs-puppet-deploying-mesos
68a550fcd37a02eb8fa79a434f9476976314cda6
1
ansible/roles/mesos-dns
5,297
[ "no_license" ]
[ { "path": "ansible/roles/mesos-dns/tasks/main.yml", "content": "---\n\n- name: Create install directory\n file: path=/usr/local/mesos-dns state=directory recurse=true\n tags:\n - dns\n\n- name: Get mesos-dns\n get_url:\n url: https://github.com/mesosphere/mesos-dns/releases/download/v0.6.0/meso...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 784, "all_permissive": false }
ansible_role
CanaanGM/ansible-trial-B
5c0a2b82fad0afbe8df1c69ebaa8921851e9b15c
0
roles/new_pc
5,137
[ "no_license" ]
[ { "path": "roles/new_pc/tasks/main.yml", "content": "# entry point where all other tasks are concatenated.\n- name: Update the System\n pacman:\n update_cache: yes\n upgrade: yes\n \n\n- include_tasks: user.yml\n- include_tasks: shared/programs/core.yml # works\n- include_tasks: shared/aur/main.y...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1216, "all_permissive": false }
ansible_role
CanaanGM/ansible-trial-B
5c0a2b82fad0afbe8df1c69ebaa8921851e9b15c
0
roles/server
5,137
[ "no_license" ]
[ { "path": "roles/server/tasks/ssh.yml", "content": "- name: Disable SSH password auth\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"^#PasswordAuthentication yes\"\n line: \"PasswordAuthentication no\"\n register: sshd_config\n\n- name: Restart SSH daemon\n service:\n name : sshd\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1162, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/approve_cert
5,137
[ "no_license" ]
[ { "path": "roles/approve_cert/tasks/main.yml", "content": "- name: approve kubelet cert\r\n shell: |\r\n sleep 10\r\n for i in `kubectl get csr | grep Pending| awk '{print $1}'`;do kubectl certificate approve $i;done", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/bash
5,137
[ "no_license" ]
[ { "path": "roles/bash/vars/main.yml", "content": "---\nbash_version: 4.3.30\nbash_6x: bash-4.3.30-4.el6.x86_64.rpm\nbash_7x: bash-4.3.30-4.el7.x86_64.rpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/bash/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1457, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/calico
5,137
[ "no_license" ]
[ { "path": "roles/calico/tasks/main.yml", "content": "- name: wget calico\n shell: |\n wget https://docs.projectcalico.org/v3.11/manifests/calico.yaml -O /tmp/calico.yaml\n\n- name: update calico file\n shell: |\n sed -i 's#192.168.0.0/16#{{pod_cidr}}#' /tmp/calico.yaml\n\n- name: apply calico\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/common
5,137
[ "no_license" ]
[ { "path": "roles/common/tasks/set_kube-controller-manager.yml", "content": "- name: add kubelet renew certificate conf\r\n shell: |\r\n sed -i '/image:/i\\ - --experimental-cluster-signing-duration=876000h0m0s' /etc/kubernetes/manifests/kube-controller-manager.yaml", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/docker
5,137
[ "no_license" ]
[ { "path": "roles/docker/tasks/install_docker.yml", "content": "- name: install docker\r\n yum:\r\n name: docker-ce-{{docker_version}}\r\n state: present\r\n\r\n- name: update docker service file\r\n shell: |\r\n sed -i '/#BEGIN --generated by kubernetes/,/#END --generated by kubernetes/d' /usr/li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1509, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/fannel
5,137
[ "no_license" ]
[ { "path": "roles/fannel/tasks/main.yml", "content": "- name: copy kube-fannel.yaml\n copy:\n src: kube-fannel.yaml\n dest: /tmp/kube-fannel.yaml\n owner: root\n group: root\n mode: u=rwx,g=r,o=r\n\n- name: apply calico\n shell: |\n kubectl apply -f /tmp/kube-fannel.yaml", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/get_node_join_cmd
5,137
[ "no_license" ]
[ { "path": "roles/get_node_join_cmd/tasks/get_join_token.yml", "content": "- name: copy sh\n copy:\n src: get_new_node_join_cmd.sh\n dest: /tmp/get_new_node_join_cmd.sh\n owner: root\n group: root\n mode: u=rwx,g=r,o=r\n\n- name: new node join cmd\n shell: bash /tmp/get_new_node_join_cmd.sh\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 519, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/ha
5,137
[ "no_license" ]
[ { "path": "roles/ha/tasks/install_haproxy.yml", "content": "- name: install haproxy\r\n yum:\r\n name: haproxy-1.5.18\r\n state: present\r\n\r\n- name: copy haproxy config\r\n template:\r\n src: haproxy.cfg.j2\r\n dest: /etc/haproxy/haproxy.cfg\r\n owner: root\r\n group: root\r\n mode...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3111, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/join_master
5,137
[ "no_license" ]
[ { "path": "roles/join_master/tasks/main.yml", "content": "# - name: show aa\r\n# debug: msg=\"{{ hostvars[groups['kubernetes-masters'][0]]['master_join_cmd'] }}\"\r\n# debug: msg=\"{{ groups['kubernetes-masters'][1:] }}\"\r\n# debug: msg=\"{{ hostvars[item]['ansible_host'] }}\"\r\n\r\n- name: join mas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 569, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/join_node
5,137
[ "no_license" ]
[ { "path": "roles/join_node/tasks/main.yml", "content": "- name: join node\r\n shell: \"{{ hostvars[groups['kubernetes-masters'][0]]['node_join_cmd'] }}\"\r\n register: join_node_log\r\n until: join_node_log.rc == 0\r\n retries: 10\r\n delay: 30", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/kubelet
5,137
[ "no_license" ]
[ { "path": "roles/kubelet/tasks/install_kubelet.yml", "content": "- name: install kubelet\r\n yum:\r\n name: \"{{ packages }}\"\r\n vars:\r\n packages:\r\n - kubelet-{{kubernetes_version}}\r\n - kubeadm-{{kubernetes_version}}\r\n - kubectl-{{kubernetes_version}}\r\n - ipvsadm\r\n\r\n- nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 639, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/master
5,137
[ "no_license" ]
[ { "path": "roles/master/tasks/init_master.yml", "content": "- name: init master\r\n shell: kubeadm init --config=/tmp/kubeadm.yml --upload-certs | tee /tmp/kubeadm-init.log\r\n register: init_master_log\r\n until: init_master_log.rc == 0\r\n retries: 5\r\n delay: 5\r\n\r\n- name: copy sh\r\n copy:\r\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3066, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/new_node
5,137
[ "no_license" ]
[ { "path": "roles/new_node/tasks/main.yml", "content": "- import_tasks: init_new_node.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/new_node/tasks/init_new_node.yml", "content": "# - name: check sys init\n# shell: \"grep 'HISTTI...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2072, "all_permissive": false }
ansible_role
junun/k8s-ansible
d58b91c36a2ddb65e10c15cca7b71292591427b9
18
roles/sys_init
5,137
[ "no_license" ]
[ { "path": "roles/sys_init/tasks/main.yml", "content": "- import_tasks: generate_hosts.yml\n- import_tasks: update_hosts.yml\n\n- name: check sys init\n shell: \"grep 'HISTTIMEFORMAT' /etc/bashrc\"\n register: syscheck\n ignore_errors: True\n failed_when: syscheck.rc >= 1\n- debug: msg={{syscheck.rc}}\n...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 4729, "all_permissive": false }
ansible_role
ksawada1979/DRBD9-Ubuntu16.04-Ansible
ef111a0d5febab0de741e49d94580c65b5aa3074
0
roles/drbd9
5,137
[ "no_license" ]
[ { "path": "roles/drbd9/tasks/main.yml", "content": "---\n\n - name: hosts Change\n template: src=\"roles/drbd9/templete/hosts\"\n dest=\"/etc/hosts\"\n\n - name: DRBD9 Repository Get\n apt_repository: repo='ppa:linbit/linbit-drbd9-stack'\n\n - name: Install Packages\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1303, "all_permissive": false }
ansible_role
ksawada1979/DRBD9-Ubuntu16.04-Ansible
ef111a0d5febab0de741e49d94580c65b5aa3074
0
roles/ntp
5,137
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n - name: Install Packages\n apt: name={{ item }} state=latest\n with_items:\n - ntp\n\n - name: Start and Enable ntp\n service: name=ntp state=started enabled=yes\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
ivanacorovic/vnc
4f5c333a2f4bbf2f511c2cff1540ad117f8287fa
0
roles/create-vnc-user
5,137
[ "no_license" ]
[ { "path": "roles/create-vnc-user/tasks/main.yml", "content": "- name: create {{ vnc }} user\n user: name={{ vnc }} comment=\"vnc user\" generate_ssh_key=yes state=present password={{ <PASSWORD> }} shell=/bin/bash\n\n- name: authorize my SSH key to access {{ vnc }}\n authorized_key: user={{ vnc }} key=\"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1325, "all_permissive": false }
ansible_role
ivanacorovic/vnc
4f5c333a2f4bbf2f511c2cff1540ad117f8287fa
0
roles/vnc
5,137
[ "no_license" ]
[ { "path": "roles/vnc/files/xstartup", "content": "#!/bin/sh\nxrdb $HOME/.Xresources\nxsetroot -solid grey\nautocutsel -fork\nstartxfce4 &\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/vnc/tasks/main.yml", "content": "- name: sudo apt-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1383, "all_permissive": false }
ansible_role
NazarSheremet/gitbucket_deploy
857d9c3d7d8f6143f0e767e5cef3ca0fbe258809
0
ansible_gitbucket/roles/deploy_lb
5,137
[ "no_license" ]
[ { "path": "ansible_gitbucket/roles/deploy_lb/defaults/main.yml", "content": "---\n# defaults file for deploy_lb\napp1_ip: 0.0.0.0\napp2_ip: 0.0.0.1\ndest_folder: /etc/nginx/sites-available/default\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1154, "all_permissive": false }
ansible_role
dsk0701/ansible-home-server
fe2644f188fd356f1400511378d617b873621cef
0
roles/common
5,137
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install common packages\n apt:\n update_cache: yes\n name:\n - ntp\n - git\n - lm-sensors\n notify: Restart ntp\n tags: common-packages\n\n- name: set timezone to Asia/Tokyo\n timezone:\n name: Asia/Tokyo\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
dsk0701/ansible-home-server
fe2644f188fd356f1400511378d617b873621cef
0
roles/cron
5,137
[ "no_license" ]
[ { "path": "roles/cron/defaults/main.yml", "content": "---\n\nmydns_id: 'mydns334694'\nmydns_pw: 'mydns_pw'\n\nbackup_server_key: '/home/dsk/.ssh/id_rsa_synology'\nbackup_src_path: '/home/dsk'\nbackup_server_user: 'dsk'\nbackup_server: '192.168.0.99'\nbackup_server_dst_path: 'NetBackup/backupdata'\n\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 956, "all_permissive": false }
ansible_role
dsk0701/ansible-home-server
fe2644f188fd356f1400511378d617b873621cef
0
roles/docker
5,137
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\n\ndocker_user: '{{ ansible_ssh_user }}'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker\n apt:\n update_c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1937, "all_permissive": false }
ansible_role
dsk0701/ansible-home-server
fe2644f188fd356f1400511378d617b873621cef
0
roles/docker-compose
5,137
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: Install docker-compose\n apt:\n update_cache: yes\n name: docker-compose\n\n", "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
dsk0701/ansible-home-server
fe2644f188fd356f1400511378d617b873621cef
0
roles/samba
5,137
[ "no_license" ]
[ { "path": "roles/samba/defaults/main.yml", "content": "---\n\n# Backup Server\nsamba_backup_server: '192.168.0.99'\nsamba_backup_server_dst_path: 'NetBackup/backupdata'\nsamba_backup_server_user: 'dsk'\nsamba_backup_server_user_private_ssh_key: '/home/dsk/.ssh/id_rsa_synology'\n\n# Location of Samba shares\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4422, "all_permissive": false }
ansible_role
dsk0701/ansible-home-server
fe2644f188fd356f1400511378d617b873621cef
0
roles/sample
5,137
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "---\n# 失敗しても failed にカウントしないが、赤文字でログ出力される。\n- name: this will not be counted as a failure\n shell: /bin/false\n ignore_errors: yes\n\n# ---\n# command モジュールで失敗した場合、FAILED が stderr に表示されるので以下のようにハンドリングする\n# ---\n# - name: this command prints FAILED when ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1171, "all_permissive": false }
ansible_role
dsk0701/ansible-home-server
fe2644f188fd356f1400511378d617b873621cef
0
roles/ssh
5,137
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Add default ssh port\n lineinfile:\n path: /etc/ssh/sshd_config\n line: \"Port 22\"\n state: present\n\n- name: Add custom ssh port\n lineinfile:\n path: /etc/ssh/sshd_config\n line: \"Port {{ ssh_port_custom }}\"\n state: pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
dsk0701/ansible-home-server
fe2644f188fd356f1400511378d617b873621cef
0
roles/ufw
5,137
[ "no_license" ]
[ { "path": "roles/ufw/defaults/main.yml", "content": "---\n\nlocal_network_ipv4: '192.168.0.0/16'\nlocal_network_ipv6: 'fc00::/7'\nipv6_enabled: 'yes'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/ufw/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1724, "all_permissive": false }
ansible_role
cgomes-pt/ASCN-TP-2022
be366c4ed68c424956ae68c63ef10a77f6e3aeb2
0
roles/autoscale_ghost
5,137
[ "no_license" ]
[ { "path": "roles/autoscale_ghost/tasks/main.yml", "content": "---\n# Exemplo de um auto scale para ghost \n\n- name: Autoscale Ghost \n shell: kubectl autoscale deployment ghost-blog -n \"{{ namespace }}\" --max 2 --min 1 --cpu-percent 50\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
cgomes-pt/ASCN-TP-2022
be366c4ed68c424956ae68c63ef10a77f6e3aeb2
0
roles/create_namespace
5,137
[ "no_license" ]
[ { "path": "roles/create_namespace/tasks/main.yml", "content": "---\n- name: Create namespace for project \n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: \"{{ namespace }}\"\n labels:\n app: \"{{ namesp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
cgomes-pt/ASCN-TP-2022
be366c4ed68c424956ae68c63ef10a77f6e3aeb2
0
roles/delete_db
5,137
[ "no_license" ]
[ { "path": "roles/delete_db/tasks/main.yml", "content": "---\n# Eliminar dados de utilizadores armazenados\n# Dar undeploy de ghost \n- name: Undeploy \n command: kubectl delete -l app=ghost deployment -n \"{{ namespace }}\"\n\n# Apagar os pods \n- name: Undeploy Pods \n command: kubectl delete -l app=ghos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
cgomes-pt/ASCN-TP-2022
be366c4ed68c424956ae68c63ef10a77f6e3aeb2
0
roles/delete_ghost
5,137
[ "no_license" ]
[ { "path": "roles/delete_ghost/tasks/main.yml", "content": "---\n# Undeploy dos serviços do ghost\n# Dar undeploy de ghost \n- name: Undeploy \n command: kubectl delete -l app=ghost-blog deployment -n \"{{ namespace }}\"\n\n# Apagar os pods \n- name: Undeploy Pods \n command: kubectl delete -l app=ghost-bl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
cgomes-pt/ASCN-TP-2022
be366c4ed68c424956ae68c63ef10a77f6e3aeb2
0
roles/deploy_ghost
5,137
[ "no_license" ]
[ { "path": "roles/deploy_ghost/tasks/main.yml", "content": "---\n- name: Create address\n gcp_compute_address:\n name: \"ghost-address\"\n region: us-central1\n project: \"{{ gcp_project }}\"\n auth_kind: serviceaccount\n service_account_file: \"{{ gcp_cred_file }}\"\n state: present\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4359, "all_permissive": false }
ansible_role
cgomes-pt/ASCN-TP-2022
be366c4ed68c424956ae68c63ef10a77f6e3aeb2
0
roles/deploy_mysql
5,137
[ "no_license" ]
[ { "path": "roles/deploy_mysql/tasks/main.yml", "content": "---\n- name: Create MySQL Service\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Service\n metadata:\n name: ghost-mysql\n namespace: \"{{ namespace }}\"\n labels:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2095, "all_permissive": false }
ansible_role
cgomes-pt/ASCN-TP-2022
be366c4ed68c424956ae68c63ef10a77f6e3aeb2
0
roles/monitoring
5,137
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n# Para caso haver mais que uma dashboard, assim temos a certeza que esse dashboard é criado\n- command: \"ls ./dashboards/\"\n register: dashboards\n\n# Adiciona os dashboards todos à google \n- name: Creating dashboard\n shell: \"gcloud monito...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
cgomes-pt/ASCN-TP-2022
be366c4ed68c424956ae68c63ef10a77f6e3aeb2
0
roles/scale_mysql
5,137
[ "no_license" ]
[ { "path": "roles/scale_mysql/tasks/main.yml", "content": "---\n# Isto é um exemplo de scale em que o utilizador pode decidir se quer aumentar ou diminuir \n- name: Scale MySQL \n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: apps/v1\n kind: Deployment\n metadata:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
cgomes-pt/ASCN-TP-2022
be366c4ed68c424956ae68c63ef10a77f6e3aeb2
0
roles/test_ghost
5,137
[ "no_license" ]
[ { "path": "roles/test_ghost/defaults/main.yml", "content": "locust_users: 1\nlocust_user_rate: 1\nlocust_run_time: '1m'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/test_ghost/tasks/main.yml", "content": "---\n\n- name: Refresh inven...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1140, "all_permissive": false }
ansible_role
devogs/fabric
d94080499d98d58b8a25216ff1745afab7668223
0
ansible/roles/cisco
5,137
[ "no_license" ]
[ { "path": "ansible/roles/cisco/tasks/loopback.yml", "content": "---\n- name: Display some facts\n debug:\n var: res_facts.ansible_facts.ansible_network_resources.l3_interfaces\n\n- name: Set loopback interfaces ONLY if IPv4 not already present\n cisco.ios.ios_config:\n lines:\n - \"description ...
{ "task_files": 15, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 6276, "all_permissive": false }
ansible_role
FrancescaViray/HOA-10
6714550228adf24dad0a48a860a5f903059aff8b
0
roles/elasticsearch
5,137
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n - name: Downloading the source file of Elasticsearch\n get_url:\n url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.3-x86_64.rpm\n dest: /tmp/elasticsearch-8.4.3-x86_64.rpm\n\n - name: Installing Elast...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1944, "all_permissive": false }
ansible_role
FrancescaViray/HOA-10
6714550228adf24dad0a48a860a5f903059aff8b
0
roles/logstash
5,137
[ "no_license" ]
[ { "path": "roles/logstash/tasks/main.yml", "content": "---\n - name: Downloading and installing public signing key\n apt_key:\n url: \"{{ gpg_key_logstash }}\"\n state: present\n\n - name: Creating a repo file for Logstash\n copy:\n src: logstash.repo\n dest: /etc/apt/sources.lis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 699, "all_permissive": false }
ansible_role
validatedpatterns-demos/rhvp.automation_mesh_vpn
2cf502c989ed62c8056f5dc082d7c1b7acf3f8e3
0
roles/install_mesh_node
5,137
[ "no_license" ]
[ { "path": "roles/install_mesh_node/defaults/main.yml", "content": "---\ninstall_mesh_node_aap_hostname: aap.example.com\ninstall_mesh_node_aap_username: admin\ninstall_mesh_node_aap_password: false\ninstall_mesh_node_aap_validate_certs: false\ninstall_mesh_node_hostname: rhel9-vpn-001.edge-gitops-vms.svc\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3229, "all_permissive": false }
ansible_role
validatedpatterns-demos/rhvp.automation_mesh_vpn
2cf502c989ed62c8056f5dc082d7c1b7acf3f8e3
0
roles/semodule
5,137
[ "no_license" ]
[ { "path": "roles/semodule/tasks/semodule_install.yml", "content": "---\n- name: \"Remove SELinux policy package {{ semoodule_module_name }}\"\n ansible.builtin.command:\n cmd: \"semodule -r {{ semodule_module_name }}\"\n failed_when: false\n\n- name: \"Copy SELinux type enforcement file {{ semodule_mod...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1750, "all_permissive": false }
ansible_role
validatedpatterns-demos/rhvp.automation_mesh_vpn
2cf502c989ed62c8056f5dc082d7c1b7acf3f8e3
0
roles/ssh_tunnel_client
5,137
[ "no_license" ]
[ { "path": "roles/ssh_tunnel_client/defaults/main.yml", "content": "---\nssh_tunnel_client_user: sshtunnel\nssh_tunnel_client_privatekey: false\nssh_tunnel_client_port: 2000\nssh_tunnel_client_endpoint: vpn.example.com\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2361, "all_permissive": false }
ansible_role
validatedpatterns-demos/rhvp.automation_mesh_vpn
2cf502c989ed62c8056f5dc082d7c1b7acf3f8e3
0
roles/ssh_tunnel_server
5,137
[ "no_license" ]
[ { "path": "roles/ssh_tunnel_server/defaults/main.yml", "content": "---\nssh_tunnel_server_user: sshtunnel\nssh_tunnel_server_pubkey: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/ssh_tunnel_server/tasks/ssh_config.yml", "content...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 980, "all_permissive": false }
ansible_role
xpullox/undologic
2eae80589e22c7fc17208db25ae9e8581b925265
1
ansible/roles/deploy
5,137
[ "no_license" ]
[ { "path": "ansible/roles/deploy/files/testing.sh", "content": "#!/bin/bash\n\n# from command line arguments\nNAME=$1\nLOCATION_TMP=$2\nLOCATION_STAGING=$3\nLOCATION_LIVE=$4\nGITHUB_REPO_NAME=$5\nGITHUB_USER=$6\nGITHUB_PASS=$7\nLOCATION_TESTING_BASE=$8\nLOCATION_STAGING_LAUNCH_FILES_BASE=$9\n\n# prepared\nLO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6117, "all_permissive": false }
ansible_role
lrakai/vectortile-infra
7c936745c060f9b181b0036d29e7f21cf8c837cb
2
ansible/ansible/roles/common
5,137
[ "no_license" ]
[ { "path": "ansible/ansible/roles/common/tasks/main.yml", "content": "---\n# This playbook runs all the common plays in the deployment\n\n- debug: msg=\"Populating facts\"\n\n- name: Create the hosts file for all machines\n template: src=hosts.j2 dest=/etc/hosts\n\n- name: Stop iptables\n service: name=ipt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
lrakai/vectortile-infra
7c936745c060f9b181b0036d29e7f21cf8c837cb
2
ansible/ansible/roles/dbs
5,137
[ "no_license" ]
[ { "path": "ansible/ansible/roles/dbs/handlers/main.yml", "content": "---\n\n- name: Restart db\n service: name=elasticsearch state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/ansible/roles/dbs/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1285, "all_permissive": false }