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
AyakaTakemura/ansible_wordpress
8c080aa83f406e28001c4ed2d5dd5d991d2b5450
0
roles/common
8,187
[ "no_license" ]
[ { "path": "roles/common/tasks/user.yml", "content": "- name: create user\n user:\n name: \"{{ item.name }}\"\n createhome: yes\n password: \"{{ item.password | password_hash('<PASSWORD>') }}\"\n shell: \"{{ item.shell }}\"\n groups: \"{{ item.groups }}\"\n state: \"{{ item.state }}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1040, "all_permissive": false }
ansible_role
AyakaTakemura/ansible_wordpress
8c080aa83f406e28001c4ed2d5dd5d991d2b5450
0
roles/cron
8,187
[ "no_license" ]
[ { "path": "roles/cron/tasks/main.yml", "content": "- name: copy crontab\n copy:\n src: \"{{ item.src }}\"\n dest: \"/etc/{{ item.dest }}\"\n backup: no\n owner: root\n group: root\n loop:\n - { src: roles/cron/files/crontab, dest: . }\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
AyakaTakemura/ansible_wordpress
8c080aa83f406e28001c4ed2d5dd5d991d2b5450
0
roles/mysql
8,187
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: install rpm\n yum: name={{ item }} state=present\n loop:\n - \"{{ MYSQL_VERSION }}\"\n async: 30 # タイムアウトを30秒に設定\n poll: 0\n\n- name: delete mariadb\n yum:\n name: mariadb-libs\n state: removed\n\n- name: update RPM-GPG-KEY\n comman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1139, "all_permissive": false }
ansible_role
AyakaTakemura/ansible_wordpress
8c080aa83f406e28001c4ed2d5dd5d991d2b5450
0
roles/wordpress
8,187
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "- name: unzip wordpress\n unarchive:\n src: https://ja.wordpress.org/latest-ja.tar.gz\n dest: /var/www/dev.menta.me/\n remote_src: yes\n ignore_errors: 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": 162, "all_permissive": false }
ansible_role
csabaradi/ansible-env
3d317ddfa2453193baa186fa3ac5d1198ddab129
0
roles/jenkins
8,187
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yaml", "content": "---\n- name: add group \"jenkins\"\n group: name=jenkins\n\n- name: add user \"jenkins\"\n user: name=jenkins groups=jenkins,wheel home=/var/lib/jenkins createhome=yes\n become: True\n become_method: sudo\n\n- name: add wheel group to sudoers withou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3186, "all_permissive": false }
ansible_role
csabaradi/ansible-env
3d317ddfa2453193baa186fa3ac5d1198ddab129
0
roles/jenkins-user
8,187
[ "no_license" ]
[ { "path": "roles/jenkins-user/tasks/main.yaml", "content": "---\n- name: Install git\n yum: name=git state=present\n\n- name: ensure .ssh dir exists\n file:\n dest: /var/lib/jenkins/.ssh\n mode: 0700\n owner: jenkins\n\n- name: add gitconfig\n copy:\n src: '{{ item.path}}'\n dest: '{{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 707, "all_permissive": false }
ansible_role
csabaradi/ansible-env
3d317ddfa2453193baa186fa3ac5d1198ddab129
0
roles/users
8,187
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yaml", "content": "---\n- name: add group \"jenkins\"\n group: name=jenkins\n\n- name: add user \"jenkins\"\n user: name=jenkins group=jenkins home=/var/lib/jenkins createhome=yes\n become: True\n become_method: sudo\n\n- name: import jenkins rpm key\n rpm_key:\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
Iranganti/my-ansible-training-stuff
b1edf0358f308701ca6b2f909db08c96e99948e2
0
roles/arista_backup
8,187
[ "no_license" ]
[ { "path": "roles/arista_backup/tasks/main.yml", "content": "---\n# Main tasks file for the arista_backup role\n\n# Gather facts specific to Arista EOS switches\n- name: Collect Arista EOS facts\n eos_facts:\n gather_subset: all # Collect all EOS-specific facts\n when: ansible_network_os == \"eos\"\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1260, "all_permissive": false }
ansible_role
Iranganti/my-ansible-training-stuff
b1edf0358f308701ca6b2f909db08c96e99948e2
0
roles/challenge_challenge
8,187
[ "no_license" ]
[ { "path": "roles/challenge_challenge/handlers/main.yml", "content": "---\n# handlers file for /home/student/mycode/roles/challenge_challenge\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/challenge_challenge/tests/test.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 928, "all_permissive": false }
ansible_role
killerwolf/image-resizer
1001b61f0bbef7b814f4ba7c092a74f811633adf
3
provision/roles/img
8,187
[ "no_license" ]
[ { "path": "provision/roles/img/tasks/main.yml", "content": "---\n - name: img vhost setup\n template: src='img.conf' dest='/etc/nginx/sites-available'\n\n - name: img vhost enabled\n file: src=/etc/nginx/sites-available/img.conf dest=/etc/nginx/sites-enabled/img.conf state=link\n notify: res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
killerwolf/image-resizer
1001b61f0bbef7b814f4ba7c092a74f811633adf
3
provision/roles/init
8,187
[ "no_license" ]
[ { "path": "provision/roles/init/tasks/main.yml", "content": "---\n- name: Update apt\n sudo: yes\n apt: update_cache=yes\n\n- name: add timezone to /etc/timezone\n template: src=timezone dest=/etc/timezone owner=root group=root mode=0644\n when: ansible_date_time.tz != \"CEST\"\n notify: update timezon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
killerwolf/image-resizer
1001b61f0bbef7b814f4ba7c092a74f811633adf
3
provision/roles/nginx
8,187
[ "no_license" ]
[ { "path": "provision/roles/nginx/tasks/main.yml", "content": "---\n- name: Update apt\n sudo: yes\n apt: update_cache=yes\n\n- name: Install System Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items: [\"nginx\"]\n\n- name: Disable default vhost\n file: path=/etc/nginx/sites-enabled/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
killerwolf/image-resizer
1001b61f0bbef7b814f4ba7c092a74f811633adf
3
provision/roles/phalcon
8,187
[ "no_license" ]
[ { "path": "provision/roles/phalcon/tasks/main.yml", "content": "---\n - name: Add phalcon Repository\n sudo: yes\n apt_repository: repo='ppa:phalcon/stable'\n\n - name: Install PhalconPHP\n apt: name=php5-phalcon state=installed update_cache=yes", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
killerwolf/image-resizer
1001b61f0bbef7b814f4ba7c092a74f811633adf
3
provision/roles/php
8,187
[ "no_license" ]
[ { "path": "provision/roles/php/tasks/main.yml", "content": "---\n\n# phalcon is not yet compatible with php5.6\n# - name: Add php56 Repository\n# sudo: yes\n# apt_repository: repo='ppa:ondrej/php5-5.6'\n\n - name: php install\n action: apt name={{ item }} state=installed\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
ojoopeyemi74/ansible-docs
8ec4f7a4c4cef5838789c0b536a9266d0d5a2810
0
19-roles-ansible/roles/web_servers
8,189
[ "no_license" ]
[ { "path": "19-roles-ansible/roles/web_servers/tasks/main.yml", "content": "- name: install apache and php for Debian servers\n tags: apache,apache2,debian\n ansible.builtin.apt:\n name: \n - apache2\n - libapache2-mod-php\n state: latest \n when: ansible_distribution == \"Debian\"\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1632, "all_permissive": false }
ansible_role
ojoopeyemi74/ansible-docs
8ec4f7a4c4cef5838789c0b536a9266d0d5a2810
0
20-host_vars/roles/db_servers
8,189
[ "no_license" ]
[ { "path": "20-host_vars/roles/db_servers/tasks/main.yml", "content": "- name: install mariadb package (CentOS)\n tags: mariadb,centos,db\n ansible.builtin.yum:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: install mariadb package on (Debian)\n tags: db,maria...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
mirai006/mirai-k8s
056226f98f817b7d98fd601ecc56880a970a764f
0
ansible/roles/nfs-client
8,189
[ "no_license" ]
[ { "path": "ansible/roles/nfs-client/tasks/main.yml", "content": "- name: Install NFS client packages\n apt:\n name: nfs-common\n state: present\n update_cache: yes\n\n- name: Ensure mount point directories exist\n file:\n path: \"{{ item.path }}\"\n state: directory\n owner: root\n gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }
ansible_role
mirai006/mirai-k8s
056226f98f817b7d98fd601ecc56880a970a764f
0
ansible/roles/nfs-server
8,189
[ "no_license" ]
[ { "path": "ansible/roles/nfs-server/tasks/main.yml", "content": "- name: Install NFS packages\n apt:\n name: nfs-kernel-server\n state: present\n update_cache: yes\n\n- name: Ensure NFS export path exists\n file:\n path: \"{{ export_path }}\"\n state: directory\n owner: nobody\n group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
saaduiux/ansible_demo
188a88b805773060445727e0c1a41f54b1c3917a
0
roles/create_vm
8,189
[ "no_license" ]
[ { "path": "roles/create_vm/tasks/main.yml", "content": "- name: create virtual machine using template\n vmware_guest:\n hostname: \"{{ hostname }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: False\n name: \"{{ name }}\"\n template: \"{{ template }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 352, "all_permissive": false }
ansible_role
saaduiux/ansible_demo
188a88b805773060445727e0c1a41f54b1c3917a
0
roles/delete_snapshot
8,189
[ "no_license" ]
[ { "path": "roles/delete_snapshot/tasks/main.yml", "content": "- name: delete virtual machine snapshot\n community.vmware.vmware_guest_snapshot:\n hostname: \"{{ hostname }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: False\n name: \"{{ name }}\"\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
saaduiux/ansible_demo
188a88b805773060445727e0c1a41f54b1c3917a
0
roles/delete_vm
8,189
[ "no_license" ]
[ { "path": "roles/delete_vm/vars/main.yml", "content": "---\nhostname: \"192.168.61.11\"\nusername: \"<EMAIL>\"\npassword: \"<PASSWORD>\"\nname: testvm\ntemplate: Centos7-Template\ndatacenter: \"DC1-BLR\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 426, "all_permissive": false }
ansible_role
saaduiux/ansible_demo
188a88b805773060445727e0c1a41f54b1c3917a
0
roles/revert_snapshot
8,189
[ "no_license" ]
[ { "path": "roles/revert_snapshot/tasks/main.yml", "content": "- name: revert snapshot\n community.vmware.vmware_guest_snapshot:\n hostname: \"{{ hostname }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: False\n name: \"{{ name }}\"\n datacenter: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 542, "all_permissive": false }
ansible_role
saaduiux/ansible_demo
188a88b805773060445727e0c1a41f54b1c3917a
0
roles/take_snapshot
8,189
[ "no_license" ]
[ { "path": "roles/take_snapshot/tasks/main.yml", "content": "- name: capture snapshot\n community.vmware.vmware_guest_snapshot:\n hostname: \"{{ hostname }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: False\n name: \"{{ name }}\"\n datacenter: \"{{ d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
JQuarticx/jenkins
9d0dca83a601e2d0afad4df50dcc760db9e73245
0
ansible/roles/ansible-role-jenkins
8,189
[ "no_license" ]
[ { "path": "ansible/roles/ansible-role-jenkins/tasks/main.yml", "content": "---\n# tasks file for roles/ansible-role-jenkins\n- hostname: \n name: \"{{jenkins_hostname}}\"\n \n- name: 'Install openjdk-8-jdk'\n apt:\n name: \"openjdk-8-jdk\"\n state: present\n update_cache: yes\n \n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1424, "all_permissive": false }
ansible_role
theintegrative/main-driver-setup
3eb1171a17de0e597e6dc02614746b18e79c5a03
0
roles/apt
8,189
[ "no_license" ]
[ { "path": "roles/apt/tasks/install.yml", "content": "---\n- name: One way to avoid apt_key once it is removed from your distro\n block:\n - name: somerepo |no apt key\n ansible.builtin.get_url:\n url: https://www.mongodb.org/static/pgp/server-6.0.asc\n dest: /etc/apt/trusted.gpg.d/ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1082, "all_permissive": false }
ansible_role
theintegrative/main-driver-setup
3eb1171a17de0e597e6dc02614746b18e79c5a03
0
roles/dnf
8,189
[ "no_license" ]
[ { "path": "roles/dnf/tasks/install.yml", "content": "---\n- name: Install packages using dnf\n ansible.builtin.dnf:\n name: \"{{ packages_all + packages_dnf }}\"\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 128, "all_permissive": false }
ansible_role
theintegrative/main-driver-setup
3eb1171a17de0e597e6dc02614746b18e79c5a03
0
roles/github
8,189
[ "no_license" ]
[ { "path": "roles/github/tasks/main.yml", "content": "---\n- include_tasks: git-repos.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/github/tasks/git-repos.yml", "content": "---\n- name: Clone main driver setup\n ansible.builtin.gi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1835, "all_permissive": false }
ansible_role
theintegrative/main-driver-setup
3eb1171a17de0e597e6dc02614746b18e79c5a03
0
roles/pacman
8,189
[ "no_license" ]
[ { "path": "roles/pacman/tasks/install.yml", "content": "---\n- name: Install packages using pacman\n pacman:\n name: \"{{ packages_all + packages_pacman }}\"\n state: present\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
samaelsan/ansible_test
c57c579a9adcb1d6b6082a6406546fa6bcb30ba6
0
roles/db_servers
8,189
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: Install MariaDB Package in CentOS\n tags: centos,db,mariadb\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: Install MariaDB Package in Ubuntu\n tags: db,mariadb,ubuntu\n apt:\n name: m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
samaelsan/ansible_test
c57c579a9adcb1d6b6082a6406546fa6bcb30ba6
0
roles/web_servers
8,189
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: Install Apache Package and PHP Support for Ubuntu Servers\n tags: apache,httpd,php\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: Start and Enable Apache Se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 772, "all_permissive": false }
ansible_role
michael-antonelli/cifs-mount-role
c2973dac3a8293f29344577baf7278f084bf51ad
0
roles/cifs-mount
8,189
[ "no_license" ]
[ { "path": "roles/cifs-mount/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n apt: name={{item}} state=installed\n with_items: \"{{ apt_packages }}\"\n when: ansible_facts['os_family'] == 'Debian'\n \n- name: Install dependencies\n yum: package={{item}} state=installed \n with_items: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 835, "all_permissive": false }
ansible_role
schnell18/kubernetes-cert-mock
2cd6e2897a105b7aab70c2f748a37fc57f4d8ec5
1
CKS/mock/01/.infra/cluster10/roles/cluster-post-setup
8,191
[ "no_license" ]
[ { "path": "CKS/mock/01/.infra/cluster10/roles/cluster-post-setup/tasks/main.yml", "content": "---\n# tasks file for task preparation\n\n- name: Perform task setup\n ansible.builtin.meta: noop\n\n- name: Make sure /var/work exists\n file:\n path: /var/work\n owner: root\n group: root\n state: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
schnell18/kubernetes-cert-mock
2cd6e2897a105b7aab70c2f748a37fc57f4d8ec5
1
CKS/mock/01/.infra/cluster3/roles/cluster-post-setup
8,191
[ "no_license" ]
[ { "path": "CKS/mock/01/.infra/cluster3/roles/cluster-post-setup/tasks/main.yml", "content": "---\n# tasks file for task preparation\n\n- name: Perform task setup\n shell: \"{{ lookup('template', 'setup.sh') }}\"\n args:\n executable: /bin/bash\n register: kbgn\n changed_when: \"'Setup completed!' in ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 790, "all_permissive": false }
ansible_role
schnell18/kubernetes-cert-mock
2cd6e2897a105b7aab70c2f748a37fc57f4d8ec5
1
CKS/mock/01/.infra/cluster5/roles/cluster-post-setup
8,191
[ "no_license" ]
[ { "path": "CKS/mock/01/.infra/cluster5/roles/cluster-post-setup/templates/setup.sh", "content": "found=$(kubectl get deployment -n prod-db | grep mysql)\nif [[ -z $found && -f {{ task_setup_yaml_path }} ]]; then\n kubectl apply -f {{ task_setup_yaml_path }}\n echo \"Setup completed!\"\nfi\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7228, "all_permissive": false }
ansible_role
schnell18/kubernetes-cert-mock
2cd6e2897a105b7aab70c2f748a37fc57f4d8ec5
1
CKS/mock/01/.infra/cluster7/roles/cluster-post-setup
8,191
[ "no_license" ]
[ { "path": "CKS/mock/01/.infra/cluster7/roles/cluster-post-setup/tasks/main.yml", "content": "---\n# tasks file for task preparation\n\n- name: Copy task-setup.yaml to remote\n copy:\n content: \"{{ lookup('template', 'task-setup.yaml') }}\"\n owner: root\n group: root\n mode: 0640\n dest: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3240, "all_permissive": false }
ansible_role
schnell18/kubernetes-cert-mock
2cd6e2897a105b7aab70c2f748a37fc57f4d8ec5
1
provision/roles/etcd-tools
8,191
[ "no_license" ]
[ { "path": "provision/roles/etcd-tools/templates/install-etcd-tools.sh", "content": "install_etcd_tools() {\n SUB_FOLDER=\"etcd-${RELEASE}-linux-amd64\"\n acrh=$(uname -m)\n export RELEASE=$(curl -s https://api.github.com/repos/etcd-io/etcd/releases/latest|grep tag_name | cut -d '\"' -f 4)\n case $acrh i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1277, "all_permissive": false }
ansible_role
schnell18/kubernetes-cert-mock
2cd6e2897a105b7aab70c2f748a37fc57f4d8ec5
1
provision/roles/falco
8,191
[ "no_license" ]
[ { "path": "provision/roles/falco/tasks/main.yml", "content": "---\n# tasks file for faclo\n\n- name: Add an apt signing key for Falco\n apt_key:\n data: \"{{ lookup('file', 'falco-apt-key.asc') }}\"\n state: present\n\n- name: Add Falco stable apt repository\n apt_repository:\n repo: deb [arch=am...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1369, "all_permissive": false }
ansible_role
schnell18/kubernetes-cert-mock
2cd6e2897a105b7aab70c2f748a37fc57f4d8ec5
1
provision/roles/kube-base
8,191
[ "no_license" ]
[ { "path": "provision/roles/kube-base/files/g.sh", "content": "wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "provision/roles/kube-base/defaults/main.yml", "content": "---\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4739, "all_permissive": false }
ansible_role
schnell18/kubernetes-cert-mock
2cd6e2897a105b7aab70c2f748a37fc57f4d8ec5
1
provision/roles/kube-node
8,191
[ "no_license" ]
[ { "path": "provision/roles/kube-node/tasks/main.yml", "content": "---\n# tasks file for kube-node\n\n- name: Configure node ip\n lineinfile:\n path: /etc/default/kubelet\n state: present\n create: yes\n line: KUBELET_EXTRA_ARGS=--cgroup-driver=systemd --node-ip={{ hostvars[inventory_hostname]['...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2127, "all_permissive": false }
ansible_role
schnell18/kubernetes-cert-mock
2cd6e2897a105b7aab70c2f748a37fc57f4d8ec5
1
provision/roles/opa-gatekeeper
8,191
[ "no_license" ]
[ { "path": "provision/roles/opa-gatekeeper/templates/setup.sh", "content": "found=$(kubectl get crds | grep constrainttemplates.templates.gatekeeper.sh)\nif [[ -z $found && -f {{ opa_gatekeeper_yaml_path }} ]]; then\n kubectl apply -f {{ opa_gatekeeper_yaml_path }}\n echo \"Setup completed!\"\nfi\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 703, "all_permissive": false }
ansible_role
SaurabhArora86/airshipit-ch
82b858b6e5e6798cd84ccf2c64698036584a2cd2
0
tools/gate/jarvis/standard-container/assets/playbooks/roles/cleanup
8,191
[ "permissive" ]
[ { "path": "tools/gate/jarvis/standard-container/assets/playbooks/roles/cleanup/tasks/cleanup.yaml", "content": "#Remove any resources deployed\n- set_fact:\n _async: \"{{ chart_async | default(600) }}\"\n _delay: \"{{ chart_check_status_delay | default(5) }}\"\n\n- name: Remove test release\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 593, "all_permissive": true }
ansible_role
SaurabhArora86/airshipit-ch
82b858b6e5e6798cd84ccf2c64698036584a2cd2
0
tools/gate/jarvis/standard-container/assets/playbooks/roles/functional
8,191
[ "permissive" ]
[ { "path": "tools/gate/jarvis/standard-container/assets/playbooks/roles/functional/tasks/functional-test.yaml", "content": "#Test Deployed CNF\n- name: Chart has no Helm Tests, echo for now\n shell: echo \"There are no helm tests yet\"\n# shell: echo 'helm test --kubeconfig=\"{{ cluster_kubeconfig_path }}/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1209, "all_permissive": true }
ansible_role
SaurabhArora86/airshipit-ch
82b858b6e5e6798cd84ccf2c64698036584a2cd2
0
tools/gate/jarvis/standard-container/assets/playbooks/roles/git
8,191
[ "permissive" ]
[ { "path": "tools/gate/jarvis/standard-container/assets/playbooks/roles/git/tasks/main.yaml", "content": "#Build docker image using Makefile given git repository location to clone code from\n- set_fact:\n _async: \"{{ git_async | default(600) }}\"\n _delay: \"{{ git_check_status_delay | default(3) }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 731, "all_permissive": true }
ansible_role
SaurabhArora86/airshipit-ch
82b858b6e5e6798cd84ccf2c64698036584a2cd2
0
tools/gate/jarvis/standard-container/assets/playbooks/roles/promote
8,191
[ "permissive" ]
[ { "path": "tools/gate/jarvis/standard-container/assets/playbooks/roles/promote/tasks/main.yaml", "content": "- set_fact:\n _async: \"{{ chart_async | default(600) }}\"\n _delay: \"{{ chart_check_status_delay | default(5) }}\"\n when: ( stage == \"promote_chart\")\n\n- set_fact:\n _async: \"{{ imag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2542, "all_permissive": true }
ansible_role
techagile/installSplunkSecurely
bcd1bf434a79f81ba56863a7af313809ae5d1866
0
roles/splunk_server
8,191
[ "no_license" ]
[ { "path": "roles/splunk_server/tasks/main.yml", "content": "---\n- name: ec2 playbook\n include: aws_sg.yml\n # include: ec2_launch.yml\n # include: wait_for_ssh.yml\n # include: add_tag_ec2.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "pat...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1923, "all_permissive": false }
ansible_role
uddhavb/Ansible-configuration-management
888439ddb988b849fb7305defb1a1fa66710549b
0
roles/install-google-chrome
8,191
[ "no_license" ]
[ { "path": "roles/install-google-chrome/tasks/main.yml", "content": "---\n- name: download google chrome\n get_url:\n url: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n dest: /google-chrome.deb\n mode: u+rwx\n\n- name: install google chrome\n apt:\n deb: /google-ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
uddhavb/Ansible-configuration-management
888439ddb988b849fb7305defb1a1fa66710549b
0
roles/install-java8
8,191
[ "no_license" ]
[ { "path": "roles/install-java8/tasks/main.yml", "content": "---\n- name: installing add-apt-repository\n apt: name=software-properties-common state=latest cache_valid_time=3600\n\n- name: Add Oracle Java Repository\n apt_repository: repo='ppa:webupd8team/java'\n\n- name: Accept Java 8 License\n debconf: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
uddhavb/Ansible-configuration-management
888439ddb988b849fb7305defb1a1fa66710549b
0
roles/install-maven3
8,191
[ "no_license" ]
[ { "path": "roles/install-maven3/tasks/main.yml", "content": "---\n- name: add repo for maven\n apt_repository: repo='ppa:andrei-pozolotin/maven3'\n\n- name: install maven3\n apt: name={{item}} state=latest\n with_items:\n - maven3\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
uddhavb/Ansible-configuration-management
888439ddb988b849fb7305defb1a1fa66710549b
0
roles/install-mysql
8,191
[ "no_license" ]
[ { "path": "roles/install-mysql/tasks/main.yml", "content": "---\n- name: set root password for MySQL\n debconf: name='mysql-server' question='mysql-server/root_password' value='{{mysql_password | quote}}' vtype='password'\n\n- name: confirm password\n debconf: name='mysql-server' question='mysql-server/ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
VincentProPro/cloud_project
bf95fa48b648de35397a5f8cf59b4b0174ed60a6
0
Automation/roles/databases
8,191
[ "no_license" ]
[ { "path": "Automation/roles/databases/templates/www.conf.j2", "content": "[www]\n\n\nuser = www-data\ngroup = www-data\n\nlisten = /run/php/php8.2-fpm.sock\n\n\nlisten.owner = www-data\nlisten.group = www-data\n\n\n\n\n\n\npm = dynamic\n\npm.max_children = 5\n\npm.start_servers = 2\n\npm.min_spare_servers =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 15229, "all_permissive": false }
ansible_role
hoto/project-templates
e3878a1d5b095c30ba4c8669704ff60195ada6e5
0
ansible/roles/ping
8,191
[ "no_license" ]
[ { "path": "ansible/roles/ping/tasks/ping.yml", "content": "---\n- name: ping machine\n ping:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 33, "all_permissive": false }
ansible_role
showmikb/AnsibleRolesDemo
75cd7f098e18b62bc536b4ffe944e01d81842a71
0
roles/webserver
8,191
[ "no_license" ]
[ { "path": "roles/webserver/templates/nginx.conf.j2", "content": "user {{ nginx_user }};\nworker_processes {{ nginx_worker_processes }};\nerror_log {{ nginx_error_log }};\npid {{ nginx_pid }};\n\nevents {\n worker_connections {{ nginx_worker_connections }};\n}\n\nhttp {\n include /etc/nginx/mime.types;...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1334, "all_permissive": false }
ansible_role
ryanamorrison/build_and_deploy_vib
9a55e306a65ef065736803d189be02571578c1fd
0
roles/ensure_vib
8,191
[ "no_license" ]
[ { "path": "roles/ensure_vib/templates/descriptor.xml.j2", "content": "<vib version=\"{{ var_vib_version }}\">\n<type>{{ var_vib_type }}</type>\n<name>{{ var_vib_base_name }}</name>\n<version>{{ var_project_version }}</version>\n<vendor>{{ var_organization_name }}</vendor>\n<summary>{{ var_vib_project_summar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 11166, "all_permissive": false }
ansible_role
ryanamorrison/build_and_deploy_vib
9a55e306a65ef065736803d189be02571578c1fd
0
roles/ensure_vib_on_remote_host
8,191
[ "no_license" ]
[ { "path": "roles/ensure_vib_on_remote_host/defaults/main.yml", "content": "var_set_maintenance: false\nvar_do_not_suspend_vms: true\nvar_new_version: false\nvar_existing_vib: false\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/ensure_v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4477, "all_permissive": false }
ansible_role
edwin58385/Ans
a23df2e3d6b4ad2e9b5ddca0225220465dcc4ff9
0
roles/myhelloworld
8,191
[ "no_license" ]
[ { "path": "roles/myhelloworld/vars/main.yml", "content": "---\n# vars file for myhelloworld\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/myhelloworld/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 739, "all_permissive": false }
ansible_role
edwin58385/Ans
a23df2e3d6b4ad2e9b5ddca0225220465dcc4ff9
0
roles/myjenkins
8,191
[ "no_license" ]
[ { "path": "roles/myjenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n#- name: command set\n# command: sudo wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -\n# command: sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > /etc/apt/source...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1551, "all_permissive": false }
ansible_role
edwin58385/Ans
a23df2e3d6b4ad2e9b5ddca0225220465dcc4ff9
0
roles/nodejs
8,191
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n# tasks file for nodejs\n\n- name: apt update\n apt:\n update_cache: yes\n- name: install node and npm\n apt: \"name={{ item }} state=present\"\n with_items:\n - nodejs\n - npm\n - nodejs-legacy", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
LeePorte/ansible-es
a38681d96c95df3656c139234afe065f1f08ac8a
0
roles/elasticsearch
8,191
[ "no_license" ]
[ { "path": "roles/elasticsearch/templates/elasticsearch.j2", "content": "cluster.name: search-cluster\nnode.name: \"{{ansible_hostname}}\"\npath.data: /var/es\npath.logs: /var/log/es/\nbootstrap.memory_lock: true\nnetwork.host: 0.0.0.0\nhttp.port: 9200\ndiscovery.zen.ping.unicast.hosts: ['{% for host in grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1218, "all_permissive": false }
ansible_role
LeePorte/ansible-es
a38681d96c95df3656c139234afe065f1f08ac8a
0
roles/java
8,191
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "- name: add webupd8 ppa\n apt_repository: repo='ppa:webupd8team/java'\n become: true\n\n- name: update\n shell: apt-get update\n become: true\n\n- name: auto accept oracle jdk license\n shell: echo oracle-java8-installer shared/accepted-oracle-license-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
vadimso/elk-on-docker
53dd48a4c135d982893ba72fec0b9aa4d480d81a
0
roles/filebeat
8,191
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/filebeat.yml", "content": "---\n\n- name: Install filebeat packages\n apt:\n name: \"{{ item }}\"\n# state: present\n with_items: \"{{ packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
johnarok/ansible-piholecorednscloudflared
e15b68f73ce4584b7b4f34e3528819e211cc31ba
0
roles/cloudflared
8,191
[ "no_license" ]
[ { "path": "roles/cloudflared/tasks/main.yml", "content": "---\n- name: cloudflared | Make sure cloudflared group exists\n group:\n name: cloudflared\n state: present\n- name: cloudflared | Make sure cloudflared user exists\n user:\n name: cloudflared\n group: cloudflared\n state: present\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1425, "all_permissive": false }
ansible_role
johnarok/ansible-piholecorednscloudflared
e15b68f73ce4584b7b4f34e3528819e211cc31ba
0
roles/coredns
8,191
[ "no_license" ]
[ { "path": "roles/coredns/tasks/main.yml", "content": "---\n- name: CoreDNS | Make sure coredns user exists\n user:\n name: coredns\n group: users\n # groups: sudo\n state: present\n- name: CoreDNS | Make sure the coredns config folders exist\n file:\n path: \"{{ item }}\"\n state: direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1855, "all_permissive": false }
ansible_role
johnarok/ansible-piholecorednscloudflared
e15b68f73ce4584b7b4f34e3528819e211cc31ba
0
roles/pihole-x
8,191
[ "no_license" ]
[ { "path": "roles/pihole-x/handlers/main.yml", "content": "---\n- name: Pihole | Restart dnsmasq\n systemd:\n name: pihole-FTL.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/pihole-x/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1019, "all_permissive": false }
ansible_role
SemooSoft/UdacityProject3
40e942f682fbd39f37e8ee0320e9a6f0a9f87cb1
0
.circleci/ansible/roles/deploy
8,191
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"make backend dir\"\n shell: mkdir /home/ubuntu/backend\n\n- name: \"send zipped backend file ==> \"\n unarchive:\n src: ../../mybackend.tar.gz\n dest: /home/ubuntu\n\n- name: \"install backend\"\n npm:\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
antwigambrah/ansible-hadoop
b617f9bef1963a945ed413415ee65d32ae7977aa
0
roles/datanodes
8,191
[ "no_license" ]
[ { "path": "roles/datanodes/tasks/main.yml", "content": "- name: Transfer namenode id_rsa to all datanodes\n become: yes\n become_user: \"{{hadoop_user}}\" \n copy: src=/tmp/id_rsa.pub dest=/home/hduser\n\n- name: Enable namenode access to datanodes\n become: yes\n become_user: \"{{hadoop_user}}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
antwigambrah/ansible-hadoop
b617f9bef1963a945ed413415ee65d32ae7977aa
0
roles/namenode
8,191
[ "no_license" ]
[ { "path": "roles/namenode/tasks/main.yml", "content": "\n- name: Fetch namenode remote id_rsa file\n become: yes\n become_user: \"{{hadoop_user}}\"\n fetch:\n src: /home/hduser/. ssh/id_rsa.pub\n dest: /tmp/id_rsa.pub\n flat: yes\n\n- name: Add Hadoop binaries to your PATH. Edit /home/{{hadoop...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2468, "all_permissive": false }
ansible_role
antwigambrah/ansible-hadoop
b617f9bef1963a945ed413415ee65d32ae7977aa
0
roles/setup
8,191
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "- name: Install jdk 8 for\n package:\n name: openjdk-8-jdk\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n\n\n- name: Create hadoop group\n group: name={{ hadoop_group }} state=present\n\n# - name: Remove hadoop user\n# b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1803, "all_permissive": false }
ansible_role
soumyendra98/CMPE-272
e7f36192c2c2bf0678f6406b5fb937c3293b35c3
0
Assignments/Assignment-1/Inventory/roles/webservers-deploy
8,186
[ "no_license" ]
[ { "path": "Assignments/Assignment-1/Inventory/roles/webservers-deploy/handlers/main.yml", "content": "---\n# handlers file for deploy-webservers\n- name: restart apache2\n service: name=apache2 state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 700, "all_permissive": false }
ansible_role
soumyendra98/CMPE-272
e7f36192c2c2bf0678f6406b5fb937c3293b35c3
0
Assignments/Assignment-1/Inventory/roles/webservers-un-deploy
8,186
[ "no_license" ]
[ { "path": "Assignments/Assignment-1/Inventory/roles/webservers-un-deploy/handlers/main.yml", "content": "---\n# handlers file for webservers-un-deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "Assignments/Assignment-1/Inventory/roles/webser...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 341, "all_permissive": false }
ansible_role
ansible-ops-org/ec2-as
72af1b87b932c4178e88d332958de02cf59ef658
0
ec2-autoscaling/roles/auto-scaling
8,186
[ "no_license" ]
[ { "path": "ec2-autoscaling/roles/auto-scaling/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - auto-scaling\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ec2-autoscaling/roles/auto-scaling/defaults/main...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6448, "all_permissive": false }
ansible_role
ansible-ops-org/ec2-as
72af1b87b932c4178e88d332958de02cf59ef658
0
ec2-autoscaling/roles/create-ami-packer
8,186
[ "no_license" ]
[ { "path": "ec2-autoscaling/roles/create-ami-packer/tasks/ami.yml", "content": "---\n# roles/create-ami/tasks/main.yml\n- name: Validate Packer Config\n shell: packer validate -var-file=/etc/ansible/ec2-autoscaling/roles/create-ami-packer/tasks/packer/vars.json /etc/ansible/ec2-autoscaling/roles/create-ami-...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 931, "all_permissive": false }
ansible_role
ansible-ops-org/ec2-as
72af1b87b932c4178e88d332958de02cf59ef658
0
ec2-autoscaling/roles/create-instance
8,186
[ "no_license" ]
[ { "path": "ec2-autoscaling/roles/create-instance/tasks/main.yml", "content": "---\n# tasks file for launch\n- include_tasks: launch.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "ec2-autoscaling/roles/create-instance/vars/main.yml", "con...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 976, "all_permissive": false }
ansible_role
ansible-ops-org/ec2-as
72af1b87b932c4178e88d332958de02cf59ef658
0
ec2-autoscaling/roles/installer
8,186
[ "no_license" ]
[ { "path": "ec2-autoscaling/roles/installer/handlers/main.yml", "content": "---\n# handlers file for ws\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "ec2-autoscaling/roles/installer/tasks/main.yml", "content": "---\n# tasks file for ws\n\n- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 835, "all_permissive": false }
ansible_role
ansible-ops-org/ec2-as
72af1b87b932c4178e88d332958de02cf59ef658
0
ec2-autoscaling/roles/terminate
8,186
[ "no_license" ]
[ { "path": "ec2-autoscaling/roles/terminate/tasks/terminate.yml", "content": "---\n- name: Gather information about running instances\n ec2_instance_info:\n region: us-east-1\n register: ec2_info\n\n- name: displaying output of running instances\n debug: \n msg: \"{{ item.instance_id }}\"\n with_it...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 540, "all_permissive": false }
ansible_role
ansible-ops-org/ec2-as
72af1b87b932c4178e88d332958de02cf59ef658
0
ec2-autoscaling/roles/terminate-py
8,186
[ "no_license" ]
[ { "path": "ec2-autoscaling/roles/terminate-py/tasks/terminate-py.yml", "content": "---\n- name: Terminate Running Instances in AWS\n shell: \"python /etc/ansible/ec2-autoscaling/roles/terminate-py/tasks/terminate.py\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 232, "all_permissive": false }
ansible_role
PurpleLemons/Ansible-test
60f703ca39d2cca80fc8ba352edd1cf724baa3b8
0
playbooks/roles/createfirewall
8,186
[ "no_license" ]
[ { "path": "playbooks/roles/createfirewall/tasks/main.yml", "content": "---\n - name: Check existing IPTables rules\n shell: iptables -L\n register: existingrules\n\n - name: Allow HTTP to connect through IPTables\n command: iptables -A INPUT -p tcp --sport 80 -j ACCEPT -m comment --comment \"HTTP\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
PurpleLemons/Ansible-test
60f703ca39d2cca80fc8ba352edd1cf724baa3b8
0
playbooks/roles/removeserverconfig
8,186
[ "no_license" ]
[ { "path": "playbooks/roles/removeserverconfig/tasks/main.yml", "content": "---\n- name: Remove the link between the sites-enabled file and the sites-available file (possibly?)\n file: src=/etc/nginx/sites-enabled/{{ title }} path=/etc/nginx/sites-enabled/{{ title }} state=link\n\n#- name: Delete the sites-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
PurpleLemons/Ansible-test
60f703ca39d2cca80fc8ba352edd1cf724baa3b8
0
playbooks/roles/setupserver
8,186
[ "no_license" ]
[ { "path": "playbooks/roles/setupserver/tasks/main.yml", "content": "---\n- name: Create the server's index directory\n file: path={{ index_location }} state=directory\n\n- name: Create the HTML file in the server's index directory\n template: src=/users/purplelemons/desktop/ansible/extra_files/defaultinde...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1025, "all_permissive": false }
ansible_role
tinhutins/learning-app-ecommerce_ansible
594e7cac5b8e1a091d3cec705e4a819f93b9cfe6
0
roles/httpd_initial
8,186
[ "no_license" ]
[ { "path": "roles/httpd_initial/templates/etc/apache2/conf-available/md.conf.j2", "content": "MDBaseServer on\nMDCertificateProtocol ACME\nMDCAChallenges http-01\nMDDriveMode auto\nMDPrivateKeys RSA 4096\nMDRenewWindow 33%\nMDStoreDir ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6870, "all_permissive": false }
ansible_role
tinhutins/learning-app-ecommerce_ansible
594e7cac5b8e1a091d3cec705e4a819f93b9cfe6
0
roles/mysql_initial
8,186
[ "no_license" ]
[ { "path": "roles/mysql_initial/defaults/main.yml", "content": "mysql_root_password: \"{{ vault_mysql_root_password }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/mysql_initial/templates/hardening.cnf.j2", "content": "[mysqld]\nskip-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6090, "all_permissive": false }
ansible_role
tinhutins/learning-app-ecommerce_ansible
594e7cac5b8e1a091d3cec705e4a819f93b9cfe6
0
roles/networking_initial
8,186
[ "no_license" ]
[ { "path": "roles/networking_initial/defaults/main.yml", "content": "---\n# defaults file for networking\niptables_service: iptables\niptables_config: '/etc/sysconfig/iptables'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/networking_initia...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2632, "all_permissive": false }
ansible_role
tinhutins/learning-app-ecommerce_ansible
594e7cac5b8e1a091d3cec705e4a819f93b9cfe6
0
roles/php_initial
8,186
[ "no_license" ]
[ { "path": "roles/php_initial/vars/main.yml", "content": "---\nphp_packages_debian:\n - php\n - php-cli\n - php-common\n - php-mysql\n\nphp_packages_centos:\n - php\n - php-cli\n - php-common\n - php-mysql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1336, "all_permissive": false }
ansible_role
mcalik77/configuration_management
54e36a3ef898263993cef117af16aab196e69c93
0
roles/r1soft
8,186
[ "no_license" ]
[ { "path": "roles/r1soft/tasks/main.yml", "content": "---\n# tasks file for r1soft\n- block:\n - name: create repository \n copy: \n src: r1soft.repo\n dest: /etc/yum.repos.d/r1soft.repo\n \n - name: install r1soft agent\n package: \n name: serverbackup-enterprise-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 614, "all_permissive": false }
ansible_role
0xzoz/sui-node-automation
ee4ad0b5adf97bcb7301c4c6ba0e399a04501291
1
roles/sui_fullnode
8,186
[ "no_license" ]
[ { "path": "roles/sui_fullnode/tasks/configure_sui.yml", "content": "- name: Clone the SUI repo\n ansible.builtin.git:\n repo: https://github.com/MystenLabs/sui.git\n dest: \"{{ sui_user_dir}}/sui\"\n clone: yes\n update: yes\n version: \"{{ sui_target_branch }}\"\n become: yes\n become_use...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4656, "all_permissive": false }
ansible_role
Arau/deploy-etcd-ansible
0dda1e97139b42245dcab4e7ea8c8882bd2b9883
0
roles/install_etcd
8,186
[ "permissive" ]
[ { "path": "roles/install_etcd/tasks/main.yml", "content": "- name: install the latest version of wget\n package:\n name: wget\n state: latest\n- name: Set up persistent etcd data directory\n file:\n path: /var/lib/{{ installation_dir }}\n state: directory\n owner: root\n group: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1205, "all_permissive": true }
ansible_role
ladifa1/ansible-config-mgt
973d439d11e050c3d3db0aff09787c15ef796959
0
roles/nginx
8,186
[ "no_license" ]
[ { "path": "roles/nginx/tasks/setup-RedHat.yml", "content": "---\n- name: Enable nginx repo.\n template:\n src: nginx.repo.j2\n dest: /etc/yum.repos.d/nginx.repo\n owner: root\n group: \"{{ root_group }}\"\n mode: 0644\n when: nginx_yum_repo_enabled | bool\n\n- name: Ensure nginx is installe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2454, "all_permissive": false }
ansible_role
cglavin50/homelab
15c70fba08be691f1d4b532c7cfc566dfb948178
0
ansible/roles/adguard
8,186
[ "no_license" ]
[ { "path": "ansible/roles/adguard/tasks/main.yml", "content": "---\n- name: Configure dir\n ansible.builtin.file:\n path: /opt/adguard\n state: directory\n mode: \"0755\"\n\n- name: Copy docker-compose\n ansible.builtin.copy:\n src: docker-compose.yml\n dest: /opt/adguard/docker-compose.yml\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 756, "all_permissive": false }
ansible_role
cglavin50/homelab
15c70fba08be691f1d4b532c7cfc566dfb948178
0
ansible/roles/caddy
8,186
[ "no_license" ]
[ { "path": "ansible/roles/caddy/files/docker-compose.yml", "content": "services:\n caddy:\n container_name: caddy\n image: caddy:latest\n restart: unless-stopped\n ports:\n - \"80:80\"\n - \"443:443\"\n - \"443:443/udp\"\n volumes:\n - ./Caddyfile:/etc/caddy/Caddyfile\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2130, "all_permissive": false }
ansible_role
cglavin50/homelab
15c70fba08be691f1d4b532c7cfc566dfb948178
0
ansible/roles/homepage
8,186
[ "no_license" ]
[ { "path": "ansible/roles/homepage/files/config/widgets.yaml", "content": "- datetime:\n text_size: l\n format:\n timeStyle: short\n dateStyle: short\n- resources:\n cpu: true\n memory: true\n disk: /\n cputemp: true\n uptime: true\n units: imperial\n refresh: 3000 # opti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1899, "all_permissive": false }
ansible_role
cglavin50/homelab
15c70fba08be691f1d4b532c7cfc566dfb948178
0
ansible/roles/monitoring
8,186
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/tasks/main.yml", "content": "- name: Configure root dir\n file:\n path: /opt/monitoring\n state: directory\n mode: '0755'\n\n- name: Configure Prometheus dir\n file:\n path: /opt/monitoring/prometheus\n state: directory\n mode: '0755'\n\n- name: Config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5586, "all_permissive": false }
ansible_role
cglavin50/homelab
15c70fba08be691f1d4b532c7cfc566dfb948178
0
ansible/roles/ufw
8,186
[ "no_license" ]
[ { "path": "ansible/roles/ufw/tasks/main.yml", "content": "---\n- name: Ensure UFW is installed\n ansible.builtin.apt:\n name: ufw\n state: present\n become: true\n\n- name: Configure UFW logging\n community.general.ufw:\n logging: \"on\"\n\n- name: Set default deny UFW policy\n community.genera...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 671, "all_permissive": false }
ansible_role
cglavin50/homelab
15c70fba08be691f1d4b532c7cfc566dfb948178
0
ansible/roles/vaultwarden
8,186
[ "no_license" ]
[ { "path": "ansible/roles/vaultwarden/files/docker-compose.yml", "content": "---\nservices:\n vaultwarden:\n image: vaultwarden/server:latest\n container_name: vaultwarden\n restart: always\n environment:\n DOMAIN: \"https://vault.home\"\n SIGNUPS_ALLOWED: \"false\"\n volumes:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 672, "all_permissive": false }
ansible_role
cglavin50/homelab
15c70fba08be691f1d4b532c7cfc566dfb948178
0
ansible/roles/watchdog
8,186
[ "no_license" ]
[ { "path": "ansible/roles/watchdog/handlers/main.yml", "content": "- name: restart watchdog\n ansible.builtin.service:\n name: watchdog\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "ansible/roles/watchdog/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 553, "all_permissive": false }
ansible_role
TLICloudSSL/CloudSSLController
bab5f5ff52ed258d8063d6c04f3f87b3e94a4b0a
0
ansible/roles/common
8,186
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: common actions\n shell: echo \"hello, common role\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 62, "all_permissive": false }
ansible_role
TLICloudSSL/CloudSSLController
bab5f5ff52ed258d8063d6c04f3f87b3e94a4b0a
0
ansible/roles/haproxy
8,186
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/handlers/main.yml", "content": "---\n- name: restart haproxy\n docker_container:\n name: haproxy\n image: zhenggu/haproxy\n state: started\n restart: yes\n volumes:\n - /root:/etc/haproxy\n published_ports:\n - 443:443\n - 80:80\n - 1993:19...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 6876, "all_permissive": false }
ansible_role
TLICloudSSL/CloudSSLController
bab5f5ff52ed258d8063d6c04f3f87b3e94a4b0a
0
ansible/roles/realserver
8,186
[ "no_license" ]
[ { "path": "ansible/roles/realserver/tasks/main.yml", "content": "---\n- name: Install the httpd rpm\n yum: name=httpd state=latest\n become: yes\n\n- name: start the httpd service\n service: name=httpd state=started enabled=yes\n become: yes\n\n- template: src=hello.j2 dest=/var/www/html/hello owner=roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 332, "all_permissive": false }
ansible_role
devvid/ansible-elk-example
4464af3d26174eb19e998641a703e3c60cc5add5
0
playbook/roles/elasticsearch
8,186
[ "no_license" ]
[ { "path": "playbook/roles/elasticsearch/tasks/backup_main.yml", "content": "---\n # This playbook deploys elasticsearch search engine to the target machine.\n- name: get apt repo key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n become: yes\n become_meth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5194, "all_permissive": false }
ansible_role
devvid/ansible-elk-example
4464af3d26174eb19e998641a703e3c60cc5add5
0
playbook/roles/fluentd
8,186
[ "no_license" ]
[ { "path": "playbook/roles/fluentd/templates/fluent.conf.j2", "content": "# fluentd/conf/fluent.conf\n<source>\n @type tail\n path /var/log/apache2/access_log\n pos_file /var/log/td-agent/apache2.access_log.pos\n <parse>\n @type apache2\n </parse>\n tag apache.access\n</source>\n\n<source>\n @type ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2616, "all_permissive": false }
ansible_role
devvid/ansible-elk-example
4464af3d26174eb19e998641a703e3c60cc5add5
0
playbook/roles/kibana
8,186
[ "no_license" ]
[ { "path": "playbook/roles/kibana/tasks/main.yml", "content": "---\n # This playbook deploys kibana to the target machine.---\n- include: \"{{ role_path }}/tasks/setup-redhat.yml\"\n when: ansible_os_family == 'RedHat'\n\n- name: Install Kibana.\n package:\n name: \"{{ kibana_package }}\"\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2611, "all_permissive": false }
ansible_role
devvid/ansible-elk-example
4464af3d26174eb19e998641a703e3c60cc5add5
0
playbook/roles/rsyslog
8,186
[ "no_license" ]
[ { "path": "playbook/roles/rsyslog/tasks/main.yml", "content": "---\n\n- name: Install Rsyslog\n import_tasks: install.yml\n when: state|default('present')=='present'\n\n- name: Uninstall Rsyslog\n import_tasks: install.yml\n when: state|default('present')=='absent'", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 501, "all_permissive": false }