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
apache/ambari-deploy
b43f3fd4eea5d66181ba94375458194601882150
2
deploy_ansible/ansible-scripts/playbooks/roles/database
2,698
[ "no_license" ]
[ { "path": "deploy_ansible/ansible-scripts/playbooks/roles/database/tasks/postgres_play.yml", "content": "#\n# # Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed with this work for additional information\n# regarding cop...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 25447, "all_permissive": false }
ansible_role
apache/ambari-deploy
b43f3fd4eea5d66181ba94375458194601882150
2
deploy_ansible/ansible-scripts/playbooks/roles/krb5-client
2,698
[ "no_license" ]
[ { "path": "deploy_ansible/ansible-scripts/playbooks/roles/krb5-client/tasks/main.yml", "content": "#\n# # Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2119, "all_permissive": false }
ansible_role
apache/ambari-deploy
b43f3fd4eea5d66181ba94375458194601882150
2
deploy_ansible/ansible-scripts/playbooks/roles/mit-kdc
2,698
[ "no_license" ]
[ { "path": "deploy_ansible/ansible-scripts/playbooks/roles/mit-kdc/vars/debian-ubuntu.yml", "content": "#\n# # Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed with this work for additional information\n# regarding copyr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5702, "all_permissive": false }
ansible_role
gabrielmuras/home
2224478864348301adefc62d924b94bc5d1517ac
0
ansible/roles/home-server
2,698
[ "no_license" ]
[ { "path": "ansible/roles/home-server/tasks/k3s.yml", "content": "- name: Install k3s without Traefik\n become: yes\n shell: curl -sfL https://get.k3s.io | sh -s - --data-dir /kube --disable traefik --disable-helm-controller", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3019, "all_permissive": false }
ansible_role
Vostbur/ansible-ubuntu14.04-webdav-basic-auth
cbe5ceda53b9719ff9ec11912e8e715c1d3ea523
1
ansible/roles/apache2
2,638
[ "no_license" ]
[ { "path": "ansible/roles/apache2/handlers/main.yml", "content": "---\n- name: Start Apache2\n service: name=apache2 state=started\n\n- name: Reload Apache2\n service: name=apache2 state=reloaded\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1506, "all_permissive": false }
ansible_role
dgo19/rpi-cam
58aad1ea8f6b9307cc3afd5c3343c290e74690b2
0
roles/fail_on_overlayfs
2,638
[ "no_license" ]
[ { "path": "roles/fail_on_overlayfs/tasks/main.yml", "content": "---\n- name: \"fail when running on read-only filesystem\"\n ansible.builtin.fail:\n msg: \"detected overlayfs - check for read-only root filesystem.\"\n when: ansible_cmdline.overlayroot is defined\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
dgo19/rpi-cam
58aad1ea8f6b9307cc3afd5c3343c290e74690b2
0
roles/install_pkgs
2,638
[ "no_license" ]
[ { "path": "roles/install_pkgs/tasks/main.yml", "content": "---\n- name: install additional packages\n become: yes\n become_user: root\n apt:\n pkg:\n - tcpdump\n - sysstat\n - iotop\n - sudo\n - bash\n - util-linux\n - file\n - git\n - libcamera-apps\n - libfreetype6\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
dgo19/rpi-cam
58aad1ea8f6b9307cc3afd5c3343c290e74690b2
0
roles/raspberry_config
2,638
[ "no_license" ]
[ { "path": "roles/raspberry_config/tasks/main.yml", "content": "---\n- name: \"set gpu_mem in config.txt\"\n become: yes\n become_user: root\n ansible.builtin.ini_file:\n path: \"/boot/firmware/config.txt\"\n section: \"all\"\n option: \"gpu_mem\"\n value: \"64\"\n no_extra_spaces: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
dgo19/rpi-cam
58aad1ea8f6b9307cc3afd5c3343c290e74690b2
0
roles/setup_mediamtx
2,638
[ "no_license" ]
[ { "path": "roles/setup_mediamtx/tasks/main.yml", "content": "---\n- name: \"create group, user, directory\"\n become: true\n become_user: root\n block:\n - name: \"create mediamtx group\"\n ansible.builtin.group:\n name: mediamtx\n state: present\n \n - name: \"create mediamtx user\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4967, "all_permissive": false }
ansible_role
dgo19/rpi-cam
58aad1ea8f6b9307cc3afd5c3343c290e74690b2
0
roles/upgrade_raspbian
2,638
[ "no_license" ]
[ { "path": "roles/upgrade_raspbian/tasks/main.yml", "content": "---\n- name: upgrade all packages\n become: yes\n become_user: root\n apt:\n upgrade: dist\n update_cache: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
fusionfoto/ansible-elk
29228627c40aa7049714b5a8a4269504934cf2c1
0
elk/roles/elk-server
2,638
[ "permissive" ]
[ { "path": "elk/roles/elk-server/vars/main.yaml", "content": "# elk: 6.2.0\nelk_server_task_run: elk-server\t\t\t# setup elk server when your elk server has internet connectivity\nelk_server_setup: true\n\nelk_server_config_run: elk-config\t\t# you have elk server and want to sync with grok pattern only\nelk...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 29468, "all_permissive": true }
ansible_role
fusionfoto/ansible-elk
29228627c40aa7049714b5a8a4269504934cf2c1
0
elk/roles/elk-ssnode
2,638
[ "permissive" ]
[ { "path": "elk/roles/elk-ssnode/tasks/rsyslog-ssnode.yaml", "content": "# - name: display message\n# debug:\n# msg: \"run role {{ elk_role }} and task {{ elk_ssnode_task_run }} - Allow forwarding logs to ELK server {{ elk_server }} via adding 0-elk.conf on SS node {{ inventory_hostname }}\"\n\n - ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1723, "all_permissive": true }
ansible_role
spot1000/Ansible-setup
297488d60d852adb8d02d2c2f7e4abec476228dd
0
roles/software
2,638
[ "no_license" ]
[ { "path": "roles/software/tasks/package-managers/snap.yml", "content": "# install snap\n- name: System setup | package managers | install snapd\n ansible.builtin.package:\n name: snapd\n state: present\n become: true\n when: ansible_distribution != \"Archlinux\"\n\n- name: System setup | package ma...
{ "task_files": 18, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 14171, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/Mongo-Backup
2,638
[ "no_license" ]
[ { "path": "roles/Mongo-Backup/tasks/backup.yml", "content": "---\n# identify the instance ID\n\n\n\n# Gather ec2 facts to snapshot example\n- name: Gather facts\n action: ec2_facts\n\n- name: print instance id\n action: debug msg=\"The instanceid is {{ ansible_ec2_instance_id }}\"\n\n# snapshot the disks ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2846, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/MySQL
2,638
[ "no_license" ]
[ { "path": "roles/MySQL/tasks/main.yml", "content": "---\n\n\n- name: verify mysql version is 5.6\n shell: /usr/sbin/mysqld --version | awk '{ print $3 }'\n register: status\n tags: skip\n\n- fail:\n msg: \"This server is already upgraded\"\n when: status.stdout|version_compare('5.7', '>=')\n tags: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7508, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/PG
2,638
[ "no_license" ]
[ { "path": "roles/PG/tasks/pg_host.yml", "content": "---\n\n\n- name: create filesystem for DATA\n filesystem: fstype=xfs dev=/dev/xvdb\n\n- name: create filesystem for pg_xlog\n filesystem: fstype=xfs dev=/dev/xvdc\n\n- name: Mount /DATA device\n mount:\n name: /DATA\n src: /dev/xvdb\n fstype: x...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7530, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/PG-Replica
2,638
[ "no_license" ]
[ { "path": "roles/PG-Replica/tasks/backup.yml", "content": "---\n# identify the instance ID\n\n\n\n# Gather ec2 facts to snapshot example\n- name: Gather facts\n action: ec2_facts\n\n- name: print instance id\n action: debug msg=\"The instanceid is {{ ansible_ec2_instance_id }}\"\n\n # place db into backu...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5445, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/Vertica
2,638
[ "no_license" ]
[ { "path": "roles/Vertica/tasks/main.yml", "content": "---\n\n- name: creating a the maas_vertica user with password\n vertica_user: name=maas_admin password=md5<encrypted_<PASSWORD>> db=CIDB2 state=present\n# select 'md5'||md5('<user_password><user_name>').\n\n- name: creating the maas_reports with passwor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/Vertica-Backup
2,638
[ "no_license" ]
[ { "path": "roles/Vertica-Backup/tasks/main.yml", "content": "---\n\n- include: backup.yml\n become: yes\n become_user: vertica\n tags: [backup]\n# - include: replica.yml\n# # when: build_replica == 'yes'\n# tags: [replica]\n#\n# - name: create filesystem for DATA\n# filesystem: fstype=xfs dev=/dev/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5785, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/add_yum_repos
2,638
[ "no_license" ]
[ { "path": "roles/add_yum_repos/tasks/main.yml", "content": "---\n\n- name: include common role of adding yum repos\n include: roles/common/tasks/add_yum_repos.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/aws_deploy_host
2,638
[ "no_license" ]
[ { "path": "roles/aws_deploy_host/tasks/wait_ssh.yml", "content": "---\n- name: Wait for SSH to come up\n wait_for: host={{ item.public_dns_name }} port=22 delay=10 timeout=320 state=started\n when: item.public_dns_name is defined\n with_items: \"{{ instances.instances }}\"", "license_type": "no_licen...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 6006, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/common
2,638
[ "no_license" ]
[ { "path": "roles/common/templates/tuned.conf.j2", "content": "[main]\ninclude=virtual-guest\n\n[vm]\ntransparent_hugepages={{ thp_policy }}\n\n[script]\nscript=disable_defrag.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/common/tasks/...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2721, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/mongo_upgrade
2,638
[ "no_license" ]
[ { "path": "roles/mongo_upgrade/tasks/add_mongo_repo.yml", "content": "---\n- name: adding mongo repo 3.4 centos\n yum_repository:\n name: mongodb-org-3.4\n description: MongoDB Repository\n file: mongodb-org-3.4\n enabled: yes\n baseurl: \"https://repo.mongodb.org/yum/redhat/7/mong...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 7569, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/mongod
2,638
[ "no_license" ]
[ { "path": "roles/mongod/handlers/main.yml", "content": "---\n- name: restart mongod\n service: name=mongodb state=restarted\n\n- name: start mongod\n service: name=mongodb state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/mon...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 10158, "all_permissive": false }
ansible_role
cohenjo/DB_Ansible
0d806bfca7dda3ce792ca69c9a2410774aaac997
2
roles/mongodb
2,638
[ "no_license" ]
[ { "path": "roles/mongodb/templates/repset_init.j2", "content": "\nrs.initiate();\nsleep(10000);\n\ndb.createUser(\n {\n user: \"myUserAdmin\",\n pwd: \"{{ <PASSWORD> }}\",\n roles: [ { role: \"userAdminAnyDatabase\", db: \"admin\" } ]\n }\n);\ndb.auth(\"myUserAdmin\", \"{{ mongodb_user_admin_password...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10134, "all_permissive": false }
ansible_role
PitzerDev/Linux2-Ansible
09a5d66ba7b87580f7bde5d4e34605a60e7818b0
0
roles/ansible-cis-amazon-linux-2
2,638
[ "no_license" ]
[ { "path": "roles/ansible-cis-amazon-linux-2/tasks/level-1.yml", "content": "- include: \"level-1/1.1.1.1.yml\"\n when: \"'1.1.1.1' not in cis_level_1_exclusions\"\n- include: \"level-1/1.1.1.3.yml\"\n when: \"'1.1.1.3' not in cis_level_1_exclusions\"\n- include: \"level-1/1.1.12.yml\"\n when: \"'1.1.12' ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 13458, "all_permissive": false }
ansible_role
Otus-DevOps-2023-07/AlexandrPoddubnyy_infra
11cfe7b768bb0401555939239e40421abd870b6f
0
ansible/roles/app
2,638
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "- name: Install ruby and rubygems and required packages\n apt:\n name: ['git', 'ruby-full', 'ruby-bundler', 'build-essential']\n state: present\n tags: ruby\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2413, "all_permissive": false }
ansible_role
Otus-DevOps-2023-07/AlexandrPoddubnyy_infra
11cfe7b768bb0401555939239e40421abd870b6f
0
ansible/roles/db
2,638
[ "no_license" ]
[ { "path": "ansible/roles/db/molecule/default/verify.yml", "content": "---\n# This is an example playbook to execute Ansible tests.\n\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: Example assertion\n assert:\n that: true\n\n# - name: \"stat /file.txt exists\"\n# stat:\...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1829, "all_permissive": false }
ansible_role
ryo-hagiwara-fate/phpMyAdmin_ansible
85c37c7adbc47dfa8b7a468cd9bad29fbff53e9a
1
playbook/roles/cloudwatch
2,638
[ "no_license" ]
[ { "path": "playbook/roles/cloudwatch/tasks/main.yml", "content": "---\n- include: cloudwatch.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "playbook/roles/cloudwatch/tasks/cloudwatch.yml", "content": "---\n- name: install cloudwatch agen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1291, "all_permissive": false }
ansible_role
ryo-hagiwara-fate/phpMyAdmin_ansible
85c37c7adbc47dfa8b7a468cd9bad29fbff53e9a
1
playbook/roles/nginx
2,638
[ "no_license" ]
[ { "path": "playbook/roles/nginx/tasks/nginx.yml", "content": "---\n- name: enable to install nginx.\n shell: \"amazon-linux-extras install -y nginx1.12\"\n become: yes\n\n- name: started and enabled service nginx.\n service:\n name: nginx\n state: started\n enabled: true\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
ryo-hagiwara-fate/phpMyAdmin_ansible
85c37c7adbc47dfa8b7a468cd9bad29fbff53e9a
1
playbook/roles/php
2,638
[ "no_license" ]
[ { "path": "playbook/roles/php/tasks/php.yml", "content": "---\n- name: install php\n shell: \"amazon-linux-extras install -y php7.2\"\n become: yes\n\n- name: install php-mbstring and php-opcache and php-xml\n yum: name={{ item }}\n with_items:\n - php-mbstring\n - php-opcache\n - php-xml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
ryo-hagiwara-fate/phpMyAdmin_ansible
85c37c7adbc47dfa8b7a468cd9bad29fbff53e9a
1
playbook/roles/phpMyAdmin
2,638
[ "no_license" ]
[ { "path": "playbook/roles/phpMyAdmin/tasks/main.yml", "content": "---\n- include: phpMyAdmin.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "playbook/roles/phpMyAdmin/tasks/phpMyAdmin.yml", "content": "---\n- name: mkdir phpMyAdmin in /us...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1357, "all_permissive": false }
ansible_role
ryo-hagiwara-fate/phpMyAdmin_ansible
85c37c7adbc47dfa8b7a468cd9bad29fbff53e9a
1
playbook/roles/setting
2,638
[ "no_license" ]
[ { "path": "playbook/roles/setting/tasks/setting.yml", "content": "---\n- name: set timezone\n shell: \"timedatectl set-timezone Asia/Tokyo\"\n # register: set_timezone\n # changed_when: false\n # always_run: yes\n\n- name: set locale\n shell: \"localectl set-locale LANG=ja_JP.UTF-8\"\n # register: set...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
chowen1973/Ansible
021da94d8c48fcf1e5e1b545e9d1ecf27dcc4284
0
ansible/09_roles_create/roles/myvhost
2,638
[ "no_license" ]
[ { "path": "ansible/09_roles_create/roles/myvhost/vars/main.yml", "content": "pkg_web:\n- httpd\n- mod_ssl\n- firewalld\nsvc_web:\n- httpd\n- firewalld\nfw_svc:\n- https\n- http", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "ansible/09_roles_create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1340, "all_permissive": false }
ansible_role
beedydo/windows_automation_reference
3b49760f40ddbaf85d2f5e5ba98bd3d60a7199ae
0
windows_automation_reference/iis_advanced/roles/iis_simple
2,638
[ "no_license" ]
[ { "path": "windows_automation_reference/iis_advanced/roles/iis_simple/tasks/main.yml", "content": "---\n# tasks file for iis_simple\n\n- name: Install IIS\n ansible.windows.win_feature:\n name: Web-Server\n state: present\n\n- name: Create site directory structure\n ansible.windowswin_file:\n pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1129, "all_permissive": false }
ansible_role
eshikav/Kubernetes-Cluster-Setup
cc499d0091136cc7f3fc2d2a6fcd82b02e2d802f
0
roles/master
2,638
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "- name: Installing the Prerequisite packages for Master Node\n yum: name={{ item }} state=installed\n with_items:\n - docker\n - docker-logrotate\n - kubernetes\n - etcd\n - flanneld\n\n- name: Configuring the kubernetes Master...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 973, "all_permissive": false }
ansible_role
eshikav/Kubernetes-Cluster-Setup
cc499d0091136cc7f3fc2d2a6fcd82b02e2d802f
0
roles/minion
2,638
[ "no_license" ]
[ { "path": "roles/minion/tasks/main.yml", "content": "- name: Installing the Prerequisite packages for Master Node\n yum: name={{ item }} state=installed\n with_items:\n - docker\n - docker-logrotate\n - kubernetes\n - flanneld\n\n- name: Configuring the Kublet minion node\n template:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 713, "all_permissive": false }
ansible_role
eshikav/Kubernetes-Cluster-Setup
cc499d0091136cc7f3fc2d2a6fcd82b02e2d802f
0
roles/prereq
2,638
[ "no_license" ]
[ { "path": "roles/prereq/templates/hosts", "content": "{{ ansible_managed }}\n\n127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n{% for i in groups.all %}\n{{ hostvars[i]['ansible_ssh_host'] }} {{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 545, "all_permissive": false }
ansible_role
msmitty12/gse
d14b1ccb49d96c92b92115a556087eb690886f63
0
ansible/roles/gse
2,638
[ "no_license" ]
[ { "path": "ansible/roles/gse/files/wsgi.py", "content": "from gse import app\n\nif __name__ == \"__main__\":\n app.run()\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "ansible/roles/gse/templates/ansible-users.j2", "content": "# Created b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1302, "all_permissive": false }
ansible_role
alinahas1311/tp3-devops
192c8ce390079fecf2106f858331e4c5b7211903
0
roles/database
2,718
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "- name: Lancer PostgreSQL\n docker_container:\n name: my_postgres_db\n image: postgres:15\n env:\n POSTGRES_PASSWORD: pwd\n POSTGRES_USER: user\n POSTGRES_DB: mydb\n state: started\n restart_policy: always\n networks:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
alinahas1311/tp3-devops
192c8ce390079fecf2106f858331e4c5b7211903
0
roles/network
2,718
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "- name: Créer le réseau Docker pour l’application\n docker_network:\n name: myapp_network\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
alinahas1311/tp3-devops
192c8ce390079fecf2106f858331e4c5b7211903
0
roles/proxy
2,718
[ "no_license" ]
[ { "path": "roles/proxy/tasks/main.yml", "content": "---\n# roles/proxy/tasks/main.yml\n\n- name: Créer un dossier temporaire pour le httpd.conf sur la VM\n file:\n path: /home/admin/httpd_conf\n state: directory\n owner: admin\n group: admin\n mode: 0755\n\n- name: Copier le httpd.conf perso...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2094, "all_permissive": false }
ansible_role
harshavardhanc/elk_ansible
24d476278487d33aea8bc16e6b5d7db3d5463eea
0
roles/elasticsearch
2,718
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "########## ElasticSearch Installation and configuration #############\n\n\n- name: Install Openjdk and wget\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n state: present\n with_items:\n - openjdk-8-jdk \n - wget \n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 964, "all_permissive": false }
ansible_role
jibinjose087/Ansible-Jibin-Test_play
0c5e4a76df921820825949e4befecfa52bf01e12
0
roles/deploy
2,718
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\r\n# tasks file for common\r\n become: true\r\n become_method: sudo\r\n become_user: dry\r\n\r\n- name: include OS related var files\r\n include_vars: \"{{ ansible_os_family }}_vars.yml\"\r\n\r\n- name: include OS sepcific common tasks\r\n includ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3788, "all_permissive": false }
ansible_role
sinazokaei/smart-home
fe467b8825f15ce223e12ce7eb07752cd1897f6c
0
ansible/roles/flask-server
2,718
[ "no_license" ]
[ { "path": "ansible/roles/flask-server/tasks/main.yml", "content": "---\n\n\n\n- name: install python-pip\n ansible.builtin.apt:\n name: python3-pip\n update_cache: yes\n\n\n- name: Install Python Libraries\n ansible.builtin.pip:\n name: \"{{ item }}\"\n loop:\n - requests\n - flask\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
sinazokaei/smart-home
fe467b8825f15ce223e12ce7eb07752cd1897f6c
0
ansible/roles/rabbitmq-server
2,718
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq-server/defaut/main.yml", "content": "---\n\n\n#RABBITMQ_USERNAME : \"admin\"\n#RABBITMQ_PASSWORD : \"<PASSWORD>\"\n#VHOST_NAME : \"home\"\n#QUEUE_USERNAME : \"sina\"\n#QUEUE_PASSWORD : \"<PASSWORD>\"\n#QUEUE_NAME : \"home-queue\"\n\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1660, "all_permissive": false }
ansible_role
chriscn/homelab
2647b0fb4144759c71a1a5b573df61f10744079b
0
roles/authelia
2,718
[ "no_license" ]
[ { "path": "roles/authelia/tasks/main.yaml", "content": "---\n# tasks file for authelia\n- name: Install required packages\n ansible.builtin.apt:\n name:\n - ca-certificates\n - curl\n state: present\n\n- name: Download Authelia signing key\n ansible.builtin.get_url:\n url: https://apt.a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 851, "all_permissive": false }
ansible_role
chriscn/homelab
2647b0fb4144759c71a1a5b573df61f10744079b
0
roles/caddy
2,718
[ "no_license" ]
[ { "path": "roles/caddy/templates/proxy.caddy.j2", "content": "{{ ansible_managed | comment }}\n(proxy) {\n transport http {\n keepalive 60\n read_buffer 4KB\n write_buffer 4KB\n read_timeout 240s\n write_timeout 240s\n dial_timeout 240s\n }\n\n header_up Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2704, "all_permissive": false }
ansible_role
chriscn/homelab
2647b0fb4144759c71a1a5b573df61f10744079b
0
roles/initramfs
2,718
[ "no_license" ]
[ { "path": "roles/initramfs/defaults/main.yaml", "content": "---\n# defaults file for initramfs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/initramfs/vars/main.yaml", "content": "---\n# vars file for initramfs\n", "license_type":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 835, "all_permissive": false }
ansible_role
chriscn/homelab
2647b0fb4144759c71a1a5b573df61f10744079b
0
roles/snapserver
2,718
[ "no_license" ]
[ { "path": "roles/snapserver/defaults/main.yaml", "content": "---\n# defaults file for snapserver\nsnapserver_version: 'latest'\n\nsnapserver_user: snapserver\nsnapserver_group: snapserver\n\n## configuration values\nsnapserver_threads: -1\nsnapserver_pid_file: /var/run/snapserver.pid\n\nsnapserver_http_rpc_...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 12607, "all_permissive": false }
ansible_role
chriscn/homelab
2647b0fb4144759c71a1a5b573df61f10744079b
0
roles/sonarr
2,718
[ "no_license" ]
[ { "path": "roles/sonarr/handlers/main.yaml", "content": "---\n# handlers file for sonarr\n- name: systemd::reload\n ansible.builtin.systemd:\n daemon_reload: true\n\n- name: sonarr::start\n ansible.builtin.systemd:\n name: sonarr\n state: started\n enabled: true\n\n- name: sonarr::restart\n a...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2626, "all_permissive": false }
ansible_role
bemoresmpl/sysadmin_course
54f88109310419d2abec2a5aed49a6f737d7f412
0
ansible/roles/nginx_proxy
2,718
[ "no_license" ]
[ { "path": "ansible/roles/nginx_proxy/templates/proxy.conf.j2", "content": "upstream web_servers {\n server 192.168.10.23:80;\n server 192.168.10.20:80;\n}\nserver {\n listen 3000;\n\n location / {\n proxy_pass http://web_servers;\n }\n}\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 756, "all_permissive": false }
ansible_role
bemoresmpl/sysadmin_course
54f88109310419d2abec2a5aed49a6f737d7f412
0
ansible/roles/nginx_web
2,718
[ "no_license" ]
[ { "path": "ansible/roles/nginx_web/tasks/main.yaml", "content": "- name: Install Nginx\n apt:\n name: nginx\n state: present\n become: true\n\n- name: Create index.html\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n become: true\n\n- name: Ensure Nginx is running\n serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
bemoresmpl/sysadmin_course
54f88109310419d2abec2a5aed49a6f737d7f412
0
ansible/roles/setup_vm
2,718
[ "no_license" ]
[ { "path": "ansible/roles/setup_vm/tasks/main.yaml", "content": "- name: Change hostname\n shell: \"echo {{ inventory_hostname }} > /etc/hostname\"\n when: inventory_hostname != ansible_hostname\n become: true\n\n- name: Install standard packages\n apt:\n name: \"{{ item }}\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
cyverse/cacao-tf-kubevirt
4c92b170c5e80de09fbd76d5bb5350ae069f0421
0
ansible/roles/kubevirt
2,718
[ "no_license" ]
[ { "path": "ansible/roles/kubevirt/tasks/main.yaml", "content": "---\n\n- name: SET_FACT; set python interpreter\n set_fact: ansible_python_interpreter=\"/usr/bin/python3\"\n\n- name: PIP ; install kubernetes with pip for the manifests\n ansible.builtin.pip:\n name: kubernetes\n executable: pip3\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1843, "all_permissive": false }
ansible_role
Aayushsingh2001/todo-app-rebuild
aec0cea4570837014982fc83a860f851c2413c24
0
ansible/playbooks/roles/common
2,718
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/common/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for common\n- name: Install common Packages\n become: true #yes\n package:\n name: \"{{ item.pk_name }}\"\n state: present\n with_items: \"{{ package_names }}\"\n\n- name: Copy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
Aayushsingh2001/todo-app-rebuild
aec0cea4570837014982fc83a860f851c2413c24
0
ansible/playbooks/roles/frontend
2,718
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/frontend/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for frontend\n- name: Install frontend dependencies\n become: true #yes\n npm:\n path: /opt/todo-app/todo-frontend\n state: present\n\n- name: Build frontend\n become: true #...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
Server4001/php7-centos-vagrant-box-source
1e4eec1253aac3fe59c1039ae3a670112a63f27b
3
provision/roles/bash
2,718
[ "no_license" ]
[ { "path": "provision/roles/bash/templates/.bash_profile.j2", "content": "# .bash_profile\n# {{ ansible_managed }}\n\n# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n\t. ~/.bashrc\nfi\n\n# User specific environment and startup programs\n\nPATH=$PATH:$HOME/bin:$HOME/.composer/vendor/bin\n\nexport ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1207, "all_permissive": false }
ansible_role
Server4001/php7-centos-vagrant-box-source
1e4eec1253aac3fe59c1039ae3a670112a63f27b
3
provision/roles/beanstalkd
2,718
[ "no_license" ]
[ { "path": "provision/roles/beanstalkd/tasks/configure.yml", "content": "---\n- name: Configure beanstalkd\n template:\n src: beanstalkd.j2\n dest: /etc/sysconfig/beanstalkd\n mode: 0644\n owner: root\n group: root\n notify: Restart beanstalkd\n", "license_type": "no_license", "detec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 352, "all_permissive": false }
ansible_role
Server4001/php7-centos-vagrant-box-source
1e4eec1253aac3fe59c1039ae3a670112a63f27b
3
provision/roles/common
2,718
[ "no_license" ]
[ { "path": "provision/roles/common/tasks/main.yml", "content": "---\n- name: Disable firewall built in with box\n service: name={{ item }} state=stopped enabled=no\n with_items:\n - iptables\n - ip6tables\n\n- name: Install pre-reqs and utilities\n yum: pkg={{ item }} state=installed\n with_items:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
Server4001/php7-centos-vagrant-box-source
1e4eec1253aac3fe59c1039ae3a670112a63f27b
3
provision/roles/composer
2,718
[ "no_license" ]
[ { "path": "provision/roles/composer/defaults/main.yml", "content": "---\ncomposer_home_path: \"~/.composer\"\ncomposer_global_packages:\n - { name: psy/psysh, release: \"0.7.2\" }\n - { name: phpunit/phpunit, release: \"4.8.26\" }\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1151, "all_permissive": false }
ansible_role
Server4001/php7-centos-vagrant-box-source
1e4eec1253aac3fe59c1039ae3a670112a63f27b
3
provision/roles/memcached
2,718
[ "no_license" ]
[ { "path": "provision/roles/memcached/tasks/configure.yml", "content": "---\n- name: Configure memcached\n template:\n src: memcached.j2\n dest: /etc/sysconfig/memcached\n mode: 0644\n owner: root\n group: root\n notify: Restart memcached\n", "license_type": "no_license", "detected_l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 426, "all_permissive": false }
ansible_role
Server4001/php7-centos-vagrant-box-source
1e4eec1253aac3fe59c1039ae3a670112a63f27b
3
provision/roles/mysql
2,718
[ "no_license" ]
[ { "path": "provision/roles/mysql/tasks/main.yml", "content": "---\n# Install MySQL server\n- include: install.yml\n\n# Configure MySQL\n- include: configure.yml\n\n# Simulate mysql_secure_installation\n- include: mysql_secure_installation.yml\n\n# Ensure root user exists with host 127.0.0.1\n- include: add_...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4654, "all_permissive": false }
ansible_role
Server4001/php7-centos-vagrant-box-source
1e4eec1253aac3fe59c1039ae3a670112a63f27b
3
provision/roles/nginx
2,718
[ "no_license" ]
[ { "path": "provision/roles/nginx/tasks/configure.yml", "content": "---\n- name: Add html folder\n file:\n path: /var/www/html/\n state: directory\n mode: 0755\n owner: vagrant\n group: vagrant\n\n- name: Copy fastcgi_params\n template:\n src: fastcgi_params.j2\n dest: /etc/nginx/fastc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2042, "all_permissive": false }
ansible_role
Server4001/php7-centos-vagrant-box-source
1e4eec1253aac3fe59c1039ae3a670112a63f27b
3
provision/roles/php7
2,718
[ "no_license" ]
[ { "path": "provision/roles/php7/templates/j-20-ds.ini.j2", "content": "; {{ ansible_managed }}\n\n; Enable ds extension module\nextension=ds.so\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "provision/roles/php7/templates/xdebug.ini.j2", "co...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 6692, "all_permissive": false }
ansible_role
Server4001/php7-centos-vagrant-box-source
1e4eec1253aac3fe59c1039ae3a670112a63f27b
3
provision/roles/redis
2,718
[ "no_license" ]
[ { "path": "provision/roles/redis/tasks/install.yml", "content": "---\n- name: Install Redis\n yum:\n name: redis\n state: latest\n\n- name: Start Redis\n service:\n name: redis\n state: started\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 312, "all_permissive": false }
ansible_role
Server4001/php7-centos-vagrant-box-source
1e4eec1253aac3fe59c1039ae3a670112a63f27b
3
provision/roles/repo_install
2,718
[ "no_license" ]
[ { "path": "provision/roles/repo_install/tasks/main.yml", "content": "---\n- name: Add EPEL RPM\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm\n state: present\n\n- name: Add Webtatic RPM\n yum:\n name: https://mirror.webtatic.com/yum/el6/latest.rpm\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": false }
ansible_role
jo-hannes/ansible-user-conf
840e8529e30f0250c828bf7d40bb40a84d87dd40
0
roles/bashrc
2,718
[ "no_license" ]
[ { "path": "roles/bashrc/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT\n---\n\n- name: Configure ~/.bashrc\n blockinfile:\n path: \"~{{ ansible_user_id }}/.bashrc\"\n create: yes\n owner: \"{{ ansible_user_id }}\"\n group: \"{{ ansible_user_gid }}\"\n mode: 0644\n block: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
jo-hannes/ansible-user-conf
840e8529e30f0250c828bf7d40bb40a84d87dd40
0
roles/git
2,718
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT\n---\n\n- name: Configure ~/.gitconfig\n template:\n src: gitconfig.j2\n dest: \"~{{ ansible_user_id }}/.gitconfig\"\n owner: \"{{ ansible_user_id }}\"\n group: \"{{ ansible_user_gid }}\"\n mode: 0644\n", "l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1526, "all_permissive": false }
ansible_role
jo-hannes/ansible-user-conf
840e8529e30f0250c828bf7d40bb40a84d87dd40
0
roles/screen
2,718
[ "no_license" ]
[ { "path": "roles/screen/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT\n---\n\n- name: Configure ~/.screenrc\n template:\n src: screenrc.j2\n dest: \"~{{ ansible_user_id }}/.screenrc\"\n owner: \"{{ ansible_user_id }}\"\n group: \"{{ ansible_user_gid }}\"\n mode: 0644\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 887, "all_permissive": false }
ansible_role
jo-hannes/ansible-user-conf
840e8529e30f0250c828bf7d40bb40a84d87dd40
0
roles/tmux
2,718
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT\n---\n\n- name: Configure ~/.tmux.conf\n template:\n src: tmux.conf.j2\n dest: \"~{{ ansible_user_id }}/.tmux.conf\"\n owner: \"{{ ansible_user_id }}\"\n group: \"{{ ansible_user_gid }}\"\n mode: 0644\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1878, "all_permissive": false }
ansible_role
jo-hannes/ansible-user-conf
840e8529e30f0250c828bf7d40bb40a84d87dd40
0
roles/tools
2,718
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yml", "content": "# SPDX-License-Identifier: MIT\n---\n- name: Include OS family specific variables\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n# Do not become on mac\n- name: Install tools on mac\n package:\n name: \"{{ tools_packages_install }}\"\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 630, "all_permissive": false }
ansible_role
jo-hannes/ansible-user-conf
840e8529e30f0250c828bf7d40bb40a84d87dd40
0
roles/vim
2,718
[ "no_license" ]
[ { "path": "roles/vim/templates/vimrc.j2", "content": "\" SPDX-License-Identifier: MIT\n\" {{ ansible_managed }}\n\n\" Vim5 and later versions support syntax highlighting. Uncommenting the next\n\" line enables syntax highlighting by default.\nsyntax on\n\n\" If using a dark background within the editing are...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2352, "all_permissive": false }
ansible_role
avinashpancham/infra_provisioning
71db31a4fbe02b210d675acb1a410914ea5db350
1
roles/azure_pipeline_agent
2,718
[ "no_license" ]
[ { "path": "roles/azure_pipeline_agent/defaults/main.yaml", "content": "---\nrequired_vars:\n - ado_token\n - ado_url\n - user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/azure_pipeline_agent/tasks/main.yaml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3231, "all_permissive": false }
ansible_role
avinashpancham/infra_provisioning
71db31a4fbe02b210d675acb1a410914ea5db350
1
roles/conda
2,718
[ "no_license" ]
[ { "path": "roles/conda/defaults/main.yaml", "content": "---\nrequired_vars:\n - jupyter_path\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/conda/tasks/main.yaml", "content": "---\n- name: Check for required variables\n fail:\n ms...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1987, "all_permissive": false }
ansible_role
avinashpancham/infra_provisioning
71db31a4fbe02b210d675acb1a410914ea5db350
1
roles/custom_sudo_user
2,718
[ "no_license" ]
[ { "path": "roles/custom_sudo_user/tasks/main.yaml", "content": "---\n- name: Check for required variables\n fail:\n msg: 'Variable {{ item }} is not defined'\n when: item not in vars\n loop: '{{ required_vars }}'\n- name: Add user\n user:\n name: '{{ user }}'\n state: present\n- name: Allow pas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
avinashpancham/infra_provisioning
71db31a4fbe02b210d675acb1a410914ea5db350
1
roles/docker
2,718
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Update apt and install dependencies from apt\n package: name={{ item }} state=present update_cache=yes force_apt_get=yes\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 797, "all_permissive": false }
ansible_role
avinashpancham/infra_provisioning
71db31a4fbe02b210d675acb1a410914ea5db350
1
roles/jupyterhub
2,718
[ "no_license" ]
[ { "path": "roles/jupyterhub/defaults/main.yaml", "content": "---\nrequired_vars:\n - admin_user\n - jupyter_path\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/jupyterhub/tasks/add_user.yaml", "content": "---\n- name: Add new user\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3753, "all_permissive": false }
ansible_role
avinashpancham/infra_provisioning
71db31a4fbe02b210d675acb1a410914ea5db350
1
roles/nginx
2,718
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yaml", "content": "---\nrequired_vars:\n - nginx_conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/nginx/tasks/main.yaml", "content": "---\n- name: Check for required variables\n fail:\n msg:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 472, "all_permissive": false }
ansible_role
avinashpancham/infra_provisioning
71db31a4fbe02b210d675acb1a410914ea5db350
1
roles/regular_user
2,718
[ "no_license" ]
[ { "path": "roles/regular_user/defaults/main.yaml", "content": "---\nrequired_vars:\n - user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/regular_user/tasks/main.yaml", "content": "---\n- name: Check for required variables\n fail:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 338, "all_permissive": false }
ansible_role
m3tre/otus-linux
32594ac4c8d55d93a7e07928bad6464ef0daf227
0
hw/14/roles/nginx
2,718
[ "no_license" ]
[ { "path": "hw/14/roles/nginx/templates/nginx.conf.j2", "content": "user {{ nginx_user }};\r\nworker_processes {{ worker_processes }};\r\n\r\nevents {\r\n worker_connections {{ worker_connections }};\r\n}\r\n\r\nhttp {\r\n server {\r\n listen {{ nginx_listen_port }} default_server;\r\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1125, "all_permissive": false }
ansible_role
mangelft/terransible-kubernetes-cluster
75039b87da247406683d41279e08e88cd4d4eb78
1
roles/dashboard
2,718
[ "no_license" ]
[ { "path": "roles/dashboard/tasks/main.yml", "content": "---\n\n- name: Check Kubernetes dashboard is working\n shell: |\n kubectl get pods --all-namespaces | grep kubernetes-dashboard\n# delegate_to: \"{{ groups['master'][0] }}\"\n run_once: true\n register: check_dashboard\n ignore_errors: true\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 994, "all_permissive": false }
ansible_role
mangelft/terransible-kubernetes-cluster
75039b87da247406683d41279e08e88cd4d4eb78
1
roles/docker
2,718
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\r\n\r\n# Don't assume the inventory_hostname is resolvable and delay 10 seconds at start\r\n- name: Wait 300 seconds for port 22 to become open and contain \"OpenSSH\"\r\n wait_for:\r\n port: 22\r\n host: '{{ (ansible_ssh_host|default(ansible_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1903, "all_permissive": false }
ansible_role
Spartan0nix/kubernetes-cluster
03a957067cd27b945e037a19761d4133c17840d1
0
cluster/ansible/roles/cert-manager
2,718
[ "no_license" ]
[ { "path": "cluster/ansible/roles/cert-manager/tasks/main.yml", "content": "- name: Check for existing cert-manager controller pod\n kubernetes.core.k8s_info:\n api_version: v1\n kind: Pod\n namespace: cert-manager\n label_selectors:\n - \"app.kubernetes.io/component=controller\"\n - \...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2137, "all_permissive": false }
ansible_role
Spartan0nix/kubernetes-cluster
03a957067cd27b945e037a19761d4133c17840d1
0
cluster/ansible/roles/cilium
2,718
[ "no_license" ]
[ { "path": "cluster/ansible/roles/cilium/tasks/main.yml", "content": "- name: Check for previous install\n ansible.builtin.stat:\n path: /usr/local/bin/cilium\n register: cilium_cli\n become: true\n\n- name: Install Cilium\n ansible.builtin.include_tasks: init_cilium.yml\n when: not cilium_cli.stat.e...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1435, "all_permissive": false }
ansible_role
Spartan0nix/kubernetes-cluster
03a957067cd27b945e037a19761d4133c17840d1
0
cluster/ansible/roles/control-plane
2,718
[ "no_license" ]
[ { "path": "cluster/ansible/roles/control-plane/templates/kubeadm-config.yml.j2", "content": "apiVersion: kubeadm.k8s.io/v1beta3\nkind: InitConfiguration\nlocalAPIEndpoint:\n advertiseAddress: {{ ansible_host }}\n bindPort: 6443\nnodeRegistration:\n criSocket: unix:///var/run/containerd/containerd.sock\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9030, "all_permissive": false }
ansible_role
Spartan0nix/kubernetes-cluster
03a957067cd27b945e037a19761d4133c17840d1
0
cluster/ansible/roles/els
2,718
[ "no_license" ]
[ { "path": "cluster/ansible/roles/els/tasks/setup_apt.yml", "content": "- name: Update the system\n ansible.builtin.apt:\n update_cache: true\n upgrade: true\n autoclean: true\n autoremove: true\n become: true\n\n- name: Install prerequisites\n ansible.builtin.package: # noqa: package-latest\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7508, "all_permissive": false }
ansible_role
Spartan0nix/kubernetes-cluster
03a957067cd27b945e037a19761d4133c17840d1
0
cluster/ansible/roles/fluent-bit
2,718
[ "no_license" ]
[ { "path": "cluster/ansible/roles/fluent-bit/files/.gitignore", "content": "fluentbit_pwd.txt", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "cluster/ansible/roles/fluent-bit/tasks/init_fluent_bit.yml", "content": "- name: Add fluent-bit Helm re...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4280, "all_permissive": false }
ansible_role
Spartan0nix/kubernetes-cluster
03a957067cd27b945e037a19761d4133c17840d1
0
cluster/ansible/roles/haproxy
2,718
[ "no_license" ]
[ { "path": "cluster/ansible/roles/haproxy/tasks/main.yml", "content": "- name: Check for existing haproxy configuration\n ansible.builtin.stat:\n path: /etc/haproxy/haproxy.cfg\n register: haproxy_config\n become: true\n\n- name: Update apt packages and upgrade system\n ansible.builtin.apt:\n upgra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1398, "all_permissive": false }
ansible_role
Spartan0nix/kubernetes-cluster
03a957067cd27b945e037a19761d4133c17840d1
0
cluster/ansible/roles/metric-server
2,718
[ "no_license" ]
[ { "path": "cluster/ansible/roles/metric-server/tasks/main.yml", "content": "- name: Check for existing deployment\n kubernetes.core.k8s_info:\n api_version: apps/v1\n kind: Deployment\n namespace: kube-system\n name: metrics-server\n register: metric_server_deployment\n\n- name: Install metric...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1517, "all_permissive": false }
ansible_role
Spartan0nix/kubernetes-cluster
03a957067cd27b945e037a19761d4133c17840d1
0
cluster/ansible/roles/nfs
2,718
[ "no_license" ]
[ { "path": "cluster/ansible/roles/nfs/tasks/main.yml", "content": "- name: Install packages\n ansible.builtin.package: # noqa : package-latest\n name:\n - nfs-kernel-server\n state: latest\n become: true\n\n- name: Create nfs folders\n ansible.builtin.file:\n path: \"{{ item.value }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
Spartan0nix/kubernetes-cluster
03a957067cd27b945e037a19761d4133c17840d1
0
cluster/ansible/roles/worker
2,718
[ "no_license" ]
[ { "path": "cluster/ansible/roles/worker/tasks/join.yml", "content": "- name: Execute the join command\n ansible.builtin.script: \"{{ playbook_dir }}/roles/control-plane/files/join-worker.sh\"\n register: k8s_join_cmd_output\n args:\n executable: /bin/bash\n become: true\n\n- name: Debug\n ansible.bu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1640, "all_permissive": false }
ansible_role
adrianice/ansible
e807e6ebf9ee8c3fb1898cfd1c5ef12338522d4d
0
roles/frontend
2,718
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "---\n- name: run apt-get update\n apt:\n update_cache: yes\n\n- name: run apt-get upgrade\n apt:\n upgrade: dist\n\n- name: update sshd_config\n lineinfile:\n path: /etc/ssh/sshd_config\n state: present\n regexp: '^#?Port 22'\n lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1738, "all_permissive": false }
ansible_role
4PROJ-Groupe1/infrastructure
bc1782b5c3467256da5922a06fc7a96a6e902a9f
0
ansible/1-UtilisateursEtConfigurations/playbooks/roles/installationDockerK8s
2,718
[ "permissive" ]
[ { "path": "ansible/1-UtilisateursEtConfigurations/playbooks/roles/installationDockerK8s/tasks/main.yml", "content": "---\n- name: \"Installation des paquets\"\n package:\n name: \"{{ item }}\"\n state: \"present\"\n with_items:\n - \"htop\"\n - \"apt-transport-https\"\n - \"ca-certificate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3459, "all_permissive": true }
ansible_role
techsnail/demo_ansible
9f45f0dfce109c8ba6717a2384027e1b0227a651
0
zabbix_agent/roles/zabbix_agent
2,718
[ "no_license" ]
[ { "path": "zabbix_agent/roles/zabbix_agent/tasks/monitor.yml", "content": "- name: 生成python脚本\n local_action: template src=create_host.py dest=/tmp/create_host_{{inventory_hostname}}.py mode=0750\n\n- name: 执行python脚本\n local_action: shell python /tmp/create_host_{{inventory_hostname}}.py\n\n- name: 清理临时文...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6867, "all_permissive": false }
ansible_role
domikini/red_hat_pass_policy_config_ansible_role
4b9c484edc4d3ae668344205d199587753e19721
1
roles/rhel_pass_policy
2,618
[ "no_license" ]
[ { "path": "roles/rhel_pass_policy/tasks/main.yml", "content": "---\n- name: 'Keep history of used passwords (the number of previous passwords which cannot be reused)'\n lineinfile:\n path: '/etc/pam.d/password-auth'\n regexp: 'pam_pwhistory.so'\n insertafter: 'pam_pwquality.so' \n line: 'pas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3758, "all_permissive": false }
ansible_role
smiledt/ansible-package-generic
c29a4329d40a33b1c6387c40d9208b58a5f7c588
0
roles/package-generic
2,618
[ "no_license" ]
[ { "path": "roles/package-generic/handlers/main.yml", "content": "---\n# handlers file for package-generic\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/package-generic/defaults/main.yml", "content": "---\n# defaults file for package-g...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1565, "all_permissive": false }
ansible_role
ruibinghao/ansible-wordpress
6dbb67b58e1a50840220ebacae84b585a0812104
0
provisioning/roles/rhao.common
2,618
[ "no_license" ]
[ { "path": "provisioning/roles/rhao.common/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - rhao.common", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "provisioning/roles/rhao.common/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 313, "all_permissive": false }
ansible_role
pratik2630/Ansible
90e6c3d715eb833e376e42626ebe69df04358210
0
roles/comman
2,618
[ "no_license" ]
[ { "path": "roles/comman/tasks/main.yml", "content": "---\n# tasks file for comman\n- include: selinux.yml\n- include: ntp.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/comman/handlers/main.yml", "content": "---\n# handlers file fo...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 569, "all_permissive": false }
ansible_role
gkspranger/aws-route53-purge-dead-records
9b433fd99a78458ee2456e70b7f43c1ef8dd9029
0
roles/r53_purge_dead_records
2,618
[ "no_license" ]
[ { "path": "roles/r53_purge_dead_records/tasks/purge.yml", "content": "---\n\n- block:\n - set_fact:\n asg_records: []\n delete_asg_records: []\n\n # we want to make sure we only evaluate the records we care about\n # for exmaple, i KNOW that records with the name \"asg-*\" are related to my\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3299, "all_permissive": false }