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
RealOrangeOne/infrastructure
110e10f042a45d49696b83d76da7a6e9fe398739
159
ansible/roles/vikunja
2,258
[ "no_license" ]
[ { "path": "ansible/roles/vikunja/tasks/main.yml", "content": "- name: Include vault\n include_vars: vault.yml\n\n- name: Create install directory\n file:\n path: /opt/vikunja\n state: directory\n owner: \"{{ docker_user.name }}\"\n mode: \"{{ docker_compose_directory_mask }}\"\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2284, "all_permissive": false }
ansible_role
RealOrangeOne/infrastructure
110e10f042a45d49696b83d76da7a6e9fe398739
159
ansible/roles/website
2,258
[ "no_license" ]
[ { "path": "ansible/roles/website/tasks/main.yml", "content": "- name: Include vault\n include_vars: vault.yml\n\n- name: Create install directory\n file:\n path: /opt/website\n state: directory\n owner: \"{{ docker_user.name }}\"\n mode: \"{{ docker_compose_directory_mask }}\"\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2592, "all_permissive": false }
ansible_role
RealOrangeOne/infrastructure
110e10f042a45d49696b83d76da7a6e9fe398739
159
ansible/roles/yourls
2,258
[ "no_license" ]
[ { "path": "ansible/roles/yourls/files/docker-compose.yml", "content": "services:\n yourls:\n image: yourls:apache\n restart: unless-stopped\n depends_on:\n - mariadb\n environment:\n - YOURLS_DB_PASS=<PASSWORD>\n - YOURLS_DB_USER=yourls\n - YOURLS_DB_HOST=mariadb\n - YO...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1571, "all_permissive": false }
ansible_role
RealOrangeOne/infrastructure
110e10f042a45d49696b83d76da7a6e9fe398739
159
ansible/roles/zfs
2,258
[ "no_license" ]
[ { "path": "ansible/roles/zfs/defaults/main.yml", "content": "# Cap ARC size to 50% RAM\nzfs_arc_size: \"{{ (ansible_memtotal_mb * 1024 * 1024) * 0.5 }}\"\n\nsanoid_datasets: {}\n\nsanoid_templates: {}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2198, "all_permissive": false }
ansible_role
onepushmain/packer-ansible-terrafrom-gitlab
b65f982056892a2a147702e5941b145e1dccc710
3
roles/docker
2,258
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Update apt-get repo and cache\n apt: \n update_cache: yes\n force_apt_get: yes\n cache_valid_time: 3600\n\n- name: Upgrade all apt packages\n apt:\n upgrade: dist \n force_apt_get: yes\n\n- name: Update all packages to their ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1239, "all_permissive": false }
ansible_role
onepushmain/packer-ansible-terrafrom-gitlab
b65f982056892a2a147702e5941b145e1dccc710
3
roles/gitlab-runner
2,258
[ "no_license" ]
[ { "path": "roles/gitlab-runner/tasks/main.yml", "content": "---\n# tasks file for gitlab-runner\n- name: Add gitlab REPO\n script: ../files/gitlab_runner.sh\n\n- name: install gitlab-runner\n apt:\n name: \"{{ item }}\"\n state: latest\n loop:\n - gitlab-runner\n - python3-gitlab\n\n- name: Add c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1893, "all_permissive": false }
ansible_role
annabel28/provisioning_repository
0b75e424a349d09262a1d51b60ad98a2accf95c8
0
ansible/roles/copias
2,258
[ "no_license" ]
[ { "path": "ansible/roles/copias/tasks/main.yml", "content": " - name: Add configuraction file in root folder\n copy: src=files/configuration.conf dest=~/configuration.conf\n\n - name: Add index.html file in root folder\n copy: src=files/index.html dest=~/index.html\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
abf123/cfme-ansible
194c3d65707706b44d72346768085ec3b7152060
0
roles/whoami
2,258
[ "no_license" ]
[ { "path": "roles/whoami/defaults/main.yml", "content": "---\n# defaults file for whoami", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/whoami/tasks/main.yml", "content": "---\n# tasks file for whoami\n- name: Get my identity\n command: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 225, "all_permissive": false }
ansible_role
openfun/la-stack
d464342838eb5ce603cd86da6751c881a789bdda
0
roles/debian-common
2,358
[ "no_license" ]
[ { "path": "roles/debian-common/tasks/main.yml", "content": "---\n- import_tasks: prebootstrap.yml\n remote_user: root\n when: prebootstrap is defined\n\n- import_tasks: bootstrap.yml\n remote_user: \"{{ debian_common_admin_user }}\"\n become: yes\n when: bootstrap is defined\n\n- import_tasks: set-auth...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 8655, "all_permissive": false }
ansible_role
openfun/la-stack
d464342838eb5ce603cd86da6751c881a789bdda
0
roles/pyenv
2,358
[ "no_license" ]
[ { "path": "roles/pyenv/README.md", "content": "Ansible role: Pyenv\n===================\nAnsible role to install pyenv and python versions.\n\nRole Variables\n--------------\n\nHere is the list of all variables and their default values:\n\n- `pyenv_env: \"user\"` (should be either `\"user\"` or `\"system\"`...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6359, "all_permissive": false }
ansible_role
openfun/la-stack
d464342838eb5ce603cd86da6751c881a789bdda
0
roles/ralph
2,358
[ "no_license" ]
[ { "path": "roles/ralph/tasks/systemd.yml", "content": "#\n# command to run:\n#\n# gunicorn ralph.api:app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:80\n#\n---\n- name: Copy Ralph systemd service file\n ansible.builtin.template:\n src: ralph.service.j2\n dest: /etc/systemd...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2554, "all_permissive": false }
ansible_role
tunnel49/tunnel49.util
9500e3111f03f5a3f74fcf030fe2969f73b0d9f2
0
roles/github_release
2,358
[ "permissive" ]
[ { "path": "roles/github_release/tasks/assertions.yaml", "content": "---\n\n- name: check required parameters\n ansible.builtin.assert:\n that:\n - token is defined\n - repo is defined\n - repo is match(\"[a-z0-9\\-_.]*\\/[a-z0-9\\-_.]*\")\n - asset is defined\n - dest is defined\n msg:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6404, "all_permissive": true }
ansible_role
ecchong/hardening
23a76f5988b1fa3031dd00ec1c4597686c9ce8e2
0
roles/linux-hardening
2,358
[ "no_license" ]
[ { "path": "roles/linux-hardening/handlers/main.yml", "content": "---\n#******************************************************************************\n# Role: linux-hardening\n# File: handlers/main.yml\n#******************************************************************************\n- name: restart ntp\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1015, "all_permissive": false }
ansible_role
gunnarmorling/ci-hibernate-org-ansible
fb6f22fae72063f53a2063e18017998f353d54fa
0
roles/aws
2,358
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "---\n\n- name: Enable Tuned profile for low latency\n command: tuned-adm profile network-latency\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
gunnarmorling/ci-hibernate-org-ansible
fb6f22fae72063f53a2063e18017998f353d54fa
0
roles/common
2,358
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install all package upgrades\n yum: name=* state=latest\n notify:\n - Restart server\n - Wait for server to restart\n\n- name: Get OpenJDK 8 and other common dependencies\n yum: name={{item}} state=present\n with_items:\n - un...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1268, "all_permissive": false }
ansible_role
gunnarmorling/ci-hibernate-org-ansible
fb6f22fae72063f53a2063e18017998f353d54fa
0
roles/jenkins
2,358
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n\n- name: Ensure Jenkins repo is installed.\n get_url:\n url: \"http://pkg.jenkins-ci.org/redhat/jenkins.repo\"\n dest: /etc/yum.repos.d/jenkins.repo\n\n- name: Add Jenkins repo GPG key.\n rpm_key:\n state: present\n key: \"http://pkg....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2973, "all_permissive": false }
ansible_role
gunnarmorling/ci-hibernate-org-ansible
fb6f22fae72063f53a2063e18017998f353d54fa
0
roles/jenkins-slave
2,358
[ "no_license" ]
[ { "path": "roles/jenkins-slave/tasks/main.yml", "content": "---\n\n- name: Add passwordless connection for jenkins\n copy: src=authorized_keys dest=/home/jenkins/.ssh/authorized_keys mode=0600 owner=jenkins\n\n#Ensure Jenkins is NOT installed: the master auto-installs it!\n- name: Ensure Jenkins is NOT ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1988, "all_permissive": false }
ansible_role
gunnarmorling/ci-hibernate-org-ansible
fb6f22fae72063f53a2063e18017998f353d54fa
0
roles/os1
2,358
[ "no_license" ]
[ { "path": "roles/os1/handlers/main.yml", "content": "---\n\n- name: Restart Network\n service: name=network state=restarted args=eth0\n async: 1\n poll: 0\n ignore_errors: yes\n sudo: yes\n\n- name: Network Restarted\n local_action:\n module: wait_for\n host={{ inventory_hostname }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
kevincoakley/ansible-role-pgstattuple
3873bb774d8a5c58290e712d401766fb311850bb
0
tests/roles/pgstattuple-test
2,358
[ "no_license" ]
[ { "path": "tests/roles/pgstattuple-test/tasks/main.yml", "content": "---\n- name: Test if the pgstattuple extensions have been enabled\n shell: psql -c \"SELECT * FROM pg_extension;\"\n args:\n executable: /bin/bash\n register: postgresql_plugin_list\n become: yes\n become_user: postgres\n become_m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
daryllxd/dotfiles
8c455d08af39a8f12c8778a97737566fee2139c8
1
ansible/roles/audit
2,358
[ "no_license" ]
[ { "path": "ansible/roles/audit/tasks/main.yml", "content": "- name: Check for Homebrew\n command: which brew\n register: brew_check\n changed_when: false\n failed_when: false\n\n- name: Check for Python\n command: which python3\n register: python_check\n changed_when: false\n failed_when: false\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1450, "all_permissive": false }
ansible_role
daryllxd/dotfiles
8c455d08af39a8f12c8778a97737566fee2139c8
1
ansible/roles/install
2,358
[ "no_license" ]
[ { "path": "ansible/roles/install/vars/main.yml", "content": "apps:\n - name: cursor\n path: /Applications/Cursor.app\n - name: discord\n path: /Applications/Discord.app\n - name: docker\n path: /Applications/Docker.app\n - name: firefox\n path: /Applications/Firefox.app\n - name: freedom\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3558, "all_permissive": false }
ansible_role
satishreddysr777/expense-ansible
53a2851941bbbf448b3f653682d8f6744cd3ce20
0
roles/backend
2,358
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: Disable default version of Nodejs\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: Enable Nodejs 18 version\n ansible.builtin.shell: dnf module enable nodejs:18 -y\n\n- name: Install Nodejs\n ansible.builtin.dnf:\n name: nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1457, "all_permissive": false }
ansible_role
satishreddysr777/expense-ansible
53a2851941bbbf448b3f653682d8f6744cd3ce20
0
roles/common
2,358
[ "no_license" ]
[ { "path": "roles/common/tasks/app_prereq.yml", "content": "- name: Remove existing content App folder\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n\n- name: Create a App folder\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: directory\n\n- name: Downl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 414, "all_permissive": false }
ansible_role
satishreddysr777/expense-ansible
53a2851941bbbf448b3f653682d8f6744cd3ce20
0
roles/frontend
2,358
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n- name: Copy expense configuration file\n ansible.builtin.template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: Load app prerequi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
satishreddysr777/expense-ansible
53a2851941bbbf448b3f653682d8f6744cd3ce20
0
roles/mysql
2,358
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Disable default mysql\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: Copy Mysql repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install mysql community server\n ansible.bu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
1jashshah/DEVOPS_TRAINING
a59dcae782e8d92a21975c904eb24dfb98bbd61d
0
Day18/roles/mysql
2,278
[ "no_license" ]
[ { "path": "Day18/roles/mysql/tests/test.yml", "content": "---\n- hosts: backend\n remote_user: root\n roles:\n - roles/mysql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "Day18/roles/mysql/defaults/main.yml", "content": "---\nmysql_roo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1251, "all_permissive": false }
ansible_role
1jashshah/DEVOPS_TRAINING
a59dcae782e8d92a21975c904eb24dfb98bbd61d
0
Day18/roles/nginx
2,278
[ "no_license" ]
[ { "path": "Day18/roles/nginx/tests/test.yml", "content": "---\n- hosts: frontend\n remote_user: root\n roles:\n - roles/nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "Day18/roles/nginx/defaults/main.yml", "content": "---\nnginx_ht...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1327, "all_permissive": false }
ansible_role
ShreyashAPatil/Automate-4px-ansible-module
92fbb6cd155a3c1601087b85c3cdc2ca7a62ce29
0
roles/certification
2,278
[ "no_license" ]
[ { "path": "roles/certification/tasks/main.yaml", "content": "- name: Create SSL certificate\n command: |\n openssl req -x509 -nodes -days 365 -newkey rsa:2048 \\\n -subj \"/C=IN/ST=KN/L=BN/O=EV/OU=4PX/CN=*.4pointx.com\" \\\n -keyout server.key -out __4pointx_com.crt\n args:\n creates: /home/4p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 9004, "all_permissive": false }
ansible_role
ShreyashAPatil/Automate-4px-ansible-module
92fbb6cd155a3c1601087b85c3cdc2ca7a62ce29
0
roles/common
2,278
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: Install Docker prerequisites\n command: sudo yum install -y yum-utils device-mapper-persistent-data lvm2\n args:\n creates: /usr/bin/yum-config-manager\n\n- name: Add Docker repository\n command: sudo curl -fsSL https://download.docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4011, "all_permissive": false }
ansible_role
ShreyashAPatil/Automate-4px-ansible-module
92fbb6cd155a3c1601087b85c3cdc2ca7a62ce29
0
roles/config-k8s
2,278
[ "no_license" ]
[ { "path": "roles/config-k8s/tasks/main.yaml", "content": "- name: Configure containerd for 4PX registry\n block:\n - name: Ensure containerd config directory exists\n become: yes\n file:\n path: /etc/containerd\n state: directory\n mode: 0755\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1536, "all_permissive": false }
ansible_role
ShreyashAPatil/Automate-4px-ansible-module
92fbb6cd155a3c1601087b85c3cdc2ca7a62ce29
0
roles/create-user
2,278
[ "no_license" ]
[ { "path": "roles/create-user/tasks/main.yaml", "content": "# sudo su -\n# ssh-keygen -t rsa\n# sed -i 's/^#\\?PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config\n# sed -i 's/^#\\?PubkeyAuthentication.*/PubkeyAuthentication yes/' /etc/ssh/sshd_config\n# grep -E \"PubkeyAuthentication|PermitRootLogi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2058, "all_permissive": false }
ansible_role
ShreyashAPatil/Automate-4px-ansible-module
92fbb6cd155a3c1601087b85c3cdc2ca7a62ce29
0
roles/edit-longhorn
2,278
[ "no_license" ]
[ { "path": "roles/edit-longhorn/tasks/main.yaml", "content": "- name: Fetch current longhorn-frontend service YAML\n ansible.builtin.command: >\n kubectl get svc longhorn-frontend -n longhorn-system -o yaml\n register: svc_yaml_raw\n\n- name: Save service YAML to file\n ansible.builtin.copy:\n conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3738, "all_permissive": false }
ansible_role
ShreyashAPatil/Automate-4px-ansible-module
92fbb6cd155a3c1601087b85c3cdc2ca7a62ce29
0
roles/helm-longhorn
2,278
[ "no_license" ]
[ { "path": "roles/helm-longhorn/tasks/main.yaml", "content": "####################### Enable Scheduling on Master Node #####################################\n- name: Get all control-plane nodes\n ansible.builtin.command: >\n kubectl get nodes -l node-role.kubernetes.io/control-plane -o jsonpath='{.items[...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3594, "all_permissive": false }
ansible_role
ShreyashAPatil/Automate-4px-ansible-module
92fbb6cd155a3c1601087b85c3cdc2ca7a62ce29
0
roles/master
2,278
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yaml", "content": "---\n- name: Initialize Kubernetes cluster with sudo\n command: sudo kubeadm init --pod-network-cidr=10.244.0.0/16\n register: kubeadm_init\n ignore_errors: yes\n changed_when: \"'Your Kubernetes control-plane has initialized' in kubeadm_init.stdout\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3320, "all_permissive": false }
ansible_role
ShreyashAPatil/Automate-4px-ansible-module
92fbb6cd155a3c1601087b85c3cdc2ca7a62ce29
0
roles/pre-requisites
2,278
[ "no_license" ]
[ { "path": "roles/pre-requisites/tasks/main.yaml", "content": "- name: Install required packages for Longhorn using dnf\n ansible.builtin.shell: |\n sudo dnf install -y bash curl grep gawk util-linux nfs-utils iscsi-initiator-utils lsscsi cryptsetup\n args:\n executable: /bin/bash\n\n- name: Enable a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
ShreyashAPatil/Automate-4px-ansible-module
92fbb6cd155a3c1601087b85c3cdc2ca7a62ce29
0
roles/worker
2,278
[ "no_license" ]
[ { "path": "roles/worker/tasks/main.yaml", "content": "---\n- name: Ensure containerd directory exists\n command: sudo mkdir -p /etc/containerd\n args:\n creates: /etc/containerd\n\n- name: Generate default config\n command: sudo containerd config default\n register: containerd_config\n\n- name: Creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1153, "all_permissive": false }
ansible_role
Ayan189/ansible
dddc337dc1897290f4f854da6ce3d5ee70803bae
0
roles/docker
2,278
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Install docker packages\n remote_user: ubuntu\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1835, "all_permissive": false }
ansible_role
Ayan189/ansible
dddc337dc1897290f4f854da6ce3d5ee70803bae
0
roles/logrotate
2,278
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "---\n# tasks file for logrotate\n- name: copy logroate configuration file\n copy: src=logrotate.conf dest=/etc/logrotate.d/docker\n tags:\n - copyfile\n become: yes\n- name: Get running containers\n docker_host_info:\n containers: yes\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
Ayan189/ansible
dddc337dc1897290f4f854da6ce3d5ee70803bae
0
roles/nginx
2,278
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "---\nnginx_container_port: 8080", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: deploy nginx docker container\n do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 244, "all_permissive": false }
ansible_role
cjchika/ansible-playbooks
d84e17c37741c1bcd735c9e726bcd5dedc64781f
0
ansible-cloud/ec2KeyPair/roles/keypair
2,278
[ "no_license" ]
[ { "path": "ansible-cloud/ec2KeyPair/roles/keypair/tasks/main.yml", "content": "---\n- name: EC2 key example\n amazon.aws.ec2_key:\n name: my_keypair\n region: us-east-1\n register: keyout\n # no_log: true\n\n- debug:\n var: keyout\n\n- name: store login key\n copy:\n content: \"{{keyout.ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
cjchika/ansible-playbooks
d84e17c37741c1bcd735c9e726bcd5dedc64781f
0
ansible-cloud/japp-infra/roles/bation
2,278
[ "no_license" ]
[ { "path": "ansible-cloud/japp-infra/roles/bation/tasks/main.yml", "content": "---\n- name: Import VPC Variables\n include_vars: vars/output_vars.yml\n\n- name: Create bation EC2 key\n amazon.aws.ec2_key:\n name: bation-key\n region: \"{{region}}\"\n register: keyout\n\n- debug:\n var: keyout\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1423, "all_permissive": false }
ansible_role
cjchika/ansible-playbooks
d84e17c37741c1bcd735c9e726bcd5dedc64781f
0
ansible-cloud/japp-infra/roles/japp
2,278
[ "no_license" ]
[ { "path": "ansible-cloud/japp-infra/roles/japp/tasks/main.yml", "content": "---\n- name: Import VPC Output Variables\n include_vars: vars/output_vars.yml\n\n- name: Import VPC Variables\n include_vars: vars/vpc_vars.yml\n\n- name: Import Stack Variables\n include_vars: vars/stack_vars.yml\n\n- name: Crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5268, "all_permissive": false }
ansible_role
cjchika/ansible-playbooks
d84e17c37741c1bcd735c9e726bcd5dedc64781f
0
ansible-cloud/japp-infra/roles/vpc
2,278
[ "no_license" ]
[ { "path": "ansible-cloud/japp-infra/roles/vpc/tasks/main.yml", "content": "---\n- name: Import VPC Variables\n include_vars: vars/vpc_vars.yml\n\n- name: Create japp VPC\n amazon.aws.ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr }}\"\n region: \"{{ region }}\"\n state: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5173, "all_permissive": false }
ansible_role
cjchika/ansible-playbooks
d84e17c37741c1bcd735c9e726bcd5dedc64781f
0
ansible-cloud/vpc/roles/bation
2,278
[ "no_license" ]
[ { "path": "ansible-cloud/vpc/roles/bation/tasks/main.yml", "content": "---\n- name: Import Bation Variables\n include_vars: vars/bation_vars.yml\n\n- name: Import VPC Variables\n include_vars: vars/output_vars.yml\n\n- name: Create japp EC2 key\n amazon.aws.ec2_key:\n name: japp-key\n region: \"{{r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1306, "all_permissive": false }
ansible_role
cjchika/ansible-playbooks
d84e17c37741c1bcd735c9e726bcd5dedc64781f
0
ansible-test/ansible-handlers/roles/handlers
2,278
[ "no_license" ]
[ { "path": "ansible-test/ansible-handlers/roles/handlers/tasks/main.yml", "content": "--- \n- name: Update apt cache and install Nginx \n apt:\n name: nginx\n state: latest\n update_cache: yes\n notify: Restart Nginx\n \n- name: Copy index.html\n template: \n src: index.html \n dest: /var/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
Samba-JP/samba-jp-ansible-playbooks
2fe631382b5fd4e06eea75f8904e9a7338cb9555
0
roles/chrony
2,278
[ "no_license" ]
[ { "path": "roles/chrony/defaults/main.yml", "content": "ntp_pool_servers:\n - jp.pool.ntp.org\n\nntp_servers: []\nntp_clients: []\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/chrony/handlers/main.yml", "content": "## Do \"restart\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1350, "all_permissive": false }
ansible_role
Samba-JP/samba-jp-ansible-playbooks
2fe631382b5fd4e06eea75f8904e9a7338cb9555
0
roles/logcheck
2,278
[ "no_license" ]
[ { "path": "roles/logcheck/tasks/main.yml", "content": "- name: \"Debian packages\"\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: false\n with_items:\n - logcheck\n - logcheck-database\n become: true\n\n- name: \"/etc/logcheck/ignore.d.server/local\"\n copy:\n src=ignore....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
Samba-JP/samba-jp-ansible-playbooks
2fe631382b5fd4e06eea75f8904e9a7338cb9555
0
roles/unbound
2,278
[ "no_license" ]
[ { "path": "roles/unbound/handlers/main.yml", "content": "- name: \"unbound reload\"\n service:\n name=unbound\n state=reloaded\n become: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/unbound/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 690, "all_permissive": false }
ansible_role
mcanoy/cicd-pipelines
891a52bdb5366e8efe33e1dd52ccc72f5e2e322c
0
roles/java-eap
2,278
[ "no_license" ]
[ { "path": "roles/java-eap/templates/addSettingsFile.groovy.j2", "content": "import java.util.Collections;\n\nimport static java.util.UUID.randomUUID\nimport jenkins.model.*\nimport org.jenkinsci.lib.configprovider.model.Config\nimport org.jenkinsci.plugins.configfiles.maven.GlobalMavenSettingsConfig\nimport...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 26940, "all_permissive": false }
ansible_role
aniamin/WebServerDeployment
0063e1a8ffc17ac4ea2fc25c1758796fb2b76850
0
ansible/roles/docker
2,278
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/main.yml", "content": "---\ndocker_pkg_name: docker-engine\ndocker_defaults_file_path: /etc/default/docker\napt_key_url: https://apt.dockerproject.org/gpg\napt_key_sig: 2C52609D\napt_repository: deb https://apt.dockerproject.org/repo ubuntu-{{ ansible_distribution_re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4932, "all_permissive": false }
ansible_role
aniamin/WebServerDeployment
0063e1a8ffc17ac4ea2fc25c1758796fb2b76850
0
ansible/roles/git-project
2,278
[ "no_license" ]
[ { "path": "ansible/roles/git-project/tasks/main.yml", "content": "- name: \"Installing git-core\"\n apt: state=installed name=git-core\n\n- name: Create system gitconfig\n copy: \"dest=/etc/gitconfig content='[User]\\n' force=no\"\n\n- name: \"clone git project\"\n git:\n repo: \"{{git_repo_address}}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
aniamin/WebServerDeployment
0063e1a8ffc17ac4ea2fc25c1758796fb2b76850
0
ansible/roles/standard-packages
2,278
[ "no_license" ]
[ { "path": "ansible/roles/standard-packages/tasks/main.yaml", "content": "---\n- name: Apt-get update before installing\n apt: update_cache=yes\n\n- name: Basic Packages\n apt: name={{ item }}\n with_items:\n - ack-grep\n - build-essential\n - curl\n - dtrx\n - htop\n - iftop\n - pyth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
ali-foroughi/ansible-kvm
052d477896e04aad0147ee611e596ee82fc20691
1
roles/kvm_provision
2,278
[ "no_license" ]
[ { "path": "roles/kvm_provision/templates/vm-template.xml.j2", "content": "<domain type='kvm'>\n <name>{{ vm_name }}</name>\n <memory unit='MiB'>{{ vm_ram_mb }}</memory>\n <vcpu placement='static'>{{ vm_vcpus }}</vcpu>\n <resource>\n <partition>/machine</partition>\n </resource>\n <memoryBacking>\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9567, "all_permissive": false }
ansible_role
samgclarke/ansible-flask-simple
4de29d3f869936eb5ef270258ffe95af5e3b0d8c
0
ansible/roles/git
2,278
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n# GIT CLONE\n- name: Clone project from git\n git: repo={{ git_repo }}\n dest=/home/{{ remote_user }}/{{ project }}\n remote=origin version={{ git_branch }}\n accept_hostkey=True\n key_file=\"/home/{{ remote_user }}/.ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 251, "all_permissive": false }
ansible_role
samgclarke/ansible-flask-simple
4de29d3f869936eb5ef270258ffe95af5e3b0d8c
0
ansible/roles/nginx
2,278
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n# SYSTEM PACKAGES\n- name: Update apt\n apt: update_cache=yes\n\n- name: Install system packages\n apt: name={{ item }} state=present\n with_items:\n - nginx\n\n# NGINX\n- name: Copy nginx configuration in place.\n template:\n src:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 729, "all_permissive": false }
ansible_role
samgclarke/ansible-flask-simple
4de29d3f869936eb5ef270258ffe95af5e3b0d8c
0
ansible/roles/postgres
2,278
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/main.yml", "content": "---\n- name: Update apt\n apt: update_cache=yes\n\n- name: Install system packages\n apt: name={{ item }} state=present\n with_items:\n - postgresql\n - postgresql-contrib\n - python-psycopg2\n - sshpass\n\n# UPDATE POSTGRES USER...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
samgclarke/ansible-flask-simple
4de29d3f869936eb5ef270258ffe95af5e3b0d8c
0
ansible/roles/ssh
2,278
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yml", "content": "# CREATE REMOTE USER\n- name: Add user remote\n user: name={{ remote_user }} password={{ <PASSWORD> |password_hash('<PASSWORD>') }} state=present shell=/bin/bash\n\n- name: upload ssh key\n authorized_key:\n user: \"{{ remote_user }}\"\n key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
samgclarke/ansible-flask-simple
4de29d3f869936eb5ef270258ffe95af5e3b0d8c
0
ansible/roles/systemd
2,278
[ "no_license" ]
[ { "path": "ansible/roles/systemd/tasks/main.yml", "content": "---\n# ENVIRONMENT VARIABLES\n- name: Copy environment configuration in place.\n template:\n src: templates/environment.j2\n dest: \"/etc/environment\"\n owner: \"{{ root_user }}\"\n group: \"{{ root_user }}\"\n mode: 0644\n\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": false }
ansible_role
samgclarke/ansible-flask-simple
4de29d3f869936eb5ef270258ffe95af5e3b0d8c
0
ansible/roles/upstart
2,278
[ "no_license" ]
[ { "path": "ansible/roles/upstart/tasks/main.yml", "content": "---\n# ENVIRONMENT VARIABLES\n- name: Copy environment configuration in place.\n template:\n src: templates/environment.j2\n dest: \"/etc/environment\"\n owner: \"{{ root_user }}\"\n group: \"{{ root_user }}\"\n mode: 0644\n\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
samgclarke/ansible-flask-simple
4de29d3f869936eb5ef270258ffe95af5e3b0d8c
0
ansible/roles/virtualenv
2,278
[ "no_license" ]
[ { "path": "ansible/roles/virtualenv/tasks/main.yml", "content": "---\n# VIRTUALENV\n- name: Install virtualenv\n pip: name=virtualenv\n\n- name: Setup virtualenv\n pip:\n requirements: /home/{{ remote_user }}/{{ project }}/requirements.txt\n virtualenv: /home/{{ remote_user }}/.envs/{{ project }}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
chonochonovuk/DevOps-Basics
8ed3b247af1479dec414e60a4f10bbbfd8a58b1a
0
Exam/files/ansible/roles/docker-Ubuntu
2,278
[ "no_license" ]
[ { "path": "Exam/files/ansible/roles/docker-Ubuntu/tasks/main.yml", "content": "---\n# Docker\n- name: Run the equivalent of apt-get update as a separate step\n apt:\n update_cache: yes\n\n- name: Install docker and some dependencies\n apt:\n name: python3-pip, docker.io\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
chonochonovuk/DevOps-Basics
8ed3b247af1479dec414e60a4f10bbbfd8a58b1a
0
ExamReady/files/ansible/roles/nagios
2,278
[ "no_license" ]
[ { "path": "ExamReady/files/ansible/roles/nagios/files/my-custom-dir/ansibleHost/ansible-host-services.cfg", "content": "\ndefine service {\n use local-service\n host_name ansible.dob.lab\n service_description PING\n ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3017, "all_permissive": false }
ansible_role
chonochonovuk/DevOps-Basics
8ed3b247af1479dec414e60a4f10bbbfd8a58b1a
0
ExamReady/files/ansible/roles/nrpe
2,278
[ "no_license" ]
[ { "path": "ExamReady/files/ansible/roles/nrpe/tasks/main.yml", "content": "---\n# Supply Nrpe Agent with files needed\n- name: Run the equivalent of apt-get update as a separate step\n apt:\n update_cache: yes\n \n- name: Substitute nrpe.cfg\n copy:\n src: nrpe.cfg\n dest: /etc/nagios/nrpe.cfg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
chonochonovuk/DevOps-Basics
8ed3b247af1479dec414e60a4f10bbbfd8a58b1a
0
Homework/Homework4/Homework4-Chono/AnsibleWebDbProvisionedAndConnected/VagrantAnsible/service/ansible/roles/php-mysql-Ubuntu
2,278
[ "no_license" ]
[ { "path": "Homework/Homework4/Homework4-Chono/AnsibleWebDbProvisionedAndConnected/VagrantAnsible/service/ansible/roles/php-mysql-Ubuntu/tasks/main.yml", "content": "---\n# PHP and PHP Mysql\n- name: Install PHP MySQL dependencies (Debian).\n apt:\n name: php, php7.4-mysql\n state: present \n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
chonochonovuk/DevOps-Basics
8ed3b247af1479dec414e60a4f10bbbfd8a58b1a
0
Homework/Homework4/Practice copy/service/ansible/roles/apache2-ubuntu
2,278
[ "no_license" ]
[ { "path": "Homework/Homework4/Practice copy/service/ansible/roles/apache2-ubuntu/tasks/main.yml", "content": "---\n# Apache Ubuntu\n- name: Run the equivalent of apt-get update as a separate step\n apt:\n update_cache: yes\n \n\n- name: Install Apache HTTP Server on Ubuntu\n apt:\n name: apache2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
chonochonovuk/DevOps-Basics
8ed3b247af1479dec414e60a4f10bbbfd8a58b1a
0
Homework/Homework4/Practice copy/service/ansible/roles/docker-Ubuntu
2,278
[ "no_license" ]
[ { "path": "Homework/Homework4/Practice copy/service/ansible/roles/docker-Ubuntu/tasks/main.yml", "content": "---\n# Docker ,Docker Image ,Docker Container\n- name: Run the equivalent of apt-get update as a separate step\n apt:\n update_cache: yes\n\n- name: Install docker and some dependencies\n apt:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
chonochonovuk/DevOps-Basics
8ed3b247af1479dec414e60a4f10bbbfd8a58b1a
0
Homework/Homework4/Practice/service/ansible/roles/apache2-ubuntu
2,278
[ "no_license" ]
[ { "path": "Homework/Homework4/Practice/service/ansible/roles/apache2-ubuntu/tasks/main.yml", "content": "- name: Run the equivalent of apt-get update as a separate step\n apt:\n update_cache: yes\n \n\n- name: Install Apache HTTP Server on Ubuntu\n apt:\n name: apache2\n state: present\n \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
chonochonovuk/DevOps-Basics
8ed3b247af1479dec414e60a4f10bbbfd8a58b1a
0
Homework/Homework4/Practice/service/ansible/roles/mariadb-ubuntu
2,278
[ "no_license" ]
[ { "path": "Homework/Homework4/Practice/service/ansible/roles/mariadb-ubuntu/tasks/main.yml", "content": "- name: Run the equivalent of apt-get update as a separate step\n apt:\n update_cache: yes\n\n- name: Install MariaDb Server for Debian Based Linux Distro\n apt:\n name: mariadb-server\n state...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1050, "all_permissive": false }
ansible_role
chonochonovuk/DevOps-Basics
8ed3b247af1479dec414e60a4f10bbbfd8a58b1a
0
Homework/Homework4/Practice/service/ansible/roles/php-mysql-Ubuntu
2,278
[ "no_license" ]
[ { "path": "Homework/Homework4/Practice/service/ansible/roles/php-mysql-Ubuntu/tasks/main.yml", "content": "- name: Install PHP MySQL dependencies (Debian).\n apt:\n name: php7.4-mysql\n state: present \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
abaas-madscience/ansible-k3-rancher
295b5c32e850b5336c6bfd71bf5619f84b1015a0
0
playbooks/roles/k3s_control
2,278
[ "no_license" ]
[ { "path": "playbooks/roles/k3s_control/tasks/main.yml", "content": "---\n- name: Ensure cache directory exists\n delegate_to: localhost\n become: false\n file:\n path: cache\n state: directory\n mode: '0755'\n\n- name: Install K3s on control node\n become: false\n shell: |\n curl -sfL https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1178, "all_permissive": false }
ansible_role
abaas-madscience/ansible-k3-rancher
295b5c32e850b5336c6bfd71bf5619f84b1015a0
0
playbooks/roles/k3s_worker
2,278
[ "no_license" ]
[ { "path": "playbooks/roles/k3s_worker/tasks/main.yml", "content": "---\n- name: Load K3s join token\n hosts: localhost\n gather_facts: false\n tasks:\n - name: Read token from file\n slurp:\n src: \"cache/k3s_node_token.txt\"\n register: token_raw\n\n - name: Set fact with token\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 973, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/b2bdata
2,278
[ "no_license" ]
[ { "path": "roles/b2bdata/tasks/main.yml", "content": "---\n# tasks file for b2bdata\n- name: Install aptitude using apt\n become: true\n apt: name=aptitude state=latest update_cache=yes force_apt_get=yes\n\n- name: Install required system packages\n become: true\n apt: name={{ item }} state=latest updat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3785, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/clean-ec2-vpc
2,278
[ "no_license" ]
[ { "path": "roles/clean-ec2-vpc/tasks/delete.yml", "content": "---\n\n - name: Get VPC information {{ vpc_name }}\n ec2_vpc_net_facts:\n region: \"{{ region }}\"\n filters:\n \"tag:Name\": \"{{ vpc_name }}\"\n aws_access_key: \"{{ access_key }}\"\n aws_secret_key: \"{{ secret_k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5599, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/common
2,278
[ "no_license" ]
[ { "path": "roles/common/templates/config.j2", "content": "{% for host in groups['all'] %}\nHost {{ hostvars[host]['inventory_hostname'] }}\n HostName {{ hostvars[host]['inventory_hostname'] }}\n IdentityFile /home/ubuntu/.ssh/privatekey\n User ubuntu\n{% endfor %}\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4794, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/create_ec2_vpc
2,278
[ "no_license" ]
[ { "path": "roles/create_ec2_vpc/tasks/report.yml", "content": "---\n\n- name: Wait some minutes for report\n pause:\n minutes: 3\n\n- name: Facts public EC2 instance\n ec2_instance_info:\n region: \"{{ region }}\"\n filters:\n \"tag:Role\": bastion\n instance-state-name: running\n aw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 14997, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/datanode
2,278
[ "no_license" ]
[ { "path": "roles/datanode/templates/workers.j2", "content": "{% for host in groups['datanodes'] %}\n{{ hostvars[host]['inventory_hostname'] }}\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/datanode/tasks/main.yaml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2912, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/hive
2,278
[ "no_license" ]
[ { "path": "roles/hive/tasks/main.yml", "content": "---\n# tasks file for roles/hive\n- name: Download hive 3.1.2\n command: \"wget -P ~ https://downloads.apache.org/hive/hive-3.1.2/apache-hive-3.1.2-bin.tar.gz\"\n\n- name: Untar downloaded version\n command: \"sudo tar xzvf apache-hive-3.1.2-bin.tar.gz\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5701, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/hue
2,278
[ "no_license" ]
[ { "path": "roles/hue/templates/yarn-site.xml.j2", "content": "<configuration>\n{% for host in groups['masternodes'] %}\n<property>\n<name>yarn.resourcemanager.hostname</name>\n<value>{{ hostvars[host]['inventory_hostname'] }}</value>\n</property>\n{% endfor %}\n<property>\n <name>yarn.acl.enable</name>\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3091, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/localhost
2,278
[ "no_license" ]
[ { "path": "roles/localhost/tasks/main.yml", "content": "---\n#tasks file for roles/localhost\n- name: Installing boto & boto3 on local system\n pip:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ python_pkgs }}\"\n\n- name: Configure .ssh proxies on localhost\n template:\n src: \"config.j2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/masternode
2,278
[ "no_license" ]
[ { "path": "roles/masternode/templates/hdfs-site.xml.j2", "content": "<?xml version=\"1.0\"?>\n<?xml-stylesheet type=\"text/xsl\" href=\"configuration.xsl\"?>\n\n<!-- Put site-specific property overrides in this file. -->\n\n<configuration>\n\n<property>\n<name>dfs.namenode.name.dir</name>\n<value>{{ hadoop_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3911, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/oozie
2,278
[ "no_license" ]
[ { "path": "roles/oozie/tasks/main.yml", "content": "---\n#tasks file for roles/oozie\n## maybe it will required to access by ssh manualy and run below command\n## oozied.sh start\n- name: Configure mapred-site file\n become: true\n template:\n src: \"mapred-site.xml.j2\"\n dest: \"/usr/local/hadoop/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6475, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/pig
2,278
[ "no_license" ]
[ { "path": "roles/pig/tasks/main.yml", "content": "---\n# tasks file for roles/pig\n- name: Configure core-site file\n become: true\n template:\n src: \"core-site.xml.j2\"\n dest: \"/usr/local/hadoop/etc/hadoop/core-site.xml\"\n\n- name: Download pig 0.17.0\n command: \"wget -P ~ https://downloads.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1229, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/prestashop
2,278
[ "no_license" ]
[ { "path": "roles/prestashop/tasks/main.yml", "content": "---\n# tasks file for roles/b2cdata\n- name: Install aptitude using apt\n become: true\n apt: name=aptitude state=latest update_cache=yes force_apt_get=yes\n\n- name: Install required system packages\n become: true\n apt: name={{ item }} state=lat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4611, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/prestashop-ui
2,278
[ "no_license" ]
[ { "path": "roles/prestashop-ui/tasks/main.yml", "content": "---\n# tasks file for roles/prestashop-ui\n- name: apt refresh\n become: true\n command: apt-get update\n\n- name: Install required system packages\n become: true\n apt: name={{ item }} state=latest update_cache=yes\n loop: ['ca-certificates',...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2211, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/spark
2,278
[ "no_license" ]
[ { "path": "roles/spark/tasks/main.yml", "content": "---\n# tasks file for spark\n\n- name: Configure core-site file\n become: true\n template:\n src: \"core-site.xml.j2\"\n dest: \"/usr/local/hadoop/etc/hadoop/core-site.xml\"\n\n- name: Download Spark 3.2.1\n command: \"wget -P ~ https://dlcdn.apac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2349, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/sqoop
2,278
[ "no_license" ]
[ { "path": "roles/sqoop/tasks/main.yml", "content": "---\n# tasks file for roles/sqoop\n## run this commands to import\n#sqoop import --connect 'jdbc:postgresql://172.30.128.226:5432/main?ssl=false&sslfactory=org.postgresql.ssl.NonValidatingFactory' --username 'main' -P --table 'product' --target-dir 'produc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4039, "all_permissive": false }
ansible_role
simonbustamante/hadoop-multicluster-ansible-on-aws
d4b87720c1b713ece238d62057a83d391b1f26b8
0
roles/yarn
2,278
[ "no_license" ]
[ { "path": "roles/yarn/templates/yarn-site.xml.j2", "content": "<configuration>\n{% for host in groups['masternodes'] %}\n<property>\n<name>yarn.resourcemanager.hostname</name>\n<value>{{ hostvars[host]['inventory_hostname'] }}</value>\n</property>\n<property>\n <name>yarn.nodemanager.localizer.address</n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 732, "all_permissive": false }
ansible_role
jimmy-sama/dotconfig
15f5a4b67bfea778d4a00815aa28f5d9646ec11a
0
roles/bat
2,278
[ "no_license" ]
[ { "path": "roles/bat/tasks/main.yml", "content": "---\n- name: \"Install Batcat Application\"\n ansible.builtin.package:\n name: bat\n state: latest\n become: true\n\n- name: \"Batcat | Config folder\"\n ansible.builtin.file:\n mode: \"0755\"\n path: \"{{ ansible_user_dir }}/.config/bat\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
jimmy-sama/dotconfig
15f5a4b67bfea778d4a00815aa28f5d9646ec11a
0
roles/dnfRepo
2,278
[ "no_license" ]
[ { "path": "roles/dnfRepo/tasks/main.yml", "content": "---\n# tasks file for roles/dnfRepo\n- name: Check if EPEL repo is already configured.\n stat:\n path: \"{{ epel_repofile_path }}\"\n register: epel_repofile_result\n\n- name: Import EPEL GPG key.\n rpm_key:\n key: \"{{ epel_repo_gpg_key_url }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1017, "all_permissive": false }
ansible_role
jimmy-sama/dotconfig
15f5a4b67bfea778d4a00815aa28f5d9646ec11a
0
roles/dwm
2,278
[ "no_license" ]
[ { "path": "roles/dwm/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/slstatus\n\n- name: Install dependencies\n become: true\n ansible.builtin.package:\n name:\n - i3lock\n - flameshot\n - gimp\n - ghostty\n state: present\n\n- name: copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1565, "all_permissive": false }
ansible_role
jimmy-sama/dotconfig
15f5a4b67bfea778d4a00815aa28f5d9646ec11a
0
roles/fonts
2,278
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/fonts\n- name: simple kanji support\n become: true\n block:\n - name: Ensure locales exists\n community.general.locale_gen:\n name:\n - en_US.UTF-8\n - de_DE.UT...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1294, "all_permissive": false }
ansible_role
jimmy-sama/dotconfig
15f5a4b67bfea778d4a00815aa28f5d9646ec11a
0
roles/neovim
2,278
[ "no_license" ]
[ { "path": "roles/neovim/files/lua/config/plugins/treesitter.lua", "content": "return {\n {\n \"nvim-treesitter/nvim-treesitter\",\n enabled = true,\n build = \":TSUpdate\",\n config = function()\n require 'nvim-treesitter.configs'.setup {\n ensure_installed = { \"c\", \"lua\", \"vim...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7381, "all_permissive": false }
ansible_role
jimmy-sama/dotconfig
15f5a4b67bfea778d4a00815aa28f5d9646ec11a
0
roles/yazi
2,278
[ "no_license" ]
[ { "path": "roles/yazi/tasks/main.yml", "content": "---\n- name: \"Inatall Yazi Application\"\n ansible.builtin.package:\n name: yazi\n state: latest\n become: true\n\n- name: \"Yazi | Config folder\"\n ansible.builtin.file:\n mode: \"0755\"\n path: \"{{ ansible_user_dir }}/.config/yazi\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
jimmy-sama/dotconfig
15f5a4b67bfea778d4a00815aa28f5d9646ec11a
0
roles/zsh
2,278
[ "no_license" ]
[ { "path": "roles/zsh/files/functions.zsh", "content": "function env_vault.load(){\n echo \"Loading env vault...\"\n source =(ansible-vault view ${ENV_VAULT})\n}\n\nfunction env_vault.edit(){\n ansible-vault edit ${ENV_VAULT}\n}\n\n#Automatically do an ls after each cd\ncd () {\n\tif [ -n \"$1\" ]; then\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7474, "all_permissive": false }
ansible_role
szaffarano/nix-dotfiles
1abd62410f071dab38dbdff834dcf7a91117cc9a
1
ansible/roles/packages
2,338
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/Debian.yml", "content": "- name: Update Linux packages (Debian)\n ansible.builtin.apt:\n update_cache: true\n upgrade: full\n purge: true\n autoremove: true\n autoclean: true\n when:\n - distro.is_debian\n- name: Install Linux packages (Debian)\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1914, "all_permissive": false }
ansible_role
szaffarano/nix-dotfiles
1abd62410f071dab38dbdff834dcf7a91117cc9a
1
ansible/roles/system
2,338
[ "no_license" ]
[ { "path": "ansible/roles/system/handlers/main.yml", "content": "- name: \"Start systemd services\"\n become: true\n ansible.builtin.systemd:\n name: \"{{ item }}\"\n state: restarted\n loop: \"{{ systemd_services }}\"\n- name: \"Start systemd services at userspace\"\n become: false\n ansible.buil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2726, "all_permissive": false }
ansible_role
machcoul/itl
ce2011af34638139156f0a1680e37074732719d0
0
deploy/roles/push
2,338
[ "no_license" ]
[ { "path": "deploy/roles/push/defaults/main.yml", "content": "---\n# defaults file for push", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "deploy/roles/push/tasks/main.yml", "content": "---\n# tasks file for push\n- block :\n - name : add file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 456, "all_permissive": false }
ansible_role
machcoul/itl
ce2011af34638139156f0a1680e37074732719d0
0
deploy/roles/tests
2,338
[ "no_license" ]
[ { "path": "deploy/roles/tests/defaults/main.yml", "content": "---\n# defaults file for tests", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "deploy/roles/tests/tasks/main.yml", "content": "---\n# tasks file for tests\n- block :\n - name : ch...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 253, "all_permissive": false }
ansible_role
KoenCreve/DevOps_Opdracht2
fce2555466024f67681401db080742cdb0de7174
0
examples/roles/lb
2,338
[ "no_license" ]
[ { "path": "examples/roles/lb/tasks/main.yml", "content": "---\n- name: install haproxy and socat\n apt: pkg={{ item }} state=latest\n with_items:\n - haproxy\n - socat\n\n- name: enable haproxy\n lineinfile: dest=/etc/default/haproxy regexp=\"^ENABLED\" line=\"ENABLED=1\"\n notify: restart haproxy \n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 770, "all_permissive": false }
ansible_role
KoenCreve/DevOps_Opdracht2
fce2555466024f67681401db080742cdb0de7174
0
examples/roles/web
2,338
[ "no_license" ]
[ { "path": "examples/roles/web/tasks/main.yml", "content": "---\n- name: install nginx\n apt: name=nginx state=installed\n\n- name: write our nginx.conf\n template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf\n notify: restart nginx\n\n- name: write our /etc/nginx/sites-available/default\n template: src...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1893, "all_permissive": false }