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
etela234/playbooks
f682c052342e9cc9e01dae0e4a49e142a682fa11
0
roles/apache_tomcat
425
[ "no_license" ]
[ { "path": "roles/apache_tomcat/tasks/main.yml", "content": "- name: Install Apache Tomcat\n win_chocolatey:\n name: tomcat\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
etela234/playbooks
f682c052342e9cc9e01dae0e4a49e142a682fa11
0
roles/mysql_windows
425
[ "no_license" ]
[ { "path": "roles/mysql_windows/tasks/main.yml", "content": "- name: Install mysql Server\n win_chocolatey:\n name: mysql\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
etela234/playbooks
f682c052342e9cc9e01dae0e4a49e142a682fa11
0
roles/wildfly_webserver
425
[ "no_license" ]
[ { "path": "roles/wildfly_webserver/tasks/main.yml", "content": "- name: Install Wildfly\n win_chocolatey:\n name: wildfly\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 80, "all_permissive": false }
ansible_role
salmarefaie/Application_on_EKS
26ef580b71350460e96ba425dd9ec07cab6c22cc
0
Ansible/roles/aws-cli
425
[ "no_license" ]
[ { "path": "Ansible/roles/aws-cli/tasks/main.yml", "content": "- name: sudo yum update\n yum:\n update_cache: yes\n\n\n- name: install unzip \n yum: \n name: unzip \n state: present \n\n\n- name: install aws cli \n get_url:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
salmarefaie/Application_on_EKS
26ef580b71350460e96ba425dd9ec07cab6c22cc
0
Ansible/roles/jenkinsDeployment
425
[ "no_license" ]
[ { "path": "Ansible/roles/jenkinsDeployment/handlers/main.yml", "content": "---\n# handlers file for jenkinsDeployment\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "Ansible/roles/jenkinsDeployment/tests/test.yml", "content": "---\n- hosts: l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 941, "all_permissive": false }
ansible_role
shendeumesh57/ansible
99bf1021ad751b96b651fe63cfe921653dad8509
0
roles/apache_git
425
[ "no_license" ]
[ { "path": "roles/apache_git/tasks/service.yml", "content": "---\n#Restart apache service\n- name: starting apache\n service: \n name: httpd \n state: restarted \n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/apache_gi...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2582, "all_permissive": false }
ansible_role
shendeumesh57/ansible
99bf1021ad751b96b651fe63cfe921653dad8509
0
roles/cert_manage
425
[ "no_license" ]
[ { "path": "roles/cert_manage/tasks/main.yml", "content": "--- \n - name: Read secret file\n include_vars: \"./secret.yaml\"\n\n - name: Remove space and upper case from url\n ansible.builtin.set_fact:\n INSTANCE_URL: \"{{i_url | lower | trim }}\"\n - name: Global Variable\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3940, "all_permissive": false }
ansible_role
shendeumesh57/ansible
99bf1021ad751b96b651fe63cfe921653dad8509
0
roles/dmz_ssl
425
[ "no_license" ]
[ { "path": "roles/dmz_ssl/tasks/end_play.yaml", "content": "---\n - name: \n debug:\n msg: given certificate path does not exist on server\n \n - name: End the play -->> If certificate directory not exist.\n ansible.builtin.meta: end_play\n\n", "license_type": "no_license", "detected_lic...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3181, "all_permissive": false }
ansible_role
shendeumesh57/ansible
99bf1021ad751b96b651fe63cfe921653dad8509
0
roles/final_apache_pull
425
[ "no_license" ]
[ { "path": "roles/final_apache_pull/tasks/main.yml", "content": "---\n- include: var_conv.yaml\n- include: dest_dir.yaml\n- include: git_clone.yaml\n- include: branch.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/final_apache_pull/ta...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 1999, "all_permissive": false }
ansible_role
shendeumesh57/ansible
99bf1021ad751b96b651fe63cfe921653dad8509
0
roles/final_apache_push
425
[ "no_license" ]
[ { "path": "roles/final_apache_push/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - final_apache_push", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/final_apache_push/tasks/pull_merge.yaml", "con...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1327, "all_permissive": false }
ansible_role
shendeumesh57/ansible
99bf1021ad751b96b651fe63cfe921653dad8509
0
roles/git_deploy_server
425
[ "no_license" ]
[ { "path": "roles/git_deploy_server/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - git_deploy_server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/git_deploy_server/handlers/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1395, "all_permissive": false }
ansible_role
shendeumesh57/ansible
99bf1021ad751b96b651fe63cfe921653dad8509
0
roles/git_sync_server
425
[ "no_license" ]
[ { "path": "roles/git_sync_server/handlers/main.yml", "content": "---\n# handlers file for git_sync_server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/git_sync_server/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1757, "all_permissive": false }
ansible_role
shendeumesh57/ansible
99bf1021ad751b96b651fe63cfe921653dad8509
0
roles/test_apache
425
[ "no_license" ]
[ { "path": "roles/test_apache/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - test_apache", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/test_apache/tasks/git_push2.yml", "content": "---\n - na...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2333, "all_permissive": false }
ansible_role
joehmchiu/rhel7-lamp-ansible
30a29453eafa3e549ba45a656036fa2325919149
0
roles/db
426
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n# This playbook will install MariaDB and create db user and give permissions.\n\n- name: Install MariaDB package\n yum: name={{ item }} state=installed\n with_items:\n - mariadb\n - mariadb-server\n - mariadb-libs\n - MySQL-python\n - perl-DB...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2612, "all_permissive": false }
ansible_role
joehmchiu/rhel7-lamp-ansible
30a29453eafa3e549ba45a656036fa2325919149
0
roles/undo
426
[ "no_license" ]
[ { "path": "roles/undo/tasks/main.yml", "content": "---\n# Undo the installation beforehand\n- name: Remove Tools by Shell\n shell: |\n yum remove -y mysql\n yum remove -y firewalld\n yum remove -y $(rpm -qa \"*-devel\")\n rm /var/run/mysqld/mysqld.pid\n rm -rf /etc/my.cnf*\n rm -rf /root/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
boboky/azure-backup
be0c94634af063755cf2d8b7ade59f4cd1a602f6
0
roles/backup
426
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yml", "content": "---\r\n# tasks file for backup\r\n\r\n- include: epel.yml\r\n when: use_internal_epel_yumrepo is defined\r\n\r\n- name: Install Duplicity agent dependecies\r\n yum: name=\"{{duplicity.dependencies}}\" state=installed update_cache=yes\r\n\r\n- name: Inst...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 11458, "all_permissive": false }
ansible_role
ainamori/ansible-docker
a52e850f56c2f8ed70e3a082507b833b2e2d26d7
0
roles/docker
426
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\r\n# handlers file for comon\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/docker/defaults/main.yml", "content": "---\r\n# defaults file for comon\r\n", "license_type":...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1873, "all_permissive": false }
ansible_role
didistars328/test-task
87418b64e9a3b1c4cc2c7f85a6a92015bf42534b
0
roles/check_prereq
426
[ "no_license" ]
[ { "path": "roles/check_prereq/tasks/main.yml", "content": "---\n- name: Uninstall Previous Docker packages Ubuntu\n apt:\n pkg:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n\n- name: Detect Ubuntu release\n shell: lsb_release -cs\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 737, "all_permissive": false }
ansible_role
didistars328/test-task
87418b64e9a3b1c4cc2c7f85a6a92015bf42534b
0
roles/deploy_instance
426
[ "no_license" ]
[ { "path": "roles/deploy_instance/tasks/main.yml", "content": "---\n- name: Delete nginx container if presented\n docker_container:\n name: nginx_test\n state: absent\n\n- name: Build container image\n docker_image:\n name: nginx_test\n build:\n path: \".\"\n pull: no\n source: bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
AlenaSvirina/Ansible
533529f23431f3ee9a0890bfc5253ea66d373ae1
0
roles/java
426
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n\n- name: yum update\n yum: update_cache=yes\n become: yes\n\n- name: install jdk\n yum: name=java-{{ java_version }}-openjdk\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
AlenaSvirina/Ansible
533529f23431f3ee9a0890bfc5253ea66d373ae1
0
roles/java-test
426
[ "no_license" ]
[ { "path": "roles/java-test/tasks/main.yml", "content": "---\n# tasks file for java-test\n\n- name: check java installation\n command: java -version\n register: java\n ignore_errors: yes\n\n- debug:\n msg: '{{ java.stderr }}'\n when: java.stderr is defined\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
AlenaSvirina/Ansible
533529f23431f3ee9a0890bfc5253ea66d373ae1
0
roles/nginx
426
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: install nginx\n yum: name=nginx\n become: yes\n\n- name: start and enable nginx\n service: name=nginx state=started enabled=yes\n become: yes\n\n# update default home page\n- name: deploy customized home page\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
AlenaSvirina/Ansible
533529f23431f3ee9a0890bfc5253ea66d373ae1
0
roles/nginx-test
426
[ "no_license" ]
[ { "path": "roles/nginx-test/tasks/main.yml", "content": "---\n# tasks file for nginx-test\n\n- name: check nginx's status\n shell: systemctl status nginx\n register: status\n become: yes\n\n- debug:\n msg: \"{{ status.stdout }}\"\n\n- name: test nginx\n shell: curl localhost\n register: test_nginx\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
AlenaSvirina/Ansible
533529f23431f3ee9a0890bfc5253ea66d373ae1
0
roles/tomcat
426
[ "no_license" ]
[ { "path": "roles/tomcat/handlers/main.yml", "content": "---\n# handlers file for tomcat\n\n- name: systemd daemon reload\n systemd: daemon_reload=yes\n become: yes\n\n- name: restart tomcat\n systemd: state=started name=tomcat\n become: yes\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1588, "all_permissive": false }
ansible_role
AlenaSvirina/Ansible
533529f23431f3ee9a0890bfc5253ea66d373ae1
0
roles/tomcat-test
426
[ "no_license" ]
[ { "path": "roles/tomcat-test/tasks/main.yml", "content": "---\n# tasks file for tomcat-test\n- name: check tomcat's status\n command: systemctl status tomcat\n register: status_tomcat\n become: yes\n\n- debug:\n msg: \"{{ status_tomcat.stdout }}\"\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
vcshubham512/ansiable-demo
265b048b67234c4c551a54b91e0e893a65ad11f7
0
roles/appserver
426
[ "no_license" ]
[ { "path": "roles/appserver/tasks/main.yml", "content": "- name: download java\n package:\n name: \"{{item}}\"\n state: present\n loop:\n - epel-release\n - java \n \n- name: download tomcat\n unarchive:\n src: \"{{tomcat_url}}\"\n dest: /opt\n remote_src: yes ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1224, "all_permissive": false }
ansible_role
vcshubham512/ansiable-demo
265b048b67234c4c551a54b91e0e893a65ad11f7
0
roles/webserver
426
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "- name: httpd package install\n yum:\n state: present\n name: httpd \n \n- name: copy proxy file\n copy:\n src: proxy.conf\n dest: \"{{httpd_conf}}/proxy.conf\"\n force: yes\n notify:\n - httpd \n\n- name: copy html content\n g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
cristeyneee/Final_Exam_Gura
5140a97823659f03ca16267a8ca54e3cf8af0328
0
roles/common
426
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update package cache\n become: yes\n apt:\n update_cache: true\n when: ansible_os_family == \"Debian\"\n\n- name: Update package cache\n become: yes\n yum:\n name: \"*\"\n state: latest\n when: ansible_os_family == \"RedHat\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
cristeyneee/Final_Exam_Gura
5140a97823659f03ca16267a8ca54e3cf8af0328
0
roles/enterprise_service
426
[ "no_license" ]
[ { "path": "roles/enterprise_service/tasks/main.yml", "content": "---\n- name: Install enterprise service on Debian\n become: yes\n apt:\n name: apache2\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Install enterprise service on CentOS\n become: yes\n yum:\n name: httpd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
cerbaire/ansible
e3cebeda1809812166f0400bfa878154e69a07bb
1
roles/cerbaire.coding_setup
426
[ "no_license" ]
[ { "path": "roles/cerbaire.coding_setup/tasks/main.yml", "content": "---\n# tasks file for roles/coding_setup\n- name: Install git\n ansible.builtin.apt:\n name: git\n state: present\n update_cache: true\n\n- name: Add an Apt signing key, will not download if present\n ansible.builtin.apt_key:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 798, "all_permissive": false }
ansible_role
cerbaire/ansible
e3cebeda1809812166f0400bfa878154e69a07bb
1
roles/cerbaire.devops_setup
426
[ "no_license" ]
[ { "path": "roles/cerbaire.devops_setup/vars/main.yml", "content": "---\n# vars file for roles/devops_setup\nmotd_centos: \"Welcome to CentOS Linux - Provided by Rocky with Ansible\\n\"\nmotd_ubuntu: \"Welcome to Ubuntu Linux - Provided by Rocky with Ansible\\n\"\ndevops_setup_terraform_version: \"1.12.2\"\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4409, "all_permissive": false }
ansible_role
cerbaire/ansible
e3cebeda1809812166f0400bfa878154e69a07bb
1
roles/cerbaire.language
426
[ "no_license" ]
[ { "path": "roles/cerbaire.language/tasks/java.yml", "content": " # Installing Java\n- name: Install linuxuprising repository\n ansible.builtin.apt_repository:\n repo: ppa:linuxuprising/java\n state: present\n become: true\n\n# https://stackoverflow.com/questions/19275856/auto-yes-to-the-license-agr...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3153, "all_permissive": false }
ansible_role
cerbaire/ansible
e3cebeda1809812166f0400bfa878154e69a07bb
1
roles/cerbaire.minimserver
426
[ "no_license" ]
[ { "path": "roles/cerbaire.minimserver/defaults/main.yml", "content": "---\n# defaults file for roles/cerbaire.minimserver\nminimserver_version: latest\nminimserver_install_dir: \"{{ ansible_env.HOME }}/minimserver\"\nminimserver_java_home: \"/usr/lib/jvm/java-21-openjdk-amd64\"\nminimserver_autostart: true\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2547, "all_permissive": false }
ansible_role
cerbaire/ansible
e3cebeda1809812166f0400bfa878154e69a07bb
1
roles/cerbaire.molecule_setup
426
[ "no_license" ]
[ { "path": "roles/cerbaire.molecule_setup/tasks/main.yml", "content": "---\n# tasks file for roles/molecule_setup\n\n- name: Add ~/.local/bin to PATH in .bashrc if not already present\n ansible.builtin.lineinfile:\n path: ~/.bashrc\n line: 'export PATH=\"$HOME/.local/bin:$PATH\"'\n insertafter: EOF...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 974, "all_permissive": false }
ansible_role
cerbaire/ansible
e3cebeda1809812166f0400bfa878154e69a07bb
1
roles/cerbaire.music
426
[ "no_license" ]
[ { "path": "roles/cerbaire.music/handlers/main.yml", "content": "---\n# handlers file for roles/music\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/cerbaire.music/vars/main.yml", "content": "---\n# vars file for roles/music\n", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1593, "all_permissive": false }
ansible_role
cerbaire/ansible
e3cebeda1809812166f0400bfa878154e69a07bb
1
roles/helm
426
[ "no_license" ]
[ { "path": "roles/helm/handlers/main.yml", "content": "---\n# handlers file for roles/helm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/helm/vars/main.yml", "content": "---\n# vars file for roles/helm\nhelm_version: \"v3.18.3\"\nhelm_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2859, "all_permissive": false }
ansible_role
cerbaire/ansible
e3cebeda1809812166f0400bfa878154e69a07bb
1
roles/k3s_dev_environment
426
[ "no_license" ]
[ { "path": "roles/k3s_dev_environment/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME> <<EMAIL>>\n role_name: k3s_dev_environment\n \n license: GPL-2.0-or-later\n\n min_ansible_version: '2.1'\n\ndependencies:\n - role: helm\n...\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 31912, "all_permissive": false }
ansible_role
cerbaire/ansible
e3cebeda1809812166f0400bfa878154e69a07bb
1
roles/system_prerequisites_setup
426
[ "no_license" ]
[ { "path": "roles/system_prerequisites_setup/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/system_prerequisites_setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/system_prerequisites_set...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 571, "all_permissive": false }
ansible_role
ymgttkxk/ansible-kodi
2f1460729ca344dcc6bf310866f23a6da47bd9e1
0
roles/kodi
426
[ "no_license" ]
[ { "path": "roles/kodi/tasks/main.yml", "content": "---\n- name: add storage for kodi\n include_tasks: storage-lxd.yml\n\n- name: install UMS packages\n include_tasks: install.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path": "roles/kodi/def...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1110, "all_permissive": false }
ansible_role
lisenet/RHCA-study-notes
da22ed8e67a9caa11b14669523b784ec66acc8a9
163
EX407_playbooks/homelab3/roles/homelab-apache
426
[ "no_license" ]
[ { "path": "EX407_playbooks/homelab3/roles/homelab-apache/templates/file.html.j2", "content": "This is {{ ansible_fqdn }} on {{ ansible_default_ipv4.address }}.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "EX407_playbooks/homelab3/roles/homelab...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1051, "all_permissive": false }
ansible_role
lisenet/RHCA-study-notes
da22ed8e67a9caa11b14669523b784ec66acc8a9
163
EX407_playbooks/homelab3/roles/homelab-mysql
426
[ "no_license" ]
[ { "path": "EX407_playbooks/homelab3/roles/homelab-mysql/templates/my.cnf.j2", "content": "[mysqld]\nbind_address = {{ ansible_default_ipv4.address }}\nskip_name_resolve\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\n\nsymbolic-links=0\nsql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES \n\n[mys...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3417, "all_permissive": false }
ansible_role
Leonid-Agalakov-89/docker_ansible_project
d5b02668ed9196836da349ad93cd5c4520b13350
0
ansible/playbooks/roles/docker
426
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker/tasks/main.yml", "content": "---\n- name: Удаление старого containerd.io # Удаляем старую версию containerd.io, если она установлена\n apt:\n name: containerd.io # Имя пакета, который нужно удалить\n state: absent # Устанавливаем состояние \"отсутствует\" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1920, "all_permissive": false }
ansible_role
Leonid-Agalakov-89/docker_ansible_project
d5b02668ed9196836da349ad93cd5c4520b13350
0
ansible/playbooks/roles/nginx
426
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/nginx/handlers/main.yml", "content": "---\n- name: Перезапустить Nginx\n service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/playbooks/roles/nginx/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 365, "all_permissive": false }
ansible_role
bbkane/small_network
83b1552f3a75813c310542c7dfcde279bdd39378
0
roles/pre_setup
426
[ "no_license" ]
[ { "path": "roles/pre_setup/tasks/main.yml", "content": "---\n- name: Enable Password logins\n become: true\n copy:\n src: sshd_config\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: 0600\n notify:\n - restart sshd\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
hiimluck3r/h2m
e3f9615835456797a641ec96464e19a28437efa1
1
roles/apps
426
[ "no_license" ]
[ { "path": "roles/apps/manifests/littlelink/readme.md", "content": "# LittleLink\n### Related files and folders\n* roles/apps/manifests/littlelink\n* roles/apps/tasks/littlelink.yml\n* config/littlelink_env.yml\n* scripts/littlelink_cfg.sh\n* script/littlelink_cfg.py\n\n### Description\nLittleLink is an open...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 27, "total_bytes": 26780, "all_permissive": false }
ansible_role
hiimluck3r/h2m
e3f9615835456797a641ec96464e19a28437efa1
1
roles/init
426
[ "no_license" ]
[ { "path": "roles/init/manifests/cert-manager/api_token.yaml", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: cloudflare-api-token\ntype: Opaque\nstringData:\n api-token: \"{{ cloudflare_token }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8872, "all_permissive": false }
ansible_role
infrawatch/infra-rhhi-v
6af15fc62735bdc3db0f8499d69f9001fbf1b1c5
0
openshift/roles/sa_telemetry_postinstall
429
[ "permissive" ]
[ { "path": "openshift/roles/sa_telemetry_postinstall/defaults/main.yml", "content": "---\nsa_telemetry_users:\n - name: admin\n pass: <PASSWORD>/\n role: admin\n\nsa_telemetry_namespace: sa-telemetry\nsa_telemetry_nodeselector: null\n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1760, "all_permissive": true }
ansible_role
Adam-Fordyce/ansible-setup-gvm
e47b840e353719e9e124ad0d0aa426dd7a735ae0
0
roles/setupGVM
429
[ "no_license" ]
[ { "path": "roles/setupGVM/tests/test.yml", "content": "---\n- hosts: localhost\n roles:\n - role: setupGVM\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/setupGVM/tasks/main.yml", "content": "---\n# tasks file for setupGVM\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1096, "all_permissive": false }
ansible_role
odarriba/ansible-kubeadm
a373c23736c88781580e8dadac67c5170b52b6bb
8
roles/cni
429
[ "no_license" ]
[ { "path": "roles/cni/defaults/main.yml", "content": "---\n# Flannel public IP\n# The address that flannel should advertise as how to access the system\n# Disabled until https://github.com/coreos/flannel/issues/712 is fixed\n# flannel_public_ip: \"{{ access_ip|default(ip|default(ansible_default_ipv4.address)...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1818, "all_permissive": false }
ansible_role
odarriba/ansible-kubeadm
a373c23736c88781580e8dadac67c5170b52b6bb
8
roles/docker
429
[ "no_license" ]
[ { "path": "roles/docker/tasks/pkg.yml", "content": "---\n\n- name: Add Docker APT GPG key\n when: ansible_os_family == \"Debian\"\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n\n- name: Install HTTPS APT transport\n when: ansible_os_family == \"Debian\"\n apt:\n name: \"apt-trans...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2278, "all_permissive": false }
ansible_role
Anton-Borodinskiy/prakticum_infra
f6bfa2e0158891e39d0d5f2e843774c42f002f01
1
ansible/roles/backend
429
[ "no_license" ]
[ { "path": "ansible/roles/backend/handlers/main.yaml", "content": " - name: copy_back_service\n become: true\n template:\n src: sausage-store-backend.service.j2\n dest: /etc/systemd/system/sausage-store-backend.service\n listen: \"restart back\"\n\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2259, "all_permissive": false }
ansible_role
Anton-Borodinskiy/prakticum_infra
f6bfa2e0158891e39d0d5f2e843774c42f002f01
1
ansible/roles/frontend
429
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yaml", "content": " - name: Install NodeJS and NPM Libraries\n block:\n - name: Add nodejs apt key\n become: true\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3102, "all_permissive": false }
ansible_role
ryrebs/distrohop
cff462a605267429724f8e8938b0b5b474d170ba
0
roles/archlinux
429
[ "no_license" ]
[ { "path": "roles/archlinux/handlers/main.yml", "content": "---\n- name: Change shell to zsh\n shell: \"chsh -s $(which zsh) {{ shell_user }}\"\n become: yes\n when: zsh is success\n\n- name: Setup nvm\n blockinfile:\n path: \"{{ ansible_env.HOME }}/.zshrc\"\n state: present\n marker: \"# {mark}...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 11236, "all_permissive": false }
ansible_role
ryrebs/distrohop
cff462a605267429724f8e8938b0b5b474d170ba
0
roles/debian
429
[ "no_license" ]
[ { "path": "roles/debian/tasks/node.yml", "content": "---\n- name: Create nvm folder\n ansible.builtin.file:\n path: \"{{ nvm_dir_path }}\"\n state: directory\n mode: \"0755\"\n register: nvm_folder\n\n- name: Install nvm\n ansible.builtin.shell: >\n export PROFILE=/dev/null NVM_DIR={{ nvm_dir...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 15643, "all_permissive": false }
ansible_role
AnthonyEnr1quez/macOS-playbook
b594240dd58165d1eda8a859d2a9fc8b0928115e
0
roles/dock
429
[ "no_license" ]
[ { "path": "roles/dock/tasks/main.yml", "content": "---\n# tasks file for dock\n\n- name: set variable file\n include_vars: \"vars/{{ var_file_name }}.yml\"\n\n# TODO only works localhost, will have to run multiple times as well\n- name: Setup dock\n include_role:\n name: geerlingguy.mac.dock\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2534, "all_permissive": false }
ansible_role
AnthonyEnr1quez/macOS-playbook
b594240dd58165d1eda8a859d2a9fc8b0928115e
0
roles/dotfiles
429
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n# tasks file for dotfiles\n\n- name: set variable file\n include_vars: \"vars/{{ var_file_name }}.yml\"\n\n# todo, file permissions\n- name: create zshrc in home dir\n template:\n src: zshrc.j2\n dest: \"{{ ansible_env.HOME }}/.zshrc\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3999, "all_permissive": false }
ansible_role
AnthonyEnr1quez/macOS-playbook
b594240dd58165d1eda8a859d2a9fc8b0928115e
0
roles/homebrew
429
[ "no_license" ]
[ { "path": "roles/homebrew/vars/main.yml", "content": "---\n# vars file for homebrew\n\nmas_installed_app_ids: #todo\n - 497799835 # Xcode\n\ngeneral_homebrew_taps:\n - homebrew/cask\n - homebrew/cask-fonts\n - homebrew/cask-versions\n\ngeneral_homebrew_installed_packages:\n - git\n - bash\n - coreuti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2146, "all_permissive": false }
ansible_role
AnthonyEnr1quez/macOS-playbook
b594240dd58165d1eda8a859d2a9fc8b0928115e
0
roles/jetbrains
429
[ "no_license" ]
[ { "path": "roles/jetbrains/vars/main.yml", "content": "---\n# vars file for jetbrains\n\ngeneral_plugins:\n - com.jetbrains.darkPurpleTheme # Dark Purple Theme\n - some.awesome # Nyan Progress Bar\n - izhangzhihao.rainbow.brackets # Rainbow Brackets\n - com.intellij.plugins.eclipsekeymap # Eclipse Keyma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3377, "all_permissive": false }
ansible_role
AnthonyEnr1quez/macOS-playbook
b594240dd58165d1eda8a859d2a9fc8b0928115e
0
roles/osx_defaults
429
[ "no_license" ]
[ { "path": "roles/osx_defaults/tasks/main.yml", "content": "---\n# tasks file for osx_defaults\n\n- name: Don’t display the annoying prompt when quitting iTerm\n osx_defaults:\n domain: com.googlecode.iterm2\n key: PromptOnQuit\n type: int\n value: \"0\"\n \n# not working in big sir\n# - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1724, "all_permissive": false }
ansible_role
AnthonyEnr1quez/macOS-playbook
b594240dd58165d1eda8a859d2a9fc8b0928115e
0
roles/sdks
429
[ "no_license" ]
[ { "path": "roles/sdks/tasks/main.yml", "content": "---\n# tasks file for sdks\n\n- name: Install sdkman\n include_role:\n name: Comcast.sdkman\n vars:\n sdkman_auto_answer: true\n sdkman_update: true\n sdkman_install_packages:\n - { candidate: java, version: 11.0.11.hs-adpt }\n - { c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
AnthonyEnr1quez/macOS-playbook
b594240dd58165d1eda8a859d2a9fc8b0928115e
0
roles/zsh
429
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n# tasks file for zsh\n\n- name: Get the path to ZSH\n become: false\n command: which zsh\n register: zsh_path\n\n- name: \"Ensure homebrew zsh is in allowed shells\"\n lineinfile:\n path: /etc/shells\n line: \"{{ zsh_path.stdout }}\"\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
sswguo/ansible-roles-sample
e9575f7f75a607abe52e580811a2bf6ae5a6c5ff
0
roles/crontab
429
[ "no_license" ]
[ { "path": "roles/crontab/tasks/main.yml", "content": "---\n\n- name: test cron\n cron: user=wguo hour=1 minute=1 name=\"cron anisble\" job=\"<cmd>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/crontab/README.MD", "content": "cron -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 191, "all_permissive": false }
ansible_role
kgoudak/terraform-ansible
ab2c26f40426ad8b8e85177b0c9e9beadc236551
4
ansible/roles/apache
429
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: install httpd package\n yum:\n name: httpd\n\n- name: start the httpd service\n service: \n name: httpd\n state: started\n enabled: yes\n\n- name: enable service httpd and ensure it is not masked\n systemd:\n name: h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
kgoudak/terraform-ansible
ab2c26f40426ad8b8e85177b0c9e9beadc236551
4
ansible/roles/git
429
[ "no_license" ]
[ { "path": "ansible/roles/git/vars/main.yml", "content": "---\ncloned_repo_path: /home/ec2-user/news-api", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n- name: install git \n yum:\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 418, "all_permissive": false }
ansible_role
kgoudak/terraform-ansible
ab2c26f40426ad8b8e85177b0c9e9beadc236551
4
ansible/roles/java
429
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n- name: install java 8\n shell: yum install java-1.8.0-openjdk -y", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
kgoudak/terraform-ansible
ab2c26f40426ad8b8e85177b0c9e9beadc236551
4
ansible/roles/maven
429
[ "no_license" ]
[ { "path": "ansible/roles/maven/tasks/main.yml", "content": "---\n- name: install maven \n yum:\n name: maven\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 68, "all_permissive": false }
ansible_role
kgoudak/terraform-ansible
ab2c26f40426ad8b8e85177b0c9e9beadc236551
4
ansible/roles/news_api
429
[ "no_license" ]
[ { "path": "ansible/roles/news_api/tasks/main.yml", "content": "---\n- name: execute mvn clean & install\n shell: mvn clean install\n register: mvn_result\n args:\n chdir: news-api/\n become: yes\n become_user: ec2-user\n\n- name: mvn task output\n debug:\n var: mvn_result\n\n- name: copy service...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 580, "all_permissive": false }
ansible_role
kgoudak/terraform-ansible
ab2c26f40426ad8b8e85177b0c9e9beadc236551
4
ansible/roles/news_website
429
[ "no_license" ]
[ { "path": "ansible/roles/news_website/tasks/main.yml", "content": "--- \n- name: copy website files to target\n copy:\n src: \"{{ item }}\"\n dest: /var/www/html/\n with_fileglob:\n - ../../files/website/*\n\n- name: copy template files to target\n template:\n src: ../../files/templates/sc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
ines10/ansible
2e41bfe77e394f6ba88e0bb9f55bf3cb52989cba
0
roles/nginx
429
[ "no_license" ]
[ { "path": "roles/nginx/site.yml", "content": "---\n- name: creation dossier \n become: yes\n file: path=/home/{{ user }}/{{ domain }} state=directory owner={{ user }}\n- name: lien vers www\n become: yes\n file: src=/home/{{ user }}/{{ domain }} dest=/var/www/{{ domain }} state=link \n- name: cretae c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1016, "all_permissive": false }
ansible_role
feathrex/kubernetes-containerd
a6c813cc1f24f1cd3444e96dbd25e61020de2e59
0
playbooks/roles/common
429
[ "no_license" ]
[ { "path": "playbooks/roles/common/vars/main.yml", "content": "---\ncontainerd_version: 1.6.8-1\nk8s_version: 1.25.0-00\ncalico_version: v3.24.5\n#\n# Latest Versions\n#\n#containerd_version: 1.6.15-1\n#k8s_version: 1.26.1-00\n#calico_version: v3.25.0\n#\n# Older versions\n#\n#containerd_version: 1.6.6-1\n#k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5465, "all_permissive": false }
ansible_role
feathrex/kubernetes-containerd
a6c813cc1f24f1cd3444e96dbd25e61020de2e59
0
playbooks/roles/controlplane
429
[ "no_license" ]
[ { "path": "playbooks/roles/controlplane/files/hosts", "content": "10.0.1.131 controller-01 kube-master\n10.0.1.132 controller-02\n10.0.1.133 controller-03\n10.0.1.134 worker-01\n10.0.1.135 worker-02\n10.0.1.136 worker-03\n10.0.1.137 worker-04\n10.0.1.130 kubelb-01\n192.168.60.131 controller-01-priv\n192.168...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5350, "all_permissive": false }
ansible_role
feathrex/kubernetes-containerd
a6c813cc1f24f1cd3444e96dbd25e61020de2e59
0
playbooks/roles/workernodes
429
[ "no_license" ]
[ { "path": "playbooks/roles/workernodes/handlers/main.yml", "content": "- name: Restart containerd\n service:\n name: containerd\n state: restarted\n\n- name: Restart SSH\n service:\n name: sshd\n state: restarted\n\n- name: Restart kubelet\n service:\n name: kubelet\n daemon_reload: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 517, "all_permissive": false }
ansible_role
ReneTrippen/ansible-vortrag-hzd
a51489882b15a77825e62ee478a99758b98272bb
0
ansible/roles/daily_tasks
429
[ "no_license" ]
[ { "path": "ansible/roles/daily_tasks/tasks/01_install_software.yml", "content": "- name: install basic software\n dnf:\n name: \"{{ item }}\"\n state: present\n with_items:\n - epel-release\n - fail2ban\n - bash-completion\n - vim\n", "license_type": "no_license", "detected_licen...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 1545, "all_permissive": false }
ansible_role
prashant1507/devops-journey
d19d4fd64067f5d791602a9b6c1ccb17479f0443
0
ansible/roles/host_website
429
[ "no_license" ]
[ { "path": "ansible/roles/host_website/tasks/main.yml", "content": "---\n\n- name: Clone project from GitHub\n git:\n repo: \"{{ github_website }}\"\n dest: \"{{ folder }}\"\n version: main\n\n# This is equivalent to 'cd /opt/your-app && npm install'\n- name: Install npm packages \"{{ folder }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 995, "all_permissive": false }
ansible_role
prashant1507/devops-journey
d19d4fd64067f5d791602a9b6c1ccb17479f0443
0
ansible/roles/install_packages
429
[ "no_license" ]
[ { "path": "ansible/roles/install_packages/vars/main.yml", "content": "---\nrole_name: Install Packages", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/install_packages/tasks/main.yml", "content": "---\n\n- name: Executing Role | {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 572, "all_permissive": false }
ansible_role
prashant1507/devops-journey
d19d4fd64067f5d791602a9b6c1ccb17479f0443
0
ansible/roles/minio
429
[ "no_license" ]
[ { "path": "ansible/roles/minio/tasks/main.yml", "content": "---\n- name: Create bucket | {{ bucket_name }}\n amazon.aws.s3_bucket:\n name: \"{{ bucket_name }}\"\n state: present\n endpoint_url: \"http://{{ minio_host }}:{{ minio_port }}\"\n access_key: \"{{ minio_access_key }}\"\n secret_key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1100, "all_permissive": false }
ansible_role
prashant1507/devops-journey
d19d4fd64067f5d791602a9b6c1ccb17479f0443
0
ansible/roles/uninstall_packages
429
[ "no_license" ]
[ { "path": "ansible/roles/uninstall_packages/tasks/main.yml", "content": "---\n\n- name: Executing Role | {{ role_name }}\n ansible.builtin.debug:\n msg: \"Executing Role | {{ role_name }}\"\n\n- name: Uninstall Packages | {{ packages_to_install }}\n become: true\n ansible.builtin.apt:\n name: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1179, "all_permissive": false }
ansible_role
yangjie500/AWS-wordpress-deployment
59ce2ff081641fd275cb71f55a47929fa97f4aee
1
ansible/roles/lb_url
433
[ "no_license" ]
[ { "path": "ansible/roles/lb_url/tasks/main.yaml", "content": "---\n- include_vars: tf_ansible_vars_file.yaml\n- name: Install pip and pre-req\n yum:\n name: \n - pip\n - gcc\n state: present\n\n- name: Install pre-req to allow installation of mysqlclient\n yum:\n name: \n - mysql-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2813, "all_permissive": false }
ansible_role
yangjie500/AWS-wordpress-deployment
59ce2ff081641fd275cb71f55a47929fa97f4aee
1
ansible/roles/mountEFS
433
[ "no_license" ]
[ { "path": "ansible/roles/mountEFS/tasks/main.yaml", "content": "---\n- name: Retrieve EFS ID\n shell: aws efs describe-file-systems --region us-east-1 --query \"FileSystems[?CreationToken=='my-efs'].FileSystemId\" | grep fs | sed 's/[\\\"\\ ]//g'\n register: efsID\n ignore_errors: True\n\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1776, "all_permissive": false }
ansible_role
yangjie500/AWS-wordpress-deployment
59ce2ff081641fd275cb71f55a47929fa97f4aee
1
ansible/roles/nginx
433
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install Nginx\n command: amazon-linux-extras install -y nginx1\n\n- name: Nginx Config file\n template:\n src: nginx.conf\n dest: /etc/nginx/nginx.conf\n owner: root\n group: root\n mode: '0644'\n notify: Restart Ngi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
yangjie500/AWS-wordpress-deployment
59ce2ff081641fd275cb71f55a47929fa97f4aee
1
ansible/roles/php
433
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yaml", "content": "---\n- name: Enable php8.0\n command: amazon-linux-extras enable php8.0\n\n- name: Clean yum metadata\n command: yum clean metadata\n\n- name: Install php\n yum:\n name:\n - php\n - php-cli\n - php-mysqlnd\n - php-pdo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
yangjie500/AWS-wordpress-deployment
59ce2ff081641fd275cb71f55a47929fa97f4aee
1
ansible/roles/wordpress
433
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/vars/main.yaml", "content": "---\nwordpress_version: '6.0.2'\nwordpress_install_directory: /var/www/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "ansible/roles/wordpress/tasks/main.yaml", "content": "--...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1079, "all_permissive": false }
ansible_role
novacain1/openshift-container-architecture
7dd065e56ab066fff6ccbcb5cbf566ca7144b209
0
src/bios-configuration/roles/one_time_boot_nic
433
[ "no_license" ]
[ { "path": "src/bios-configuration/roles/one_time_boot_nic/tasks/main.yml", "content": "---\n# Copyright (c) 2018 Dell EMC Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the Li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 971, "all_permissive": false }
ansible_role
novacain1/openshift-container-architecture
7dd065e56ab066fff6ccbcb5cbf566ca7144b209
0
src/bios-configuration/roles/setup_SCP_share
433
[ "no_license" ]
[ { "path": "src/bios-configuration/roles/setup_SCP_share/files/SCP_R640_bios.json", "content": "{ \"SystemConfiguration\": {\n \"Components\": [\n { \"FQDD\": \"iDRAC.Embedded.1\",\n \"Attributes\": [\n { \"Name\": \"IPMILan.1#Enable\",\n \"Value\": \"Enabled\",\n \"Set On Import\": \"True\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2874, "all_permissive": false }
ansible_role
novacain1/openshift-container-architecture
7dd065e56ab066fff6ccbcb5cbf566ca7144b209
0
src/ipxe-deployer/roles/configure_ipxe
433
[ "no_license" ]
[ { "path": "src/ipxe-deployer/roles/configure_ipxe/templates/serial.rhel.ipxe.j2", "content": "#!ipxe\n\nset base http://{{ bastion_ip}}/rhel/media\nset pxe images/pxeboot\nset ks rhel-{{ item }}.ks\n\nkernel ${base}/${pxe}/vmlinuz initrd=initrd.img ip=dhcp inst.repo=${base} inst.ks=${base}/${ks}\ninitrd ${...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4788, "all_permissive": false }
ansible_role
novacain1/openshift-container-architecture
7dd065e56ab066fff6ccbcb5cbf566ca7144b209
0
src/os10-configuration/roles/networking_setup
433
[ "no_license" ]
[ { "path": "src/os10-configuration/roles/networking_setup/templates/dellos10_vlan.j2", "content": "{% if mgmt_vlan is defined %}\ninterface vlan {{ mgmt_vlan }}\n description mgmt\n no shutdown\n{% endif %}\n\n{% if external_vlan is defined %}\ninterface vlan {{ external_vlan }}\n description external\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7904, "all_permissive": false }
ansible_role
novacain1/openshift-container-architecture
7dd065e56ab066fff6ccbcb5cbf566ca7144b209
0
src/prerequisites/roles/openshift_node_preparation
433
[ "no_license" ]
[ { "path": "src/prerequisites/roles/openshift_node_preparation/tasks/main.yml", "content": "---\n# Copyright (c) 2017 Intel Corporation \n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1466, "all_permissive": false }
ansible_role
novacain1/openshift-container-architecture
7dd065e56ab066fff6ccbcb5cbf566ca7144b209
0
src/prerequisites/roles/openshift_remote_access_master
433
[ "no_license" ]
[ { "path": "src/prerequisites/roles/openshift_remote_access_master/tasks/main.yml", "content": "---\n# Copyright (c) 2017 Intel Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1228, "all_permissive": false }
ansible_role
novacain1/openshift-container-architecture
7dd065e56ab066fff6ccbcb5cbf566ca7144b209
0
src/prerequisites/roles/rhel_subscribe
433
[ "no_license" ]
[ { "path": "src/prerequisites/roles/rhel_subscribe/tasks/main.yml", "content": "---\n# Copyright (c) 2017 Intel Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1523, "all_permissive": false }
ansible_role
SmruthiNaidu/ansible_ambari_ubuntu_server
0984ad86a3c766b62ca6af50597dade473b02c0a
0
ambari/roles/agent
433
[ "no_license" ]
[ { "path": "ambari/roles/agent/tasks/main.yml", "content": "---\n - name: Install NTP\n yum:\n pkg: ntp\n state: installed\n\n - name: Start NTP\n service: name=ntpd state=started enabled=yes\n\n - name: Disable SElinux permanetly\n lineinfile: dest=/etc/selinux/config s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1121, "all_permissive": false }
ansible_role
SmruthiNaidu/ansible_ambari_ubuntu_server
0984ad86a3c766b62ca6af50597dade473b02c0a
0
ambari/roles/java
433
[ "no_license" ]
[ { "path": "ambari/roles/java/tasks/main.yml", "content": "---\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n when: ansible_distribution == 'RedHat'\n- name: Define java_packages.\n set_fact:\n java_packages: \"{{ __java_packages | list }}\"\n when: java_pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 648, "all_permissive": false }
ansible_role
SmruthiNaidu/ansible_ambari_ubuntu_server
0984ad86a3c766b62ca6af50597dade473b02c0a
0
ambari/roles/server
433
[ "no_license" ]
[ { "path": "ambari/roles/server/tasks/main.yml", "content": "---\n - name: Install NTP\n yum:\n pkg: ntp\n state: installed\n \n - name: Start NTP\n service: name=ntpd state=started enabled=yes\n\n - name: Disable SElinux permanetly\n lineinfile: dest=/etc/selinux/con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1559, "all_permissive": false }
ansible_role
tomascohen/ansible-bokeh
213d87ed673fab53e56b542a348bfee2c53cd869
0
roles/bokeh
433
[ "no_license" ]
[ { "path": "roles/bokeh/tasks/main.yml", "content": "---\n- include: bokeh.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/bokeh/tasks/bokeh.yml", "content": "---\n- name: Update 'apt' cache and install unattended upgrades\n apt: pkg=...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3479, "all_permissive": false }
ansible_role
pypeaday/zfs-ops
b629de41a4741eb01603b3211bdf8b7713aecb43
1
ansible/roles/sanoid
433
[ "no_license" ]
[ { "path": "ansible/roles/sanoid/defaults/main.yml", "content": "setup_sanoid: false\nsetup_syncoid: false\nhostname: localhost\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansible/roles/sanoid/README.md", "content": "# Sanoid and Syncoid\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2628, "all_permissive": false }
ansible_role
pypeaday/zfs-ops
b629de41a4741eb01603b3211bdf8b7713aecb43
1
ansible/roles/zfs
433
[ "no_license" ]
[ { "path": "ansible/roles/zfs/README.md", "content": "# ZFS setup\n\nThis Ansible role sets up ZFS filesystem + a systemd service to make docker wait on ZFS to mount any datasets. This is for when docker uses datasets as bind mounts - need to make sure that any containers that start up wait for the dataset t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2235, "all_permissive": false }
ansible_role
TK-SID/orch.twitter-imitation
6c1ed11311f2b9031ab88367641bc3a6feb74964
0
provision/roles/mysql
433
[ "no_license" ]
[ { "path": "provision/roles/mysql/tasks/main.yml", "content": "- roles:\n - { role: geerlingguy.mysql }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 41, "all_permissive": false }
ansible_role
TK-SID/orch.twitter-imitation
6c1ed11311f2b9031ab88367641bc3a6feb74964
0
provision/roles/passenger
433
[ "no_license" ]
[ { "path": "provision/roles/passenger/tasks/main.yml", "content": "- name: install dependency\n yum: name={{ item }} state=installed\n with_items:\n - curl-devel\n - httpd-devel\n\n- name: install passenger\n gem:\n name: passenger\n executable: /home/vagrant/.rbenv/shims/gem\n user_install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1187, "all_permissive": false }
ansible_role
TK-SID/orch.twitter-imitation
6c1ed11311f2b9031ab88367641bc3a6feb74964
0
provision/roles/ruby
433
[ "no_license" ]
[ { "path": "provision/roles/ruby/tasks/main.yml", "content": "- name: rbenv install\n git:\n repo: https://github.com/sstephenson/rbenv.git\n dest: /home/vagrant/.rbenv/\n- name: ruby-build install\n git:\n repo: https://github.com/sstephenson/ruby-build.git\n dest: /home/vagrant/.rbenv/plugins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1375, "all_permissive": false }
ansible_role
durgavenkatesh1123/ansible-installation-on-ec2
a3e8c49c4463f058197cf12d93414fd0b46b67cd
0
roles/nginx
433
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Ensure Nginx is at the latest varsion\n apt:\n name: nginx\n state: latest\n- name: Make sure Nginx is running\n systemd: \n state: started\n name: nginx", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
tbenst/lab_cluster
c8a14986ead3d13d7de71246bb5977830f1592f5
0
ansible/roles/certificate-authority
433
[ "no_license" ]
[ { "path": "ansible/roles/certificate-authority/tasks/main.yml", "content": "- name: Create certificate-authority directory\n file: \"path={{ca_dir}} state=directory\"\n- set_fact: \"san_ip={{ansible_host}}\"\n\n- name: Making openssl.cfg from template\n template: \"src=openssl.cfg.j2 dest={{ca_dir}}/opens...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2783, "all_permissive": false }