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
is-land/vagrant-spark-cluster
6a1ef7a0a33cbc199172830985e1eed6c3218ff8
3
ansible/roles/common
7,747
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: precondition - os_user\n fail: msg=\"ERROR - required variable 'os_user' missing.\"\n when: os_user is not defined\n\n- name: precondition - os_locale\n fail: msg=\"ERROR - required variable 'os_locale' missing.\"\n when: os_loc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1679, "all_permissive": false }
ansible_role
dirk-kappel-effectual/restore-repo
068dc82cf8d618ce6a1fd0f99aa1d53d686f42ba
0
roles/base-image
7,747
[ "no_license" ]
[ { "path": "roles/base-image/tasks/oldcc-base.yml", "content": "---\n\n- name: Install Amazon SSM Agent\n block:\n - name: Download amazon-ssm-agent.rpm\n ansible.builtin.get_url:\n url: https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm\n d...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 59187, "all_permissive": false }
ansible_role
dirk-kappel-effectual/restore-repo
068dc82cf8d618ce6a1fd0f99aa1d53d686f42ba
0
roles/server-image
7,747
[ "no_license" ]
[ { "path": "roles/server-image/tasks/firewall.yml", "content": "- name: \"MEDIUM | RHEL-07-040100 | PATCH | The Red Hat Enterprise Linux operating system must be configured to prohibit or restrict the use of functions, ports, protocols, and/or services, as defined in the Ports, Protocols, and Services Manage...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 10289, "all_permissive": false }
ansible_role
ROBO358/ansible-k8s-node
10efe930b472123094e071ed96670bd7ade14e1e
0
roles/bootstrap
7,747
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yaml", "content": "---\n- name: Set timezone\n community.general.timezone:\n name: \"{{ timezone }}\"\n\n- name: Install chorony\n ansible.builtin.dnf:\n name: chrony\n state: present\n\n- name: Disable default servers\n ansible.builtin.replace:\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
ROBO358/ansible-k8s-node
10efe930b472123094e071ed96670bd7ade14e1e
0
roles/init_k8s
7,747
[ "no_license" ]
[ { "path": "roles/init_k8s/tasks/main.yaml", "content": "---\n- name: Disable swap\n ansible.builtin.command: swapoff -a\n changed_when: false\n\n- name: Swap off(permanently)\n ansible.builtin.replace:\n dest: /etc/fstab\n regexp: ^(\\/dev\\/mapper\\/.*-swap.*swap.*)\n replace: \"# \\\\1\"\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2500, "all_permissive": false }
ansible_role
ROBO358/ansible-k8s-node
10efe930b472123094e071ed96670bd7ade14e1e
0
roles/kubeadm_init_master
7,747
[ "no_license" ]
[ { "path": "roles/kubeadm_init_master/tasks/main.yaml", "content": "---\n- name: Init master node\n when: inventory_hostname in groups['master_origin']\n block:\n - name: Create kube-vip manifest\n ansible.builtin.shell: |\n export VIP={{ k8s.control_plane_endpoint }}\n export INTERFA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4306, "all_permissive": false }
ansible_role
ROBO358/ansible-k8s-node
10efe930b472123094e071ed96670bd7ade14e1e
0
roles/kubeadm_join_master
7,747
[ "no_license" ]
[ { "path": "roles/kubeadm_join_master/tasks/main.yaml", "content": "- name: Generate kubeadm join token\n when: inventory_hostname in groups['master_origin']\n environment:\n KUBECONFIG: \"/etc/kubernetes/admin.conf\"\n block:\n - name: Copy kubeadm join command\n ansible.builtin.shell:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1388, "all_permissive": false }
ansible_role
ROBO358/ansible-k8s-node
10efe930b472123094e071ed96670bd7ade14e1e
0
roles/kubeadm_join_worker
7,747
[ "no_license" ]
[ { "path": "roles/kubeadm_join_worker/tasks/main.yaml", "content": "- name: Generate kubeadm join token\n when: inventory_hostname in groups['master_origin']\n environment:\n KUBECONFIG: \"/etc/kubernetes/admin.conf\"\n block:\n - name: Copy kubeadm join command\n ansible.builtin.shell:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 641, "all_permissive": false }
ansible_role
ROBO358/ansible-k8s-node
10efe930b472123094e071ed96670bd7ade14e1e
0
roles/reset_k8s
7,747
[ "no_license" ]
[ { "path": "roles/reset_k8s/tasks/main.yaml", "content": "---\n- name: Reset kubeadm\n ansible.builtin.command: kubeadm reset --force\n\n- name: Reset iptables\n ansible.builtin.command: iptables -F\n\n- name: Reset iptables\n ansible.builtin.command: iptables -t nat -F\n\n- name: Reset iptables\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
venkatesun/openstack-ansible
16d6ff3d99bac66249c43804ed3f6a5744cecf92
0
openstack/roles/compute
7,747
[ "no_license" ]
[ { "path": "openstack/roles/compute/templates/nova.conf.j2", "content": "[DEFAULT]\nmy_ip={{ansible_eth1.ipv4.address}}\nrpc_backend = rabbit\ndhcpbridge_flagfile=/etc/nova/nova.conf\ndhcpbridge=/usr/bin/nova-dhcpbridge\nlogdir=/var/log/nova\nstate_path=/var/lib/nova\nlock_path=/var/lock/nova\nforce_dhcp_rel...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3088, "all_permissive": false }
ansible_role
venkatesun/openstack-ansible
16d6ff3d99bac66249c43804ed3f6a5744cecf92
0
openstack/roles/controller
7,747
[ "no_license" ]
[ { "path": "openstack/roles/controller/templates/nova.conf.j2", "content": "[DEFAULT]\ndhcpbridge_flagfile=/etc/nova/nova.conf\ndhcpbridge=/usr/bin/nova-dhcpbridge\nlogdir=/var/log/nova\nstate_path=/var/lib/nova\nlock_path=/var/lock/nova\nforce_dhcp_release=True\nlibvirt_use_virtio_for_bridges=True\nverbose=...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 14701, "all_permissive": false }
ansible_role
venkatesun/openstack-ansible
16d6ff3d99bac66249c43804ed3f6a5744cecf92
0
openstack/roles/neutron
7,747
[ "no_license" ]
[ { "path": "openstack/roles/neutron/tasks/main.yml", "content": "---\n - name: Install Openstack Repo\n apt: name=ubuntu-cloud-keyring state=present\n - name: Install Openstack Repo1\n apt_repository: repo='deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/kilo main' state=present\...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2422, "all_permissive": false }
ansible_role
mandicm223/VagrantAnsibleAssigment
683a77a9b23d8f0634e393dadbbbe8e53cf59cd5
0
ansible/roles/docker
7,747
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/main.yml", "content": "# roles/docker/defaults/main.yml\r\n\r\ndocker_apt_url: https://download.docker.com/linux/ubuntu\r\ndocker_gpg_key: https://download.docker.com/linux/ubuntu/gpg\r\ndocker_user: vagrant\r\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1450, "all_permissive": false }
ansible_role
mandicm223/VagrantAnsibleAssigment
683a77a9b23d8f0634e393dadbbbe8e53cf59cd5
0
ansible/roles/kanye_cron
7,747
[ "no_license" ]
[ { "path": "ansible/roles/kanye_cron/tasks/main.yml", "content": "# roles/kanye_cron/tasks/main.yml\n\n- name: Install jq for JSON processing\n apt:\n name: jq\n state: present\n tags: kanye_cron\n\n- name: Install systemd-cron\n apt:\n name: systemd-cron\n state: present\n tags: kanye_cron\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 971, "all_permissive": false }
ansible_role
mandicm223/VagrantAnsibleAssigment
683a77a9b23d8f0634e393dadbbbe8e53cf59cd5
0
ansible/roles/quote_displayer
7,747
[ "no_license" ]
[ { "path": "ansible/roles/quote_displayer/tasks/main.yml", "content": "# roles/quote_displayer/tasks/main.yml\n\n- name: Copy display_quote.py script to VM\n copy:\n src: files/display_quote.py\n dest: /home/vagrant/display_quote.py\n\n- name: Copy Dockerfile to VM\n copy:\n src: files/Dockerfile\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1669, "all_permissive": false }
ansible_role
erranfenech/ansible-apache-vhost
280aebfff7f37596a5ed91fc29bb8dc5af818118
1
roles/apache-install
7,747
[ "no_license" ]
[ { "path": "roles/apache-install/tasks/httpd.yml", "content": "---\n - name: install httpd\n yum: name=httpd state=present\n notify: \n - restart apache\n\n# - name: start httpd service\n# action: service name=httpd state=started enabled=yes\n", "license_type": "no_license", "detected...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2740, "all_permissive": false }
ansible_role
erranfenech/ansible-apache-vhost
280aebfff7f37596a5ed91fc29bb8dc5af818118
1
roles/apache-virtualhost80
7,747
[ "no_license" ]
[ { "path": "roles/apache-virtualhost80/templates/virtualhost80.php.j2", "content": "<VirtualHost *:80>\n\tServerName {{ domainname }}\n\tServerAlias www.{{ domainname }}\n\tDocumentRoot {{ documentroot }}\n\t<Directory {{ documentroot }}>\n\t\tAllowOverride All\n\t</Directory>\t\t\n \tErrorLog logs/{{ dom...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3285, "all_permissive": false }
ansible_role
obiMadu/hng12-devops-stage4-infra
8753392e3b964b961e82c6ec7652afe1c0affda6
0
ansible/roles/applications
7,747
[ "no_license" ]
[ { "path": "ansible/roles/applications/tasks/main.yml", "content": "- name: Ensure the apps directory exists\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/apps\"\n state: directory\n owner: \"{{ ansible_facts['user_id'] }}\"\n group: \"{{ ansible_facts['user_id'] }}\"\n mode: '0755...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
obiMadu/hng12-devops-stage4-infra
8753392e3b964b961e82c6ec7652afe1c0affda6
0
ansible/roles/docker
7,747
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: update apt\n ansible.builtin.apt:\n state: present\n update_cache: true\n pkg:\n - ca-certificates\n - curl\n - gnupg\n - apt-transport-https\n\n- name: get gpg keyring\n ansible.builtin.get_url:\n url: ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 896, "all_permissive": false }
ansible_role
obiMadu/hng12-devops-stage4-infra
8753392e3b964b961e82c6ec7652afe1c0affda6
0
ansible/roles/essentials
7,747
[ "no_license" ]
[ { "path": "ansible/roles/essentials/tasks/hostname.yml", "content": "- name: Set a server hostname\n ansible.builtin.hostname:\n name: server\n use: systemd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "ansible/roles/essentials/tasks/mai...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 122, "all_permissive": false }
ansible_role
ncrmro/mercury
92856b44d9d450670539090fc26246cf6bf0b83c
1
roles/wg_client
7,747
[ "no_license" ]
[ { "path": "roles/wg_client/tasks/main.yml", "content": "- name: Create client wg dir in home\n file:\n path: \"/etc/wireguard/clients/{{ client.name }}/\"\n state: directory\n\n- name: Generate client keys\n shell: umask 077; wg genkey | tee privatekey | wg pubkey > publickey\n args:\n chdir: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1202, "all_permissive": false }
ansible_role
ncrmro/mercury
92856b44d9d450670539090fc26246cf6bf0b83c
1
roles/wg_server
7,747
[ "no_license" ]
[ { "path": "roles/wg_server/tasks/main.yml", "content": "- name: Update packages\n apt:\n upgrade: dist\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install wireguard\n apt:\n name: wireguard=1.0.20200319-1ubuntu1\n\n- name: Change to Wireguard directory and then generate keys\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 892, "all_permissive": false }
ansible_role
jean553/rust-dev-docker
b285cc1334526c8d07e6c9efe3b55bc28adf7294
0
provisioning/roles/commons
7,747
[ "no_license" ]
[ { "path": "provisioning/roles/commons/tasks/main.yml", "content": "---\n\n - name: install curl\n apt:\n name=\"{{ item }}\"\n state=present\n update_cache=yes\n with_items:\n - curl\n - git\n - python3\n - python3-pip\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
jean553/rust-dev-docker
b285cc1334526c8d07e6c9efe3b55bc28adf7294
0
provisioning/roles/env
7,747
[ "no_license" ]
[ { "path": "provisioning/roles/env/tasks/main.yml", "content": "---\n\n - name: add Rust into path environment variable\n lineinfile:\n line=\"export PATH=$PATH:{{ cargo_path }}\"\n dest=\"{{ zshrc_path }}\"\n\n - name: set user environment variable\n lineinfile:\n line=\"export USER={...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 416, "all_permissive": false }
ansible_role
jean553/rust-dev-docker
b285cc1334526c8d07e6c9efe3b55bc28adf7294
0
provisioning/roles/kcov
7,747
[ "no_license" ]
[ { "path": "provisioning/roles/kcov/tasks/main.yml", "content": "---\n\n - name: clone kcov latest master (for Rust support)\n git:\n repo: https://github.com/SimonKagstrom/kcov\n dest: /tmp/kcov\n\n - name: install kcov builds requirements \n apt:\n name=\"{{ item }}\"\n state=pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 785, "all_permissive": false }
ansible_role
jean553/rust-dev-docker
b285cc1334526c8d07e6c9efe3b55bc28adf7294
0
provisioning/roles/neovim
7,747
[ "no_license" ]
[ { "path": "provisioning/roles/neovim/files/init.vim", "content": "\ncall plug#begin('~/.local/share/nvim/plugged')\nPlug 'autozimu/LanguageClient-neovim', { 'do': ':UpdateRemotePlugins' }\ncall plug#end()\n\nautocmd BufReadPost *.rs setlocal filetype=rust\n\n\" Required for operations modifying multiple buf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1926, "all_permissive": false }
ansible_role
jean553/rust-dev-docker
b285cc1334526c8d07e6c9efe3b55bc28adf7294
0
provisioning/roles/rust
7,747
[ "no_license" ]
[ { "path": "provisioning/roles/rust/tasks/main.yml", "content": "---\n\n - name: download rustup\n get_url:\n url: \"{{ rustup_url }}\"\n dest: \"{{ temp_directory_path }}/{{ rustup_archive_name }}\"\n become: yes\n become_user: vagrant\n\n - name: install rustup and rust nightly\n sh...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1346, "all_permissive": false }
ansible_role
jean553/rust-dev-docker
b285cc1334526c8d07e6c9efe3b55bc28adf7294
0
provisioning/roles/zsh
7,747
[ "no_license" ]
[ { "path": "provisioning/roles/zsh/files/zshrc", "content": "# Path to your oh-my-zsh installation.\nexport ZSH=$HOME/.oh-my-zsh\n\n# Set name of the theme to load. Optionally, if you set this to \"random\"\n# it'll load a random theme each time that oh-my-zsh is loaded.\n# See https://github.com/robbyrussel...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1738, "all_permissive": false }
ansible_role
nkt780426/Install-kubernetes-1.29-cluster-on-primise
58529f7ee47b40fca41bfdf1e2113f423541deb5
0
install kubeadm/roles/install_containerd
7,747
[ "no_license" ]
[ { "path": "install kubeadm/roles/install_containerd/defaults/main.yml", "content": "---\n# containerd package info\ncontainerd_version: 2.0.0-rc.0\ncontainerd_os: linux\ncontainerd_arch: amd64\ncontainerd_checksum: sha256:ed42e8824603660787051f49ae413c8dc109345502072e1be0976824a7ff458e\ncontainerd_download_...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 12162, "all_permissive": false }
ansible_role
nkt780426/Install-kubernetes-1.29-cluster-on-primise
58529f7ee47b40fca41bfdf1e2113f423541deb5
0
install kubeadm/roles/install_kubeadm_kubectl
7,747
[ "no_license" ]
[ { "path": "install kubeadm/roles/install_kubeadm_kubectl/vars/main.yml", "content": "---\n# Customize varriable here", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "install kubeadm/roles/install_kubeadm_kubectl/tasks/disable_swap.yml", "content...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 6952, "all_permissive": false }
ansible_role
nkt780426/Install-kubernetes-1.29-cluster-on-primise
58529f7ee47b40fca41bfdf1e2113f423541deb5
0
install kubeadm/roles/install_socat_conntrack
7,747
[ "no_license" ]
[ { "path": "install kubeadm/roles/install_socat_conntrack/tasks/main.yml", "content": "---\n- name: Install conntrack and socat\n ansible.builtin.package:\n name:\n - socat\n - conntrack\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
nkt780426/Install-kubernetes-1.29-cluster-on-primise
58529f7ee47b40fca41bfdf1e2113f423541deb5
0
install kubeadm/roles/set_hostname
7,747
[ "no_license" ]
[ { "path": "install kubeadm/roles/set_hostname/tasks/main.yml", "content": "---\n- name: Set hostname\n ansible.builtin.hostname:\n name: \"{{ host_name }}\"\n\n# Sử dụng copy để tạo/ghi đè 1 file\n# sử dụng lineinfile khi thay đổi theo dòng\n# Sử dụng blockinfile thay vì lineinfile trong trường hợp này ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1758, "all_permissive": false }
ansible_role
adriangrepo/fsp
e5bdd059067d37d10ceecd769242487731bf0379
0
prod/roles/common
7,747
[ "no_license" ]
[ { "path": "prod/roles/common/tasks/node.yml", "content": "\n- name: Install node dependencies\n become: true\n apt:\n pkg: \n - git\n - curl\n - build-essential\n - libssl-dev\n\n- name: Install nvm\n shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/{{nvm_git_version}}/i...
{ "task_files": 15, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 10931, "all_permissive": false }
ansible_role
xcsrz/ansible-test
87945fd4ba03516e5b0e6b7bd08d1bfd633c4ad6
0
roles/local
7,747
[ "no_license" ]
[ { "path": "roles/local/tasks/main.yml", "content": "- name: print local message\n debug:\n msg: \"here in local\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
xcsrz/ansible-test
87945fd4ba03516e5b0e6b7bd08d1bfd633c4ad6
0
roles/specified
7,747
[ "no_license" ]
[ { "path": "roles/specified/tasks/main.yml", "content": "- name: print specified message\n debug:\n msg: \"here in specified\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
sudoix/cockroach-ansible
7498d3658a7246ad89e67f8c3606fa49f75dad0e
5
roles/cockroach-manual
7,744
[ "no_license" ]
[ { "path": "roles/cockroach-manual/tasks/main.yml", "content": "---\n# tasks file for cockroach\n\n- name: cockroach setup\n include_tasks: cockroach.yaml\n\n- name: init cockroach cluster\n include_tasks: cluseter.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4088, "all_permissive": false }
ansible_role
sudoix/cockroach-ansible
7498d3658a7246ad89e67f8c3606fa49f75dad0e
5
roles/cockroach-systemd
7,744
[ "no_license" ]
[ { "path": "roles/cockroach-systemd/templates/securecockroachdb.service.j2", "content": "[Unit]\nDescription=Cockroach Database cluster node\nRequires=network.target\n[Service]\nType=notify\nWorkingDirectory=/var/lib/cockroach\nExecStart=/usr/bin/cockroach start --certs-dir=/var/lib/cockroach/certs --adverti...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4703, "all_permissive": false }
ansible_role
sudoix/cockroach-ansible
7498d3658a7246ad89e67f8c3606fa49f75dad0e
5
roles/haproxy
7,744
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": "\nglobal\n maxconn 4096\n\ndefaults\n mode tcp\n\n # Timeout values should be configured for your specific use.\n # See: https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4-timeout%20connect\n\n # With th...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1987, "all_permissive": false }
ansible_role
sudoix/cockroach-ansible
7498d3658a7246ad89e67f8c3606fa49f75dad0e
5
roles/preinstall
7,744
[ "no_license" ]
[ { "path": "roles/preinstall/tasks/main.yml", "content": "---\n# tasks file for preinstall\n\n- name: basic setup\n include_tasks: basic.yaml\n\n- name: telegram notify\n include_tasks: telegram-notify.yaml\n\n- name: setup time synchronization\n include_tasks: chrony.yaml", "license_type": "no_licens...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 570, "all_permissive": false }
ansible_role
ksingh7/ansible-system-bootstrap
e100f18e56086fb3907e231260298e37940ba3fa
2
roles/ansible-role-cbt
7,744
[ "no_license" ]
[ { "path": "roles/ansible-role-cbt/tasks/main.yml", "content": "---\n- name: Installing EPEL Package\n package: name=\"{{epel_package}}\" state=present\n\n- name: Copying required packages\n synchronize: \n src: files/\n dest: /tmp\n\n- name: Installing required packages\n yum: name=\"{{item}}\" st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1701, "all_permissive": false }
ansible_role
ksingh7/ansible-system-bootstrap
e100f18e56086fb3907e231260298e37940ba3fa
2
roles/configure_monitoring
7,744
[ "no_license" ]
[ { "path": "roles/configure_monitoring/tasks/main.yml", "content": "---\n- name: Installing required package\n package: name={{ item }} state=present\n with_items:\n - collectd\n - sysstat\n\n- name: Adding collectd configruation file\n template: src=collectd.conf.j2 dest=/etc/collectd.conf backup=yes...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5251, "all_permissive": false }
ansible_role
ksingh7/ansible-system-bootstrap
e100f18e56086fb3907e231260298e37940ba3fa
2
roles/configure_system
7,744
[ "no_license" ]
[ { "path": "roles/configure_system/tasks/main.yml", "content": "---\n- name: Setting up timezone\n command: timedatectl set-timezone {{timezone}}\n when: setup_timezone\n\n- name: Setting up hostname\n hostname: name=\"{{inventory_hostname}}\"\n when: setup_hostname\n\n- name: Setting up resolv.conf\n t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1494, "all_permissive": false }
ansible_role
ksingh7/ansible-system-bootstrap
e100f18e56086fb3907e231260298e37940ba3fa
2
roles/system_tuning
7,744
[ "no_license" ]
[ { "path": "roles/system_tuning/tasks/main.yml", "content": "---\n- name: Setting up MTU size \n lineinfile: dest=/etc/sysconfig/network-scripts/ifcfg-{{interface_name}} line=\"MTU={{mtu_size}}\" regexp=\"^MTU=\"\n register: mtu_size\n when: change_mtu\n\n- name: Starting network service\n service: name=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
mwarkentin/ansible-jenkins
766b5de9c84680614c8bf4e15e1fcb4ceaa79fcb
0
roles/java
7,744
[ "no_license" ]
[ { "path": "roles/java/vars/main.yml", "content": "java_versions:\n - java7\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/java/README.md", "content": "Ansible role to install the Oracle JDK/JRE\n=======================================...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 930, "all_permissive": false }
ansible_role
mwarkentin/ansible-jenkins
766b5de9c84680614c8bf4e15e1fcb4ceaa79fcb
0
roles/jenkins
7,744
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/cli.yml", "content": "---\n # If Jenkins is installed or updated, wait for pulling the Jenkins CLI, assuming 10s should be sufficiant\n - name: 25s delay while starting Jenkins\n wait_for: port=8080 delay=25\n\n # Create Jenkins CLI destination directory\n - name: \"Cre...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3441, "all_permissive": false }
ansible_role
istone-you/convenient-ami-pakcer-ansible
a57ba79e327c33190c72828bc406b6c55b27ce0b
1
scripts/roles/ansible
7,744
[ "no_license" ]
[ { "path": "scripts/roles/ansible/tasks/main.yml", "content": "---\n - name: Enable Ansible Installation\n shell: amazon-linux-extras enable ansible2\n\n - name: Install Ansible\n shell: yum install -y ansible\n\n - name: Check Ansible version\n command: ansible --version\n register: ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
istone-you/convenient-ami-pakcer-ansible
a57ba79e327c33190c72828bc406b6c55b27ce0b
1
scripts/roles/git
7,744
[ "no_license" ]
[ { "path": "scripts/roles/git/tasks/main.yml", "content": "---\n - name: Update all packages\n yum:\n name: \"*\"\n state: latest\n\n - name: Install Git\n shell: yum install -y git\n\n - name: Check Git version\n command: git --version\n register: git_version\n become: no\n ig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
istone-you/convenient-ami-pakcer-ansible
a57ba79e327c33190c72828bc406b6c55b27ce0b
1
scripts/roles/node
7,744
[ "no_license" ]
[ { "path": "scripts/roles/node/tasks/main.yml", "content": "---\r\n - name: Add Nodesource repository\r\n shell: \"curl --silent --location https://rpm.nodesource.com/setup_16.x | sudo bash -\"\r\n args:\r\n warn: no\r\n - name: Install Node.js and npm\r\n yum:\r\n name:\r\n - nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
istone-you/convenient-ami-pakcer-ansible
a57ba79e327c33190c72828bc406b6c55b27ce0b
1
scripts/roles/serverless
7,744
[ "no_license" ]
[ { "path": "scripts/roles/serverless/tasks/main.yml", "content": "---\r\n - name: Install Serverless Framework globally\r\n shell: npm install -g serverless\r\n\r\n - name: Check Serverless Framework version\r\n command: \"serverless --version\"\r\n register: serverless_version_output\r\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
istone-you/convenient-ami-pakcer-ansible
a57ba79e327c33190c72828bc406b6c55b27ce0b
1
scripts/roles/terraform
7,744
[ "no_license" ]
[ { "path": "scripts/roles/terraform/tasks/main.yaml", "content": "---\r\n - name: Install unzip if not present\r\n package:\r\n name: unzip\r\n state: present\r\n\r\n - name: Download Terraform\r\n get_url:\r\n url: \"{{ terraform_download_url }}\"\r\n dest: \"/tmp/terraform_{{ te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1139, "all_permissive": false }
ansible_role
istone-you/convenient-ami-pakcer-ansible
a57ba79e327c33190c72828bc406b6c55b27ce0b
1
scripts/roles/trivy
7,744
[ "no_license" ]
[ { "path": "scripts/roles/trivy/meta/main.yml", "content": "---\r\ndependencies:\r\n - node", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "scripts/roles/trivy/vars/main.yml", "content": "trivy_version: \"0.38.3\"\r\ntrivy_install_dir: \"/usr/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 618, "all_permissive": false }
ansible_role
1st-wirecloud/lab-awx
f7d3a36224313cc539ea05f28fc48602312369c2
0
roles/ansible-role-teste
7,744
[ "no_license" ]
[ { "path": "roles/ansible-role-teste/tasks/main.yaml", "content": "---\n- name: verifica a existencia do arquivo\n ansible.builtin.file:\n path: /home/ansible/teste.txt\n state: touch\n\n- name: Pega data e hora da VM\n ansible.builtin.command: date\n register: vm_date\n changed_when: false\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/ca-certificates
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/ca-certificates/tasks/main.yml", "content": "- name: Copy certs\n copy:\n remote_src: yes\n src: /srv/builder/cache/ca-certificates/\n dest: /usr/local/share/ca-certificates/\n\n- name: Update certs\n command: up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/data-refresh
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/data-refresh/tasks/main.yml", "content": "---\n- name: setup config file for supervisor\n copy:\n src: data_refresh.conf\n dest: /etc/supervisor/conf.d\n owner: root\n group: root\n mode: 0644\n\n- name: upd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/jupyter-config
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/jupyter-config/vars/main.yml", "content": "---\njupyter_extensions:\n - jupyter-contrib-nbextensions\n - qgrid\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3211, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/nginx
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: add nginx site-available default\n copy:\n src: default\n dest: /etc/nginx/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/os-dev
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/os-dev/tasks/main.yml", "content": "---\n- name: Install os development dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - make\n - wget\n - curl\n - git\n - vim\n - pandoc\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/os-prod
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/os-prod/tasks/main.yml", "content": "---\n- name: Install os production dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - gcc\n - python3-dev\n\n- name: basic shell settings\n blockinfil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/poetry
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/poetry/tasks/main.yml", "content": "- name: check if poetry is installed\n shell: $HOME/.poetry/bin/poetry --version\n register: version_output\n ignore_errors: yes\n\n- name: download\n get_url:\n url: https://raw.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 779, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/python-dev
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/python-dev/tasks/main.yml", "content": "--- \n- name: remove poetry.lock to install dependencies from scratch\n file:\n path: /srv/poetry.lock\n state: absent\n when: build_from_scratch\n\n- name: create python deve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/python-prod
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/python-prod/tasks/main.yml", "content": "--- \n- name: remove poetry.lock to install dependencies from scratch\n file:\n path: /srv/poetry.lock\n state: absent\n when: build_from_scratch\n\n- name: create python pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 332, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/python3-apt
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/python3-apt/tasks/main.yml", "content": "# We need to install python3-apt for our non-system python.\n# see https://github.com/ansible/ansible/issues/14468#issuecomment-459630445\n#\n# The other alternative is to use the py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1198, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/sphinx-config
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/sphinx-config/vars/main.yml", "content": "sphinx_extensions:\n - nbsphinx\n - guzzle-sphinx-theme\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "dsco/projec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1232, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/supervisor
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/supervisor/tasks/main.yml", "content": "- name: install supervisor\n apt:\n name: supervisor\n state: present\n\n- name: config supervisor\n copy:\n src: supervisord.conf\n dest: /etc/supervisor/supervisord.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
Teradata/dsco
f1bc4f065aadae5b315d5f5cffb12c1bc900a9b4
3
dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/uwsgi
7,744
[ "no_license" ]
[ { "path": "dsco/project_template/{{cookiecutter.project_name}}/builder/ansible/roles/uwsgi/tasks/main.yml", "content": "---\n- name: check that flask_config.ini exists\n stat: path=/srv/flask_config.ini\n register: stat_result\n\n- name: fail if file does not exist\n fail:\n msg: flask_config.ini file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
LeoShivas/GitOps
a4b8c59ca8668bd8661520c148454c69c4db56fd
9
ansible/roles/linuxservergui
7,744
[ "no_license" ]
[ { "path": "ansible/roles/linuxservergui/tasks/main.yml", "content": "---\n- include_tasks: packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/linuxservergui/tasks/packages.yml", "content": "---\n- name: DNF install EPE...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 974, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/NguyenTuanHiep/ansible/roles/deploy
7,744
[ "no_license" ]
[ { "path": "Practice-2/NguyenTuanHiep/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: cloning repo\n git:\n repo: \"{{ github_repo }}\"\n version: \"{{ github_branch | default('deploy-ansible') }}\"\n dest: \"{{ dest_dir }}\"\n clone: yes\n update: yes\n\n- name: docker-compose...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/NguyenTuanHiep/ansible/roles/update
7,744
[ "no_license" ]
[ { "path": "Practice-2/NguyenTuanHiep/ansible/roles/update/tasks/main.yml", "content": "---\n- name: cloning repo\n git:\n repo: \"{{ github_repo }}\"\n version: \"{{ github_branch | default('deploy-ansible') }}\"\n dest: \"{{ dest_dir }}\"\n clone: yes\n update: yes\n\n- name: remove old ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/Pham_Dinh_Phu/WordPress/roles/apache
7,744
[ "no_license" ]
[ { "path": "Practice-2/Pham_Dinh_Phu/WordPress/roles/apache/tasks/main.yml", "content": "--- \n- name: Install latest version of Apache \n apt: name=apache2 update_cache=yes state=latest \n\n- name: Start apache service \n service: name=apache2 state=started enabled=yes \n \n- name: Create Ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/Pham_Dinh_Phu/WordPress/roles/firewall
7,744
[ "no_license" ]
[ { "path": "Practice-2/Pham_Dinh_Phu/WordPress/roles/firewall/tasks/main.yml", "content": "# UFW Configuration\n--- \n- name: \"UFW - Allow HTTP on port {{ http_port }}\"\n ufw: \n rule: allow\n port: \"{{ http_port }}\"\n proto: tcp\n \n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/Pham_Dinh_Phu/WordPress/roles/mysql
7,744
[ "no_license" ]
[ { "path": "Practice-2/Pham_Dinh_Phu/WordPress/roles/mysql/tasks/main.yml", "content": "--- \n# MySQL Configuration \n- name: Install MySQL Packages \n apt: name={{ item }} update_cache=yes state=latest \n loop: [ 'mysql-server', 'php-mysqlnd', 'python3-pymysql' ] \n\n- name: Ensure mysql is ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1010, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/Pham_Dinh_Phu/WordPress/roles/php
7,744
[ "no_license" ]
[ { "path": "Practice-2/Pham_Dinh_Phu/WordPress/roles/php/tasks/main.yml", "content": "# tasks file for PHP \n- name: Install PHP Extensions \n apt: name={{ item }} update_cache=yes state=latest \n loop: \"{{ php_modules }}\" ", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/Pham_Dinh_Phu/WordPress/roles/wordpress
7,744
[ "no_license" ]
[ { "path": "Practice-2/Pham_Dinh_Phu/WordPress/roles/wordpress/tasks/main.yml", "content": "- name: Download and unpack latest WordPress\n unarchive:\n src: https://wordpress.org/latest.tar.gz\n dest: \"/var/www/{{ http_host }}\"\n remote_src: yes\n creates: \"/var/www/{{ http_host }}/wordpress\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1439, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/Tran-Quang-Hai/playbooks/roles/personal
7,744
[ "no_license" ]
[ { "path": "Practice-2/Tran-Quang-Hai/playbooks/roles/personal/tasks/deploy-docker.yml", "content": "- name: Pull image\n command:\n cmd: docker pull haitranquangofficial/graduation:parser\n- name: Run image\n command:\n cmd: docker run -d haitranquangofficial/graduation:parser\n register: shell_res...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 319, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/Vo-Minh-Thien-Long/practice-2/roles/common
7,744
[ "no_license" ]
[ { "path": "Practice-2/Vo-Minh-Thien-Long/practice-2/roles/common/tasks/main.yml", "content": "---\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 983, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/Vo-Minh-Thien-Long/practice-2/roles/grafana
7,744
[ "no_license" ]
[ { "path": "Practice-2/Vo-Minh-Thien-Long/practice-2/roles/grafana/defaults/main.yml", "content": "---\nversion: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "Practice-2/Vo-Minh-Thien-Long/practice-2/roles/grafana/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 416, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/Vo-Minh-Thien-Long/practice-2/roles/node-exporter
7,744
[ "no_license" ]
[ { "path": "Practice-2/Vo-Minh-Thien-Long/practice-2/roles/node-exporter/tasks/main.yml", "content": "---\n- name: Pull Node Exporter Docker image prom/node-exporter:latest:{{ version }}\n docker_image:\n name: prom/node-exporter:{{ version }}\n source: pull\n \n- name: Run Node Exporter Docker ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-2/Vo-Minh-Thien-Long/practice-2/roles/prometheus
7,744
[ "no_license" ]
[ { "path": "Practice-2/Vo-Minh-Thien-Long/practice-2/roles/prometheus/tasks/main.yml", "content": "---\n- name: Pull Prometheus Docker image prom/prometheus:{{ version }}\n docker_image:\n name: prom/prometheus:{{ version }}\n source: pull\n \n- name: Create file /tmp/prometheus.yml from template\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 946, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/DinhThiHuong/roles/deploy
7,744
[ "no_license" ]
[ { "path": "Practice-4/DinhThiHuong/roles/deploy/files/alertmanager/config.yml", "content": "route:\n receiver: 'slack'\n\nreceivers:\n - name: 'slack'\n slack_configs:\n - send_resolved: true\n text: \"{{ .CommonAnnotations.description }}\"\n username: 'rdinh522'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3530, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/NguyenQuangNhatTruong/Project/roles/alertmanager
7,744
[ "no_license" ]
[ { "path": "Practice-4/NguyenQuangNhatTruong/Project/roles/alertmanager/tasks/main.yml", "content": "---\n# tasks file for alertmanager\n- name: Pull Alertmanager Docker image\n docker_image:\n name: \"{{docker_image}}\"\n source: pull\n \n- name: Copy alertmanager.yml file to /tmp\n copy:\n sr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1265, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/NguyenQuangNhatTruong/Project/roles/grafana
7,744
[ "no_license" ]
[ { "path": "Practice-4/NguyenQuangNhatTruong/Project/roles/grafana/defaults/main.yml", "content": "---\n# defaults file for grafana\ndocker_image: \"grafana/grafana-enterprise:latest\"\ndocker_name: \"grafana\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 407, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/NguyenQuangNhatTruong/Project/roles/node-export
7,744
[ "no_license" ]
[ { "path": "Practice-4/NguyenQuangNhatTruong/Project/roles/node-export/defaults/main.yml", "content": "---\n# defaults file for node-export\ndocker_image: \"prom/node-exporter:latest\"\ndocker_name: \"node-exporter\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 427, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/NguyenQuangNhatTruong/Project/roles/prometheus
7,744
[ "no_license" ]
[ { "path": "Practice-4/NguyenQuangNhatTruong/Project/roles/prometheus/tasks/main.yml", "content": "---\n# tasks file for prometheus\n- name: Pull Prometheus Docker image\n docker_image:\n name: \"{{ docker_image }}\"\n source: pull\n \n- name: Copy prometheus.yml file to /tmp\n copy:\n src: pro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3825, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/NguyenTuanHiep/src/roles/alertmanager
7,744
[ "no_license" ]
[ { "path": "Practice-4/NguyenTuanHiep/src/roles/alertmanager/tasks/main.yml", "content": "---\n- name: Copy AlertManager Config file\n copy:\n src: config.yml\n dest: ~/alertmanager/\n\n- name: Create AlertManager containers\n docker_container:\n name: \"{{container_name}}\"\n image: \"{{ docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 840, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/NguyenTuanHiep/src/roles/cadvisor
7,744
[ "no_license" ]
[ { "path": "Practice-4/NguyenTuanHiep/src/roles/cadvisor/vars/main.yml", "content": "---\ncontainer_name: cadvisor\ndocker_images: google/cadvisor:v0.33.0\ncontainer_volumes:\n - /:/rootfs:ro\n - /var/run:/var/run:rw\n - /sys:/sys:ro\n - /var/lib/docker/:/var/lib/docker:ro\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 375, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/NguyenTuanHiep/src/roles/docker
7,744
[ "no_license" ]
[ { "path": "Practice-4/NguyenTuanHiep/src/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker-on-ubuntu\n- name: install dependencies\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n loop: \"{{ docker_dependencies }}\"\n\n- name: add GPG key\n apt_key:\n ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1524, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/NguyenTuanHiep/src/roles/grafana
7,744
[ "no_license" ]
[ { "path": "Practice-4/NguyenTuanHiep/src/roles/grafana/vars/main.yml", "content": "---\ncontainer_name: grafana\ndocker_images: grafana/grafana:8.5.5\ncontainer_volumes:\n - grafana-db:/var/lib/grafana\n - ./grafana/provisioning/:/etc/grafana/provisioning/", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 867, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/NguyenTuanHiep/src/roles/node-exporter
7,744
[ "no_license" ]
[ { "path": "Practice-4/NguyenTuanHiep/src/roles/node-exporter/vars/main.yml", "content": "---\ncontainer_name: node-exporter\ndocker_images: prom/node-exporter:v1.3.1\ncontainer_command:\n - '--path.procfs=/host/proc' \n - '--path.sysfs=/host/sys'\n - --collector.filesystem.ignored-mount-points\n - \"^/(...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 687, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/NguyenTuanHiep/src/roles/prometheus
7,744
[ "no_license" ]
[ { "path": "Practice-4/NguyenTuanHiep/src/roles/prometheus/tasks/main.yml", "content": "---\n- name: Copy Prometheus Config File\n copy: \n src: prometheus.yml\n dest: ~/prometheus/\n\n- name: Copy Alert Role File\n copy: \n src: alert.rules\n dest: ~/prometheus/\n\n- name: Create prometheus co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2986, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Phan Duc Anh/ansible/roles/alertmanager
7,744
[ "no_license" ]
[ { "path": "Practice-4/Phan Duc Anh/ansible/roles/alertmanager/templates/Dockerfile.j2", "content": "FROM prom/alertmanager\n\nCOPY alertmanager.yml /etc/alertmanager/alertmanager.yml\n\nENTRYPOINT [\"/bin/alertmanager\", \"--config.file=/etc/alertmanager/alertmanager.yml\" {%for host in groups['alert_server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1275, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Phan Duc Anh/ansible/roles/docker
7,744
[ "no_license" ]
[ { "path": "Practice-4/Phan Duc Anh/ansible/roles/docker/tasks/main.yml", "content": "- name: Update APT package index\n apt:\n update_cache: yes\n become: yes\n- name: Install required system packages\n apt:\n pkg:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1002, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Phan Duc Anh/ansible/roles/exporter
7,744
[ "no_license" ]
[ { "path": "Practice-4/Phan Duc Anh/ansible/roles/exporter/tasks/main.yml", "content": "- name: Create directory for deployment of node exporter\n file:\n path: /etc/docker\n state: directory\n become: true\n- name: Copy docker compose to hosts\n copy:\n src: docker-compose.yml\n dest: /etc/do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 943, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Phan Duc Anh/ansible/roles/grafana
7,744
[ "no_license" ]
[ { "path": "Practice-4/Phan Duc Anh/ansible/roles/grafana/files/docker-compose.yml", "content": "version: \"3.9\"\n\nservices:\n grafana:\n image: grafana/grafana-enterprise\n container_name: grafana\n ports:\n - 3000:3000\n\nnetworks:\n default:\n name: mornitor_net\n external: true\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 559, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Phan Duc Anh/ansible/roles/prometheus
7,744
[ "no_license" ]
[ { "path": "Practice-4/Phan Duc Anh/ansible/roles/prometheus/files/node_rules.yml", "content": "\"groups\":\n- \"name\": \"node-exporter.rules\"\n \"rules\":\n - \"expr\": |\n count without (cpu) (\n count without (mode) (\n node_cpu_seconds_total{job=\"node\"}\n )\n )\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4596, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Tran-Quang-Hai/ansible/playbooks/roles/grafana
7,744
[ "no_license" ]
[ { "path": "Practice-4/Tran-Quang-Hai/ansible/playbooks/roles/grafana/tasks/allow-port.yml", "content": "- name: Allow Port 9100\n become: true\n shell: |\n ufw allow 9100 \n ufw enable \n ufw reload", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Tran-Quang-Hai/ansible/playbooks/roles/local
7,744
[ "no_license" ]
[ { "path": "Practice-4/Tran-Quang-Hai/ansible/playbooks/roles/local/tasks/main.yml", "content": "- include_tasks: deploy-prom-node.yml\n- include_tasks: deploy-grafana.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "Practice-4/Tran-Quang-Hai/a...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3010, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Tran-Quang-Hai/ansible/playbooks/roles/servers
7,744
[ "no_license" ]
[ { "path": "Practice-4/Tran-Quang-Hai/ansible/playbooks/roles/servers/tasks/allow-http.yml", "content": "- name: Allow Port 80\n become: true\n shell: |\n ufw allow 80 \n ufw enable \n ufw reload", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "pa...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 916, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Vo-Minh-Thien-Long/practice-4-ansible/roles/flask
7,744
[ "no_license" ]
[ { "path": "Practice-4/Vo-Minh-Thien-Long/practice-4-ansible/roles/flask/files/backend/university/controller.py", "content": "from flask import jsonify\n\nfrom university.model import University\n\n\ndef universities():\n return jsonify({\n 'universities': [\n university.to_mongo().to_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 18502, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Vo-Minh-Thien-Long/practice-4-ansible/roles/mongodb
7,744
[ "no_license" ]
[ { "path": "Practice-4/Vo-Minh-Thien-Long/practice-4-ansible/roles/mongodb/tasks/main.yml", "content": "---\n# tasks file for mongoDB setup\n\n- name: install mongoDB\n apt: \n name: mongodb\n state: present\n update_cache: yes\n\n- name: copy config file\n copy:\n src: mongodb.conf\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2025, "all_permissive": false }
ansible_role
vietstacker/Viettel-Digital-Talent-Program-2022
bc7964a78e715b63954d2dc165b43cfefdd91801
23
Practice-4/Vo-Minh-Thien-Long/practice-4-ansible/roles/mongodb_exporter
7,744
[ "no_license" ]
[ { "path": "Practice-4/Vo-Minh-Thien-Long/practice-4-ansible/roles/mongodb_exporter/defaults/main.yml", "content": "---\n# Exporter version to install\nmongodb_exporter_version: 0.20.5\n# Exporter repository URL\nmongodb_exporter_base_url: https://github.com/percona/mongodb_exporter\n# Exporter download URL\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 20011, "all_permissive": false }