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
Nivruttinath/AWS
8c765452375fbea67c27fab40295e19dd3dfb72f
0
niv/aws-final/roles/webserver
70
[ "no_license" ]
[ { "path": "niv/aws-final/roles/webserver/tasks/main.yml", "content": "- name: ensure apache is at the latest version\n yum:\n pkg: \"{{ item }}\"\n state: latest\n with_items:\n - httpd\n - php\n - php-gd\n - php-mysql\n - git\n- name: Copy code\n synchronize:\n src: roles/webserv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 353, "all_permissive": false }
ansible_role
gairys/macos-setup
1a23ba9f3f61d22a9f9e602c23071858544834b2
0
roles/homebrew
70
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/packages.yml", "content": "---\n# Uninstall and install brew and cask packages, then cleanup\n\n- name: Uninstall old homebrew packages\n homebrew:\n name: '{{ homebrew_package_removals }}'\n state: absent\n\n- name: start installing homebrew packages\n homebrew:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1562, "all_permissive": false }
ansible_role
yasu0519/redmine-rockylinux8-ansible
6af61261df133e06af38d59b18c00ea0437431a7
0
roles/common
70
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\nansible_become: yes\nos_locale: ja_JP.UTF-8\nos_timezone_name: Asia/Tokyo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
yasu0519/redmine-rockylinux8-ansible
6af61261df133e06af38d59b18c00ea0437431a7
0
roles/disable_selinux
70
[ "no_license" ]
[ { "path": "roles/disable_selinux/tasks/main.yml", "content": "---\n- name: permissive SELinux\n ansible.builtin.command: setenforce 0\n\n- name: Disable SELinux\n ansible.posix.selinux:\n state: disabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
yasu0519/redmine-rockylinux8-ansible
6af61261df133e06af38d59b18c00ea0437431a7
0
roles/nginx
70
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Add nginx.repo\n ansible.builtin.copy:\n src: nginx.repo\n dest: /etc/yum.repos.d/\n owner: root\n group: root\n mode: '0644'\n\n- name: Install nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
yasu0519/redmine-rockylinux8-ansible
6af61261df133e06af38d59b18c00ea0437431a7
0
roles/postgresql
70
[ "no_license" ]
[ { "path": "roles/postgresql/defaults/main.yml", "content": "---\nansible_become: yes\ndb_admin_user: postgres\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Install postgresql\n ans...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1345, "all_permissive": false }
ansible_role
yasu0519/redmine-rockylinux8-ansible
6af61261df133e06af38d59b18c00ea0437431a7
0
roles/rbenv
70
[ "no_license" ]
[ { "path": "roles/rbenv/defaults/main.yml", "content": "---\nansible_become: yes\nrbenv_user: \"app_user\"\nrbenv_user_home: \"/home/{{ rbenv_user }}\"\nrbenv_dir: \"{{ rbenv_user_home }}/.rbenv\"\nruby_version: \"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2599, "all_permissive": false }
ansible_role
yasu0519/redmine-rockylinux8-ansible
6af61261df133e06af38d59b18c00ea0437431a7
0
roles/redmine
70
[ "no_license" ]
[ { "path": "roles/redmine/tasks/main.yml", "content": "---\n- name: Install require packages\n ansible.builtin.dnf:\n name: \n - curl-devel\n - ImageMagick\n - ImageMagick-devel\n - google-noto-sans-cjk-jp-fonts\n - subversion\n state: present\n when: not ansible_check_mode\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7244, "all_permissive": false }
ansible_role
webuniongranada/develop-config
37d1804f94382cc73dbf51dd02594a085d8230c7
0
ansible/roles/ismagnu.common
70
[ "no_license" ]
[ { "path": "ansible/roles/ismagnu.common/tasks/main.yml", "content": "---\n# tasks file for ismagnu.common\n- name: Update apt cache\n become: true\n apt: update_cache=yes cache_valid_time=86400\n\n- name: Common dependencies\n become: true\n apt: name='{{ item }}' state=present\n with_items:\n - curl\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1006, "all_permissive": false }
ansible_role
elvinjay07/Final_Exam_PILONGO
539ea86822e1717852dffb402ce3ce03c5a315d2
0
roles/Enterprise
70
[ "no_license" ]
[ { "path": "roles/Enterprise/tasks/main.yml", "content": "---\n - name: Installing Nagios in Ubuntu OS\n apt:\n name: \n - nagios\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Installing Nagios in CentOS\n dnf:\n name: \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1100, "all_permissive": false }
ansible_role
alanmeadows/airsimple
7eab3f7538da4e37024d83a2ae9be729b36a5c17
0
scripts/vm-setup/roles/common
70
[ "no_license" ]
[ { "path": "scripts/vm-setup/roles/common/defaults/main.yml", "content": "non_root_user: \"{{ lookup('env', 'USER') }}\"\n\n# base domain to use\ncluster_domain: \"{{ lookup('env', 'CLUSTER_DOMAIN') | default('ostest.test.metalkube.org', true) }}\"\n\n# allow the nic model to be overridden\nlibvirt_nic_model...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4462, "all_permissive": false }
ansible_role
alanmeadows/airsimple
7eab3f7538da4e37024d83a2ae9be729b36a5c17
0
scripts/vm-setup/roles/libvirt
70
[ "no_license" ]
[ { "path": "scripts/vm-setup/roles/libvirt/tasks/install_setup_tasks.yml", "content": "# Install the packages required for our desired libvirt environment.\n# We store the list of packages in `libvirt_packages` so that in\n# theory we can support multiple distributions simply by passing in a\n# different lis...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1740, "all_permissive": false }
ansible_role
alanmeadows/airsimple
7eab3f7538da4e37024d83a2ae9be729b36a5c17
0
scripts/vm-setup/roles/virtbmc
70
[ "no_license" ]
[ { "path": "scripts/vm-setup/roles/virtbmc/tasks/teardown_tasks.yml", "content": "---\n\n- name: Remove virtualbmc directories\n file:\n path: \"{{ item }}\"\n state: absent\n with_items:\n - \"/etc/virtualbmc\"\n - \"/var/log/virtualbmc\"\n - \"/root/.vbmc/\"\n become: true\n\n- name: Stop...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3178, "all_permissive": false }
ansible_role
digitalismic/ovo-graylog-sandbox
117ca225b67506f27419e70f88d7dbc88f033bde
0
roles/base
70
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: Ensure GIT installed\n apt: name=git state=present update_cache=yes\n\n- name: Ensure APT over HTTPS supported\n apt: name=apt-transport-https state=present\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": 168, "all_permissive": false }
ansible_role
digitalismic/ovo-graylog-sandbox
117ca225b67506f27419e70f88d7dbc88f033bde
0
roles/elasticsearch
70
[ "no_license" ]
[ { "path": "roles/elasticsearch/templates/elasticsearch.j2", "content": "cluster.name: graylog\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n\n- name: Add Elasticsearch repository key\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 626, "all_permissive": false }
ansible_role
digitalismic/ovo-graylog-sandbox
117ca225b67506f27419e70f88d7dbc88f033bde
0
roles/graylog
70
[ "no_license" ]
[ { "path": "roles/graylog/tasks/main.yml", "content": "---\n\n- name: Get the packages\n get_url: url=https://packages.graylog2.org/repo/packages/graylog-2.2-repository_latest.deb dest=/tmp/graylog-2.2-repository_latest.deb\n\n- name: Ensure graylog repo installed\n apt: deb=/tmp/graylog-2.2-repository_lat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1147, "all_permissive": false }
ansible_role
digitalismic/ovo-graylog-sandbox
117ca225b67506f27419e70f88d7dbc88f033bde
0
roles/mongodb
70
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n\n- name: Ensure mongoDB installed\n apt: name=mongodb-server state=present\n\n- name: Ensure mongoDB service started\n service: name=mongodb state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
digitalismic/ovo-graylog-sandbox
117ca225b67506f27419e70f88d7dbc88f033bde
0
roles/nginx
70
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.j2", "content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\ninclude /etc/nginx/modules-enabled/*.conf;\n\nevents {\n worker_connections 768;\n}\n\nhttp {\n\n sendfile on;\n tcp_nopush on;\n tcp_nodelay on;\n keepalive_timeout 65;\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2302, "all_permissive": false }
ansible_role
digitalismic/ovo-graylog-sandbox
117ca225b67506f27419e70f88d7dbc88f033bde
0
roles/ntp
70
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n\n- hosts: all\n sudo: yes\n tasks:\n - name: Install NTP Package\n apt: name=ntp update_cache=yes\n sudo: yes\n\n - name: Change Time Zone to UTC\n shell: timedatectl set-timezone UTC\n sudo: yes\n\n - name: Ensure time sync once a day...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
digitalismic/ovo-graylog-sandbox
117ca225b67506f27419e70f88d7dbc88f033bde
0
roles/openjdk
70
[ "no_license" ]
[ { "path": "roles/openjdk/tasks/main.yml", "content": "---\n\n- name: Adding PPA repository for openjdk\n apt_repository: repo='ppa:openjdk-r/ppa'\n\n- name: Ensure openjdk installed\n apt: update_cache=yes name=openjdk-8-jre-headless state=present\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
runyiy/ansible_module
d1329e06e668ea6242da02b4d5ebf420cc0cef03
0
roles/jenkins
70
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: stop the server\n service:\n name: tomcat\n state: stopped\n\n- name: check if webapp exists\n stat:\n path: \"/usr/share/tomcat/webapps/webapp\"\n register: webapp_data\n\n- name: mkdir if backupp no\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1215, "all_permissive": false }
ansible_role
runyiy/ansible_module
d1329e06e668ea6242da02b4d5ebf420cc0cef03
0
roles/php
70
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n\n\n- name: installing PHP\n yum:\n name: \"{{ item }}\"\n state: installed\n loop:\n - php\n - php-mysql\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
runyiy/ansible_module
d1329e06e668ea6242da02b4d5ebf420cc0cef03
0
roles/tomcat
70
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n\n- name: install JDK\n yum:\n name: java\n state: latest\n\n- name: install tomcat\n yum:\n name: tomcat\n state: latest\n- name: install adiitional package\n yum:\n name:\n - tomcat-webapps\n - t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 499, "all_permissive": false }
ansible_role
quangchuhong/Deploy-grafana-telegraf-influxdb
4e3ad31d61814b6944ce9a6a5ead56d675e364a3
0
roles/grafana
70
[ "no_license" ]
[ { "path": "roles/grafana/tasks/install-ubuntu.yml", "content": "---\n# install grafana-server on ubuntu 16.04\n\n- name: add apt-transport-https\n apt: name=apt-transport-https state=present\n tags: install-grafana\n\n- name: add grafana-apt-repository\n apt_repository: repo='deb https://packages.grafana...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1389, "all_permissive": false }
ansible_role
quangchuhong/Deploy-grafana-telegraf-influxdb
4e3ad31d61814b6944ce9a6a5ead56d675e364a3
0
roles/influxdb
70
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/install-centos.yml", "content": "---\n- name: Install any necessary dependencies [RedHat/CentOS]\n yum: \n name: \"{{ item }}\" \n state: present\n with_items:\n - curl\n tags: install-influxdb\n\n- name: Install any necessary PIP dependencies [RedHat/CentOS]\n y...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 10682, "all_permissive": false }
ansible_role
quangchuhong/Deploy-grafana-telegraf-influxdb
4e3ad31d61814b6944ce9a6a5ead56d675e364a3
0
roles/telegraf
70
[ "no_license" ]
[ { "path": "roles/telegraf/tasks/install-ubuntu.yml", "content": "---\n# install telegraf on ubuntu 16.04\n\n- name: install any dependencies on Debian\n apt:\n name: \"{{ item }}\"\n update_cache: true\n state: present\n with_items:\n - 'python-httplib2'\n - 'python-apt'\n - 'curl'\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2619, "all_permissive": false }
ansible_role
engrcatherine/udapeople-
222fe00ad2dec4c5031be847e72f34ea08fba21c
0
.circleci/ansible/roles/configure-prometheus-node-exporter
70
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-prometheus-node-exporter/tasks/main.yml", "content": "---\n\n- name: 'Create user for Prometheus Node Exporter'\n shell: |\n sudo useradd --no-create-home node_exporter\n\n- name: 'Install Node Exporter Binaries'\n shell: |\n wget https://github.com/prome...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 881, "all_permissive": false }
ansible_role
DiegoBulhoes/hadoop-mult-node
b728e5d8d939f5205e4f8fb0b79d295405e84d6d
0
ansible/roles/hadoop
73
[ "no_license" ]
[ { "path": "ansible/roles/hadoop/tasks/dowload-hadoop.yml", "content": "- name: Install packages\n become: yes\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - vim\n - htop\n - openjdk-8-jdk\n\n- name: Get files - Hadoop verion 3.2.1...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1634, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_add_mds_domain
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_add_mds_domain/tasks/mgmt_api_login.yml", "content": "---\n- name: Login\n uri:\n url: \"https://{{ mgmt_server }}/web_api/login\"\n validate_certs: false\n method: POST\n body_format: json\n body: \"{ \\\"user\\\" : \\\"{{ mgmt_user }}\\\", \\\"password\\\...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 9815, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_add_mds_mdls
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_add_mds_mdls/defaults/main.yml", "content": "---\n# Default vars for chkp_add_sg_cluster role\n# Credentials for cp_mgmt* modules and Settings for the Check Point httpapi plugin that provides methods to connect to Checkpoint devices over a HTTP(S)-based api.\nansible_httpapi_us...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4831, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_add_sg
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_add_sg/tasks/cp_mgmt_simple_gateway_facts.yml", "content": "---\n- name: show-simple-gateways\n check_point.mgmt.cp_mgmt_simple_gateway_facts:\n name: \"{{ item.name }} \"\n register: data_cp_mgmt_simple_gateway\n\n- debug:\n msg: \"{{ data_cp_mgmt_simple_gateway }}\"\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 663, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_add_sg_cluster
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_add_sg_cluster/tasks/main.yml", "content": "---\n# tasks file for mgmt_api\n- import_tasks: mgmt_api_add_simple_cluster.yml\n- import_tasks: trigger_chkp_api_logout.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7132, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_api_session_mgmt
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_api_session_mgmt/tasks/main.yml", "content": "---\n# tasks file for chkp_api_session_mgmt\n- import_tasks: vm_get_guest_ip.yml\n- import_tasks: chkp_api_login.yml\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path":...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3494, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_check_mgmt_api
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_check_mgmt_api/tasks/gaia_api_verify_cpm_status.yml", "content": "---\n- name: Wait up to 15 minutes for CPM connetion on {{ ansible_host }}\n wait_for:\n port: 19009\n host: \"{{ ansible_host }}\"\n timeout: 900\n delegate_to: localhost\n\n- name: Wait up to 5 minut...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6972, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_config_gaia
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_config_gaia/tasks/gaia_api_set_hostname.yml", "content": "---\n- name: Set hostname\n uri:\n url: \"https://{{ api_server }}{{ api_base_url }}/set-hostname\"\n validate_certs: \"{{ api_validate_cert }}\"\n method: POST\n body_format: json\n headers :\n ...
{ "task_files": 16, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 19812, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_config_gaia_embedded
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_config_gaia_embedded/tasks/vm_get_guest_ip.yml", "content": "---\n- debug:\n msg: \"{{ ansible_host }}\"\n\n# Collect VM ip address when gaia_server is defined as \"get_guest_ipAddress\"\n- name: \"Wait for VMware tools to become available on {{ vm_name }}\"\n vmware_guest_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5164, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_domain_policy
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_domain_policy/tasks/main.yml", "content": "---\n- include_tasks: cp_mgmt_package.yml\n when: ansible_checkpoint_domain != \"System Data\"\n- include_tasks: cp_mgmt_group.yml\n when: ansible_checkpoint_domain != \"System Data\"\n- include_tasks: cp_mgmt_network.yml\n when: an...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 7623, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_lsm_gw
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_lsm_gw/tasks/mgmt_api_lsmcli_gw.yml", "content": "---\n- debug:\n msg: \"{{ ansible_checkpoint_domain }}\"\n\n- name: List LSM gateway {{ item.name }}\n check_point.mgmt.cp_mgmt_run_script:\n script: LSMcli {{ ansible_host }} {{ ansible_user }} {{ ansible_password }} Sho...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6285, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_update_and_install
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_update_and_install/tasks/upload_and_install_jhf.yml", "content": "---\n- name: Import {{ item.file }} to CPUSE on {{ ansible_hostname }} \n command: clish -c 'installer import ftp {{ lookup('env','FTP_SRV') }} path {{ item.jhf_file }}.tgz username {{ lookup('env','FTP_UID') ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2074, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/chkp_zero_touch
73
[ "no_license" ]
[ { "path": "Ansible/roles/chkp_zero_touch/defaults/main.yml", "content": "---\n# vars file for zero_touch role\n# Zero-touch credentials, server and base URL\nzero_touch_user: \"{{ lookup('env','TF_VAR_zero_touch_user') }}\"\nzero_touch_password: \"{{ lookup('env','TF_VAR_zero_touch_password') }}\"\nzero_tou...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6932, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/inventory
73
[ "no_license" ]
[ { "path": "Ansible/roles/inventory/tasks/main.yml", "content": "---\n# Tasks for role inventory\n- name: Create a dynamic inventory to deploy vm instances and configure them with Gaia\n add_host:\n hostname: \"{{ item.hostname }}\"\n ansible_host: \"{{ item.ansible_host }}\"\n groups: \"{{item.gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2180, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/vm_deploy_gaia_from_ovf
73
[ "no_license" ]
[ { "path": "Ansible/roles/vm_deploy_gaia_from_ovf/defaults/main.yml", "content": "---\n# vars file for vm_deploy_gaia_from_ovf role\n# Set VMware parameters and vsphere_credentials\nvsphere_user: \"{{ lookup('env','TF_VAR_vsphere_user') }}\"\nvsphere_password: \"{{ lookup('env','TF_VAR_vsphere_password') }}\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1144, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/vm_ware_deploy_instance
73
[ "no_license" ]
[ { "path": "Ansible/roles/vm_ware_deploy_instance/tasks/main.yml", "content": "---\n- include_tasks: vm_clone.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "Ansible/roles/vm_ware_deploy_instance/defaults/main.yml", "content": "---\n# va...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1041, "all_permissive": false }
ansible_role
jimoq/AutomateMyLabSetup
0064806aebd371e5cb770b6941c3f61eb90810c8
2
Ansible/roles/vm_ware_remove_instance
73
[ "no_license" ]
[ { "path": "Ansible/roles/vm_ware_remove_instance/tasks/vm_remove.yml", "content": "---\n- name: \"Remove a virtual machine {{ vm_name }}\"\n vmware_guest:\n hostname: \"{{ vsphere_server }}\"\n username: \"{{ vsphere_user }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n name: \"{...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 693, "all_permissive": false }
ansible_role
westberliner/setup-dev-system
b15c6fa8ae2defc851034354974ba42c59290a87
1
roles/sublime
73
[ "no_license" ]
[ { "path": "roles/sublime/vars/main.yml", "content": "---\n# vars file for sublime", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/sublime/handlers/main.yml", "content": "---\n# handlers file for sublime", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3217, "all_permissive": false }
ansible_role
westberliner/setup-dev-system
b15c6fa8ae2defc851034354974ba42c59290a87
1
roles/vim
73
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n# tasks file for vim\n- name: install vim\n homebrew:\n name: vim\n state: latest\n\n- name: install ag\n homebrew:\n name: ag\n state: latest\n\n- include_role:\n name: ctorgalson.janus\n\n- name: Install vim plugins\n git:\n repo:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 598, "all_permissive": false }
ansible_role
westberliner/setup-dev-system
b15c6fa8ae2defc851034354974ba42c59290a87
1
roles/web-tools
73
[ "no_license" ]
[ { "path": "roles/web-tools/tasks/main.yml", "content": "---\n# tasks file for web-tools\n- name: ensure homebrew is updated\n homebrew:\n state: latest\n update_homebrew: yes\n\n- name: copy basic vim settings\n copy:\n src: config\n dest: \"{{ ansible_env.HOME }}/.ssh/config\"\n force: no\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2066, "all_permissive": false }
ansible_role
westberliner/setup-dev-system
b15c6fa8ae2defc851034354974ba42c59290a87
1
roles/webserver-php
73
[ "no_license" ]
[ { "path": "roles/webserver-php/tasks/ssl.yml", "content": "# generate ssl\n- name: Create ssl certs\n file:\n path: /usr/local/var/certs\n state: directory\n\n- name: copy openssl-san config\n copy:\n src: openssl-san.cnf\n dest: /usr/local/etc/openssl/.\n\n- name: copy ext config\n copy:\n ...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 16612, "all_permissive": false }
ansible_role
westberliner/setup-dev-system
b15c6fa8ae2defc851034354974ba42c59290a87
1
roles/zsh
73
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n# tasks file for zsh\n- name: ensure homebrew is updated\n homebrew:\n state: latest\n update_homebrew: yes\n\n- name: install zsh\n homebrew:\n name: zsh\n state: latest\n\n- name: copy dotfile\n copy:\n src: .zshrc\n dest: \"{{ an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
luna-flowers/zerodimensionalspace-ansible
f03eb74bf71d2bc88d4fd0868a3e3eeea6bd5a7c
0
roles/common
73
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This playbook deploys a zerodimensional.space template website\n- name: Enable Caddy Repo\n community.general.copr:\n name: '@caddy/caddy'\n state: enabled\n chroot: epel-8-x86_64\n\n- name: Install Caddy\n ansible.builtin.dnf:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1596, "all_permissive": false }
ansible_role
buzzdao/ansible-vps-init
00fdff40f28bae7bec2754d7dea7d1b3f6f9c859
0
roles/vps-ubuntu17
73
[ "no_license" ]
[ { "path": "roles/vps-ubuntu17/tasks/main.yml", "content": "---\n# tasks file for ansible-vps-ubuntu17\n\n- name: init vps\n script: scripts/init.sh\n tags:\n - init\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
nfqakademija/priceofsport
75977ec1dd521bf9038fecd01b69beb3c9712a83
0
ansible/roles/app
73
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/prepare.yml", "content": "---\n\n- name: Clear application cache\n shell: app/console cache:clear --env=prod --no-debug chdir={{ deploy_helper.new_release_path }}\n\n- name: Force update database schema\n shell: app/console doctrine:schema:update --force --env=prod --no-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
droopy4096/ansible-nested-roles
57f6ee639c76bb09176c3eb672d61fd87bba9d9d
6
roles/B
73
[ "no_license" ]
[ { "path": "roles/B/config/tasks/main.yml", "content": "---\n\n- name: Role B/config task\n file: path=/etc/motd state=file\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/B/install/tasks/main.yml", "content": "---\n\n- name: Role B/ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 268, "all_permissive": false }
ansible_role
avtar/ansible-costing
9776a576d8b88cfc6d8302ef4cf0541d706eceed
3
roles/common
69
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n- name: restart ntpd\n action: service name=ntpd state=restarted\n\n- name: restart sshd\n action: service name=sshd state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "rol...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3690, "all_permissive": false }
ansible_role
avtar/ansible-costing
9776a576d8b88cfc6d8302ef4cf0541d706eceed
3
roles/couchdb
69
[ "no_license" ]
[ { "path": "roles/couchdb/defaults/main.yml", "content": "---\ncouchdb_create_admin_user: false\n\n# Used in templates/local.ini.j2\ncouchdb_admin_username:\ncouchdb_admin_password:\n\n# Used in tasks/create_database.yml\ncouchdb_database_name:\n\n# System user account and group\n# Used in tasks/accounts.yml...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3919, "all_permissive": false }
ansible_role
avtar/ansible-costing
9776a576d8b88cfc6d8302ef4cf0541d706eceed
3
roles/nginx
69
[ "no_license" ]
[ { "path": "roles/nginx/tasks/configuration.yml", "content": "---\n- name: nginx - create a self-signed certificate\n command: openssl req -x509 -newkey rsa:2048 -subj \"/C=CA/ST=Ontario/L=Toronto/O=IDI/CN={{ ansible_hostname }}\" -keyout /etc/pki/tls/private/server.key -out /etc/pki/tls/certs/server.crt -n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 945, "all_permissive": false }
ansible_role
avtar/ansible-costing
9776a576d8b88cfc6d8302ef4cf0541d706eceed
3
roles/nodejs_app
69
[ "no_license" ]
[ { "path": "roles/nodejs_app/tasks/services.yml", "content": "---\n- name: nodejs_app - start and enable nodejs_app_name\n service: name={{ nodejs_app_name }} state=started enabled=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/nodejs_a...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3016, "all_permissive": false }
ansible_role
avtar/ansible-costing
9776a576d8b88cfc6d8302ef4cf0541d706eceed
3
roles/preferences_server
69
[ "no_license" ]
[ { "path": "roles/preferences_server/tasks/configuration.yml", "content": "---\n- name: preferences_server - modify production.json config to include couchdb ip\n template: >\n src=production.json.j2\n dest={{ nodejs_app_location }}/gpii/node_modules/preferencesServer/configs/production.json\n mode...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1727, "all_permissive": false }
ansible_role
avtar/ansible-costing
9776a576d8b88cfc6d8302ef4cf0541d706eceed
3
roles/reverse_proxy
69
[ "no_license" ]
[ { "path": "roles/reverse_proxy/tasks/main.yml", "content": "---\n- name: nginx - create /etc/nginx/nginx.conf\n template: >\n src=nginx.conf.j2\n dest=/etc/nginx/nginx.conf\n mode=0644\n owner=root\n notify: restart nginx\n\n- name: nginx - create /etc/nginx/conf.d/default.conf\n template: >\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3444, "all_permissive": false }
ansible_role
lbncmorio/ansible-provisioning
29079ec04a4887efbf9cb9043635a3ae1b00850e
0
roles/database
69
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n# tasks file for roles/database\n\n- name: Install MariaDB package\n yum:\n name: mariadb-server\n become: true\n\n- name: Enable MariaDB service\n service:\n name: mariadb\n enabled: true\n state: started\n become: true\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
lbncmorio/ansible-provisioning
29079ec04a4887efbf9cb9043635a3ae1b00850e
0
roles/webserver
69
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for roles/webserver\n\n- name: Install Nginx package\n yum:\n name: nginx\n become: true\n\n- name: Enable Nginx service\n service:\n name: nginx\n enabled: true\n state: started\n become: true\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
fsandich/Ansible
ce78624142ffc82cd996e3ac9e9bf5a08ea9a577
0
IBMi/CommonRoles/COMMONS-ROLES/roles/valida_rfc_servicenow
69
[ "no_license" ]
[ { "path": "IBMi/CommonRoles/COMMONS-ROLES/roles/valida_rfc_servicenow/tasks/main.yml", "content": "---\r\n\r\n- name: bloque para validar rfc produccion \r\n block:\r\n\r\n - name: Lee rfc para obtener informacion y validar \r\n servicenow.itsm.change_request_info:\r\n instance:\r\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4566, "all_permissive": false }
ansible_role
fsandich/Ansible
ce78624142ffc82cd996e3ac9e9bf5a08ea9a577
0
IBMi/InstalaPase/COMMONS-ROLES/roles/ibmi_instala_pase_standard
69
[ "no_license" ]
[ { "path": "IBMi/InstalaPase/COMMONS-ROLES/roles/ibmi_instala_pase_standard/tasks/main.yml", "content": "---\r\n- name: Crear variable de listado de pase\r\n ansible.builtin.set_fact:\r\n lista_pases: \"{{ invar_pases_lista.split('\\n') }}\"\r\n\r\n- name: Busca pase para validar datos\r\n ibm.power_ibm...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3998, "all_permissive": false }
ansible_role
fsandich/Ansible
ce78624142ffc82cd996e3ac9e9bf5a08ea9a577
0
IBMi/InstalaPase/COMMONS-ROLES/roles/valida_rfc_servicenow
69
[ "no_license" ]
[ { "path": "IBMi/InstalaPase/COMMONS-ROLES/roles/valida_rfc_servicenow/tasks/valida_attach.yml", "content": "---\r\n\r\n- name: hay adjunto valido para la tarea\r\n block:\r\n\r\n - name: hay adjuntos validos para el RFC\r\n set_fact:\r\n rfc__task_attach_valido: true\r\n\r\n - name: mapa ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6028, "all_permissive": false }
ansible_role
fsandich/Ansible
ce78624142ffc82cd996e3ac9e9bf5a08ea9a577
0
IBMi/InstalaPaseStandard/STAGING-BANCO-IBMi-CD/roles/ibmi_instala_pase_standard
69
[ "no_license" ]
[ { "path": "IBMi/InstalaPaseStandard/STAGING-BANCO-IBMi-CD/roles/ibmi_instala_pase_standard/tasks/aplica_pase.yml", "content": "---\r\n- name: Copia script de llamado a revision de pase\r\n ansible.builtin.copy:\r\n src: script_aplicapase.cl\r\n dest: '.'\r\n mode: '0755'\r\n\r\n- name: Modifica sc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3112, "all_permissive": false }
ansible_role
frankdice/picluster
437cdc861e4c56ee60bff6e2d24d4c47a7cc2092
0
ansible-setup/roles/argocd
69
[ "no_license" ]
[ { "path": "ansible-setup/roles/argocd/tasks/main.yaml", "content": "- name: k8s ArgoCD Namespace\n shell: \"kubectl get ns | grep argocd\"\n register: argo_ns_deployed\n become: yes\n become_user: \"{{ default_user }}\"\n changed_when: False\n ignore_errors: True\n\n- name: Create ArgoCD NS\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3012, "all_permissive": false }
ansible_role
frankdice/picluster
437cdc861e4c56ee60bff6e2d24d4c47a7cc2092
0
ansible-setup/roles/common
69
[ "no_license" ]
[ { "path": "ansible-setup/roles/common/templates/installer-config.j2", "content": "# To customize the raspberrypi-unattended-installer:\n#\n# Place your settings in this file as described in the README.md or in the advanced documentation.\nrelease=stretch\npackages=\"python\"\n\nusername=\"{{ default_user }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2583, "all_permissive": false }
ansible_role
frankdice/picluster
437cdc861e4c56ee60bff6e2d24d4c47a7cc2092
0
ansible-setup/roles/master
69
[ "no_license" ]
[ { "path": "ansible-setup/roles/master/tasks/main.yaml", "content": "- name: setup base directories\n file:\n path: \"{{ base_config_dir}}{{ item }}\"\n state: directory\n mode: 0755\n with_items:\n - bin\n - .kube\n - kubeconfigs\n - kubeconfigs/metallb\n - kubeconfigs/registry\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2701, "all_permissive": false }
ansible_role
frankdice/picluster
437cdc861e4c56ee60bff6e2d24d4c47a7cc2092
0
ansible-setup/roles/metallb
69
[ "no_license" ]
[ { "path": "ansible-setup/roles/metallb/tasks/main.yaml", "content": "#Metallb is the first thing to bring up - sleep for a minute if the nodes are still joining/propagating\n\n- name: Metallb installed?\n shell: \"kubectl get pods -n metallb-system | grep controller\"\n register: metallb_running\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1481, "all_permissive": false }
ansible_role
frankdice/picluster
437cdc861e4c56ee60bff6e2d24d4c47a7cc2092
0
ansible-setup/roles/nodes
69
[ "no_license" ]
[ { "path": "ansible-setup/roles/nodes/tasks/main.yaml", "content": "- name: kubelet.conf exists?\n stat:\n path: /etc/kubernetes/kubelet.conf\n register: kubelet_exists\n\n- debug:\n var: kubelet_exists\n\n- name: Join Kubernetes Cluster\n shell: \"kubeadm join --ignore-preflight-errors=all --token ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
frankdice/picluster
437cdc861e4c56ee60bff6e2d24d4c47a7cc2092
0
ansible-setup/roles/registry
69
[ "no_license" ]
[ { "path": "ansible-setup/roles/registry/tasks/main.yaml", "content": "- name: registry installed?\n shell: \"kubectl get pods -n registry | grep docker-registry\"\n register: registry_deployed\n become: yes\n become_user: \"{{ default_user }}\"\n changed_when: False\n ignore_errors: True\n\n- name: Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1749, "all_permissive": false }
ansible_role
frankdice/picluster
437cdc861e4c56ee60bff6e2d24d4c47a7cc2092
0
ansible-setup/roles/reset
69
[ "no_license" ]
[ { "path": "ansible-setup/roles/reset/tasks/main.yaml", "content": "- name: Copy installer-config to /boot\n copy:\n src: /boot/raspberrypi-ua-netinst/reinstall/config.txt\n dest: /boot/config.txt\n owner: root\n group: root\n remote_src: yes\n\n- name: Reboot\n shell: \"shutdown -r now\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
ghaithsaidani/smart-menu-config
51fbf7a2449faa42f3a00a894e8704b3dc926378
1
ansible/roles/base
69
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yaml", "content": "- name: update package cache\n apt:\n update_cache: yes\n- name: Install dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - git\n - curl\n - python3\n- name: Install Azure-cli\n shell: 'curl -sL https://ak...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
ghaithsaidani/smart-menu-config
51fbf7a2449faa42f3a00a894e8704b3dc926378
1
ansible/roles/docker
69
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "- name: update apt package cache\n apt:\n update_cache: yes\n\n- name: install prerequisite packages for docker\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - apt-transport-https\n - ca-certificates\n - gnupg-agen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1264, "all_permissive": false }
ansible_role
ghaithsaidani/smart-menu-config
51fbf7a2449faa42f3a00a894e8704b3dc926378
1
ansible/roles/helm
69
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yaml", "content": "- name: Install required packages\n apt:\n name: curl\n state: present\n update_cache: yes\n\n- name: Download Helm installation script\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 402, "all_permissive": false }
ansible_role
ghaithsaidani/smart-menu-config
51fbf7a2449faa42f3a00a894e8704b3dc926378
1
ansible/roles/jenkins
69
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/handlers/main.yaml", "content": "- name: Restart Jenkins and Docker services\n systemd:\n name: \"{{ item }}\"\n state: restarted\n loop:\n - jenkins\n - docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1308, "all_permissive": false }
ansible_role
ghaithsaidani/smart-menu-config
51fbf7a2449faa42f3a00a894e8704b3dc926378
1
ansible/roles/k8s
69
[ "no_license" ]
[ { "path": "ansible/roles/k8s/tasks/main.yaml", "content": "- name: Download the latest release of kubectl\n get_url:\n url: \"https://dl.k8s.io/release/{{ kubectl_version }}/bin/linux/amd64/kubectl\"\n dest: /usr/local/bin/kubectl\n mode: '0755'\n vars:\n kubectl_version: \"{{ lookup('pipe', '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
makamaravind/GitClassRoomAug18
f6110ce41c2cfaf54e19a1c74079d8fd0b223561
0
Tellform/roles/appserver
69
[ "permissive" ]
[ { "path": "Tellform/roles/appserver/requirements.yml", "content": "# from galaxy for redis server\n- src: jpnewman.redis\n\n# from galaxy for Mongodb\n- src: Stouts.mongodb", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 101 }, { "path": "Te...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1243, "all_permissive": true }
ansible_role
makamaravind/GitClassRoomAug18
f6110ce41c2cfaf54e19a1c74079d8fd0b223561
0
Tellform/roles/common
69
[ "permissive" ]
[ { "path": "Tellform/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: update package\n apt:\n update_cache: yum \n- name: install package \n apt:\n name: \"{{ item }}\"\n state: present \n loop:\n - git \n - tree \n", "license_type": "permissive", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": true }
ansible_role
makamaravind/GitClassRoomAug18
f6110ce41c2cfaf54e19a1c74079d8fd0b223561
0
Tellform/roles/webserver
69
[ "permissive" ]
[ { "path": "Tellform/roles/webserver/defaults/main.yml", "content": "---\n# defaults file for webserver\nwebserver_dns_name: \"ec2-52-14-188-11.us-east-2.compute.amazonaws.com\"\nappserver_ip: 172.31.3.120", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 373, "all_permissive": true }
ansible_role
adamopanast/dockerized_nodejs_blue_green_vagrant
d44149bfa1ae1b1de114fb2493ddde00a15ff235
0
roles/appserver
69
[ "no_license" ]
[ { "path": "roles/appserver/templates/mekkatorqueDockerfile.j2", "content": "FROM node:8\nWORKDIR /usr/src/app\nENV REDIS_URL {{ redis_url }}\nCOPY . .\nRUN npm i\nEXPOSE {{ mekkatorque_port }}\nCMD npm run server\nCMD npm run jobs\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4669, "all_permissive": false }
ansible_role
flowerysong/ansible-klipper
bb860f0381ec7975481ef6522f82f5d4a9eeb0cf
1
collections/ansible_collections/flowerysong/klipper/roles/base
69
[ "no_license" ]
[ { "path": "collections/ansible_collections/flowerysong/klipper/roles/base/tasks/main.yml", "content": "- tags:\n - base\n become: true\n block:\n - name: Update apt cache\n ansible.builtin.apt:\n update_cache: true\n cache_valid_time: 600 # 10 minutes\n\n - name: Install base...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1147, "all_permissive": false }
ansible_role
flowerysong/ansible-klipper
bb860f0381ec7975481ef6522f82f5d4a9eeb0cf
1
collections/ansible_collections/flowerysong/klipper/roles/klipper
69
[ "no_license" ]
[ { "path": "collections/ansible_collections/flowerysong/klipper/roles/klipper/templates/klipper.service.j2", "content": "[Unit]\nDescription=Klipper 3D Printer Firmware\nAfter=network.target\n[Install]\nWantedBy=multi-user.target\n[Service]\nType=simple\nUser={{ klipper_user }}\nRuntimeDirectory=klipper\nRem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2581, "all_permissive": false }
ansible_role
flowerysong/ansible-klipper
bb860f0381ec7975481ef6522f82f5d4a9eeb0cf
1
collections/ansible_collections/flowerysong/klipper/roles/mainsail
69
[ "no_license" ]
[ { "path": "collections/ansible_collections/flowerysong/klipper/roles/mainsail/templates/site.j2", "content": "server {\n listen 80 default_server;\n # uncomment the next line to activate IPv6\n # listen [::]:80 default_server;\n\n access_log /var/log/nginx/mainsail-access.log;\n error_log /va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3244, "all_permissive": false }
ansible_role
flowerysong/ansible-klipper
bb860f0381ec7975481ef6522f82f5d4a9eeb0cf
1
collections/ansible_collections/flowerysong/klipper/roles/moonraker
69
[ "no_license" ]
[ { "path": "collections/ansible_collections/flowerysong/klipper/roles/moonraker/tasks/main.yml", "content": "- tags:\n - moonraker\n become: true\n block:\n - name: Install system packages\n ansible.builtin.apt:\n name:\n - libopenjp2-7\n - python3-libgpiod\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2237, "all_permissive": false }
ansible_role
otus-devops-2019-02/iphizic_infra
4eae48d79e333f67c96ffd129616abc5c4d5086f
0
ansible/roles/app
69
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/puma.yml", "content": "---\n- name: Add unit file for Puma\n become: true\n template:\n src: puma.service.j2\n dest: /etc/systemd/system/puma.service\n tags: app-tag\n notify: reload puma\n\n- name: Add config for DB connection\n template:\n src: db_config.j2...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 676, "all_permissive": false }
ansible_role
laredy27/ansible-wordpress-apache
8676372858d9dab200e38f7373a11f9706cd7c18
0
roles/apache
69
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for roles/apache\n\n- name: Install apache\n yum: \n name: 'httpd'\n state: latest\n\n- name: Ensure apache server is running\n service:\n name: httpd\n state: started\n enabled: yes", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
laredy27/ansible-wordpress-apache
8676372858d9dab200e38f7373a11f9706cd7c18
0
roles/common
69
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# vars file for roles/common\n\npackages:\n - epel-release\n - yum-utils\n - curl\n - wget\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/common/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 419, "all_permissive": false }
ansible_role
laredy27/ansible-wordpress-apache
8676372858d9dab200e38f7373a11f9706cd7c18
0
roles/haproxy
69
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for roles/haproxy\n- name: Install HAProxy\n yum:\n name:\n - haproxy\n\n- name: Ensure HAProxy is running\n service:\n name: haproxy\n state: started\n enabled: true\n\n- name: Upload loadbalancer config files\n tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1404, "all_permissive": false }
ansible_role
laredy27/ansible-wordpress-apache
8676372858d9dab200e38f7373a11f9706cd7c18
0
roles/mysql
69
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for roles/mysql\n\n- name: Install mysql repository\n become: true\n yum:\n name: \"https://dev.mysql.com/get/mysql{{ dbversion }}-community-release-el7-9.noarch.rpm\"\n state: present\n\n- name: Install mysql\n become: true\n y...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1312, "all_permissive": false }
ansible_role
laredy27/ansible-wordpress-apache
8676372858d9dab200e38f7373a11f9706cd7c18
0
roles/php
69
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for roles/php\n\n- name: Install php repository\n yum:\n name: http://rpms.remirepo.net/enterprise/remi-release-7.rpm\n state: present\n\n- name: Enable php repository\n yum:\n enablerepo: \"remi-{{ version }}\"\n name: php\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 660, "all_permissive": false }
ansible_role
laredy27/ansible-wordpress-apache
8676372858d9dab200e38f7373a11f9706cd7c18
0
roles/wordpress
69
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for roles/wordpress\n- name: Download wordpress\n get_url:\n url: \"https://wordpress.org/{{ wp_version }}.tar.gz\"\n dest: \"/tmp/wordpress-{{ wp_version }}.tar.gz\"\n\n- name: Unzip wordpress package\n unarchive:\n remote...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 900, "all_permissive": false }
ansible_role
astigmata/Run
d4b9668ff6d9c3efb63cfd61d9cc07e8ce36ed34
0
ansible/roles/prometheus
69
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "- name: <NAME>\n debug:\n msg: \"je passe dans le role prometheus\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
sirkubax/siatest
3ab43b413ef48e9893bd3e1b00d32aa5bac9fa3f
2
playbooks/roles/app_sia
69
[ "no_license" ]
[ { "path": "playbooks/roles/app_sia/defaults/main.yml", "content": "sia_version: v1.2.2\nsiaminer_version: v1.1.0\nsiaUI_version: v1.2.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "playbooks/roles/app_sia/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2440, "all_permissive": false }
ansible_role
sirkubax/siatest
3ab43b413ef48e9893bd3e1b00d32aa5bac9fa3f
2
playbooks/roles/sys_create_aws_spot
69
[ "no_license" ]
[ { "path": "playbooks/roles/sys_create_aws_spot/tasks/hostA.yml", "content": "- debug: msg=\"{{ generic_vpc }}\"\n\n- name: \"Find spot computation instnace\"\n ec2_remote_facts:\n region: \"{{ region }}\"\n filters:\n instance-state-name: running\n \"tag:spot_computation\": True \n registe...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6377, "all_permissive": false }
ansible_role
tcmug/alfonse
2bb46d9dbf38c72f038b5a2928ad7dc3e40a8432
0
ansible/roles/common
69
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "\n- name: Install nginx as an example\n apk: name=nginx update_cache=yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
AmrGomaa96/Sprints-Tasks
b8684d1f84f75154a2649d6381241d6b5bac57fd
0
ansible/roles/sonatype
69
[ "no_license" ]
[ { "path": "ansible/roles/sonatype/tasks/main.yaml", "content": "- name: Update package indexes\n yum:\n update_cache: yes\n\n- name: Install wget\n yum:\n name: wget\n state: present\n\n- name: Install OpenJDK 1.8\n yum:\n name: java-1.8.0-openjdk.x86_64\n state: present\n\n- name: Create ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1472, "all_permissive": false }
ansible_role
cryslefundes/alura-terraform-ansible
bf518862025508e2f04364b70b7152477d682e5d
0
ansible/roles/docker
69
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Install docker prereqs\n apt:\n update_cache: yes\n name: \"{{ item }}\"\n loop: \"{{ docker_prereqs_pkgs }}\"\n\n- name: Add GPG key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
cryslefundes/alura-terraform-ansible
bf518862025508e2f04364b70b7152477d682e5d
0
ansible/roles/golang
69
[ "no_license" ]
[ { "path": "ansible/roles/golang/tasks/main.yaml", "content": "---\n- name: Criacao do container da API\n community.docker.docker_container:\n name: gopportunities\n image: crystianlefundes/gopportunities:1.0\n published_ports: \"8080:8080\"", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
cryslefundes/alura-terraform-ansible
bf518862025508e2f04364b70b7152477d682e5d
0
ansible/roles/python-docker
69
[ "no_license" ]
[ { "path": "ansible/roles/python-docker/tasks/main.yaml", "content": "---\n- name: Install PIP\n apt:\n name: python3-pip\n state: latest\n update_cache: yes\n\n- name: Install python docker package\n pip:\n name: docker", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }