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
daningyn/slurm-elastic-computing
0793cf23677169a6d9dceea0793118bc00c0913e
0
roles/citc_user
7,751
[ "no_license" ]
[ { "path": "roles/citc_user/tasks/main.yml", "content": "---\n\n- name: Create citc group\n group:\n name: citc\n gid: 1105\n\n- name: Create the citc user\n user:\n name: citc\n comment: CitC Admin\n uid: 1105\n group: citc\n groups:\n - adm\n - wheel\n - systemd-journa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1018, "all_permissive": false }
ansible_role
daningyn/slurm-elastic-computing
0793cf23677169a6d9dceea0793118bc00c0913e
0
roles/mpi
7,751
[ "no_license" ]
[ { "path": "roles/mpi/tasks/main.yml", "content": "---\n\n- name: install packages\n package:\n name: \"{{ mpi_packages[ansible_local.citc.csp] }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
daningyn/slurm-elastic-computing
0793cf23677169a6d9dceea0793118bc00c0913e
0
roles/security-updates
7,751
[ "no_license" ]
[ { "path": "roles/security-updates/tasks/main.yml", "content": "---\n- name: Install security updates\n yum:\n name: '*'\n security: yes\n state: latest # noqa 403\n exclude: kernel*\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
daningyn/slurm-elastic-computing
0793cf23677169a6d9dceea0793118bc00c0913e
0
roles/slurm
7,751
[ "no_license" ]
[ { "path": "roles/slurm/tasks/elastic.yml", "content": "---\n- name: install Python 3.6\n yum:\n name:\n - python36\n - python36-pip\n - python36-setuptools\n state: installed\n\n- name: install common tools\n pip:\n name:\n - PyYAML\n - https://github.com/milliams/python-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 17806, "all_permissive": false }
ansible_role
b54-clouddevops/ansible
05d2a48d0d8e26e103207c879b510db08cfe605b
0
roles/common
7,748
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "- name: Configuring Nodejs Repo for {{COMPONENT}}\n ansible.builtin.shell: curl --silent --location https://rpm.nodesource.com/setup_16.x | sudo bash -\n\n- name: Installing NodeJS on {{COMPONENT}}-{{ENV}} server \n ansible.builtin.package:\n name:...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 5930, "all_permissive": false }
ansible_role
b54-clouddevops/ansible
05d2a48d0d8e26e103207c879b510db08cfe605b
0
roles/elk
7,748
[ "no_license" ]
[ { "path": "roles/elk/tasks/rsyslog.yaml", "content": "- name: Copying the RSYSLOG File \n ansible.builtin.template:\n src: rsyslog.conf\n dest: /etc/rsyslog.d/rsyslog.conf\n\n- name: Restart rsyslog \n ansible.builtin.service:\n name: rsyslog \n state: restarted \n daemon_reload: yes ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1959, "all_permissive": false }
ansible_role
b54-clouddevops/ansible
05d2a48d0d8e26e103207c879b510db08cfe605b
0
roles/frontend
7,748
[ "no_license" ]
[ { "path": "roles/frontend/handlers/main.yml", "content": "- name: Retarting Nginx \n ansible.builtin.systemd:\n name: nginx \n state: restarted\n enabled: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/frontend/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1350, "all_permissive": false }
ansible_role
b54-clouddevops/ansible
05d2a48d0d8e26e103207c879b510db08cfe605b
0
roles/mongodb
7,748
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Configuring MongoDB Repository\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo \n\n- name: Installing MongoDB \n ansible.builtin.package:\n name: mongodb-org\n state: present \n\n- name: Updating t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
b54-clouddevops/ansible
05d2a48d0d8e26e103207c879b510db08cfe605b
0
roles/prometheus
7,748
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- name: Copying the Prometheus config \n ansible.builtin.template:\n src: prometheus.yml\n dest: /opt/prometheus/prometheus.yml\n\n- name: Restart Prometheus \n ansible.builtin.service:\n name: prometheus \n state: restarted \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1893, "all_permissive": false }
ansible_role
b54-clouddevops/ansible
05d2a48d0d8e26e103207c879b510db08cfe605b
0
roles/rabbitmq
7,748
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Installing ERLANG Package\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash\n\n- name: Configuring {{COMPONENT}} repo \n ansible.builtin.shell: curl -s https://packagecloud....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 774, "all_permissive": false }
ansible_role
b54-clouddevops/ansible
05d2a48d0d8e26e103207c879b510db08cfe605b
0
roles/redis
7,748
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Configuring Redis Repository\n ansible.builtin.copy:\n src: redis.repo\n dest: /etc/yum.repos.d/redis.repo \n\n- name: Installing Redis \n ansible.builtin.package:\n name: redis-6.2.13\n state: present \n\n- name: Updating the Redis ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
b54-clouddevops/ansible
05d2a48d0d8e26e103207c879b510db08cfe605b
0
roles/shipping
7,748
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Configuring {{COMPONENT}}-{{ENV}} Server \n ansible.builtin.include_role:\n name: common\n tasks_from: java", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
emaildano/launch-pad
150f45da22878ecd79b7f206f014c653607d477e
0
roles/aws
7,748
[ "no_license" ]
[ { "path": "roles/aws/defaults/main.yml", "content": "---\nec2_count: 1\nec2_sg: WordPress Powered by AMIMOTO\nec2_sg_description: Default AMIMOTO Single AMI Security Group\nec2_subnet: subnet-1464a04d\nec2_vpc_id: vpc-ebc1468e\nec2_region: us-east-1\nec2_image: ami-c58c1dd3\nec2_keypair: digitalcube-dev\nec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1689, "all_permissive": false }
ansible_role
emaildano/launch-pad
150f45da22878ecd79b7f206f014c653607d477e
0
roles/common
7,748
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "minimum_ansible_version: 2.0\ndefault_timezone: UTC\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/common/handlers/main.yml", "content": "---\n- name: restart memcached\n service...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1337, "all_permissive": false }
ansible_role
emaildano/launch-pad
150f45da22878ecd79b7f206f014c653607d477e
0
roles/nginx
7,748
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n yum:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Grab h5bp/server-configs-nginx\n git: repo=\"https://github.com/h5bp/server-configs-nginx.git\"\n dest=/etc/nginx/h5bp-server-configs\n v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1232, "all_permissive": false }
ansible_role
emaildano/launch-pad
150f45da22878ecd79b7f206f014c653607d477e
0
roles/php
7,748
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n- name: Install PHP 7\n yum:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - php70\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
emaildano/launch-pad
150f45da22878ecd79b7f206f014c653607d477e
0
roles/sshd
7,748
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n- name: Ensure SSH server is installed\n yum:\n pkg: openssh-server\n state: latest\n update_cache: true\n notify:\n - restart ssh\n\n- name: Ensure SSHD is configured\n template: src=sshd_config.j2 dest=/etc/ssh/sshd_config\n notify:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
emaildano/launch-pad
150f45da22878ecd79b7f206f014c653607d477e
0
roles/wordpress
7,748
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- include: nginx.yml\n- include_vars: \"{{ item }}\"\n with_first_found:\n - \"group_vars/all/sites.yml\"\n\n- name: Inventory folders\n stat:\n path: \"{{ www_root }}/{{ item.key }}/web\"\n with_dict: \"{{ hosted_sites }}\"\n register: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1784, "all_permissive": false }
ansible_role
kcleong/raspi-playbook
6ac3f7235e2fd8a12330f23086c4802cb3e3780b
0
roles/bunnycam
7,748
[ "no_license" ]
[ { "path": "roles/bunnycam/tasks/main.yml", "content": "---\n\n- name: Add programs needed for webcam capturing\n apt: name={{ item }} state=latest\n with_items:\n - python-dev \n - python-pip \n - python-opencv \n - libjpeg-dev\n\n ", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
kcleong/raspi-playbook
6ac3f7235e2fd8a12330f23086c4802cb3e3780b
0
roles/couchdb
7,748
[ "no_license" ]
[ { "path": "roles/couchdb/tasks/main.yml", "content": "---\n\n- name: Add couchdb\n apt: name=couchdb state=latest\n\n- name: Custom couchdb config\n template: src=local.ini dest=/etc/couchdb/local.ini\n notify: restart couchdb\n\n- name: Update UFW firewall to allow HTTP access to couchdb.\n ufw: rule=a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
kcleong/raspi-playbook
6ac3f7235e2fd8a12330f23086c4802cb3e3780b
0
roles/domoticz
7,748
[ "no_license" ]
[ { "path": "roles/domoticz/tasks/main.yml", "content": "---\n\n- name: Download and extract archive\n unarchive: src=http://releases.domoticz.com/releases/beta/domoticz_linux_armv7l.tgz dest=/opt/domoticz/ copy=no creates=/opt/domoticz/domoticz.sh\n\n# - name: Copy shell script for init.\n# copy: src=/op...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 806, "all_permissive": false }
ansible_role
kcleong/raspi-playbook
6ac3f7235e2fd8a12330f23086c4802cb3e3780b
0
roles/mosquitto
7,748
[ "no_license" ]
[ { "path": "roles/mosquitto/tasks:main.yml", "content": "tasks/main.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "roles/mosquitto/tasks/main.yml", "content": "---\n\n- name: Add mosquitto repo key\n apt_key: url='http://repo.mosquitto.org...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
kcleong/raspi-playbook
6ac3f7235e2fd8a12330f23086c4802cb3e3780b
0
roles/nodered
7,748
[ "no_license" ]
[ { "path": "roles/nodered/tasks/main.yml", "content": "---\n\n- name: Install node\n apt: name=nodered state=latest\n\n- name: Set nodered to run on startup\n shell: systemctl enable nodered.service\n sudo: true\n notify: restart nodered\n\n- name: Update UFW firewall to allow MQTT access to mosquitto.\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
kcleong/raspi-playbook
6ac3f7235e2fd8a12330f23086c4802cb3e3780b
0
roles/server_pi
7,748
[ "no_license" ]
[ { "path": "roles/server_pi/tasks/main.yml", "content": "---\n- name: Update SSHD Config so we can double check it while the rest runs.\n template: src=sshdconfig.jinja2 dest=/etc/ssh/sshd_config\n notify: restart sshd\n\n- name: Remove default apt source\n apt_repository: repo='deb http://mirrordirector....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1585, "all_permissive": false }
ansible_role
ganesharja/Ansible
dbf2993c11410eb802e0f6445ebfd38679fa38a5
0
roles/common
7,748
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "- name: Configuring Nodejs\n ansible.builtin.shell: curl --silent --location https://rpm.nodesource.com/setup_16.x | bash -\n\n- name: Installing Nodejs\n ansible.builtin.package:\n name: nodejs \n state: present\n\n- name: creating App Use...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 888, "all_permissive": false }
ansible_role
ganesharja/Ansible
dbf2993c11410eb802e0f6445ebfd38679fa38a5
0
roles/mongodb
7,748
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Confugiring the {{COMPONENT}} repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo \n\n- name: Installing {{COMPONENT}}\n ansible.builtin.package:\n name: mongodb-org\n state: present\n\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 969, "all_permissive": false }
ansible_role
ganesharja/Ansible
dbf2993c11410eb802e0f6445ebfd38679fa38a5
0
roles/mysql
7,748
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Confugiring the {{COMPONENT}} repo\n ansible.builtin.copy:\n src: \"{{COMPONENT}}.repo\"\n dest: /etc/yum.repos.d/{{COMPONENT}}.repo \n\n- name: Installing {{COMPONENT}}\n ansible.builtin.package:\n name: mysql-community-server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2267, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/adb_sqlplus_connect_check
7,748
[ "no_license" ]
[ { "path": "ansible/roles/adb_sqlplus_connect_check/defaults/main.yml", "content": "sql_script_src: \"{{ local_ansible_home_dir }}/files/check_instance.sql\"\nsql_script_dest: \"{{ remote_tmp_dir }}/check_instance.sql\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1026, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/adb_wallet_deploy
7,748
[ "no_license" ]
[ { "path": "ansible/roles/adb_wallet_deploy/tasks/main.yml", "content": "- name: Copy wallet zip to VM\n copy:\n src: \"{{ local_wallet_zip }}\"\n dest: \"{{ remote_tmp_dir }}\"\n mode: '0644'\n\n- name: Create wallet extraction directory on VM\n file:\n path: \"{{ remote_wallet_dir }}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/adb_wallet_download
7,748
[ "no_license" ]
[ { "path": "ansible/roles/adb_wallet_download/tasks/main.yml", "content": "- name: Load Terraform outputs\n set_fact:\n tf_outputs: \"{{ lookup('file', terraform_output_file) | from_json }}\"\n\n- name: Extract OCI ADB identifiers\n set_fact:\n adb_ocid: \"{{ tf_outputs | json_query('adb_info.value.o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 962, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/adb_wallet_envsetup
7,748
[ "no_license" ]
[ { "path": "ansible/roles/adb_wallet_envsetup/tasks/main.yml", "content": "- name: Append TNS_ADMIN setting to opc user's .bashrc\n lineinfile:\n path: \"{{ remote_home_dir }}/.bashrc\"\n line: \"export TNS_ADMIN={{ remote_wallet_dir }}\"\n create: yes\n become_user: opc\n\n- name: Apply environme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/generate_inventory
7,748
[ "no_license" ]
[ { "path": "ansible/roles/generate_inventory/tasks/main.yml", "content": "- name: Load Terraform outputs\n set_fact:\n tf_outputs: \"{{ lookup('file', terraform_output_file) | from_json | json_query('vm_info.value') }}\"\n\n- name: Extract VM connection information\n set_fact:\n vm_ip: \"{{ tf_output...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 979, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/oci_api_key_generate
7,748
[ "no_license" ]
[ { "path": "ansible/roles/oci_api_key_generate/tasks/main.yml", "content": "- name: Check if the private key exists\n stat:\n path: \"{{ local_oci_private_key_path }}\"\n register: private_key_stat\n\n- name: Create OCI config directory (if not exists)\n file:\n path: \"{{ local_oci_config_dir }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2216, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/oci_cli_install
7,748
[ "no_license" ]
[ { "path": "ansible/roles/oci_cli_install/tasks/main.yml", "content": "- name: Download OCI CLI installation script\n get_url:\n url: \"{{ oci_cli_install_script_url }}\"\n dest: \"{{ oci_cli_install_script_path }}\"\n mode: '0755'\n\n- name: Install OCI CLI (skip if already installed)\n shell: ba...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 893, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/oci_config_setup
7,748
[ "no_license" ]
[ { "path": "ansible/roles/oci_config_setup/tasks/main.yml", "content": "- name: Load Terraform outputs\n set_fact:\n tf_outputs: \"{{ lookup('file', terraform_output_file) | from_json }}\"\n\n- name: Extract OCI config information\n set_fact:\n user_ocid: \"{{ tf_outputs | json_query('user_ocid.value...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1899, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/set_wallet_paths
7,748
[ "no_license" ]
[ { "path": "ansible/roles/set_wallet_paths/defaults/main.yml", "content": "local_wallet_dir: \"{{ lookup('env', 'HOME') }}/ansible\" # e.g. /home/iacuser/ansible\nremote_wallet_dir: \"/home/opc\" # Target directory on OCI VM\nremote_tmp_dir: \"/tmp\" ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 905, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/ssh_key_generate
7,748
[ "no_license" ]
[ { "path": "ansible/roles/ssh_key_generate/tasks/main.yml", "content": "- name: Check if SSH private key exists\n stat:\n path: \"{{ local_ssh_private_key_path }}\"\n register: private_key_stat\n\n- name: Create SSH key directory (if not exists)\n file:\n path: \"{{ local_ssh_key_dir }}\"\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1767, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/vm_oracle_instantclient_install
7,748
[ "no_license" ]
[ { "path": "ansible/roles/vm_oracle_instantclient_install/tasks/main.yml", "content": "- name: Install Oracle Instant Client repository package\n yum:\n name: \"{{ instantclient_packages[0] }}\"\n state: present\n register: repo_install_result\n retries: 5 # Retry up to 5 times\n delay: 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 731, "all_permissive": false }
ansible_role
kitamura-db/oci-vm-adb-autobuild
635528eb462cb2a3ca4bd87d65aa310435a62780
0
ansible/roles/vm_swap_setup
7,748
[ "no_license" ]
[ { "path": "ansible/roles/vm_swap_setup/defaults/main.yml", "content": "---\nswap_size_mb: 2G\nswap_file_path: /swapfile\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/vm_swap_setup/tasks/main.yml", "content": "- name: Check if ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 901, "all_permissive": false }
ansible_role
rhos-infra/terraform
d3d60e0dccaf937708487ffa4a1e8d0ba3313554
1
roles/remote_environment
7,748
[ "no_license" ]
[ { "path": "roles/remote_environment/tasks/cleanup.yaml", "content": "---\n\n- name: Remove Temporary Direcotry\n ansible.builtin.file:\n path: \"{{ ir_terraform_project_temp_dir['path'] | string }}\"\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 653, "all_permissive": false }
ansible_role
rhos-infra/terraform
d3d60e0dccaf937708487ffa4a1e8d0ba3313554
1
roles/terraform_environment
7,748
[ "no_license" ]
[ { "path": "roles/terraform_environment/tasks/plan.yaml", "content": "---\n\n- name: \"Terraform Action: '{{ terraform_plan_state }}' - Check Only: '{{ terraform_check_mode | default(False) }}'\"\n environment:\n TF_CLI_ARGS: '-no-color'\n TF_IN_AUTOMATION: 'true'\n vars:\n tf_project_path: \"{{ r...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1867, "all_permissive": false }
ansible_role
robert98312/ansibletest
128c4e26a4bd073393c0c88174db93fbf3b77af0
0
roles/rolea
7,748
[ "permissive" ]
[ { "path": "roles/rolea/tasks/main.yml", "content": "---\n- name: to list a directory\n command: ls\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 46 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 46, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/insert_dns_records
7,748
[ "permissive" ]
[ { "path": "okd/roles/insert_dns_records/tasks/dnsmasq.yml", "content": "---\n- name: Create dnsmasq domain config file\n become: true\n ansible.builtin.template:\n src: openshift-cluster.conf.j2\n dest: \"/etc/dnsmasq.d/{{ dns_entries_file_name }}\"\n mode: \"0644\"\n notify: restart_dns\n\n- na...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 13755, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud/defaults/main.yml", "content": "---\nocloud_infra: \"vm\"\nocloud_platform: \"okd\"\nocloud_topology: \"aio\"\nocloud_cluster_name: \"ocloud-{{ ocloud_infra }}-{{ ocloud_platform }}-{{ ocloud_topology }}\"\nocloud_domain_name: \"example.com\"\nocloud_net_cidr: \"192.168.123.0/24\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2535, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_compliance
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_compliance/defaults/main.yml", "content": "---\nocloud_compliance_deployment_manager: ~\nocloud_compliance_repo: \"https://gerrit.o-ran-sc.org/r/it/test.git\"\nocloud_compliance_o2ims_port: 443\nocloud_compliance_o2ims_protocol: https\nocloud_compliance_ocloud_id: ~\nocloud_compl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5937, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_dms
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_dms/templates/kubeconfig.j2", "content": "apiVersion: v1\nkind: Config\nclusters:\n- cluster:\n certificate-authority-data: {{ o2_dms_deployment_mgr_profile['json']['extensions']['profileData']['cluster_ca_cert'] }}\n server: {{ o2_dms_deployment_mgr_profile['json']['extens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1455, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_infra_baremetal
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_infra_baremetal/tasks/main.yml", "content": "---\n- name: Get manager inventory information\n community.general.redfish_info:\n category: Manager\n command: GetManagerInventory\n baseuri: \"{{ bmc_address }}\"\n username: \"{{ bmc_user }}\"\n password: \"{{ <PASSW...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3020, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_infra_vm
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_infra_vm/templates/virt.xml.j2", "content": "<domain type='kvm'>\n <name>{{ inventory_hostname }}</name>\n <memory unit='KiB'>{{ ocloud_infra_vm_mem_gb * 1048576 }}</memory>\n <currentMemory unit='KiB'>{{ ocloud_infra_vm_mem_gb * 1048576 }}</currentMemory>\n <vcpu>{{ ocloud_i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6685, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_platform_cgu
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_platform_cgu/defaults/main.yml", "content": "---\nocloud_kubeconfig: ~\nocloud_platform_cgu_version: \"4.19.0\"\nocloud_platform_cgu_repo_url: \"https://github.com/openshift-kni/cluster-group-upgrades-operator.git\"\n", "license_type": "permissive", "detected_licenses": [...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 695, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_platform_hwmgr
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_platform_hwmgr/tasks/main.yml", "content": "---\n- name: Clone oran-hwmgr-plugin repo\n ansible.builtin.git:\n repo: \"{{ ocloud_platform_hwmgr_repo_url }}\"\n version: \"{{ ocloud_platform_hwmgr_repo_version }}\"\n dest: \"{{ ocloud_staging_dir['path'] }}/git/oran-hwmg...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 684, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_platform_mco
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_platform_mco/tasks/main.yml", "content": "---\n- set_fact:\n ocloud_platform_mco_replicas: \"{{ groups['ocloud'] | map('extract', hostvars, 'role') | select('equalto', 'master') | length }}\"\n\n- name: Create namespace\n kubernetes.core.k8s:\n api_version: v1\n kind: N...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8732, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_platform_o2ims
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_platform_o2ims/tasks/main.yml", "content": "---\n- name: Clone oran-o2ims repo\n ansible.builtin.git:\n repo: \"{{ ocloud_platform_o2ims_repo_url }}\"\n version: \"{{ ocloud_platform_o2ims_repo_version }}\"\n dest: \"{{ ocloud_staging_dir['path'] }}/git/oran-o2ims\"\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 667, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_platform_okd
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_platform_okd/templates/99-master-pvs.yaml.j2", "content": "# Generated by Butane; do not edit\napiVersion: machineconfiguration.openshift.io/v1\nkind: MachineConfig\nmetadata:\n labels:\n machineconfiguration.openshift.io/role: master\n name: 99-master-pvs\nspec:\n config:\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 7961, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_platform_siteconfig
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_platform_siteconfig/defaults/main.yml", "content": "---\nocloud_kubeconfig: ~\nocloud_platform_siteconfig_snapshot: \"2.14.0-SNAPSHOT-2025-05-19-21-04-46\"\nocloud_platform_siteconfig_repo_url: \"https://github.com/stolostron/siteconfig.git\"\n", "license_type": "permissive",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1025, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_platform_stolostron
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_platform_stolostron/tasks/main.yml", "content": "---\n- name: Disable default catalog sources\n kubernetes.core.k8s:\n api_version: config.openshift.io/v1\n kind: OperatorHub\n name: cluster\n namespace: default\n state: patched\n definition:\n spec:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2021, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_setup
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_setup/tasks/okd.yml", "content": "---\n- name: Download OKD CLI\n ansible.builtin.get_url:\n url: \"{{ ocloud_setup_okd_cli_url }}/{{ ocloud_setup_okd_cli_version }}/openshift-client-linux.tar.gz\"\n dest: \"{{ ocloud_staging_dir['path'] }}\"\n\n- name: Extract OKD CLI\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1766, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_token
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_token/tasks/main.yml", "content": "---\n- name: Create test-client service account\n kubernetes.core.k8s:\n name: test-client\n api_version: v1\n kind: ServiceAccount\n namespace: oran-o2ims\n state: present\n kubeconfig: \"{{ ocloud_kubeconfig }}\"\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1478, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_workload
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_workload/tasks/main.yml", "content": "---\n- set_fact:\n ocloud_workloads_list: \"{{ ocloud_workloads | split(',') }}\"\n\n- name: Deploy workload - OAI CU-CP\n ansible.builtin.import_role:\n name: \"ocloud_workload_oaicucp\"\n when: '\"oaicucp\" in ocloud_workloads_list'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 269, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/ocloud_workload_oaicucp
7,748
[ "permissive" ]
[ { "path": "okd/roles/ocloud_workload_oaicucp/tasks/main.yml", "content": "---\n- name: Create staging dir\n ansible.builtin.tempfile:\n path: \"{{ lookup('env', 'HOME') }}\"\n prefix: \"ocloud_workload_oaicucp.{{ ansible_date_time['date'] }}.\"\n state: directory\n register: ocloud_workload_oaicu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1925, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/setup_http_store
7,748
[ "permissive" ]
[ { "path": "okd/roles/setup_http_store/defaults/main.yml", "content": "http_store_container_name: http_store\nhttp_store_pod_name: http_store_pod\nhttp_dir: /opt/http_store\nhttp_data_dir: \"{{ http_dir }}/data\"\nhttp_port: 80\n# Note if you change this you might have to change the env vars and volumes for ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7035, "all_permissive": true }
ansible_role
o-ran-sc/pti-rtp
6e5d405d98100ac797965c96b86f88ff3124e72b
1
okd/roles/setup_ntp
7,748
[ "permissive" ]
[ { "path": "okd/roles/setup_ntp/tasks/main.yml", "content": "---\n- name: Setup\n ansible.builtin.setup:\n gather_subset: all\n\n- name: Chrony block\n become: true\n block:\n - name: Check if chrony is installed\n ansible.builtin.service:\n name: chronyd.service\n enabled: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1688, "all_permissive": true }
ansible_role
y0t4/ansible-setuser-for-vagrant
c9b0fd3272cca8b015a57dd415d06633c73e819c
0
roles/adduser
7,748
[ "no_license" ]
[ { "path": "roles/adduser/tasks/main.yml", "content": "- name: useradd {{ new_user }} with home directory\n user: name={{ new_user }}\n shell=/bin/bash\n password={{ <PASSWORD> }}\n\n- name: edit sudoers file\n lineinfile: dest=/etc/sudoers\n regexp='^{{ new_user }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 966, "all_permissive": false }
ansible_role
y0t4/ansible-setuser-for-vagrant
c9b0fd3272cca8b015a57dd415d06633c73e819c
0
roles/disable_default
7,748
[ "no_license" ]
[ { "path": "roles/disable_default/tasks/main.yml", "content": "- name: disable default user\n user: name=vagrant\n shell=/sbin/nologin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
drew9781/ansible-k8s
bc168895bebf379e41f1ac88cfad1cebfd7eae9d
0
roles/k8s-master
7,748
[ "no_license" ]
[ { "path": "roles/k8s-master/tasks/flannel.yml", "content": "---\n- name: Initialize cluster\n shell: kubeadm init --pod-network-cidr=10.244.0.0/16 >> cluster_initialized.txt\n args:\n chdir: /home/ubuntu\n creates: cluster_initialized.txt\n become: yes\n\n- name: create .kube directory\n become: y...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1954, "all_permissive": false }
ansible_role
drew9781/ansible-k8s
bc168895bebf379e41f1ac88cfad1cebfd7eae9d
0
roles/ubuntu-k8s-install
7,748
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-install/README.md", "content": "Role Name\n=========\n\nThis role is used to install Kuberenetes (kubeadm) on ubuntu.\n\nRequirements\n------------\n- none\n\nRole Variables\n--------------\n\n\n\nDependencies\n------------\n\n\n\nExample Playbook\n----------------\n\nIncluding a...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1841, "all_permissive": false }
ansible_role
duckhue01/kuberneteslabs
9971b067c301a344c7db28181e2fbbc1fc1abca2
0
network/roles/pod
7,754
[ "no_license" ]
[ { "path": "network/roles/pod/tasks/main.yml", "content": "- name: Create the namespaces\n ansible.builtin.command: \"ip netns add {{ item }}\"\n changed_when: false\n with_items: \"{{ pod_containers }}\"\n\n- name: Create the veth pairs\n ansible.builtin.command: \"ip link add {{ item }}0 type veth pee...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2166, "all_permissive": false }
ansible_role
JaeGerW2016/ansible-playbook-k8s-rolling-upgrade-operating-system
b16e3034cd0ced9e14262d4e44e897ed55870377
2
roles/k8s-rolling-updates
7,754
[ "no_license" ]
[ { "path": "roles/k8s-rolling-updates/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: k8s-rolling-updates\n author: JaeGwen\n description: Update and reboot Kubernetes control plane and worker nodes\n license: BSD\n min_ansible_version: 2.7\n platforms:\n - name: Ubuntu\n versions:\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2584, "all_permissive": false }
ansible_role
kemopq/ansible_collection_linstor_kolla
9950190549e9d5da7a816aae5fd67b3c4b6ff24e
0
roles/linstor_cluster
7,754
[ "permissive" ]
[ { "path": "roles/linstor_cluster/tasks/linstor_client.yml", "content": "---\n- name: \"Run linstor client command: {{ linstor_client_command }}\"\n vars:\n cont_namespace: \"{% if linstor_docker_registry_namespace %}{{ linstor_docker_registry_namespace }}/{% else %}{% endif %}\"\n docker_container:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5687, "all_permissive": true }
ansible_role
kemopq/ansible_collection_linstor_kolla
9950190549e9d5da7a816aae5fd67b3c4b6ff24e
0
roles/linstor_nodes
7,754
[ "permissive" ]
[ { "path": "roles/linstor_nodes/tasks/deploy.yml", "content": "---\n############################################################\n# tasks file for preparing nodes of linstor cluster\n############################################################\n- name: Log into drbd docker registry\n docker_login:\n reg...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5000, "all_permissive": true }
ansible_role
kemopq/ansible_collection_linstor_kolla
9950190549e9d5da7a816aae5fd67b3c4b6ff24e
0
roles/openstack_config
7,754
[ "permissive" ]
[ { "path": "roles/openstack_config/README.md", "content": "# Ansible Role - kemopq.linstor_kolla.linstor_nodes\n\nPrepares conder.conf configuration file with Linstor backend\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 114 }, { "path": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1662, "all_permissive": true }
ansible_role
kemopq/ansible_collection_linstor_kolla
9950190549e9d5da7a816aae5fd67b3c4b6ff24e
0
roles/openstack_nodes
7,754
[ "permissive" ]
[ { "path": "roles/openstack_nodes/tasks/deploy.yml", "content": "---\n- name: Copy linstor python driver to node\n copy:\n src: \"{{ linstor_python_package }}\"\n dest: \"/tmp\"\n mode: 0644\n\n- name: Include cinder containers tasks file\n vars:\n linstor_python_package_name: \"{{ linstor_pyth...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1309, "all_permissive": true }
ansible_role
mouadh15/Ansible-project
8eb02a40166ca936757b68452b178f0ca8ae07a3
0
roles/alertmanager
7,754
[ "no_license" ]
[ { "path": "roles/alertmanager/files/alertmanager.yml", "content": "global:\n resolve_timeout: 5m\n\nroute:\n group_by: ['alertname']\n receiver: 'email-alert'\n continue: false\n routes:\n - match:\n severity: \"critical\" # niveau des alertes \"critical\"\n receiver: 'email-alert'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 661, "all_permissive": false }
ansible_role
mouadh15/Ansible-project
8eb02a40166ca936757b68452b178f0ca8ae07a3
0
roles/grafana
7,754
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "- name: Ajout de la database Prometheus\n uri:\n url: \"http://{{ groups['grafana'][0] }}:3000/api/datasources\"\n method: POST\n user: \"administrateur\"\n password: \"<PASSWORD>\"\n force_basic_auth: true\n headers:\n Content-Ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
mouadh15/Ansible-project
8eb02a40166ca936757b68452b178f0ca8ae07a3
0
roles/prometheus
7,754
[ "no_license" ]
[ { "path": "roles/prometheus/files/prometheus.yml", "content": "global:\n scrape_interval: 30s\n evaluation_interval: 30s\n\nscrape_configs:\n - job_name: 'prometheus'\n static_configs:\n - targets: ['localhost:9090']\n\n - job_name: 'docker_services'\n static_configs:\n - targets:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3066, "all_permissive": false }
ansible_role
AbstractSDK/validator-tools
24c68eeb5ddf6edc6f88c5f2f8c6c8bddbec93a9
0
roles/node_configure
7,754
[ "no_license" ]
[ { "path": "roles/node_configure/vars/main.yml", "content": "---\nconfig_port_changes:\n 'laddr = \"tcp://0.0.0.0:26656\"': 'laddr = \"tcp://0.0.0.0:{{ custom_port_prefix }}656\"'\n 'laddr = \"tcp://127.0.0.1:26657\"': 'laddr = \"tcp://127.0.0.1:{{ custom_port_prefix }}657\"'\n 'proxy_app = \"tcp://127.0....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3998, "all_permissive": false }
ansible_role
AbstractSDK/validator-tools
24c68eeb5ddf6edc6f88c5f2f8c6c8bddbec93a9
0
roles/node_debug
7,754
[ "no_license" ]
[ { "path": "roles/node_debug/tasks/main.yaml", "content": "---\n- name: debug\n debug:\n var: var_file\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 45, "all_permissive": false }
ansible_role
AbstractSDK/validator-tools
24c68eeb5ddf6edc6f88c5f2f8c6c8bddbec93a9
0
roles/node_initialize
7,754
[ "no_license" ]
[ { "path": "roles/node_initialize/tasks/main.yml", "content": "---\n- name: Ensure that the folder does not exist\n file:\n path: '{{ user_dir }}/{{ folder }}'\n state: absent\n\n- name: Initialize Node\n command: '{{ daemon }} init {{ node_name }} --chain-id {{ chain_id }} -o'\n environment:\n P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2024, "all_permissive": false }
ansible_role
AbstractSDK/validator-tools
24c68eeb5ddf6edc6f88c5f2f8c6c8bddbec93a9
0
roles/node_install
7,754
[ "no_license" ]
[ { "path": "roles/node_install/tasks/main.yml", "content": "---\n- name: Install from source\n block:\n - name: Make sure the folder does not exist\n become: true\n file:\n state: absent\n path: '{{ user_dir }}/{{ network }}'\n\n - name: Clone node repo\n git:\n rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1078, "all_permissive": false }
ansible_role
AbstractSDK/validator-tools
24c68eeb5ddf6edc6f88c5f2f8c6c8bddbec93a9
0
roles/node_launch
7,754
[ "no_license" ]
[ { "path": "roles/node_launch/tasks/main.yml", "content": "---\n- name: open prometheus port\n become: true\n command: 'ufw allow {{ custom_port_prefix }}660/tcp'\n\n- name: open p2p port\n become: true\n command: 'ufw allow {{ custom_port_prefix }}656/tcp'\n\n- name: Create cosmovisor directories\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 965, "all_permissive": false }
ansible_role
AbstractSDK/validator-tools
24c68eeb5ddf6edc6f88c5f2f8c6c8bddbec93a9
0
roles/prepare
7,754
[ "no_license" ]
[ { "path": "roles/prepare/tasks/firewall.yml", "content": "---\n- name: install packages\n apt:\n name: ufw\n state: present\n update_cache: yes\n\n- name: ufw already enabled\n command: ufw status verbose\n register: ufw_status_result\n changed_when: False\n\n- name: open node_exporter port\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2884, "all_permissive": false }
ansible_role
waynedovey/hetzner-ocp4
577d1a999602da7abf7b066871502f80af31d1f8
0
ansible/roles/letsencrypt
7,754
[ "permissive" ]
[ { "path": "ansible/roles/letsencrypt/tasks/main.yml", "content": "---\n- name: Check variables\n import_tasks: check-variables.yml\n\n- name: Create certificates dir\n file:\n path: \"{{ le_certificates_dir }}/{{ le_public_domain }}\"\n state: directory\n mode: 0755\n\n- name: Create account-key\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8337, "all_permissive": true }
ansible_role
waynedovey/hetzner-ocp4
577d1a999602da7abf7b066871502f80af31d1f8
0
ansible/roles/openshift-4-cluster
7,754
[ "permissive" ]
[ { "path": "ansible/roles/openshift-4-cluster/tasks/prepare-host-RedHat-7.yml", "content": "---\n- name: Installing KVM Packages\n yum:\n name:\n - \"@virtualization-hypervisor\"\n - \"@virtualization-client\"\n - \"@virtualization-platform\"\n - \"@virtualization-tools\"\n # ans...
{ "task_files": 15, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 45975, "all_permissive": true }
ansible_role
waynedovey/hetzner-ocp4
577d1a999602da7abf7b066871502f80af31d1f8
0
ansible/roles/openshift-4-loadbalancer
7,754
[ "permissive" ]
[ { "path": "ansible/roles/openshift-4-loadbalancer/tasks/destroy.yml", "content": "---\n- name: Stop and disable {{ lb_name }}.service\n systemd:\n name: \"{{ lb_name }}.service\"\n enabled: false\n state: stopped\n ignore_errors: true\n\n- name: Remove OpenShift 4 Loadbalancer SystemD service \n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 401, "all_permissive": true }
ansible_role
waynedovey/hetzner-ocp4
577d1a999602da7abf7b066871502f80af31d1f8
0
ansible/roles/provision-hetzner
7,754
[ "permissive" ]
[ { "path": "ansible/roles/provision-hetzner/defaults/main.yml", "content": "---\nhetzner_autosetup_file: autosetup\nhetzner_disk1: nvme0n1\nhetzner_disk2: nvme1n1\nhetzner_image: \"/root/.oldroot/nfs/install/../images/CentOS-76-64-minimal.tar.gz\"\nhetzner_image_ignore_errors: false\n# hetzner_webservice_use...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4140, "all_permissive": true }
ansible_role
waynedovey/hetzner-ocp4
577d1a999602da7abf7b066871502f80af31d1f8
0
ansible/roles/public_dns
7,754
[ "permissive" ]
[ { "path": "ansible/roles/public_dns/tasks/destroy.yml", "content": "---\n- name: Delete DNS record at CloudFlare\n cloudflare_dns:\n state: absent\n zone: \"{{ pd_cloudflare_zone }}\"\n record: \"{{ item }}.{{ pd_public_domain }}\"\n # 1 is auto\n ttl: 1\n type: A\n value: \"{{ pd_publ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2634, "all_permissive": true }
ansible_role
jlustres/ansible
891ab432260d583ab73c696ad66da529e3f7be21
0
roles/owncloud
7,754
[ "no_license" ]
[ { "path": "roles/owncloud/tasks/install.yaml", "content": "---\n- name: Instala {{ pkg }}\n dnf:\n name: \"{{ pkg }}\"\n state: latest\n tags: install\n\n- name: Subir servicios {{ svc }}\n systemd: \n name: \"{{ item }}\"\n state: started\n enabled: true\n loop: \"{{ svc }}\"\n \n t...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1267, "all_permissive": false }
ansible_role
jlustres/ansible
891ab432260d583ab73c696ad66da529e3f7be21
0
roles/update
7,754
[ "no_license" ]
[ { "path": "roles/update/handlers/main.yml", "content": "---\n- name: restartserver\n ansible.builtin.reboot:\n reboot_timeout: 30\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/update/tasks/main.yml", "content": "---\n- name: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 552, "all_permissive": false }
ansible_role
mattnovak/kali-runonce
35f3eb3ec3a28c2fbb5ea6d34b0639f24f8c3316
0
roles/kali-runonce
7,754
[ "no_license" ]
[ { "path": "roles/kali-runonce/tasks/main.yml", "content": "---\n- name: Disable booting into the GUI\n ansible.builtin.file: \n src: /lib/systemd/system/multi-user.target\n dest: /etc/systemd/system/default.target\n state: link\n\n- name: Upgrade the dist\n ansible.builtin.apt:\n upgrade: dist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
zhouleyan/lysty
7abf85db9606ca9a162f9cd674d6e850b1a208c6
0
roles/id
7,754
[ "permissive" ]
[ { "path": "roles/id/tasks/main.yml", "content": "#--------------------------------------------------------------#\n# 1. Name [node_name]\n#--------------------------------------------------------------#\n- name: Node identity\n tags: [ always, node_id ]\n block:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5605, "all_permissive": true }
ansible_role
zhouleyan/lysty
7abf85db9606ca9a162f9cd674d6e850b1a208c6
0
roles/init
7,754
[ "permissive" ]
[ { "path": "roles/init/tasks/main.yml", "content": "#--------------------------------------------------------------#\n# 1. NodeName\n#--------------------------------------------------------------#\n- name: Set hostname to nodename\n tags: node_name\n become: yes\n when: nodename_overwrite|bool and nodena...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 13730, "all_permissive": true }
ansible_role
zhouleyan/lysty
7abf85db9606ca9a162f9cd674d6e850b1a208c6
0
roles/jdk
7,754
[ "permissive" ]
[ { "path": "roles/jdk/defaults/main.yml", "content": "# 离线安装包路径(如果使用离线安装)\noffline_java_package: \"\"\n# 离线安装包解压目录\noffline_install_dir: \"/opt/java\"\n# 是否强制重新安装\nforce_install: false\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 122 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 690, "all_permissive": true }
ansible_role
EnergyPlus/provision-vagrant-aux-server
6ba2f118589f72a67f0cadf0a881429d5ce7042d
0
roles/ldap-server
7,754
[ "no_license" ]
[ { "path": "roles/ldap-server/templates/slapd.conf.j2", "content": "#\n# See slapd.conf(5) for details on configuration options.\n# This file should NOT be world readable.\n#\ninclude /etc/openldap/schema/core.schema\ninclude /etc/openldap/schema/cosine.schema\ninclude /etc/openldap/s...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4768, "all_permissive": false }
ansible_role
EnergyPlus/provision-vagrant-aux-server
6ba2f118589f72a67f0cadf0a881429d5ce7042d
0
roles/nfs-server
7,754
[ "no_license" ]
[ { "path": "roles/nfs-server/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Install and setup nfs-client\n\n license: MIT\n\n min_ansible_version: 1.2\n\n platforms:\n - name: EL\n versions:\n - 7\n\n galaxy_tags:\n - system\n\ndependencies: []\n", "license_type"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2580, "all_permissive": false }
ansible_role
Ryoma0622/practice-ansible-with-linebot
dda9efd643f4444b7260a66358a31ac38a759f4f
0
docker/ansible/playbook/roles/nginx
7,754
[ "no_license" ]
[ { "path": "docker/ansible/playbook/roles/nginx/tasks/main.yml", "content": "---\n- name: Set repo file\n template:\n src: nginx.repo.j2\n dest: /etc/yum.repos.d/nginx.repo\n mode: 0644\n\n- name: Install nginx\n yum: name={{ item.name }} state={{ item.state }}\n loop:\n - { name: '*', state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 607, "all_permissive": false }
ansible_role
smilejulie0812/playbook-test-awx
117a120ce4609827a24844716e2688a4d74f8622
0
roles/playbook-install-elasticsearch
7,752
[ "no_license" ]
[ { "path": "roles/playbook-install-elasticsearch/tasks/main.yml", "content": "---\n# tasks file for install elasticsearch\n\n- name: install openjdk\n include: openjdk.yml\n tags: openjdk\n\n- name: install elasticsearch using package\n include: install.yml\n tags: install\n\n- name: setting elasticsearc...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5486, "all_permissive": false }
ansible_role
smilejulie0812/playbook-test-awx
117a120ce4609827a24844716e2688a4d74f8622
0
roles/playbook-test-tags
7,752
[ "no_license" ]
[ { "path": "roles/playbook-test-tags/tasks/fileA.yml", "content": "---\n\n- name: touch file A\n ansible.builtin.file:\n path: /home/ubuntu/fileA.txt\n state: touch\n owner: ubuntu\n group: ubuntu\n mode: '0755'\n tags: touch\n notify: \"check result list\"\n\n- name: copy file A\n ansible...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1474, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/base-packages
7,752
[ "no_license" ]
[ { "path": "roles/base-packages/defaults/main.yml", "content": "################################################################\r\n### Packages\r\n################################################################\r\nbase:\r\n packages:\r\n# - aria2\r\n# - bash-completion\r\n - coreutils\r\n - cu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1292, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/bookstack
7,752
[ "no_license" ]
[ { "path": "roles/bookstack/defaults/main.yml", "content": "bookstack_enabled: false\nbookstack_available_externally: false\nbookstack_container_name: bookstack\nbookstack_container_store: linuxserver\nbookstack_config_directory: \"{{ docker_app_data }}/bookstack\"\nbookstack_version: latest\nbookstack_port_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2697, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/couchpotato
7,752
[ "no_license" ]
[ { "path": "roles/couchpotato/defaults/main.yml", "content": "---\ncouchpotato_enabled: false\ncouchpotato_available_externally: false\ncouchpotato_container_name: couchpotato\ncouchpotato_container_store: linuxserver\ncouchpotato_config_directory: \"{{ docker_app_data }}/couchpotato\"\ncouchpotato_version: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1714, "all_permissive": false }
ansible_role
rhinocerose/homelab-ansible-server
1f81a48d9d63e81a8352f1a67cc094a4027e6768
0
roles/docker
7,752
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yml", "content": "---\n\n- name: Install docker network resources\n pip:\n name:\n - docker\n - docker-compose\n executable: pip3\n\n- name: Create docker directory\n file:\n path: \"{{ docker_app_data }}\"\n state: directory\n owner: \"{{ user...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 515, "all_permissive": false }