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
madson7/maas_lab
091326d334b885ee5180867b952909fe93b4c829
4
roles/postgres
108
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n# tasks file for roles/postgres\n- include_tasks: psql.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/postgres/vars/main.yml", "content": "---\n# vars file for roles/postgre...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1754, "all_permissive": false }
ansible_role
AaronJTan/ansible-configuration-management
a36f018c3387dc3a2618d27ab635e27bc0d6e194
0
roles/desktop-appearance
108
[ "no_license" ]
[ { "path": "roles/desktop-appearance/tasks/main.yaml", "content": "---\n\n- name: Set dock position - Bottom\n ansible.builtin.command: gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM\n\n- name: Set dark mode\n ansible.builtin.command: gsettings set org.gnome.desktop.interface co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1107, "all_permissive": false }
ansible_role
AaronJTan/ansible-configuration-management
a36f018c3387dc3a2618d27ab635e27bc0d6e194
0
roles/discord
108
[ "no_license" ]
[ { "path": "roles/discord/tasks/main.yaml", "content": "---\n\n- name: Gather the package facts\n ansible.builtin.package_facts:\n manager: auto\n\n- name: Install Discord\n become: true\n apt:\n deb: https://discord.com/api/download?platform=linux&format=deb", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
AaronJTan/ansible-configuration-management
a36f018c3387dc3a2618d27ab635e27bc0d6e194
0
roles/docker
108
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n\n- name: Remove old version of Docker - configuration and data files \n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absent\n loop:\n - /var/lib/docker\n - /var/lib/containerd\n\n- name: Uninstall old versions of Docker\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1810, "all_permissive": false }
ansible_role
AaronJTan/ansible-configuration-management
a36f018c3387dc3a2618d27ab635e27bc0d6e194
0
roles/git
108
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yaml", "content": "---\n\n- name: Install git \n become: true\n ansible.builtin.apt:\n name: git\n state: latest\n update_cache: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
AaronJTan/ansible-configuration-management
a36f018c3387dc3a2618d27ab635e27bc0d6e194
0
roles/intellij
108
[ "no_license" ]
[ { "path": "roles/intellij/tasks/main.yaml", "content": "---\n\n- name: Install IntelliJ Idea Community Edition\n become: true\n ansible.builtin.command: snap install intellij-idea-community --classic\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
AaronJTan/ansible-configuration-management
a36f018c3387dc3a2618d27ab635e27bc0d6e194
0
roles/java
108
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yaml", "content": "---\n\n- name: Install the Default JRE/JDK\n become: true\n ansible.builtin.apt:\n name: \n - default-jre\n - default-jdk\n state: latest\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
AaronJTan/ansible-configuration-management
a36f018c3387dc3a2618d27ab635e27bc0d6e194
0
roles/python-packages
108
[ "no_license" ]
[ { "path": "roles/python-packages/tasks/main.yaml", "content": "---\n\n- name: Install Python packages\n become: true\n ansible.builtin.apt:\n name: \n - python3-pip\n - python3-virtualenv\n state: latest\n update_cache: true\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
AaronJTan/ansible-configuration-management
a36f018c3387dc3a2618d27ab635e27bc0d6e194
0
roles/vim
108
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yaml", "content": "---\n\n- name: Install vim\n become: true\n ansible.builtin.apt:\n name: vim\n state: latest\n update_cache: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
AaronJTan/ansible-configuration-management
a36f018c3387dc3a2618d27ab635e27bc0d6e194
0
roles/vlc
108
[ "no_license" ]
[ { "path": "roles/vlc/tasks/main.yaml", "content": "---\n\n- name: Install VLC\n become: true\n ansible.builtin.command: snap install vlc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
AaronJTan/ansible-configuration-management
a36f018c3387dc3a2618d27ab635e27bc0d6e194
0
roles/vscode
108
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yaml", "content": "---\n\n- name: Install VS Code\n become: true\n ansible.builtin.command: snap install --classic code\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
tesu-tesu/antrian-sehat-infrastructure
385886d459a61ff73963741a86dda75f5340443c
0
ansible/roles/db
108
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n# This playbook contains db plays that will run sql import.\n\n- name: Copy sql dump\n copy:\n src: backup.sql\n dest: /home/deploy/antrian-sehat/backup.sql\n\n#- name: Import dump to database\n # Hardcode search docker container name db\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
tesu-tesu/antrian-sehat-infrastructure
385886d459a61ff73963741a86dda75f5340443c
0
ansible/roles/web
108
[ "no_license" ]
[ { "path": "ansible/roles/web/files/.env.example", "content": "# Replace with .env from backend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/web/tasks/main.yml", "content": "---\n# This playbook contains web plays that will run ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 592, "all_permissive": false }
ansible_role
mdimarino/aws
f9525dc4a13181a948c5d8525363e9d1d45390b3
0
ansible/roles/aws
108
[ "no_license" ]
[ { "path": "ansible/roles/aws/files/web_user_data_file", "content": "#!/bin/bash\n\n### Criar particao de SWAP ###\n\necho \"n\ne\n1\n\n\nn\nl\n\n\nt\n5\n82\nw\n\" | fdisk /dev/xvdb\n\n### Formatar e habilitar partição de SWAP ###\n\nmkswap /dev/xvdb5\nswapon /dev/xvdb5\n\necho \"/dev/xvdb5 swap swap...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5047, "all_permissive": false }
ansible_role
mdimarino/aws
f9525dc4a13181a948c5d8525363e9d1d45390b3
0
ansible/roles/common
108
[ "no_license" ]
[ { "path": "ansible/roles/common/handlers/main.yml", "content": "---\n# handlers file for common\n\n- name: update timezone\n command: dpkg-reconfigure --frontend noninteractive tzdata\n\n- name: update locales\n command: \"{{ item }}\"\n with_items:\n - dpkg-reconfigure --frontend noninteractive local...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1360, "all_permissive": false }
ansible_role
mdimarino/aws
f9525dc4a13181a948c5d8525363e9d1d45390b3
0
ansible/roles/mysql
108
[ "no_license" ]
[ { "path": "ansible/roles/mysql/files/db2.cnf", "content": "[mysqld]\nbind-address = 0.0.0.0\nlog-bin = mysql-bin\nlog-slave-updates\nserver-id = 102\ninnodb_flush_log_at_trx_commit = 1\nsync_binlog = 1\nbinlog_format = mixed\ncharacter-set-server = utf8\ncollation-server = utf8_general_ci\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6731, "all_permissive": false }
ansible_role
taa2021/c2-b6-webinar
9465410f59bcf3511e07bf667f60316dee1a0ffd
0
roles/http
108
[ "no_license" ]
[ { "path": "roles/http/tasks/config.yml", "content": "---\n\n- name: remove default nginx package site config\n ansible.builtin.file:\n path: \"{{ nginx_sites_enabled }}/default\"\n state: absent\n notify:\n - reload webservices\n\n- name: create site doc root\n ansible.builtin.file:\n path: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2635, "all_permissive": false }
ansible_role
taa2021/c2-b6-webinar
9465410f59bcf3511e07bf667f60316dee1a0ffd
0
roles/php
108
[ "no_license" ]
[ { "path": "roles/php/handlers/main.yml", "content": "---\n\n- name: reload webservices\n include_tasks: reload.yml\n\n- name: restart webservices\n include_tasks: restart.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/php/vars/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1158, "all_permissive": false }
ansible_role
taa2021/c2-b6-webinar
9465410f59bcf3511e07bf667f60316dee1a0ffd
0
roles/users
108
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n\n\n- name: Ensure user exists and belongs to supergroup\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n append: yes\n state: present\n with_items: \"{{ users }}\"\n\n\n- name: Configure a ssh auth-key for user\n ansible.builtin.auth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 412, "all_permissive": false }
ansible_role
Lee-seungkyu/test
7861dc5a385e54286be402d5089383975086c5bc
0
roles/test
108
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: test role\n include_tasks: 1.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/test/tasks/1.yml", "content": "- name: test\n ping:\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 62, "all_permissive": false }
ansible_role
datastrophic/kubernetes-deployment
d37bd8d6e1fafd0cbd8907b9666f0709f7a1815f
61
ansible/roles/calico
108
[ "no_license" ]
[ { "path": "ansible/roles/calico/tasks/main.yaml", "content": "- name: copy Calico manifests\n become: yes\n template:\n src: calico.yaml\n dest: /etc/calico.yaml\n\n- name: install Calico\n become: yes\n command: kubectl apply -f /etc/calico.yaml --kubeconfig=/etc/kubernetes/admin.conf\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
datastrophic/kubernetes-deployment
d37bd8d6e1fafd0cbd8907b9666f0709f7a1815f
61
ansible/roles/commons
108
[ "no_license" ]
[ { "path": "ansible/roles/commons/tasks/main.yaml", "content": "- name: install common packages\n become: yes\n apt:\n pkg:\n - apt-transport-https\n - curl\n update_cache: yes\n\n- name: disable swap\n become: yes\n command: swapoff -a\n\n- name: disable swap in fstab\n become: yes\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
datastrophic/kubernetes-deployment
d37bd8d6e1fafd0cbd8907b9666f0709f7a1815f
61
ansible/roles/container-runtime
108
[ "no_license" ]
[ { "path": "ansible/roles/container-runtime/templates/containerd-config.toml", "content": "[plugins]\n [plugins.cri.containerd]\n snapshotter = \"overlayfs\"\n [plugins.cri.containerd.default_runtime]\n runtime_type = \"io.containerd.runtime.v1.linux\"\n runtime_engine = \"/usr/local/bin/run...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1653, "all_permissive": false }
ansible_role
datastrophic/kubernetes-deployment
d37bd8d6e1fafd0cbd8907b9666f0709f7a1815f
61
ansible/roles/kubeadm-init
108
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm-init/tasks/main.yaml", "content": "- name: copy kubeadm init config\n become: yes\n template:\n src: kubeadm.yaml\n dest: /etc/kubeadm.yaml\n\n- name: running kubeadm init\n become: yes\n command: kubeadm init --config /etc/kubeadm.yaml\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1279, "all_permissive": false }
ansible_role
datastrophic/kubernetes-deployment
d37bd8d6e1fafd0cbd8907b9666f0709f7a1815f
61
ansible/roles/kubeadm-join
108
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm-join/tasks/main.yaml", "content": "- name: copy kubeadm join config\n become: yes\n template:\n src: kubeadm-join.yaml\n dest: /etc/kubeadm-join.yaml\n\n- name: running kubeadm join\n become: yes\n command: kubeadm join --config /etc/kubeadm-join.yaml\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 650, "all_permissive": false }
ansible_role
datastrophic/kubernetes-deployment
d37bd8d6e1fafd0cbd8907b9666f0709f7a1815f
61
ansible/roles/kubeadm-join-config
108
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm-join-config/tasks/main.yaml", "content": "- name: create local dir for token and cert hash\n file:\n path: \"{{ local.artifact_dir }}\"\n state: directory\n delegate_to: localhost\n run_once: True\n\n- name: kubeadm token generate\n become: yes\n command: kubeadm ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": false }
ansible_role
datastrophic/kubernetes-deployment
d37bd8d6e1fafd0cbd8907b9666f0709f7a1815f
61
ansible/roles/kubeadm-reset
108
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm-reset/tasks/main.yaml", "content": "- name: run kubeadm reset\n become: yes\n command: kubeadm reset -f\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
datastrophic/kubernetes-deployment
d37bd8d6e1fafd0cbd8907b9666f0709f7a1815f
61
ansible/roles/kubernetes-packages
108
[ "no_license" ]
[ { "path": "ansible/roles/kubernetes-packages/tasks/main.yaml", "content": "- name: adding Kubernetes repository apt key\n become: yes\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: adding Kubernetes deb repository\n become: yes\n apt_repository:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
datastrophic/kubernetes-deployment
d37bd8d6e1fafd0cbd8907b9666f0709f7a1815f
61
ansible/roles/metallb
108
[ "no_license" ]
[ { "path": "ansible/roles/metallb/tasks/main.yaml", "content": "- name: copy MetalLB manifests\n become: yes\n template:\n src: metallb.yaml\n dest: /etc/metallb.yaml\n\n- name: copy MetalLB config\n become: yes\n template:\n src: metallb-config.yaml\n dest: /etc/metallb-config.yaml\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
Legilibre/Archeo-Lex
f35c3bc8bae24e266ef86d074a877866397115c3
103
provisioning/roles/common
108
[ "permissive" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "- set_fact: role_name=common\n\n- name: install dependencies\n apt: name={{ item }} state=present\n with_items:\n - git\n - toilet\n - htop\n\n- name: remove unused dependencies\n apt: name={{ item }} state=absent update_cache=no\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": true }
ansible_role
Legilibre/Archeo-Lex
f35c3bc8bae24e266ef86d074a877866397115c3
103
provisioning/roles/git-generator
108
[ "permissive" ]
[ { "path": "provisioning/roles/git-generator/tasks/main.yml", "content": "- set_fact: role_name=git-generator\n\n- name: install dependencies\n apt: name={{ item }} state=present\n with_items:\n - libxslt1-dev\n - libxml2-dev\n - zlib1g-dev\n - python-dev\n\n- name: install python dependencies\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": true }
ansible_role
r-devops/ergo
4502763a5983a39cf4ada6f287dcfad7c5c64270
0
ansible/roles/demo
108
[ "no_license" ]
[ { "path": "ansible/roles/demo/tasks/main.yml", "content": "- name: Demo task from role\n debug:\n msg: demo task from role\n\n- name: Install web server\n yum: \n name: httpd\n state: installed\n notify: Restart HTTPD\n\n- name: copy template\n template:\n src: demo-template....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 317, "all_permissive": false }
ansible_role
Bhargav-devops/roroboshop-ansible-roles-tf
ee424c1f1ae8eb0724f6ece9140d59d9bb23342f
0
roles/common
108
[ "no_license" ]
[ { "path": "roles/common/tasks/app-setup.yaml", "content": "- name: creating roboshop user\n ansible.builtin.user:\n name: roboshop\n- name: recursively remove app directory\n ansible.builtin.file:\n path: /app\n state: absent\n- name: creating app directory\n ansible.builtin.file:\n path: /ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 926, "all_permissive": false }
ansible_role
Bhargav-devops/roroboshop-ansible-roles-tf
ee424c1f1ae8eb0724f6ece9140d59d9bb23342f
0
roles/rabbitmq
108
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yaml", "content": "- name: configure yum erlang repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n- name: configure yumm repo for rabbitmq\n ansible.builtin.shell: curl -s https://packagecloud.io/in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1200, "all_permissive": false }
ansible_role
Bhargav-devops/roroboshop-ansible-roles-tf
ee424c1f1ae8eb0724f6ece9140d59d9bb23342f
0
roles/redis
108
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yaml", "content": "- name: installing redis repo\n ansible.builtin.dnf:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: present\n disable_gpg_check: true\n skip_broken: yes\n#temporary change for redis working\n# - name: enable redis 6....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
gurava1234/roboshop-ansible-roles
dbd4bcf38cd98aee7622506a9ab1dc160a894726
0
roboshop-ansible-roles/roles/cart
108
[ "no_license" ]
[ { "path": "roboshop-ansible-roles/roles/cart/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n task_from: app-setup\n\n- name: app setup\n ansible.builtin.import_role:\n name: common\n task_from: nodejs\n\n- name: mongodb setup\n ansible.builtin.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
gurava1234/roboshop-ansible-roles
dbd4bcf38cd98aee7622506a9ab1dc160a894726
0
roboshop-ansible-roles/roles/user
108
[ "no_license" ]
[ { "path": "roboshop-ansible-roles/roles/user/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n task_from: app-setup\n\n- name: nodejs\n ansible.builtin.import_role:\n name: common\n task_from: nodejs\n\n- name: mongodb setup\n ansible.builtin.impo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
tetlika/evojam
c27407b62d874f2fba5480706ebdcca902a53448
0
roles/ad
108
[ "no_license" ]
[ { "path": "roles/ad/tasks/main.yml", "content": "---\n- name: create cf stack for directory service\n cloudformation:\n stack_name: \"{{ ad_stack_name }}\"\n region: \"{{ aws_region }}\"\n state: \"present\"\n template: \"roles/ad/files/ad.json\"\n template_parameters:\n Name: \"{{ dire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
tetlika/evojam
c27407b62d874f2fba5480706ebdcca902a53448
0
roles/check_connectivity
108
[ "no_license" ]
[ { "path": "roles/check_connectivity/tasks/main.yml", "content": "---\n- name: confirm there is no connectivity\n shell: (nc \"{{ dns1 }}\" 389 -w 3 && exit 1 ) || echo \"no connectivity\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
tetlika/evojam
c27407b62d874f2fba5480706ebdcca902a53448
0
roles/privatekey
108
[ "no_license" ]
[ { "path": "roles/privatekey/tasks/main.yml", "content": "---\n- name: Create a new EC2 key\n ec2_key:\n name: \"{{ keyname}}\"\n region: \"{{ aws_region }}\"\n force: false\n register: ec2_key_result\n\n- name: Save private key\n copy: content=\"{{ ec2_key_result.key.private_key }}\" dest=\"{{ p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
tetlika/evojam
c27407b62d874f2fba5480706ebdcca902a53448
0
roles/vpc
108
[ "no_license" ]
[ { "path": "roles/vpc/tasks/main.yml", "content": "---\n- name: Create VPC/register vpc into var\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr_block }}\"\n region: \"{{ aws_region }}\"\n aws_access_key: \"{{ aws_access_key }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2587, "all_permissive": false }
ansible_role
tetlika/evojam
c27407b62d874f2fba5480706ebdcca902a53448
0
roles/winserver
108
[ "no_license" ]
[ { "path": "roles/winserver/tasks/main.yml", "content": "---\n- name: register directory id\n cloudformation_facts:\n stack_name: \"{{ ad_stack_name }}\"\n register: \"stack_facts\"\n\n- name: retreive directory id\n set_fact:\n directory_id : '{{ stack_facts [\"ansible_facts\"][\"cloudformation\"][...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1151, "all_permissive": false }
ansible_role
sukujgrg/kubernetes-do-ansible
bb59627fdc2a33767d142f85974be6a51c7ade95
0
roles/common
108
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Wait 300 seconds for port 22 to become open and contain \"OpenSSH\"\n wait_for:\n port: 22\n host: '{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}'\n search_regex: OpenSSH\n delay: 10\n connection: local\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2186, "all_permissive": false }
ansible_role
sukujgrg/kubernetes-do-ansible
bb59627fdc2a33767d142f85974be6a51c7ade95
0
roles/droplets
108
[ "no_license" ]
[ { "path": "roles/droplets/tasks/main.yml", "content": "---\n\n- name: get ssh key id\n uri:\n url: \"https://api.digitalocean.com/v2/account/keys\"\n body_format: json\n method: GET\n headers:\n Authorization: \"Bearer {{ DO_API_KEY }}\"\n register: result\n tags:\n - create_droplet\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 729, "all_permissive": false }
ansible_role
sukujgrg/kubernetes-do-ansible
bb59627fdc2a33767d142f85974be6a51c7ade95
0
roles/master
108
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "- name: initialize the cluster\n shell: \"kubeadm reset --force; kubeadm init --pod-network-cidr=192.168.0.0/16 --ignore-preflight-errors=NumCPU\"\n\n- name: generate kubeadm join command for worker nodes\n shell: \"kubeadm token create --print-join-com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 821, "all_permissive": false }
ansible_role
sukujgrg/kubernetes-do-ansible
bb59627fdc2a33767d142f85974be6a51c7ade95
0
roles/worker
108
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "- name: join master\n shell: \"kubeadm reset --force; {{ hostvars[groups['master'][0]]['kubeadm_join_cmd'].stdout }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
rbuzatu90/ansible-demo
d18f2bc2f21922d4666f107b66e9cc6b3756ec52
0
roles/ansible_host
108
[ "no_license" ]
[ { "path": "roles/ansible_host/tasks/main.yml", "content": "---\n- name: Config ansible\n copy: src=ansible.cfg dest=/etc/ansible/ansible.cfg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
rbuzatu90/ansible-demo
d18f2bc2f21922d4666f107b66e9cc6b3756ec52
0
roles/lxc
108
[ "no_license" ]
[ { "path": "roles/lxc/tasks/main.yml", "content": "---\n- name: Check for conectivity\n action: ping\n- name: Get packages\n apt: name={{item}} state=installed update_cache=true\n with_items:\n - lxc\n - python-pip\n- name: Upgrade pip, wheel and setuptools\n pip:\n name: pip\n state: latest ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 778, "all_permissive": false }
ansible_role
rbuzatu90/ansible-demo
d18f2bc2f21922d4666f107b66e9cc6b3756ec52
0
roles/zuul
108
[ "no_license" ]
[ { "path": "roles/zuul/templates/vars.j2", "content": "File with vars {{ ip }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/zuul/tasks/main.yml", "content": "---\n- name: Echo file with vars\n copy: src=vars.j2 dest=/root/logs\n \n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 95, "all_permissive": false }
ansible_role
ghantakiran/SplunkAWSPackerAnsible
a043e08451fdc4e198cce4c765822a6c74438a34
0
ansible/playbooks/roles/splunkinstall
108
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/splunkinstall/tasks/splunkinstall.yml", "content": "---\n# This playbook install the apps required in a server\n\n- name: checking if splunk is install\n tags: install\n stat: path=/opt/splunk\n register: splunk_path\n# become: true\n# become_user: root\n\n- name: is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1387, "all_permissive": false }
ansible_role
ghantakiran/SplunkAWSPackerAnsible
a043e08451fdc4e198cce4c765822a6c74438a34
0
ansible/playbooks/roles/splunkrollback
108
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/splunkrollback/tasks/splunkrollback.yml", "content": "---\n# This playbook install the apps required in a server\n\n- name: checking if splunk is install\n tags: install\n stat: path=/opt/splunk\n register: splunk_path\n\n- name: is splunk installed?\n tags: install\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1133, "all_permissive": false }
ansible_role
benkatzav/WeightTracker-Ansible
f6cea3109c8138149fecf3045cbeee32657f98d7
1
roles/common
107
[ "no_license" ]
[ { "path": "roles/common/templates/.env.j2", "content": "# Host configuration\nPORT=8080\nHOST=0.0.0.0\nNODE_ENV=development\nHOST_URL={{ HOST_URL }}\nCOOKIE_ENCRYPT_PWD=<PASSWORD>!\n\n# Okta configuration\nOKTA_ORG_URL={{ OKTA_ORG_URL }}\nOKTA_CLIENT_ID={{ OKTA_CLIENT_ID }}\nOKTA_CLIENT_SECRET={{ OKTA_CLIEN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1804, "all_permissive": false }
ansible_role
mbr3d4/lab_terraform_proxmmox
e70afdd2772bde32f27eef366816c896c1d73e29
0
ansible/roles/docker
107
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: update cache\n apt: \n update_cache: yes\n\n- name: Install git\n apt:\n name: git\n state: present\n update_cache: yes\n\n- name: Install required docker system packages\n apt:\n pkg:\n - apt-transport-https\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1077, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/apacheAb
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/apacheAb/tasks/main.yaml", "content": "- name: Install apache utils\n apt:\n name: apache2-utils\n state: present\n update_cache: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/apacheTest
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/apacheTest/tasks/main.yaml", "content": "- name: get ip addr\n shell: hostname -I | awk '{ print $1 }' \n register: ipAddr\n\n\n- name: Test apache bench performance\n shell: \"time ab -n 1000000 -c 7 http://{{ ipAddr.stdout }}/\"\n register: results\n\n- name: Print re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/certManager
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/certManager/files/cert-issuer-nginx-ingress.yaml", "content": "apiVersion: cert-manager.io/v1\r\nkind: ClusterIssuer\r\nmetadata:\r\n name: letsencrypt-stg\r\nspec:\r\n acme:\r\n email: LETS_ENCRYPT_MAIL\r\n preferredChain: \"\"\r\n privateKeySecretRef:\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6436, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/deployment
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/deployment/files/laravel-app/templates/configmap-nginx.yaml", "content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: {{ .Release.Name }}-nginx-configmap\ndata:\n default.conf: |-\n server {\n listen 80 default_server;\n root /app/html/publ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 11622, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/dockerInstall
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/dockerInstall/defaults/main.yaml", "content": "---\n#Packages axiliares\npackages_aux:\n- apt-transport-https\n- ca-certificates\n- curl\n- gnupg-agent\n- software-properties-common\n\npackages:\n- docker\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 406, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/helmInstall
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/helmInstall/defaults/main.yaml", "content": "helm_bin_url: https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "kubernetes-setup/roles/helmInstall/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/joinNode
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/joinNode/tasks/main.yaml", "content": "---\n- name: Create token to join cluster\n shell: kubeadm token create --print-join-command\n run_once: true\n changed_when: false\n when: inventory_hostname == groups['master'][0]\n register: kubernetes_join_command_result\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/kubeadmSetup
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/kubeadmSetup/tasks/main.yaml", "content": "- name: swapoff\n shell: swapoff -a\n- name: Init the kubernetes cluster \n shell: \"kubeadm init --pod-network-cidr {{ pod_network_cidir }}\"\n- name: export KUBECONFIG\n shell: |\n mkdir -p $HOME/.kube\n sudo cp -f /etc/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 612, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/kubeconfigSetup
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/kubeconfigSetup/tasks/main.yaml", "content": "- name: kubecofnfig getter\n fetch:\n src: /root/.kube/config\n dest: ~/.kube/config\n flat: true \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/kubectlInstall
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/kubectlInstall/defaults/main.yaml", "content": "k8s_version_url: https://dl.k8s.io/release/stable.txt\nusr_bin_k8s_dir: /usr/local/bin/kubectl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "kubernetes-setup/role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 578, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/kubernetesInstall
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/kubernetesInstall/tasks/main.yaml", "content": "- name: add Kubernetes apt-key for APT repository\n become: yes\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: add Kubernetes APT repository\n become: yes\n apt_repo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 509, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/lucasApp
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/lucasApp/tasks/main.yaml", "content": "---\n- name: Read-write git checkout from github chart appp lucas\n ansible.builtin.git:\n repo: https://github.com/gabrielknot/helm_chart_example_laravel_app\n dest: ~/helm_chart_example_laravel_app\n\n- name: Deploy Ipnginx ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/metallbSetup
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/metallbSetup/tasks/main.yaml", "content": "---\n- name: Kubectl apply Metallb Namespace\n shell: \"kubectl apply -f {{ metallb_namespace_yaml_raw }}\"\n- name: Kubectl apply Metallb Manifests\n shell: \"kubectl apply -f {{ metallb_manifests_yaml_raw }}\"\n\n- name: Copy f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4710, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/metricsServer
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/metricsServer/tasks/main.yaml", "content": "---\n- name: Copy metrics-server component.yaml\n ansible.builtin.copy:\n src: components.yaml\n dest: ~/metrics-server.yaml\n mode: '0664'\n\n- name: Deploy metrics-server\n shell: kubectl apply -f ~/metrics-server.yam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/mysql
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/mysql/tasks/main.yaml", "content": "\n- name: Create a volume to storage the mysql datda\n community.kubernetes.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: PersistentVolume\n metadata:\n name: mysql-pv\n namespace: mysql\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1508, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/nginxIngress
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/nginxIngress/tasks/main.yaml", "content": "- name: Get your own ip address\n shell: hostname -I | awk '{ print $1 }'\n register: ipAddr\n- name: Copy nginx-inhgress deploy file with owner and permissions\n ansible.builtin.copy:\n src: deploy.yaml \n dest: ~/nginx-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1330, "all_permissive": false }
ansible_role
gabrielknot/kubernetes_project
f2133b122c0c0b17d7f1389b2e23fc4b2e7681a8
0
kubernetes-setup/roles/stressNgInstall
107
[ "no_license" ]
[ { "path": "kubernetes-setup/roles/stressNgInstall/tasks/main.yaml", "content": "- name: Install stress-ng\n apt:\n name: stress-ng\n state: present\n update_cache: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
edricz/devop
7e5fc67163eb36e0b046c7bad35b9dffb99fa935
0
ansible/src/roles/jenkins
107
[ "no_license" ]
[ { "path": "ansible/src/roles/jenkins/tasks/main.yml", "content": "---\n\n- name: Deploy Jenkins container\n docker:\n name: jenkins\n restart_policy: on-failure\n restart_policy_retry: 5\n image: \"{{ registry_server }}/jenkins:latest\"\n state: reloaded\n pull: always\n net: bridge\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
edricz/devop
7e5fc67163eb36e0b046c7bad35b9dffb99fa935
0
ansible/src/roles/mariadb
107
[ "no_license" ]
[ { "path": "ansible/src/roles/mariadb/tasks/main.yml", "content": "---\n\n- name: Assure certificate dir exists\n file: path=\"/data/ssl/root\" state=directory\n\n- name: Copy over SSL certificates\n copy:\n content: \"{{ item.value }}\"\n dest: \"/data/ssl/{{ item.name }}.pem\"\n owner: 999\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1167, "all_permissive": false }
ansible_role
edricz/devop
7e5fc67163eb36e0b046c7bad35b9dffb99fa935
0
ansible/src/roles/www
107
[ "no_license" ]
[ { "path": "ansible/src/roles/www/tasks/main.yml", "content": "---\n\n- name: Creates Redis directory\n file: path=\"/data/{{ item.name }}\" state=directory mode=0777\n with_items: \"{{ www_services }}\"\n\n- name: Deploy Redis cache container\n docker:\n name: \"{{ item.name }}-redis\"\n restart_po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1218, "all_permissive": false }
ansible_role
bezaca/DevOpsRMP
7a01b9857e25446058dbd8a51c0b9b4a65711055
0
Ansible-scripts/roles/auth-api
107
[ "no_license" ]
[ { "path": "Ansible-scripts/roles/auth-api/tasks/main.yml", "content": "- name: Build Auth API\r\n shell: |\r\n export GO111MODULE=on\r\n go mod init github.com/bortizf/microservice-app-example/tree/master/auth-api\r\n go mod tidy\r\n go build\r\n args:\r\n chdir: /mnt/c/DevopsRumpup/DevOpsR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
bezaca/DevOpsRMP
7a01b9857e25446058dbd8a51c0b9b4a65711055
0
Ansible-scripts/roles/frontend
107
[ "no_license" ]
[ { "path": "Ansible-scripts/roles/frontend/tasks/main.yml", "content": "- name: Install NPM modules for frotend \r\n shell: |\r\n nvm use v8.17.0\r\n npm install\r\n args:\r\n chdir: /mnt/c/DevopsRumpup/DevOpsRMP/microservice-app-example/frontend\r\n\r\n- name: Build frontend \r\n shell: |\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": false }
ansible_role
bezaca/DevOpsRMP
7a01b9857e25446058dbd8a51c0b9b4a65711055
0
Ansible-scripts/roles/log-message-processor
107
[ "no_license" ]
[ { "path": "Ansible-scripts/roles/log-message-processor/tasks/main.yml", "content": "- name: Install requirements\r\n shell: |\r\n python3.7 -m pip install -r requirements.txt\r\n args:\r\n chdir: /mnt/c/DevopsRumpup/DevOpsRMP/microservice-app-example/log-message-processor\r\n\r\n- name: Execute Log ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
bezaca/DevOpsRMP
7a01b9857e25446058dbd8a51c0b9b4a65711055
0
Ansible-scripts/roles/todos-api
107
[ "no_license" ]
[ { "path": "Ansible-scripts/roles/todos-api/tasks/main.yml", "content": "- name: Install NPM modules for TODO API \r\n shell: |\r\n nvm use v8.17.0\r\n npm install\r\n args:\r\n chdir: /mnt/c/DevopsRumpup/DevOpsRMP/microservice-app-example/todos-api\r\n\r\n\r\n- name: Execute TODO API\r\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
bezaca/DevOpsRMP
7a01b9857e25446058dbd8a51c0b9b4a65711055
0
Ansible-scripts/roles/users-api
107
[ "no_license" ]
[ { "path": "Ansible-scripts/roles/users-api/tasks/main.yml", "content": "- name: Check if OpenJDK 8 is installed\n command: java -version 2>&1 | grep 'openjdk version \"1.8'\n register: java_check\n failed_when: false\n\n- name: Install OpenJDK 8\n apt:\n name: openjdk-8-jdk\n state: present\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
harshitrwt/minikubedeployment
c6e101b67396ed9260c8b3eb52ee1c359c7c6eee
0
ansible/roles/cluster_check
107
[ "no_license" ]
[ { "path": "ansible/roles/cluster_check/tasks/check_docker.yaml", "content": "- name: Pull Docker image from Docker Hub\n shell: docker pull harshitrwt009/minikubecocofront:v1\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "ansible/roles/clu...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 412, "all_permissive": false }
ansible_role
yuchunc/za_platform
b8376973325a01a404114159cb6034d6865400d8
0
ansible/roles/ansible-coturn
107
[ "no_license" ]
[ { "path": "ansible/roles/ansible-coturn/defaults/main.yml", "content": "---\ncoturn_version: 4.5.0.6\ncoturn_pkg_name: \"coturn-{{ coturn_version }}\"\ncoturn_pkg_url: \"https://github.com/coturn/coturn/archive/{{ coturn_version }}.tar.gz\"\ncoturn_pkg_path: \"{{ ansible_env.HOME }}/{{ coturn_pkg_name }}\"\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1851, "all_permissive": false }
ansible_role
yuchunc/za_platform
b8376973325a01a404114159cb6034d6865400d8
0
ansible/roles/iptables-http
107
[ "no_license" ]
[ { "path": "ansible/roles/iptables-http/defaults/main.yml", "content": "---\n# defaults file for iptables-http\n\n# Port that app listens on\niptables_http_app_port: 4001\niptables_https_app_port: 4443\n\n# HTTP public port\niptables_http_external_port: 80\niptables_https_external_port: 443\n\n# Whether to r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1683, "all_permissive": false }
ansible_role
mahesh-ambhore/ansible-test
0049a5eb3be68a696f7d19412766837c404396a2
0
roles/mysqldb
107
[ "no_license" ]
[ { "path": "roles/mysqldb/vars/main.yml", "content": "---\n# vars file for mysqldb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/mysqldb/tasks/main.yml", "content": "---\n# tasks file for mysqldb\n- name: Start service mysql, if not st...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 990, "all_permissive": false }
ansible_role
axiacore/axia-office
8f4f7358c97a8c0efe87c779e55ef1bd5d774b82
1
roles/raspberry
107
[ "no_license" ]
[ { "path": "roles/raspberry/templates/default.j2", "content": "server {\n server_name _;\n\n location /play {\n default_type 'text/plain';\n content_by_lua '\n local url = ngx.unescape_uri(ngx.var.arg_url)\n os.execute(\"sudo /usr/bin/mplayer -volume 90 \" .. url .. ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1168, "all_permissive": false }
ansible_role
rhmk/ansible-rhv-misc
17018355e439cdf4fc529780f9a5a3f97c60a5fb
0
roles/rhv-create-hana-env
107
[ "permissive" ]
[ { "path": "roles/rhv-create-hana-env/defaults/main.yml", "content": "---\n# defaults file for rhv-create-hana-env", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 43 }, { "path": "roles/rhv-create-hana-env/vars/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 523, "all_permissive": true }
ansible_role
fengxsong/kubeadm-ha
63e68b0483c8cc892fe2269bda3154e5836a4c04
1
roles/etcd
107
[ "no_license" ]
[ { "path": "roles/etcd/tasks/main.yml", "content": "---\n- name: Get cfssl and cfssljson\n get_url: url=\"https://pkg.cfssl.org/R1.2/{{ item }}_linux-{{ arch }}\" dest=\"/tmp/{{ item }}\"\n run_once: true\n delegate_to: localhost\n connection: local\n with_items:\n - cfssl\n - cfssljson\n\n- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5005, "all_permissive": false }
ansible_role
fengxsong/kubeadm-ha
63e68b0483c8cc892fe2269bda3154e5836a4c04
1
roles/join-token
107
[ "no_license" ]
[ { "path": "roles/join-token/tasks/main.yml", "content": "---\n- name: Generate kubeadm join token\n command: \"kubeadm token create\"\n register: TOKEN\n\n- name: Generate command line with join token for adding worker nodes\n template: src=join-worker-nodes.sh.j2 dest=/tmp/join-worker-nodes.sh mode=0755...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 456, "all_permissive": false }
ansible_role
fengxsong/kubeadm-ha
63e68b0483c8cc892fe2269bda3154e5836a4c04
1
roles/keepalived
107
[ "no_license" ]
[ { "path": "roles/keepalived/templates/keepalived.conf.j2", "content": " ! Configuration File for keepalived\n global_defs {\n router_id LVS_DEVEL\n }\n \n vrrp_script check_apiserver {\n script \"/etc/keepalived/check_apiserver.sh\"\n interval 3\n weight -2\n fall 10\n rise 2\n }\n \n vrrp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1610, "all_permissive": false }
ansible_role
fengxsong/kubeadm-ha
63e68b0483c8cc892fe2269bda3154e5836a4c04
1
roles/master
107
[ "no_license" ]
[ { "path": "roles/master/templates/kubeadm-init.yaml.j2", "content": "apiVersion: kubeadm.k8s.io/v1alpha1\nkind: MasterConfiguration\napi:\n advertiseAddress: {{ ansible_default_ipv4.address }}\netcd:\n endpoints:\n{% for host in groups['masters'] %}\n - https://{{ hostvars[host]['ansible_default_ipv4']['...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2880, "all_permissive": false }
ansible_role
fengxsong/kubeadm-ha
63e68b0483c8cc892fe2269bda3154e5836a4c04
1
roles/prepare
107
[ "no_license" ]
[ { "path": "roles/prepare/templates/daemon.json.j2", "content": "{\n \"graph\": \"{{ docker_datadir }}\",\n \"storage-driver\": \"overlay2\",\n \"insecure-registries\": [\n {% for registry in docker_insecure_registries %}\"{{ registry }}\"{% if not loop.last %}, {% endif %}{% endfor %}\n ]...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2648, "all_permissive": false }
ansible_role
fengxsong/kubeadm-ha
63e68b0483c8cc892fe2269bda3154e5836a4c04
1
roles/uninstall
107
[ "no_license" ]
[ { "path": "roles/uninstall/tasks/main.yml", "content": "---\n- name: Stop and disable keepalived\n systemd: name=keepalived state=stopped enabled=no\n when: \"'masters' in group_names\"\n tags:\n - \"keepalived\"\n - \"master\"\n\n- name: Run 'kubeadm reset'\n command: kubeadm reset\n tags:\n - kube...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 960, "all_permissive": false }
ansible_role
fengxsong/kubeadm-ha
63e68b0483c8cc892fe2269bda3154e5836a4c04
1
roles/worker
107
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yml", "content": "---\n- name: Enable kubelet\n systemd: name=kubelet enabled=yes\n\n- name: Copy join script to remote\n copy: src=/tmp/join-worker-nodes.sh dest=/tmp/join-worker-nodes.sh mode=0755\n\n- name: Run script\n shell: /tmp/join-worker-nodes.sh\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 233, "all_permissive": false }
ansible_role
alimajaf/ansible-codes
603b58e2bf05ddfa536cb8f9fe0fd658e2961cb6
0
roles/variable_basics
107
[ "no_license" ]
[ { "path": "roles/variable_basics/tasks/main.yml", "content": "- name: print message\n ansible.builtin.debug:\n\n- name: print variable\n ansible.builtin.debug:\n msg: \"printing the variable: {{ var_x }}\"\n\n- name: print on condition\n ansible.builtin.debug:\n msg: \"printing the variable: {{ var...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 596, "all_permissive": false }
ansible_role
vikhyat-shetty/monitoring_stack_playbook
0577e539bbe95f8a0958898ffaee12ac0b9192d0
0
roles/grafana
107
[ "no_license" ]
[ { "path": "roles/grafana/templates/grafana.service.j2", "content": "[Unit]\nDescription=Grafana Server\nDocumentation=http://docs.grafana.org\nAfter=network.target\nAfter=postgresql.service mariadb.service mysqld.service influxdb.service\n\n[Service]\nType=simple\nUser={{ grafana_user }}\nGroup={{ grafana_g...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7797, "all_permissive": false }
ansible_role
vikhyat-shetty/monitoring_stack_playbook
0577e539bbe95f8a0958898ffaee12ac0b9192d0
0
roles/node_exporter
107
[ "no_license" ]
[ { "path": "roles/node_exporter/templates/node_exporter.service.j2", "content": "[Unit]\nDescription=Node Exporter\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser={{ node_exporter_user }}\nGroup={{ node_exporter_group }}\nType=simple\nExecStart={{ node_exporter_install_dir }}/nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2079, "all_permissive": false }
ansible_role
vikhyat-shetty/monitoring_stack_playbook
0577e539bbe95f8a0958898ffaee12ac0b9192d0
0
roles/prometheus
107
[ "no_license" ]
[ { "path": "roles/prometheus/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: {{ prometheus_custom_config.scrape_interval }}\n\nscrape_configs:\n - job_name: \"prometheus\"\n static_configs:\n - targets: \n - \"{{ inventory_hostname }}:9090\"\n\n{% for job in prometheus_jobs ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4144, "all_permissive": false }
ansible_role
sufuf3/kubecord-installer
ac7b5b6d97b81433410b7ba2794f14cd72447175
5
roles/cni_plugin
107
[ "no_license" ]
[ { "path": "roles/cni_plugin/tasks/go-install.yml", "content": "---\n\n- name: Download the Go tarball\n get_url:\n url: \"{{ go_download_location }}\"\n dest: /usr/local/src/{{ go_tarball }}\n checksum: \"{{ go_tarball_checksum }}\"\n\n- name: Register the current Go version (if any)\n command: /...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4960, "all_permissive": false }
ansible_role
sufuf3/kubecord-installer
ac7b5b6d97b81433410b7ba2794f14cd72447175
5
roles/common
107
[ "no_license" ]
[ { "path": "roles/common/tasks/ssh-key.yml", "content": "- name: copy ssh public key to all hosts\n authorized_key:\n user: root\n state: present\n key: \"{{ item }}\"\n with_file:\n - \"{{ ansible_ssh_private_key_file }}.pub\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1700, "all_permissive": false }
ansible_role
sufuf3/kubecord-installer
ac7b5b6d97b81433410b7ba2794f14cd72447175
5
roles/precheck
107
[ "no_license" ]
[ { "path": "roles/precheck/tasks/main.yml", "content": "- name: check ssh connection to linkers\n ping:\n\n- name: check root privillege\n remote_user: root\n ping:\n\n- name: check docker service\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: check language\n shell: echo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
lou4y/collection
90e1bf89412f1f458a38e2389cc6e10d4bdfec41
0
ainsble/roles/docker
112
[ "no_license" ]
[ { "path": "ainsble/roles/docker/tasks/main.yml", "content": "---\n- name: Install prerequisites\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
lou4y/collection
90e1bf89412f1f458a38e2389cc6e10d4bdfec41
0
ainsble/roles/grafana
112
[ "no_license" ]
[ { "path": "ainsble/roles/grafana/tasks/main.yml", "content": "---\n- name: Install prerequisites\n apt:\n name:\n - software-properties-common\n - wget\n - apt-transport-https\n - gnupg\n state: present\n update_cache: yes\n\n- name: Add Grafana GPG key\n apt_key:\n url: ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": false }