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
ncodeitgithub1/playbooks
d4f42c3295ee1bc45b5185b1d0f76c21851dc4e7
0
roles/infrastructure
143
[ "no_license" ]
[ { "path": "roles/infrastructure/tasks/main.yml", "content": "- name: Start Tomcat\n command: \"nohup /home/ncodeitadm/apache-tomcat-9.0.10/bin/catalina.sh start\"\n- name: deploying war file from nexus repository\n get_url:\n url: http://192.168.22.138:8081/nexus/repository/Nonprod-deploy/nonprod/1.0.2/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
azaringhalam/hackathon
a6e87d935f22b7a7ee834d930bb3328eb7282231
0
playbooks/roles/clone
143
[ "no_license" ]
[ { "path": "playbooks/roles/clone/tasks/main.yml", "content": "---\n- name: clone VM instance from gold VM\n vsphere_guest:\n validate_certs: False\n vcenter_hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n guest: '{{ item.host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
azaringhalam/hackathon
a6e87d935f22b7a7ee834d930bb3328eb7282231
0
playbooks/roles/vlan
143
[ "no_license" ]
[ { "path": "playbooks/roles/vlan/tasks/main.yml", "content": "---\n- name: create vlan\n command: /root/hackathon/library/create_vlan.py -i '{{ vcenter_hostname }}' -u '{{ vcenter_username }}' -p '{{ vcenter_password }}' -e '{{ esxi_host }}' -s '{{ item.0['vswitch'] }}' -v '{{ item.1['vlan_id'] }}' -n '{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 875, "all_permissive": false }
ansible_role
xmit/ansible-aws-vagrant
b24b083acb6d8e2199ebbedbc265ff8efad8d4e8
1
vbox/playbook/roles/memcache
143
[ "no_license" ]
[ { "path": "vbox/playbook/roles/memcache/tasks/main.yml", "content": "---\n\n- name: install memcached\n apt: name=memcached state=latest install_recommends=yes update_cache=yes\n\n- name: make sure memcached is running\n service: name=memcached enabled=true state=started\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
xmit/ansible-aws-vagrant
b24b083acb6d8e2199ebbedbc265ff8efad8d4e8
1
vbox/playbook/roles/nginx
143
[ "no_license" ]
[ { "path": "vbox/playbook/roles/nginx/tasks/main.yml", "content": "---\n\n- name: install nginx\n apt: name=nginx state=latest install_recommends=yes update_cache=yes\n\n- name: make sure nginx is running\n service: name=nginx enabled=true state=started\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
AhmedAlFeQy/Uda-final
2a0ccde7f2bdf7031e2e950d13064ba5dd945a3a
0
.circleci/ansible/roles/deploy
145
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "# - name: \"Create a directory\"\n# file:\n# path: /home/ubuntu/backend\n# state: directory\n# mode: '0755'\n\n# - name: \"unzipping\"\n# unarchive:\n# src: artifact.tar.gz\n# dest: /home/ubuntu/backend\n\n# - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2027, "all_permissive": false }
ansible_role
esquare666/httpd
93d022ec1847d739b31805645f92c52a90b8b6fb
0
roles/install-httpd
145
[ "no_license" ]
[ { "path": "roles/install-httpd/handlers/main.yml", "content": "---\n- name: httpd started\n service:\n name: httpd\n state: started\n\n- name: restart firewalld\n service:\n name: firewalld\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1339, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/configure-ssh
145
[ "no_license" ]
[ { "path": "ansible-base/roles/configure-ssh/templates/bitbucket-request-body.json.j2", "content": "{\n \"label\": \"{{ ansible_hostname }}\",\n \"key\": \"{{ lookup('file', bitbucket_keys_dir + '/id_rsa.pub') }}\"\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3432, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/configure-vim
145
[ "no_license" ]
[ { "path": "ansible-base/roles/configure-vim/tasks/main.yml", "content": "---\n - name: Copy vimrc\n copy: src=.vimrc dest={{ user_home }}/.vimrc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-atom
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-atom/tasks/main.yml", "content": "---\n - name: Check if Atom is already installed\n command: dpkg-query -s atom\n register: atom_installed_check\n failed_when: atom_installed_check.rc > 1\n changed_when: atom_installed_check.rc == 1\n\n - name: Download t...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1261, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-chrome
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-chrome/tasks/main.yml", "content": "---\n - name: Check if Chrome is already installed\n command: dpkg-query -s google-chrome-stable\n register: chrome_installed_check\n failed_when: chrome_installed_check.rc > 1\n changed_when: chrome_installed_check.rc ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-docker
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-docker/tasks/main.yml", "content": "---\n - name: Check if Docker is installed\n shell: which docker\n register: docker_install_check\n ignore_errors: true\n\n - include: docker-install.yml\n when: docker_install_check.rc != 0\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-eclipse
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-eclipse/defaults/main.yml", "content": "---\neclipse_download_url: http://ftp.osuosl.org/pub/eclipse/technology/epp/downloads/release/neon/2/eclipse-java-neon-2-linux-gtk-x86_64.tar.gz\neclipse_package_name: eclipse-neon-2.tar.gz\neclipse_unarchive_dest: /opt\neclipse_w...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2025, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-git
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-git/tasks/main.yml", "content": "---\n - name: Install git\n apt:\n name: git\n state: present\n\n - name: Copy the git configuration\n copy: src=.gitconfig dest={{ user_home }}/.gitconfig\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-packer
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-packer/tasks/packer-install.yml", "content": "---\n - name: Download Packer\n get_url:\n url: \"{{ packer_download_url }}\"\n dest: \"{{ download_dir }}/{{ packer_package_name }}\"\n\n - name: Unzip the Packer archive\n unarchive:\n src: \"{{ down...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 673, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-r
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-r/tasks/r-install.yml", "content": "---\n - name: Add the R repository\n lineinfile:\n dest: /etc/apt/sources.list\n line: \"{{ r_repository_source }}\"\n\n - name: Add R to the keyring\n command: gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1762, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-sbt
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-sbt/tasks/sbt-install.yml", "content": "---\n - name: Copy the SBT apt sources file\n copy: src=sbt.list dest=/etc/apt/sources.list.d/sbt.list owner={{ username }} group={{ username }} mode=0755\n\n - name: Add gpg key for sks key servers\n apt_key: keyserver=hk...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 538, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-scala
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-scala/tasks/scala-install.yml", "content": "---\n - name: Download Scala\n get_url:\n url: \"{{ scala_download_url }}\"\n dest: \"{{ download_dir }}/{{ scala_package_name }}\"\n\n - name: Install Scala\n shell: \"dpkg -i {{ download_dir }}/{{ scala_pac...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 551, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-shutter
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-shutter/tasks/shutter-install.yml", "content": "---\n - name: Add the Shutter Repository\n apt_repository: repo='ppa:shutter/ppa'\n\n - name: Install Shutter\n apt: name=shutter state=present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 350, "all_permissive": false }
ansible_role
mjtieman/ansible-base-machine
33d0f6907dc928047042a364c3722084923d5358
0
ansible-base/roles/install-zoom
145
[ "no_license" ]
[ { "path": "ansible-base/roles/install-zoom/tasks/zoom-install.yml", "content": "---\n - name: Download the Atom deb package\n get_url:\n url: \"{{ zoom_download_url }}\"\n dest: \"{{ download_dir }}/{{ zoom_download_name }}\"\n\n - name: Install Zoom\n apt:\n deb: \"{{ download_dir }}...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 533, "all_permissive": false }
ansible_role
anroots/raspberry-timelapse
9d8974af4d9702956a1ede28ce026748838edc9a
0
roles/webcam
145
[ "no_license" ]
[ { "path": "roles/webcam/tasks/main.yml", "content": "- name: Install image capture tools\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=3600\n with_items:\n - mencoder\n - fswebcam\n\n- name: Make directory for picture storage\n file: path=/home/pi/timelapse state=directory ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2036, "all_permissive": false }
ansible_role
fjc013/docker4ansible
53134f3697908eb138367341f41815202e574735
0
ansible/roles/npmagent
145
[ "no_license" ]
[ { "path": "ansible/roles/npmagent/defaults/main.yml", "content": "---\n# defaults file for npmagent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/npmagent/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: ro...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 8046, "all_permissive": false }
ansible_role
amedee/ansible-workstation
c70e8938db36ce15acec2bcd506bce9a11d8a5fb
0
roles/common
145
[ "no_license" ]
[ { "path": "roles/common/tasks/install-packages.yml", "content": "- name: Install packages\n package:\n name:\n - buffer\n - di\n - hardlink\n - htop\n - mc\n - ncdu\n - parallel\n - pv\n - ssh\n - tmux\n - tree\n", "license_type": "no_license", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1100, "all_permissive": false }
ansible_role
amedee/ansible-workstation
c70e8938db36ce15acec2bcd506bce9a11d8a5fb
0
roles/development
145
[ "no_license" ]
[ { "path": "roles/development/tasks/dotnet.yml", "content": "- name: Install apt-transport-https\n apt:\n name: apt-transport-https\n\n- name: Add .NET repository\n apt:\n deb: \"https://packages.microsoft.com/config/{{ ansible_distribution | lower }}/{{ ansible_distribution_version }}/packages-micro...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1829, "all_permissive": false }
ansible_role
Neverminddddd/ansible-playbook
b3167ab53cdf7212cb9ff3bf28d6e86968676ad1
0
roles/ensure_services_start
145
[ "no_license" ]
[ { "path": "roles/ensure_services_start/tasks/main.yml", "content": "---\n- name: Ensure all services are enabled and started\n systemd:\n name: \"{{ item }}\"\n enabled: yes\n state: started\n with_items:\n - sshd\n - postgresql\n - flaskapp\n - nginx\n - tcp-forwarding\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
Neverminddddd/ansible-playbook
b3167ab53cdf7212cb9ff3bf28d6e86968676ad1
0
roles/setup_flask
145
[ "no_license" ]
[ { "path": "roles/setup_flask/tasks/main.yml", "content": "---\n- name: Create Flask application directory\n file:\n path: /home/bucklequick/flaskapp\n state: directory\n owner: bucklequick\n group: bucklequick\n\n- name: Create Flask application\n copy:\n dest: /home/bucklequick/flaskapp/ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 979, "all_permissive": false }
ansible_role
Neverminddddd/ansible-playbook
b3167ab53cdf7212cb9ff3bf28d6e86968676ad1
0
roles/setup_nginx
145
[ "no_license" ]
[ { "path": "roles/setup_nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n yum:\n name: nginx\n state: present\n\n- name: Configure Nginx for reverse proxy\n copy:\n dest: /etc/nginx/conf.d/flaskapp.conf\n content: |\n server {\n listen 80;\n server_name _;\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
Neverminddddd/ansible-playbook
b3167ab53cdf7212cb9ff3bf28d6e86968676ad1
0
roles/setup_postgresql
145
[ "no_license" ]
[ { "path": "roles/setup_postgresql/tasks/main.yml", "content": "---\n- name: Install PostgreSQL\n yum:\n name: postgresql-server\n state: present\n\n- name: Install psycopg2\n yum:\n name: python3-psycopg2\n state: present\n\n- name: Initialize PostgreSQL database\n command: /usr/bin/postgresq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 894, "all_permissive": false }
ansible_role
Neverminddddd/ansible-playbook
b3167ab53cdf7212cb9ff3bf28d6e86968676ad1
0
roles/setup_ssh
145
[ "no_license" ]
[ { "path": "roles/setup_ssh/tasks/main.yml", "content": "---\n- name: Ensure SSH key for bucklequick\n authorized_key:\n user: bucklequick\n state: present\n key: \"{{ lookup('file', '/home/bucklequick/.ssh/id_rsa.pub') }}\"\n\n- name: Disable password authentication for bucklequick\n lineinfile:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
Neverminddddd/ansible-playbook
b3167ab53cdf7212cb9ff3bf28d6e86968676ad1
0
roles/setup_sudo
145
[ "no_license" ]
[ { "path": "roles/setup_sudo/tasks/main.yml", "content": "---\n- name: Allow bucklequick to have passwordless sudo\n lineinfile:\n path: /etc/sudoers.d/bucklequick\n line: 'bucklequick ALL=(ALL) NOPASSWD: ALL'\n create: yes\n validate: 'visudo -cf %s'\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
Neverminddddd/ansible-playbook
b3167ab53cdf7212cb9ff3bf28d6e86968676ad1
0
roles/setup_tcp_forwarding
145
[ "no_license" ]
[ { "path": "roles/setup_tcp_forwarding/tasks/main.yml", "content": "---\n- name: Install socat\n yum:\n name: socat\n state: present\n\n- name: Setup TCP forwarding\n copy:\n dest: /etc/systemd/system/tcp-forwarding.service\n content: |\n [Unit]\n Description=TCP Forwarding\n\n [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
Neverminddddd/ansible-playbook
b3167ab53cdf7212cb9ff3bf28d6e86968676ad1
0
roles/setup_virtualenv
145
[ "no_license" ]
[ { "path": "roles/setup_virtualenv/tasks/main.yml", "content": "---\n- name: Install Python and pip\n yum:\n name:\n - python3\n - python3-pip\n state: present\n\n- name: Install virtualenv using pip\n pip:\n name: virtualenv\n state: present\n\n- name: Create virtual environment\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
keerthireddi01/roboshop-ansible
109a1be325ba21b5d473225c57e0ae9d9faeb08f
0
roles/common
145
[ "no_license" ]
[ { "path": "roles/common/tasks/mongodb_schema_setup.yml", "content": "- name: copy mongodb repo files\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/{{ component }}.repo\n\n- name: Install mongodb client\n ansible.builtin.yum:\n name: mongodb-org-shell\n state: installed\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2140, "all_permissive": false }
ansible_role
keerthireddi01/roboshop-ansible
109a1be325ba21b5d473225c57e0ae9d9faeb08f
0
roles/mongodb
145
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": " - name: copy mongodb repo files\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n - name: install mongodb server\n ansible.builtin.yum: \n name: mongodb-org\n state: latest\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
keerthireddi01/roboshop-ansible
109a1be325ba21b5d473225c57e0ae9d9faeb08f
0
roles/mysql
145
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: disable mysql default version\n ansible.builtin.shell: yum module disable mysql -y \n\n- name: copy mysql repo files\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo \n \n- name: install mysql server\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
keerthireddi01/roboshop-ansible
109a1be325ba21b5d473225c57e0ae9d9faeb08f
0
roles/payment
145
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: load python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n\n\n\n# source common.sh\n# component=payment\n\n# roboshop_app_password=$1\n\n# if [ -z \"$roboshop_app_password\" ]; then\n# echo \"roboshop app passwrod is...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
keerthireddi01/roboshop-ansible
109a1be325ba21b5d473225c57e0ae9d9faeb08f
0
roles/rabbitmq
145
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: configure enlang repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash \n\n- name: configure rabbitmq repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
keerthireddi01/roboshop-ansible
109a1be325ba21b5d473225c57e0ae9d9faeb08f
0
roles/redis
145
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: installing redis repos\n ansible.builtin.yum: \n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: enable redis 6 version\n ansible.builtin.shell: yum module enable redi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
keerthireddi01/roboshop-ansible
109a1be325ba21b5d473225c57e0ae9d9faeb08f
0
roles/user
145
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: nodejs setup\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: load schema\n ansible.builtin.import_role:\n name: common\n tasks_from: mongodb_schema_setup", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
kawaz/ansible-common-roles
3227a1a6350f8571815848ef201463c5ca7c123f
0
roles/php55-centos
145
[ "no_license" ]
[ { "path": "roles/php55-centos/handlers/main.yml", "content": "---\n- name: restart httpd\n service: name=httpd24-httpd state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/php55-centos/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 566, "all_permissive": false }
ansible_role
ariaksonova/bachelor_diploma
4a772911a7b5bb6c7a669c7e1591c9604e8c2dad
0
ansible/roles/configure_host
145
[ "no_license" ]
[ { "path": "ansible/roles/configure_host/tasks/main.yml", "content": "---\n- name: Ensure hostname set\n hostname: name={{ inventory_hostname }}\n\n- name: Ensure hostname is in /etc/hosts\n lineinfile:\n path: /etc/hosts\n line: \"{{ hostvars[item]['ansible_host'] }} {{ hostvars[item]['inventory_hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
ariaksonova/bachelor_diploma
4a772911a7b5bb6c7a669c7e1591c9604e8c2dad
0
ansible/roles/setup_nagios
145
[ "no_license" ]
[ { "path": "ansible/roles/setup_nagios/files/docker-compose.yml", "content": "version: '2'\nservices:\n nagios:\n image: \"nagios_in_docker\"\n ports:\n - \"80:80\"\n - \"443:443\"\n restart: always\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
jpuskar/ansible_docker_plex
586deb1d51e527c5b63c61c44e2450aa99160257
0
roles/common
145
[ "no_license" ]
[ { "path": "roles/common/tasks/nic_team.yml", "content": "---\n#- name: ensure nic enp3s4f0 is set to come up on boot\n# lineinfile:\n# path: /etc/sysconfig/network-scripts/ifcfg-enp3s4f0\n# regexp: '^ONBOOT'\n# line: 'ONBOOT=yes'\n#- name: ensure nic enp3s4f1 is set to come up on boot\n# lineinfi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1659, "all_permissive": false }
ansible_role
jpuskar/ansible_docker_plex
586deb1d51e527c5b63c61c44e2450aa99160257
0
roles/docker
145
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Docker | CE | YUM | Deploy repository\n shell: yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo\n args:\n creates: /etc/yum.repos.d/docker-ce.repo\n\n- name: Install docker-ce\n yum:\n pkg: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
jpuskar/ansible_docker_plex
586deb1d51e527c5b63c61c44e2450aa99160257
0
roles/plex
145
[ "no_license" ]
[ { "path": "roles/plex/tasks/main.yml", "content": "---\n- name: include firewalld tasks\n include_tasks: firewalld.yml\n\n- name: ensure docker daemon started\n systemd:\n name: docker\n state: started\n\n- name: include users tasks\n include_tasks: users.yml\n\n- name: create docker plex_nfs folde...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3485, "all_permissive": false }
ansible_role
jpuskar/ansible_docker_plex
586deb1d51e527c5b63c61c44e2450aa99160257
0
roles/plex_nfs_server
145
[ "no_license" ]
[ { "path": "roles/plex_nfs_server/tasks/firewalld.yml", "content": "---\n\n- name: firewalld | add backup server to trusted\n firewalld:\n source: 192.168.1.80/32\n zone: trusted\n permanent: true\n state: enabled\n\n- name: firewalld | add jpdesk1 to trusted\n firewalld:\n source: 192.168.1...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5770, "all_permissive": false }
ansible_role
jpuskar/ansible_docker_plex
586deb1d51e527c5b63c61c44e2450aa99160257
0
roles/tw_cli
145
[ "no_license" ]
[ { "path": "roles/tw_cli/tasks/controller_options.yml", "content": "---\n# TODO: programatically determine number of units and physical disks\n- name: controller_options | register controller autocarve\n shell: /opt/tw_cli/x86_64/tw_cli /c0 show autocarve\n register: c0_autocarve\n # /c0 Auto-Carving Poli...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3276, "all_permissive": false }
ansible_role
jpuskar/ansible_docker_plex
586deb1d51e527c5b63c61c44e2450aa99160257
0
roles/wintv
145
[ "no_license" ]
[ { "path": "roles/wintv/tasks/main.yml", "content": "---\n# TODO: file module\n- name: Make WinTV folder\n shell: mkdir -p /root/wintv\n\n- name: download wintv firmware\n get_url:\n url: \"{{ item.url }}\"\n dest: \"{{ item.dest }}\"\n mode: 0640\n with_items:\n - {\n url: 'http://www....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1296, "all_permissive": false }
ansible_role
jpuskar/ansible_docker_plex
586deb1d51e527c5b63c61c44e2450aa99160257
0
roles/zfs
145
[ "no_license" ]
[ { "path": "roles/zfs/tasks/main.yml", "content": "---\n- name: install zfs repo\n yum:\n name: http://download.zfsonlinux.org/epel/zfs-release.el7_3.noarch.rpm\n state: present\n\n#- name: disable default broken zfs repo\n# ini_file:\n# path: /etc/yum.repos.d/zfs.repo\n# section: zfs\n# opt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 705, "all_permissive": false }
ansible_role
rigarash/ansible-win
c2daf771b7e845fd2a9919b01d01b12c4244714c
0
roles/win
145
[ "permissive" ]
[ { "path": "roles/win/tasks/main.yml", "content": "- name: Install packages by Chocolatey\n win_chocolatey:\n name: '{{ packages }}'\n state: latest\n vars:\n packages:\n - 7zip\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 135 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": true }
ansible_role
rigarash/ansible-win
c2daf771b7e845fd2a9919b01d01b12c4244714c
0
roles/wsl
145
[ "permissive" ]
[ { "path": "roles/wsl/tasks/main.yml", "content": "- name: ansible for windows host settings\n block:\n\n - name: install package contains ConfigureRemotingForAnsible.ps1\n apt:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - ansible-doc\n become: true\n\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1213, "all_permissive": true }
ansible_role
prasadsv77/docker-scripts
32766a0a97d46515c3821c085c8dd4eb9556fcc9
0
Ansible/roles/ansible_ssh_passless_auth
145
[ "no_license" ]
[ { "path": "Ansible/roles/ansible_ssh_passless_auth/files/ssh_copy_all_machine.sh", "content": "for server in `cat inventory`; \ndo \n sshpass -p \"<PASSWORD>\" ssh-copy-id -i ~/.ssh/id_rsa.pub root@$server \ndone\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 632, "all_permissive": false }
ansible_role
prasadsv77/docker-scripts
32766a0a97d46515c3821c085c8dd4eb9556fcc9
0
Ansible/roles/create_network
145
[ "no_license" ]
[ { "path": "Ansible/roles/create_network/tasks/main.yaml", "content": "- name: Explicit for dashboard setup copy Rbac\n synchronize: src=files/{{ item.src_yml }} dest=/tmp/{{ item.dest_yml }}\n with_items:\n - { src_yml: rbac.yaml, dest_yml: rbac.yaml }\n tags: [ never, kube_dashboard ]\n ignore_erro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 10209, "all_permissive": false }
ansible_role
prasadsv77/docker-scripts
32766a0a97d46515c3821c085c8dd4eb9556fcc9
0
Ansible/roles/elk_setup
145
[ "no_license" ]
[ { "path": "Ansible/roles/elk_setup/templates/kibana.conf.j2", "content": "elasticsearch.hosts: [\"http://{{ inventory_hostname }}:9200\"]\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "Ansible/roles/elk_setup/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3399, "all_permissive": false }
ansible_role
prasadsv77/docker-scripts
32766a0a97d46515c3821c085c8dd4eb9556fcc9
0
Ansible/roles/init_master
145
[ "no_license" ]
[ { "path": "Ansible/roles/init_master/tasks/main.yml", "content": "- name: Install Kubernetes and Docker as per versions given in env file\n become: yes\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - kubelet-{{ kube_version }}\n - kubeadm-{{ kube_version }}\n - kubectl-{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5807, "all_permissive": false }
ansible_role
prasadsv77/docker-scripts
32766a0a97d46515c3821c085c8dd4eb9556fcc9
0
Ansible/roles/init_slave
145
[ "no_license" ]
[ { "path": "Ansible/roles/init_slave/tasks/main.yaml", "content": "- name: Install Kubernetes and Docker as per versions given in env file\n become: yes\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - kubelet-{{ kube_version }}\n - kubeadm-{{ kube_version }}\n - kubectl-{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4516, "all_permissive": false }
ansible_role
prasadsv77/docker-scripts
32766a0a97d46515c3821c085c8dd4eb9556fcc9
0
Ansible/roles/jenkins_slave
145
[ "no_license" ]
[ { "path": "Ansible/roles/jenkins_slave/tasks/main.yml", "content": "- name: Cleaning existing yum repository\n shell: rm -rf /etc/yum.repos.d/*\n tags: [ never, jenkins_node ]\n when: ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS'\n\n- name: Copying yum repository for CenyOS os\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3016, "all_permissive": false }
ansible_role
prasadsv77/docker-scripts
32766a0a97d46515c3821c085c8dd4eb9556fcc9
0
Ansible/roles/nfs_setup
145
[ "no_license" ]
[ { "path": "Ansible/roles/nfs_setup/tasks/main.yml", "content": "- name: Cleaning existing yum repository on {{ inventory_hostname }}\n shell: rm -rf /etc/yum.repos.d/*\n tags: [ never, nfs_node ]\n when: ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS'\n\n- name: Copying yum repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4373, "all_permissive": false }
ansible_role
prasadsv77/docker-scripts
32766a0a97d46515c3821c085c8dd4eb9556fcc9
0
Ansible/roles/password_less_config_to_db
145
[ "no_license" ]
[ { "path": "Ansible/roles/password_less_config_to_db/tasks/main.yml", "content": "- name: SSH KeyGen command\n shell: >\n ssh-keygen -q -b 2048 -t rsa -N \"\" -C \"creating SSH\" -f ~/.ssh/id_rsa\n creates=\"~/.ssh/id_rsa\"\n ignore_errors: true\n tags:\n - jenkins_node\n\n- name: Fetch the key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1202, "all_permissive": false }
ansible_role
prasadsv77/docker-scripts
32766a0a97d46515c3821c085c8dd4eb9556fcc9
0
Ansible/roles/selinux
145
[ "no_license" ]
[ { "path": "Ansible/roles/selinux/tasks/main.yaml", "content": "- name: Disable selinux\n lineinfile:\n destfile: /etc/selinux/config\n regexp: '^SELINUX='\n line: 'SELINUX=disabled'\n become: yes\n tags:\n - selinux\n - join_worker\n\n- name: swap off\n raw: swapoff -a\n tags:\n - joi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 682, "all_permissive": false }
ansible_role
prasadsv77/docker-scripts
32766a0a97d46515c3821c085c8dd4eb9556fcc9
0
Ansible/roles/software
145
[ "no_license" ]
[ { "path": "Ansible/roles/software/tasks/main.yaml", "content": "- name: Cleaning kubernetes and docker packages if installed\n shell: yum remove -y kubelet kubectl kubeadm docker-ce docker*\n ignore_errors: true\n tags:\n - clean_all_packages\n\n- name: Cleaning existing yum repository\n shell: rm -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3745, "all_permissive": false }
ansible_role
redhat-cop/ocp4-prereqs-validator
f2ffdaa60a97f0aca1d60322442d1f8e88407768
9
roles/network-checks
145
[ "no_license" ]
[ { "path": "roles/network-checks/vars/main.yml", "content": "---\n# vars file for ocp-prepare-prereqs\n\napi_url: \"api.{{cluster_name}}.{{base_name}}\"\napi_int_url: \"api-int.{{cluster_name}}.{{base_name}}\"\napps_wildcard: \"*.apps.{{cluster_name}}.{{base_name}}\"\n\n#control_plane_lb_ip: \"10.0.0.10\"\n#...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4586, "all_permissive": false }
ansible_role
redhat-cop/ocp4-prereqs-validator
f2ffdaa60a97f0aca1d60322442d1f8e88407768
9
roles/nfs-server-setup
145
[ "no_license" ]
[ { "path": "roles/nfs-server-setup/vars/main.yml", "content": "---\n# vars file for nfs-server-setup\n\n\npath_export: /exports/vmware\nnetworks: \"*\"\noptions_export: \"rw,no_root_squash,sync\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 847, "all_permissive": false }
ansible_role
redhat-cop/ocp4-prereqs-validator
f2ffdaa60a97f0aca1d60322442d1f8e88407768
9
roles/ocp-prepare-prereqs
145
[ "no_license" ]
[ { "path": "roles/ocp-prepare-prereqs/tasks/main.yml", "content": "---\n# tasks file for ocp-prepare-prereqs\n\n- name: Install Required Packages\n tags: install_pkgs,httpd\n yum:\n name: \"{{ packages }}\"\n state: latest \n vars:\n packages:\n - bind-chroot\n - dhcp-server\n - htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 9976, "all_permissive": false }
ansible_role
jpsikorra/k8s-hetzner-test
1e10cdf548afe249c737a5c02a7687afee69353d
2
configuration/roles/controllers
145
[ "no_license" ]
[ { "path": "configuration/roles/controllers/tasks/main.yml", "content": "- name: Allow control-plane traffic\n import_tasks: ufw.yml\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "configuration/roles/controllers/tasks/ufw.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 705, "all_permissive": false }
ansible_role
jpsikorra/k8s-hetzner-test
1e10cdf548afe249c737a5c02a7687afee69353d
2
configuration/roles/master
145
[ "no_license" ]
[ { "path": "configuration/roles/master/tasks/main.yml", "content": "- name: Create /etc/kubeadm-init-config.yml\n template:\n src: init-config.yml.j2\n dest: /etc/kubeadm-init-config.yml\n\n- name: Initialize kubernetes cluster\n command: kubeadm init --config /etc/kubeadm-init-config.yml\n register...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 946, "all_permissive": false }
ansible_role
jpsikorra/k8s-hetzner-test
1e10cdf548afe249c737a5c02a7687afee69353d
2
configuration/roles/nodes
145
[ "no_license" ]
[ { "path": "configuration/roles/nodes/handlers/main.yml", "content": "---\n- name: reload docker\n systemd:\n daemon_reload: yes\n state: restarted\n name: docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "configuration/roles/nodes/...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2557, "all_permissive": false }
ansible_role
jpsikorra/k8s-hetzner-test
1e10cdf548afe249c737a5c02a7687afee69353d
2
configuration/roles/workers
145
[ "no_license" ]
[ { "path": "configuration/roles/workers/tasks/main.yml", "content": "- name: Allow traffic\n import_tasks: ufw.yml\n become: true\n\n- name: Create token\n shell: kubeadm token create --config /etc/kubeadm-init-config.yml\n delegate_to: \"{{ groups['controllers'][0] }}\"\n run_once: true\n register: cr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1549, "all_permissive": false }
ansible_role
jyundt/oval-ansible
c9333a66efb1ef8eb1619e207a0a1399c1c2130a
0
roles/app
146
[ "no_license" ]
[ { "path": "roles/app/templates/oval_vars.j2", "content": "DB_PASS={{db_pass}}\nDB_USER={{db_user}}\nDB_HOST={{db_host}}\nDB_NAME={{db_name}}\nGOOGLE_ANALYTICS_ID={{google_analytics_id}}\nSECRET_KEY={{flask_secret_key}}\nMAIL_PASSWORD={{<PASSWORD>}}\nMAIL_USERNAME={{mail_username}}\nSTRAVA_API_TOKEN={{strava...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5364, "all_permissive": false }
ansible_role
jyundt/oval-ansible
c9333a66efb1ef8eb1619e207a0a1399c1c2130a
0
roles/base
146
[ "no_license" ]
[ { "path": "roles/base/tasks/aws.yml", "content": "---\n- name: Update AWS private route53 zone\n route53:\n command: create\n zone: \"{{dns_zone}}\"\n record: \"{{item.record}}\"\n type: \"{{item.type}}\"\n ttl: 300\n value: \"{{item.value}}\"\n wait: yes\n hosted_zone_id: \"{{aws_p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7262, "all_permissive": false }
ansible_role
jyundt/oval-ansible
c9333a66efb1ef8eb1619e207a0a1399c1c2130a
0
roles/db
146
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n- name: Install Postgres\n package:\n name: \"{{postgres_package}}\"\n update_cache: yes\n\n- name: Install Postgres deps\n package: \n name: \"{{ansible_postgres_deps}}\"\n update_cache: yes\n\n- name: Initialize Postgres (RHEL)\n command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5063, "all_permissive": false }
ansible_role
jyundt/oval-ansible
c9333a66efb1ef8eb1619e207a0a1399c1c2130a
0
roles/web
146
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n- name: Add nginx RPM GPG key (RHEL)\n rpm_key:\n state: present\n key: \"https://nginx.org/keys/nginx_signing.key\"\n when: ansible_os_family == \"RedHat\"\n\n- name: Install nginx repo (RHEL)\n yum_repository:\n name: \"nginx\"\n file: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4851, "all_permissive": false }
ansible_role
jtaleric/stress-operator
f1c6c7dcbdf20759960bafc1b61592ff4a0b0dd9
5
roles/stress
146
[ "permissive" ]
[ { "path": "roles/stress/vars/main.yml", "content": "---\n# vars file for stress\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 27 }, { "path": "roles/stress/handlers/main.yml", "content": "---\n# handlers file for stress\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 841, "all_permissive": true }
ansible_role
Ppjet6/movim-ansible-provisioning
2f1d898feca4b083413f7a628a85a945229fa535
0
roles/arch-devel
146
[ "no_license" ]
[ { "path": "roles/arch-devel/meta/main.yml", "content": "galaxy_info:\n author: <NAME>” Buquet\n description: Arch devel\n license: MIT\n min_ansible_version: 1.2\n platforms:\n - name: Archlinux\n versions:\n - all\n galaxy_tags: []\n\ndependencies: []\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 590, "all_permissive": false }
ansible_role
Ppjet6/movim-ansible-provisioning
2f1d898feca4b083413f7a628a85a945229fa535
0
roles/movim
146
[ "no_license" ]
[ { "path": "roles/movim/templates/movim.default.j2", "content": "MOVIM_URL=https://{{ movim_domain }}\nMOVIM_PORT=9001\nMOVIM_INTERFACE=[::1]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/movim/vars/main.yml", "content": "---\n\ndb_hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3586, "all_permissive": false }
ansible_role
Ppjet6/movim-ansible-provisioning
2f1d898feca4b083413f7a628a85a945229fa535
0
roles/munin-node
146
[ "no_license" ]
[ { "path": "roles/munin-node/tasks/main.yml", "content": "---\n\n- name: 'Install munin-node'\n package:\n name: munin-node\n state: latest\n register: package\n notify: restart munin-node\n\n- name: 'Setup configuration'\n template:\n src: munin-node.conf.j2\n dest: /etc/munin/munin-node.con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 739, "all_permissive": false }
ansible_role
Ppjet6/movim-ansible-provisioning
2f1d898feca4b083413f7a628a85a945229fa535
0
roles/nginx
146
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\n\nssl_path: /etc/letsencrypt\nssl_certificate: jp.mov.im.crt\nssl_certificate_key: jp.mov.im.key\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/nginx/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1312, "all_permissive": false }
ansible_role
Ppjet6/movim-ansible-provisioning
2f1d898feca4b083413f7a628a85a945229fa535
0
roles/php-fpm
146
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n\n- name: 'Install php-fpm'\n package:\n name: php-fpm\n state: latest\n\n- name: 'Remove default www pool'\n file:\n path: /etc/php/php-fpm.d/www.conf\n state: absent\n notify: reload php-fpm\n\n- name: 'Enable and start php-fpm'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 784, "all_permissive": false }
ansible_role
Ppjet6/movim-ansible-provisioning
2f1d898feca4b083413f7a628a85a945229fa535
0
roles/postgresql
146
[ "no_license" ]
[ { "path": "roles/postgresql/meta/main.yml", "content": "galaxy_info:\n author: <NAME>” Buquet\n description: Postgresql\n license: MIT\n min_ansible_version: 1.2\n platforms:\n - name: Archlinux\n versions:\n - all\n galaxy_tags:\n - postgresql\n - database\n\ndependencies: []\n", "licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 787, "all_permissive": false }
ansible_role
Ppjet6/movim-ansible-provisioning
2f1d898feca4b083413f7a628a85a945229fa535
0
roles/ssl-certs
146
[ "no_license" ]
[ { "path": "roles/ssl-certs/tasks/main.yml", "content": "---\n\n- name: \"Create ssl group\"\n group:\n name: ssl\n state: present\n system: yes\n\n- name: \"Prepare LE folder\"\n file:\n path: /etc/letsencrypt\n state: directory\n owner: root\n group: ssl\n mode: 0750\n\n- name: 'G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1657, "all_permissive": false }
ansible_role
samoxbalz/kubernetes-terraform-ansible
3bdf71f3150d6842a82f846c1b2e83f304a33dac
0
ansible/roles/cri
146
[ "no_license" ]
[ { "path": "ansible/roles/cri/tasks/main.yml", "content": "- import_tasks: \"cri-common.yml\"\n\n- import_tasks: \"containerd-setup.yml\"\n when: container_runtime == \"containerd\"\n\n- import_tasks: \"crio-setup.yml\"\n when: container_runtime == \"crio\"", "license_type": "no_license", "detected...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5397, "all_permissive": false }
ansible_role
samoxbalz/kubernetes-terraform-ansible
3bdf71f3150d6842a82f846c1b2e83f304a33dac
0
ansible/roles/helm
146
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yml", "content": "---\n- name: Create helm directory\n file:\n path: \"{{ helm_path }}/helm-{{ helm_version }}/plugins\"\n mode: 0755\n state: directory\n\n- name: Fetch helm tarball\n get_url:\n url: \"{{ helm_url }}/helm-{{ helm_version }}-linux-amd64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
samoxbalz/kubernetes-terraform-ansible
3bdf71f3150d6842a82f846c1b2e83f304a33dac
0
ansible/roles/k8s-cluster
146
[ "no_license" ]
[ { "path": "ansible/roles/k8s-cluster/tasks/k8s-master.yml", "content": "- name: Install kubectl and completion\n apt:\n name: \"{{ item }}\"\n state: present\n force: yes\n update_cache: yes\n with_items: \n - \"kubectl={{ kubernetes_version }}-00\"\n - \"bash-completion\"\n\n- name: Cre...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10362, "all_permissive": false }
ansible_role
samoxbalz/kubernetes-terraform-ansible
3bdf71f3150d6842a82f846c1b2e83f304a33dac
0
ansible/roles/k8s-common
146
[ "no_license" ]
[ { "path": "ansible/roles/k8s-common/tasks/main.yml", "content": "- name: Add an apt signing key for Kubernetes\n apt_key:\n url: \"https://packages.cloud.google.com/apt/doc/apt-key.gpg\"\n state: present\n\n- name: Adding apt repository for Kubernetes\n apt_repository:\n repo: \"deb https://apt.k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
samoxbalz/kubernetes-terraform-ansible
3bdf71f3150d6842a82f846c1b2e83f304a33dac
0
ansible/roles/k8s-network
146
[ "no_license" ]
[ { "path": "ansible/roles/k8s-network/tasks/main.yml", "content": "---\n- name: Register if Cilium Helm repository is installed\n environment:\n KUBECONFIG: \"{{ kube_config }}\"\n command: helm search repo {{ cilium_repo_name }} -n {{ cilium_namespace }} --version ^{{ cilium_chart_version }} 2>/dev/nul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4654, "all_permissive": false }
ansible_role
samoxbalz/kubernetes-terraform-ansible
3bdf71f3150d6842a82f846c1b2e83f304a33dac
0
ansible/roles/loadbalancer
146
[ "no_license" ]
[ { "path": "ansible/roles/loadbalancer/templates/haproxy-loadbalancer.cfg.j2", "content": "global\n maxconn 4000\n log 127.0.0.1 local0\n\ndefaults\n mode http\n log global\n option httplog\n option ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1683, "all_permissive": false }
ansible_role
samoxbalz/kubernetes-terraform-ansible
3bdf71f3150d6842a82f846c1b2e83f304a33dac
0
ansible/roles/pre-install
146
[ "no_license" ]
[ { "path": "ansible/roles/pre-install/tasks/main.yml", "content": "- name: Install pip\n apt:\n name: python3-pip\n state: present\n update_cache: true\n\n- name: Installing pip packages\n pip:\n name: \"{{ item }}\"\n state: present\n with_items:\n - selinux\n - openshift\n vars:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
circumspectlabs/kubernetes-the-mindful-way
a0d9329b119f2ce101e5651a7235a96f0bf353bc
1
code/roles/containerd
146
[ "no_license" ]
[ { "path": "code/roles/containerd/templates/containerd.service.j2", "content": "# original source: https://github.com/containerd/containerd/blob/v1.7.26/containerd.service\n\n[Unit]\nDescription=containerd container runtime\nDocumentation=https://containerd.io\nAfter=network.target local-fs.target\n\n[Servic...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 7409, "all_permissive": false }
ansible_role
circumspectlabs/kubernetes-the-mindful-way
a0d9329b119f2ce101e5651a7235a96f0bf353bc
1
code/roles/etcd
146
[ "no_license" ]
[ { "path": "code/roles/etcd/templates/etcd.service.j2", "content": "[Unit]\nAfter=network.target\n\n[Service]\nType=notify\nUser=etcd\nGroup=etcd\nExecStart=/usr/local/bin/etcd \\\n --name {{ inventory_hostname | hash('md5') }} \\\n --cert-file={{ etcd_conf_dir }}/pki/server.crt \\\n --key-file={{ etcd_co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 11461, "all_permissive": false }
ansible_role
circumspectlabs/kubernetes-the-mindful-way
a0d9329b119f2ce101e5651a7235a96f0bf353bc
1
code/roles/keepalived
146
[ "no_license" ]
[ { "path": "code/roles/keepalived/defaults/main.yml", "content": "keepalived_conf_dir: /etc/keepalived\nkeepalived_vrrp_instance: VRRP1\nkeepalived_router_id: 101\n\nkeepalived_interface: \"detect\" # examples: \"eth0\", \"enp3s0\", \"tap0\", etc\nkeepalived_network_cidr: \"detect\" # examples: \"192.168.10....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6353, "all_permissive": false }
ansible_role
circumspectlabs/kubernetes-the-mindful-way
a0d9329b119f2ce101e5651a7235a96f0bf353bc
1
code/roles/kubernetes
146
[ "no_license" ]
[ { "path": "code/roles/kubernetes/templates/core/kubelet.service.j2", "content": "[Unit]\nAfter=kubernetes-api.service kubernetes-controller-manager.service kubernetes-scheduler.service\n\n[Service]\nType=simple\nExecStart=/usr/local/bin/kubelet \\\n --kubeconfig={{ kubernetes_conf_dir }}/config/kubelet \...
{ "task_files": 15, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 34, "total_bytes": 113348, "all_permissive": false }
ansible_role
circumspectlabs/kubernetes-the-mindful-way
a0d9329b119f2ce101e5651a7235a96f0bf353bc
1
code/roles/policies
146
[ "no_license" ]
[ { "path": "code/roles/policies/files/ssh/sshd_config", "content": "Include /etc/ssh/sshd_config.d/*.conf\n\nPort 22\nAddressFamily any\nListenAddress 0.0.0.0\nListenAddress ::\n\nHostKey /etc/ssh/ssh_host_rsa_key\nHostKey /etc/ssh/ssh_host_ecdsa_key\n\n# Logging\nSyslogFacility AUTH\nLogLevel INFO\n\n# Auth...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 8755, "all_permissive": false }
ansible_role
nubenetes/ocp4-ansible
7e97b65ef35c4748aa2c6e78b955f1af3d6f4b72
0
roles/ocp4-github-idp
146
[ "permissive" ]
[ { "path": "roles/ocp4-github-idp/templates/oauth-github-idp-secret.j2", "content": "apiVersion: v1\ndata:\n clientSecret: {{ github_client_secret | b64encode }}\nkind: Secret\nmetadata:\n name: github-client-secret\n namespace: openshift-config\ntype: Opaque", "license_type": "permissive", "detec...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 22564, "all_permissive": true }
ansible_role
nubenetes/ocp4-ansible
7e97b65ef35c4748aa2c6e78b955f1af3d6f4b72
0
roles/ocp4-project-quota-management
146
[ "permissive" ]
[ { "path": "roles/ocp4-project-quota-management/tasks/main.yml", "content": "---\n\n# Do not modify this file\n- debug:\n var: action\n\n- block: \n - import_tasks: project-quota.yml # namespaces need to be created before applying rbac. To do: quota management\n when: enable_project_quota_m...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4048, "all_permissive": true }
ansible_role
openfisca/openfisca-ops
59a26055f94b30af65b0acfdc43b47b6b479abf2
1
ansible/roles/autoupdate
146
[ "no_license" ]
[ { "path": "ansible/roles/autoupdate/tasks/main.yml", "content": "- name: Set up auto-update\n tags:\n - auto-update\n when: autoupdate_inventory_file\n block:\n - name: Add the \"ansible\" PPA\n ansible.builtin.apt_repository:\n repo: ppa:ansible/ansible\n state: present\n\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2907, "all_permissive": false }
ansible_role
openfisca/openfisca-ops
59a26055f94b30af65b0acfdc43b47b6b479abf2
1
ansible/roles/openfisca_api
146
[ "no_license" ]
[ { "path": "ansible/roles/openfisca_api/tasks/packages.yml", "content": "- name: Update the cache of Ubuntu packages\n ansible.builtin.apt:\n update_cache: yes\n tags:\n - apt-update-cache\n\n- name: Install required Ubuntu packages\n ansible.builtin.apt:\n install_recommends: no\n name:\n ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 5979, "all_permissive": false }
ansible_role
openfisca/openfisca-ops
59a26055f94b30af65b0acfdc43b47b6b479abf2
1
ansible/roles/reverse_proxy
146
[ "no_license" ]
[ { "path": "ansible/roles/reverse_proxy/templates/openfisca-web-api.conf.j2", "content": "{# This file will be updated by certbot if SSL is enabled, so that this virtual host listens on port 443. #}\n\nserver {\n listen 80;\n server_name {{ reverse_proxy_host_name }};\n\n access_log /var/log/nginx/{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3564, "all_permissive": false }
ansible_role
DarioBlanco26/ansible-windows-devopsara
3e27c854e6480cf7d4f26b8b669fcd2e08c090d4
0
roles/config_docker
146
[ "no_license" ]
[ { "path": "roles/config_docker/defaults/main.yml", "content": "---\n# defaults file for config_docker\nnexus_registry: nexus.bancobasa.com.py\nnexus_registry_port: 9002\nmetrics_port: 9323\ndocker_config_path: /etc/docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 678, "all_permissive": false }
ansible_role
DarioBlanco26/ansible-windows-devopsara
3e27c854e6480cf7d4f26b8b669fcd2e08c090d4
0
roles/configure_sssd
146
[ "no_license" ]
[ { "path": "roles/configure_sssd/handlers/main.yml", "content": "---\n# handlers file for configure_so\n- name: restart_sssd\n service:\n name: sssd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/configure_sssd/te...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2922, "all_permissive": false }
ansible_role
DarioBlanco26/ansible-windows-devopsara
3e27c854e6480cf7d4f26b8b669fcd2e08c090d4
0
roles/install_ansible
146
[ "no_license" ]
[ { "path": "roles/install_ansible/defaults/main.yml", "content": "---\n# defaults file for install_ansible\nrhn_ansible_repo: ansible-2.9-for-rhel-8-x86_64-rpms\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/install_ansible/tasks/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 543, "all_permissive": false }