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
holubovskyi/ansiblebook
c7b4d455ebed9dc8efbba5c8250a0d917ef6cd7d
0
ch07/roles/mezzanine
165
[ "no_license" ]
[ { "path": "ch07/roles/mezzanine/tasks/main.yml", "content": "---\n- name: install apt packages\n apt: name={{ item }} update_cache=yes cache_valid_time=3600\n become: True\n with_items:\n - git\n - libjpeg-dev\n - libpq-dev\n - memcached\n - nginx\n - python\n - python3\n - python...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 450, "all_permissive": false }
ansible_role
caotritran/lunar-commerce-remove
53e00158aa33e7d9f0e845fedc4a0501a9515bf2
0
roles/collect
165
[ "no_license" ]
[ { "path": "roles/collect/tasks/main.yml", "content": "---\n- name: copy scrip to remote host\n template:\n src: templates/check.sh.j2\n dest: /tmp/check.sh\n mode: 755\n \n- name: make sure delete file variables\n shell: sudo rm -rf /tmp/variables.txt\n ignore_errors: yes\n\n- name: run scrip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
Yuhta28/Infrastructure-as-Code
9e0ca1cf706f601df54702014c6aa1adcf282278
0
ansible/roles/nginx
165
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: libselinux-pythonをインストール\n yum:\n name: libselinux-python\n state: present\n with_items:\n - libselinux-python\n\n\n- name: amazon-linux-extrasでNginxをインストールを有効化\n shell: \"amazon-linux-extras enable nginx1\"\n changed_when...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
Yuhta28/Infrastructure-as-Code
9e0ca1cf706f601df54702014c6aa1adcf282278
0
ansible/roles/php-fpm
165
[ "no_license" ]
[ { "path": "ansible/roles/php-fpm/tasks/main.yml", "content": "---\n- name: amazon-linux-extrasでPHP関連モジュールをインストール\n shell: \"amazon-linux-extras enable php7.3\"\n changed_when: False\n\n- name: php-fpmと関連モジュールをインストール\n yum:\n name: \"{{ item }}\"\n enablerepo: \"amzn2extra-php7.3\"\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
shridharmanvi/notes
b9f258c32533240b91ddcc2c45876795b1bda04b
1
ansible/ansible/roles/basic
165
[ "no_license" ]
[ { "path": "ansible/ansible/roles/basic/tasks/main.yml", "content": "---\n- name: \"Installing vim\"\n apt: pkg=vim state=installed\n\n- name: \"Installing tree\"\n become: true\n apt: pkg=tree\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
shridharmanvi/notes
b9f258c32533240b91ddcc2c45876795b1bda04b
1
ansible/ansible/roles/python
165
[ "no_license" ]
[ { "path": "ansible/ansible/roles/python/tasks/main.yml", "content": "---\n- name: 'Installing python devtools and pip'\n apt: pkg=python\n", "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
shantha2606/confluentkafka
1b0d21d911b3858ab9fcdd644fba943ea9886999
0
roles/confluent.common
168
[ "permissive" ]
[ { "path": "roles/confluent.common/tasks/update_log4j.yml", "content": "---\n- name: Replace DailyRollingFileAppender with RollingFileAppender\n replace:\n path: \"{{log4j_file}}\"\n regexp: '=org.apache.log4j.DailyRollingFileAppender'\n replace: '=org.apache.log4j.RollingFileAppender'\n notify: \...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4148, "all_permissive": true }
ansible_role
shantha2606/confluentkafka
1b0d21d911b3858ab9fcdd644fba943ea9886999
0
roles/confluent.control_center
168
[ "permissive" ]
[ { "path": "roles/confluent.control_center/defaults/main.yml", "content": "---\n# More control_center variables are defined in the confluent.variables role\n\ncontrol_center_java_args:\n - \"{% if control_center_ssl_enabled|bool %}-Djdk.tls.ephemeralDHKeySize=2048{% endif %}\"\n\n### Custom Java Args to add...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2733, "all_permissive": true }
ansible_role
shantha2606/confluentkafka
1b0d21d911b3858ab9fcdd644fba943ea9886999
0
roles/confluent.kafka_broker
168
[ "permissive" ]
[ { "path": "roles/confluent.kafka_broker/templates/client.properties.j2", "content": "# Maintained by Ansible\n{# kafka_broker_client_properties defined in the confluent.variables role #}\n{% for key, value in kafka_broker_client_properties|dictsort%}\n{{key}}={{value}}\n{% endfor %}\n", "license_type": ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 16299, "all_permissive": true }
ansible_role
shantha2606/confluentkafka
1b0d21d911b3858ab9fcdd644fba943ea9886999
0
roles/confluent.kafka_connect
168
[ "permissive" ]
[ { "path": "roles/confluent.kafka_connect/tasks/main.yml", "content": "---\n- include_role:\n name: confluent.common\n when: not common_role_completed|bool\n\n- name: Gather OS Facts\n setup:\n # Only gathers items in list, filters out the rest\n filter: \"{{item}}\"\n gather_subset:\n - '...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11684, "all_permissive": true }
ansible_role
shantha2606/confluentkafka
1b0d21d911b3858ab9fcdd644fba943ea9886999
0
roles/confluent.kafka_rest
168
[ "permissive" ]
[ { "path": "roles/confluent.kafka_rest/tasks/main.yml", "content": "---\n- include_role:\n name: confluent.common\n when: not common_role_completed|bool\n\n- name: Gather OS Facts\n setup:\n # Only gathers items in list, filters out the rest\n filter: \"{{item}}\"\n gather_subset:\n - '!al...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11815, "all_permissive": true }
ansible_role
shantha2606/confluentkafka
1b0d21d911b3858ab9fcdd644fba943ea9886999
0
roles/confluent.ksql
168
[ "permissive" ]
[ { "path": "roles/confluent.ksql/tasks/restart.yml", "content": "---\n- name: Restart KSQL Service\n systemd:\n daemon_reload: true\n name: \"{{ksql_service_name}}\"\n state: restarted\n\n- name: Health Check\n include: health_check.yml\n when:\n - ksql_health_checks_enabled|bool\n - not an...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5051, "all_permissive": true }
ansible_role
shantha2606/confluentkafka
1b0d21d911b3858ab9fcdd644fba943ea9886999
0
roles/confluent.schema_registry
168
[ "permissive" ]
[ { "path": "roles/confluent.schema_registry/tasks/restart.yml", "content": "---\n- name: Restart Schema Registry Service\n systemd:\n daemon_reload: true\n name: \"{{schema_registry_service_name}}\"\n state: restarted\n\n- name: Health Check\n include: health_check.yml\n when:\n - schema_regis...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 10346, "all_permissive": true }
ansible_role
shantha2606/confluentkafka
1b0d21d911b3858ab9fcdd644fba943ea9886999
0
roles/confluent.ssl
168
[ "permissive" ]
[ { "path": "roles/confluent.ssl/defaults/main.yml", "content": "---\nkeystore_expiration_days: 365\ndelete_generation_dir: true\n\nca_key_path: /var/ssl/private/generation/ca.key\n\nssl_custom_certs_remote_src: false\n\n### Key Algorithm used by keytool -genkeypair command when creating Keystores. Only used ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2620, "all_permissive": true }
ansible_role
shantha2606/confluentkafka
1b0d21d911b3858ab9fcdd644fba943ea9886999
0
roles/confluent.zookeeper
168
[ "permissive" ]
[ { "path": "roles/confluent.zookeeper/tasks/restart.yml", "content": "---\n- name: Restart Zookeeper Service\n systemd:\n daemon_reload: true\n name: \"{{zookeeper_service_name}}\"\n state: restarted\n\n- name: Zookeeper Health Check\n include: health_check.yml\n when:\n - zookeeper_health_che...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9774, "all_permissive": true }
ansible_role
ithaquaKr/homelab
444afe3442672b23c66aa2d029a6ca2a8fbb2abf
0
ansible/roles/common
168
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/package.yml", "content": "---\n- name: Ensure useful package are installed\n ansible.builtin.package:\n name: \"{{ common_packages }}\"\n state: \"{{ common_packages_state }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 914, "all_permissive": false }
ansible_role
ithaquaKr/homelab
444afe3442672b23c66aa2d029a6ca2a8fbb2abf
0
ansible/roles/docker
168
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Ensure apt key is not present in trusted.gpg.d\n ansible.builtin.file:\n path: /etc/apt/trusted.gpg.d/docker.asc\n state: absent\n\n- name: Ensure old apt source list is not present in /etc/apt/sources.list.d\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6570, "all_permissive": false }
ansible_role
ithaquaKr/homelab
444afe3442672b23c66aa2d029a6ca2a8fbb2abf
0
ansible/roles/hello_world
168
[ "no_license" ]
[ { "path": "ansible/roles/hello_world/tasks/main.yml", "content": "---\n- name: Create Hello World file\n ansible.builtin.copy:\n content: \"Hello World\"\n owner: \"{{ app_user }}\"\n group: \"{{ app_user }}\"\n mode: \"0644\"\n dest: \"{{ hello_world_dest }}\"\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
ithaquaKr/homelab
444afe3442672b23c66aa2d029a6ca2a8fbb2abf
0
ansible/roles/ufw
168
[ "no_license" ]
[ { "path": "ansible/roles/ufw/tasks/main.yml", "content": "---\n- name: Facts | set\n ansible.builtin.set_fact:\n kernel_version: \"{{ ansible_kernel | regex_search('^([0-9]+\\\\.[0-9]+\\\\.[0-9]+)') }}\"\n\n# see https://askubuntu.com/a/1064533/261010, https://www.spinics.net/lists/netfilter-devel/msg55...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2875, "all_permissive": false }
ansible_role
schlueter/elk
52e95214d8dc5f02cd2b0d1a24bc29b48fc60079
0
playbooks/roles/elastic-repo
168
[ "no_license" ]
[ { "path": "playbooks/roles/elastic-repo/tasks/main.yml", "content": "---\n- name: Add Elastic APT key\n apt_key: data=\"{{ elasticsearch_key }}\"\n\n- name: Add Elasticsearch repository\n copy:\n dest=/etc/apt/sources.list.d/elastic-5.x.list\n content='deb https://artifacts.elastic.co/packages/5.x/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
schlueter/elk
52e95214d8dc5f02cd2b0d1a24bc29b48fc60079
0
playbooks/roles/elasticsearch
168
[ "no_license" ]
[ { "path": "playbooks/roles/elasticsearch/defaults/main.yml", "content": "---\nelastic_version: '2.3'\nelastic_bindip: localhost\n\nelastic_start_options:\n ES_HEAP_SIZE: '22g'\n\nelastic_install_plugins:\n - name: hq\n path: royrusso/elasticsearch-HQ\n - name: license\n path: license\n - name: gra...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2511, "all_permissive": false }
ansible_role
schlueter/elk
52e95214d8dc5f02cd2b0d1a24bc29b48fc60079
0
playbooks/roles/kibana
168
[ "no_license" ]
[ { "path": "playbooks/roles/kibana/templates/etc/kibana/kibana-pwds.j2", "content": "{% for item in all_users if \"dev\" in item.groups %}\n{% if item.htpasswd %}\n{{ item.name }}:{{ item.htpasswd }}\n{% endif %}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 3513, "all_permissive": false }
ansible_role
schlueter/elk
52e95214d8dc5f02cd2b0d1a24bc29b48fc60079
0
playbooks/roles/logstash
168
[ "no_license" ]
[ { "path": "playbooks/roles/logstash/templates/etc/logstash/conf.d/02-filebeat-input.conf.j2", "content": "# {{ ansible_managed }}\n#\ninput {\n beats {\n port => 5044\n type => \"logs\"\n ssl => true\n ssl_certificate => \"{{ logstash_ssl_cert }}\"\n ssl_key => \"{{ logstash_ssl_key }}\"\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 8862, "all_permissive": false }
ansible_role
Otus-DevOps-2023-07/EduardDzhagaev_infra
c0aac8b1836d00b290dc2f52fe9452c815fb839c
0
ansible/roles/app
168
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for app\n- name: Show info about environment\n debug:\n msg: \"This host is in the {{ env }} environment.\"\n\n- name: Add unit file for Puma\n copy:\n src: puma.service\n dest: /etc/systemd/system/puma.service\n notify:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
Otus-DevOps-2023-07/EduardDzhagaev_infra
c0aac8b1836d00b290dc2f52fe9452c815fb839c
0
ansible/roles/db
168
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n# tasks file for db\n- name: Show info about environment\n debug:\n msg: \"This host is in the {{ env }} environment.\"\n\n- name: Change mongo config file\n template:\n src: mongodb.conf.j2\n dest: /etc/mongodb.conf\n mode: 0644\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
ZRazif/cms
fc632c33685fe33a98d41d0d8efe6cb78984de10
0
roles/create_a_file
168
[ "no_license" ]
[ { "path": "roles/create_a_file/tasks/main.yml", "content": "---\n\n- name: file\n template:\n src: templates/lesson2.txt\n dest: \"/home/{{ new_account }}/{{ site_folder }}/lesson2.txt\"\n mode: 0775\n owner: \"{{ new_account }}\"\n group: \"{{ new_account }}\"\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
ZRazif/cms
fc632c33685fe33a98d41d0d8efe6cb78984de10
0
roles/create_a_folder
168
[ "no_license" ]
[ { "path": "roles/create_a_folder/tasks/main.yml", "content": "---\n\n- name: \"{{ site_folder }}\"\n file:\n path: \"/home/{{ new_account }}/{{ site_folder }}\"\n state: directory\n mode: 0775\n owner: \"{{ new_account }}\"\n group: \"{{ new_account }}\"\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
ZRazif/cms
fc632c33685fe33a98d41d0d8efe6cb78984de10
0
roles/download_file
168
[ "no_license" ]
[ { "path": "roles/download_file/tasks/main.yml", "content": "---\n- name: download file\n get_url:\n url: https://raw.githubusercontent.com/ansible/ansible/devel/README.rst\n dest: \"/home/{{ new_account }}/{{ site_folder }}/README.rst\"\n mode: 0775\n owner: \"{{ new_account }}\"\n group: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 259, "all_permissive": false }
ansible_role
ZRazif/cms
fc632c33685fe33a98d41d0d8efe6cb78984de10
0
roles/user
168
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n\n- name: create a user and give him rights\n user:\n name: \"{{ new_account }}\"\n password: \"{{ <PASSWORD> }}\"\n shell: /bin/bash\n groups: wheel\n state: present\n append: yes\n create_home: yes\n\n- name: create a key for th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
TheGreatCorrine/Demo
8328d5d77bdd64e8b54b2c87d6ecb8616e0a7c2b
0
server-health-monitor/roles/health_check
168
[ "no_license" ]
[ { "path": "server-health-monitor/roles/health_check/tasks/generate_report.yml", "content": "---\n- name: Create health report directory\n file:\n path: \"{{ ansible_facts['env']['HOME'] }}/health_reports\"\n state: directory\n mode: '0755'\n\n- name: Save current metrics to history file\n copy:\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9936, "all_permissive": false }
ansible_role
hansthienpondt/nsg-azure
0f89cbff46ce20ed849cb9659b52e61311ebceb2
0
roles/build
168
[ "permissive" ]
[ { "path": "roles/build/tasks/main.yml", "content": "---\n- name: Create the host_vars directory\n file:\n path: \"{{ inventory_dir }}/host_vars/\"\n state: directory\n\n- name: Create hosts file\n template:\n src: hosts.j2\n dest: \"{{ inventory_dir }}/hosts\"\n backup: no\n\n- name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 479, "all_permissive": true }
ansible_role
hansthienpondt/nsg-azure
0f89cbff46ce20ed849cb9659b52e61311ebceb2
0
roles/nsgv-deploy
168
[ "permissive" ]
[ { "path": "roles/nsgv-deploy/tasks/vsd-prerequisites.yml", "content": "---\n- block:\n# Install Prerequisites\n#\n - name: Pull facts of localhost\n action: setup\n run_once: true\n\n - name: Install latest urllib3 library\n pip: name=\"urllib3\" state=latest\n run_once: true\n\n - name: Inst...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 14549, "all_permissive": true }
ansible_role
pbruna/vagrant_ansible_base
fc0f5b05c33ab04a239442a554bebd4ae42aa1db
0
roles/common
168
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for cartertdte.mta\n\n- name: Instala paquetes Base\n yum: name={{ item }} state=present\n with_items:\n - \"{{ system_packages }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 459, "all_permissive": false }
ansible_role
pbruna/vagrant_ansible_base
fc0f5b05c33ab04a239442a554bebd4ae42aa1db
0
roles/zzet.rbenv
168
[ "no_license" ]
[ { "path": "roles/zzet.rbenv/tasks/apt_build_depends.yml", "content": "- name: update apt cache\n apt: update_cache=yes\n sudo: true\n tags:\n - rbenv\n\n- name: install build depends\n apt: pkg={{ item }} state=present install_recommends=no\n with_items:\n - build-essential\n - git\n - libc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/apple-hardware
168
[ "no_license" ]
[ { "path": "roles/apple-hardware/defaults/main.yml", "content": "---\nfix_swapped_tilde_key: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/apple-hardware/handlers/main.yml", "content": "---\n- name: Update initramfs\n become: tru...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1658, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/bash-config
168
[ "no_license" ]
[ { "path": "roles/bash-config/tasks/main.yml", "content": "---\n- name: Create bitbucket.org/eviljonny directory\n ansible.builtin.file:\n path: /home/eviljonny/gitdevel/bitbucket.org/eviljonny/bashconfig\n state: directory\n owner: eviljonny\n group: eviljonny\n mode: 0700\n \n- name: Check...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 942, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/borgbackup
168
[ "no_license" ]
[ { "path": "roles/borgbackup/files/init_repo.sh", "content": "#!/bin/bash\n\nset -euo pipefail\n\nsource ./borg_env.sh\n\nborg init --encryption=repokey\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/borgbackup/files/export_repo_key.sh", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3225, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/common-desktop
168
[ "no_license" ]
[ { "path": "roles/common-desktop/tasks/main.yml", "content": "---\n- name: Install vlc\n become: true\n ansible.builtin.apt:\n name: vlc\n state: present\n update_cache: true\n cache_valid_time: 3600\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/common-tools
168
[ "no_license" ]
[ { "path": "roles/common-tools/tasks/main.yml", "content": "---\n- name: \"Install Common Tools\"\n become: true\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - 7zip\n - pwgen\n - silversearcher-ag\n - tree\n - unrar\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/eviljonny-user
168
[ "no_license" ]
[ { "path": "roles/eviljonny-user/tasks/main.yml", "content": "---\n- name: Add user eviljonny\n become: true\n ansible.builtin.user:\n name: eviljonny\n comment: <NAME>\n state: present\n groups: sudo\n append: yes\n\n- name: Configure eviljonny\n become: true\n become_user: eviljonny\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 900, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/gitdevel-setup
168
[ "no_license" ]
[ { "path": "roles/gitdevel-setup/defaults/main.yml", "content": "---\ninstall_visual_git_tools: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/gitdevel-setup/tasks/main.yml", "content": "---\n- name: Create gitdevel directory\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1456, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/home-nfs-client
168
[ "no_license" ]
[ { "path": "roles/home-nfs-client/defaults/main.yml", "content": "---\nremotes_to_mount:\n Smashbook/MaxPlexUpload: \n server_path: /mnt/MEDIA_VOL_1/Incoming/Max_Plex_Upload/\n server_ip: 192.168.1.33\n mode: rw\n Smashbook/JonnyPlexUpload: \n server_path: /mnt/MEDIA_VOL_1/Incoming/Jonny_Plex_U...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1783, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/k3s
168
[ "no_license" ]
[ { "path": "roles/k3s/handlers/main.yml", "content": "---\n- name: reboot machine\n become: true\n ansible.builtin.reboot:\n\n- name: Reload keepalived\n become: true\n ansible.builtin.service:\n name: keepalived\n state: reloaded\n\n- name: Reload haproxy\n become: true\n ansible.builtin.service...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6927, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/k3s-agent
168
[ "no_license" ]
[ { "path": "roles/k3s-agent/defaults/main.yml", "content": "---\nk3s_override_version: null\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/k3s-agent/tasks/main.yml", "content": "---\n- name: Check if k3s is installed\n ansible.builtin....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1179, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/nfs-exports
168
[ "no_license" ]
[ { "path": "roles/nfs-exports/defaults/main.yml", "content": "---\nremotes_to_export:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/nfs-exports/tasks/main.yml", "content": "---\n- name: Install nfs-kerner-server\n become: true\n ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 963, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/software-raid
168
[ "no_license" ]
[ { "path": "roles/software-raid/tasks/main.yml", "content": "---\n- name: Install mdadm\n become: true\n ansible.builtin.apt:\n name: mdadm\n state: present\n update_cache: true\n cache_valid_time: 3600\n\n- name: Check if raid device already exists\n ansible.builtin.stat:\n path: /dev/md1\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1315, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/validate-local-configured
168
[ "no_license" ]
[ { "path": "roles/validate-local-configured/main.yml", "content": "- name: Ensure home bin exists\n ansible.builtin.file:\n path: /home/eviljonny/bin\n state: directory\n mode: '0755'\n\n- name: Check if asdf binary exists\n ansible.builtin.stat:\n path: /home/eviljonny/bin/asdf\n register: as...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4105, "all_permissive": false }
ansible_role
jfharden/ansible-playbooks
ecc942baed4ef2694f07ebcba1dd30661e617f2f
0
roles/vim-config
168
[ "no_license" ]
[ { "path": "roles/vim-config/defaults/main.yml", "content": "---\nremove_vim_instant_markdown: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/vim-config/tasks/main.yml", "content": "---\n- name: Create bitbucket.org/eviljonny/vimc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2100, "all_permissive": false }
ansible_role
cshuo/vagrant-ansible-appserver
3c3210cfa6bd0cb575fa6931144a8bbfe4acdfd7
1
apt/roles/appserver
168
[ "no_license" ]
[ { "path": "apt/roles/appserver/tasks/main.yml", "content": "---\n- name: install java jdk\n apt: pkg=openjdk-7-jdk state=installed update_cache=true\n register: javainstalled\n\n- name: copy appserver to server\n copy: src=as.tar.gz dest={{ as_dir }}/as.tar.gz owner=vagrant group=vagrant\n register: cop...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 518, "all_permissive": false }
ansible_role
cshuo/vagrant-ansible-appserver
3c3210cfa6bd0cb575fa6931144a8bbfe4acdfd7
1
apt/roles/database
168
[ "no_license" ]
[ { "path": "apt/roles/database/tasks/main.yml", "content": "---\n- name: Install Mysql \n apt: pkg=mysql-server state=installed update_cache=true\n notify:\n - Start Mysql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
cshuo/vagrant-ansible-appserver
3c3210cfa6bd0cb575fa6931144a8bbfe4acdfd7
1
apt/roles/loadbalance
168
[ "no_license" ]
[ { "path": "apt/roles/loadbalance/handlers/main.yml", "content": "---\n- name: Start Apache\n service: name=apache2 state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "apt/roles/loadbalance/tasks/main.yml", "content": "---\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 171, "all_permissive": false }
ansible_role
liorazroel/devops-tools-examples
3df70023f4523916b91b1a53a45091096483335d
0
init-rds-ssh-tunnel/Ansible/playbooks/roles/init-database
168
[ "no_license" ]
[ { "path": "init-rds-ssh-tunnel/Ansible/playbooks/roles/init-database/defaults/main.yml", "content": "rds_endpoint: \"\"\nrds_admin_username: \"root\"\nrds_admin_password: \"<PASSWORD>\"\n\ndatabases:\n db1: \"db1\"\n db2: \"db2\"\n\nprivileges:\n read: 'SELECT'\n write: 'SELECT,INSERT,UPDATE,DELETE,CREA...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1224, "all_permissive": false }
ansible_role
liorazroel/devops-tools-examples
3df70023f4523916b91b1a53a45091096483335d
0
init-rds-ssh-tunnel/Ansible/playbooks/roles/ssm-tunnel-rds
168
[ "no_license" ]
[ { "path": "init-rds-ssh-tunnel/Ansible/playbooks/roles/ssm-tunnel-rds/tasks/main.yml", "content": "- name: Install Python libraries\n ansible.builtin.pip:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ python_packages }}\"\n\n- name: Ensure the ssh keys target directory exists\n ansible.bui...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2030, "all_permissive": false }
ansible_role
koncybernet/ansible-kubernetes
35d7b750303ea3147ce5635aab950c75d5b6b3b8
0
roles/base_system
168
[ "no_license" ]
[ { "path": "roles/base_system/tasks/main.yml", "content": "---\n- name: Pre-req\n yum: name=libselinux-python state=present\n\n- name: Disable SELINUX\n selinux: policy=targeted state=disabled\n\n- name: Disable firewall\n service: name=firewalld state=stopped enabled=no\n ignore_errors: yes\n\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1197, "all_permissive": false }
ansible_role
koncybernet/ansible-kubernetes
35d7b750303ea3147ce5635aab950c75d5b6b3b8
0
roles/etcd
168
[ "no_license" ]
[ { "path": "roles/etcd/tasks/main.yml", "content": "---\n- name: Install yum packages\n yum: name={{ item }} state=present enablerepo=virt7-docker-common-release\n ignore_errors: no\n with_items:\n - etcd\n\n- name: Create etcd config file\n template:\n src=roles/etcd/templates/etcd.j2\n dest=/et...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1764, "all_permissive": false }
ansible_role
koncybernet/ansible-kubernetes
35d7b750303ea3147ce5635aab950c75d5b6b3b8
0
roles/kubernetes
168
[ "no_license" ]
[ { "path": "roles/kubernetes/templates/flanneld.j2", "content": "FLANNEL_ETCD_ENDPOINTS=\"{% for node in k8s_nodes %}http://{{ node.ip }}:2379{% if not loop.last %},{% endif %}{% endfor %}\"\nFLANNEL_ETCD_PREFIX=\"/kube-centos/network\"\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 10753, "all_permissive": false }
ansible_role
koncybernet/ansible-kubernetes
35d7b750303ea3147ce5635aab950c75d5b6b3b8
0
roles/nodeslist
168
[ "no_license" ]
[ { "path": "roles/nodeslist/tasks/main.yml", "content": "---\n- name: Create Nodes List\n add_host: \n name: \"{{ item.hostname }}\"\n groups: nodes\n ansible_host: \"{{ item.ip }}\"\n with_items: \"{{ k8s_nodes }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
picaso/go-playbook
32c6bf566520519438627c4db07fa766a4e521ba
0
provisioning/roles/agent
168
[ "no_license" ]
[ { "path": "provisioning/roles/agent/tasks/main.yml", "content": "---\n\n- shell: /etc/init.d/go-agent status\n register: command_result\n ignore_errors: True\n\n- shell: cat /proc/cpuinfo | grep processor | wc -l\n register: cpu_count\n\n- name: download go agent installation file\n get_url: url=http://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1928, "all_permissive": false }
ansible_role
picaso/go-playbook
32c6bf566520519438627c4db07fa766a4e521ba
0
provisioning/roles/common
168
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n\n- name: Create java repo list\n shell: echo 'deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main' >/etc/apt/sources.list.d/java.list\n\n- name: Add repo key\n command: apt-key adv --keyserver keyserver.ubuntu.com --recv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
picaso/go-playbook
32c6bf566520519438627c4db07fa766a4e521ba
0
provisioning/roles/server
168
[ "no_license" ]
[ { "path": "provisioning/roles/server/tasks/main.yml", "content": "---\n\n- shell: /etc/init.d/go-server status\n register: command_result\n ignore_errors: True\n\n- name: download go server file\n get_url: url=http://download01.thoughtworks.com/go/debian/contrib/go-server-13.4.1-18342.deb dest=/tmp/go-se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
silvinux/linux-os-upgrade
4df2b83f354bb76fe0304fc0ce7b165a5f577d44
1
roles/linux-os-upgrade
168
[ "no_license" ]
[ { "path": "roles/linux-os-upgrade/tasks/pcs_node_standby.yml", "content": "---\n- name: Get nodes attributes from cib.xml\n community.general.xml:\n path: /var/lib/pacemaker/cib/cib.xml\n xpath: '/cib/configuration/nodes/node/instance_attributes/nvpair'\n content: attribute\n register: get_node_a...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 16549, "all_permissive": false }
ansible_role
athagi/env-setup
0fc1d8ff1da9c2fb3c09b588dd5dfec1c2277d6f
0
roles/ansible
168
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "- name: install packages\n apt: \n name: software-properties-common\n update_cache: true\n- name: update ansible ppa\n apt_repository:\n repo: ppa:ansible/ansible\n- name: install ansible\n apt:\n name: ansible\n update_cache: true\n \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
athagi/env-setup
0fc1d8ff1da9c2fb3c09b588dd5dfec1c2277d6f
0
roles/docker
168
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Remove old version\n apt:\n name: \"{{ packages }}\"\n state: absent\n vars:\n packages:\n - docker\n - docker-engine\n - docker.io\n- name: Install Packages\n apt:\n name: \"{{ packages }}\"\n update_cache: true\n vars...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1113, "all_permissive": false }
ansible_role
athagi/env-setup
0fc1d8ff1da9c2fb3c09b588dd5dfec1c2277d6f
0
roles/golang
168
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "# https://github.com/golang/go/wiki/Ubuntu\n- name: update apt repository\n apt_repository:\n repo: ppa:longsleep/golang-backports\n- name: install golang\n apt:\n name: golang-go\n update_cache: true\n", "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
athagi/env-setup
0fc1d8ff1da9c2fb3c09b588dd5dfec1c2277d6f
0
roles/google-chrome
168
[ "no_license" ]
[ { "path": "roles/google-chrome/tasks/main.yml", "content": "- name: Add chrome GPG key\n apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: present\n- name: Setup stable repository\n apt_repository:\n repo: \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
athagi/env-setup
0fc1d8ff1da9c2fb3c09b588dd5dfec1c2277d6f
0
roles/nodejs
168
[ "no_license" ]
[ { "path": "roles/nodejs/vars/main.yml", "content": "node:\n version: node_10.x", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/nodejs/tasks/main.yml", "content": "- name: remove add-apt-repository\n apt_repository:\n repo: ppa:chris-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 857, "all_permissive": false }
ansible_role
athagi/env-setup
0fc1d8ff1da9c2fb3c09b588dd5dfec1c2277d6f
0
roles/python
168
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: update python symlink\n file:\n src: /usr/bin/python3\n dest: /usr/bin/python\n force: yes\n state: link\n owner: root\n user: root", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
athagi/env-setup
0fc1d8ff1da9c2fb3c09b588dd5dfec1c2277d6f
0
roles/vagrant
168
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/main.yml", "content": "- name: download vagrant deb package\n get_url:\n url: https://releases.hashicorp.com/vagrant/{{ vagrant.version }}/vagrant_{{ vagrant.version }}_{{ ansible_architecture }}.deb\n dest: /tmp/vagrant_{{ vagrant.version }}_{{ ansible_architecture }}....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
athagi/env-setup
0fc1d8ff1da9c2fb3c09b588dd5dfec1c2277d6f
0
roles/vim
168
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "- name: install vim\n apt:\n name: vim\n state: latest\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
athagi/env-setup
0fc1d8ff1da9c2fb3c09b588dd5dfec1c2277d6f
0
roles/virtualbox
168
[ "no_license" ]
[ { "path": "roles/virtualbox/vars/main.yml", "content": "virtualbox:\n version: 6.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/virtualbox/tasks/main.yml", "content": "- name: update apt for ubuntu\n block:\n - name: add apt-key\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 610, "all_permissive": false }
ansible_role
athagi/env-setup
0fc1d8ff1da9c2fb3c09b588dd5dfec1c2277d6f
0
roles/vscode
168
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "- name: download .deb package\n get_url:\n url: https://go.microsoft.com/fwlink/?LinkID=760868\n dest: /home/{{ ansible_ssh_user }}/Downloads\n mode: 0664\n register: vscode\n- name: install vscode\n apt:\n deb: \"{{ vscode.dest }}\"\n f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
salmarefaie/pet-clinic
c8e3ad4e756eb7704a4ffb936d75bfdbce918d5d
0
roles/jdk-script
168
[ "no_license" ]
[ { "path": "roles/jdk-script/tasks/main.yml", "content": "- name: make script excutable\n file:\n path: /home/salma/pet-clinic/roles/jdk-script/files/script.sh\n mode: +x\n\n\n- name: run sctipt to create pet user and install jdk \n script: script.sh", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2018, "all_permissive": false }
ansible_role
salmarefaie/pet-clinic
c8e3ad4e756eb7704a4ffb936d75bfdbce918d5d
0
roles/jenkins
168
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: install jenkins war file\n get_url:\n url: https://get.jenkins.io/war/2.456/jenkins.war\n dest: /home/pet-clinic\n # force: yes ... overwite the existing one\n\n\n- name: run jenkins \n command: /home/pet-clinic/jdk-22.0.1/bin/java...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 640, "all_permissive": false }
ansible_role
salmarefaie/pet-clinic
c8e3ad4e756eb7704a4ffb936d75bfdbce918d5d
0
roles/nagios
168
[ "no_license" ]
[ { "path": "roles/nagios/tasks/main.yml", "content": "# - name: install gcc\n# get_url:\n# url: http://ftp.gnu.org/gnu/gcc/gcc-10.2.0/gcc-10.2.0.tar.gz\n# dest: /home/pet-clinic\n\n\n# - name: extract gcc\n# unarchive:\n# src: /home/pet-clinic/gcc-10.2.0.tar.gz\n# dest: /home/pet-clinic/\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3503, "all_permissive": false }
ansible_role
salmarefaie/pet-clinic
c8e3ad4e756eb7704a4ffb936d75bfdbce918d5d
0
roles/tomcat
168
[ "no_license" ]
[ { "path": "roles/tomcat/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/tomact\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/tomcat/defaults/main.yml", "content": "---\n# defaults file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1623, "all_permissive": false }
ansible_role
jagular-spb/girdu-ansible
48cb7b2d95b6a404da69ae2926514243d1dcc30b
0
roles/common
168
[ "permissive" ]
[ { "path": "roles/common/tasks/add_user.yml", "content": "---\n- name: \"Add user {{user_name_to_add}}\"\n user:\n name: \"{{user_name_to_add}}\"\n shell: /bin/bash\n groups: \"google-sudoers\"\n append: yes\n \n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ]...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 665, "all_permissive": true }
ansible_role
jagular-spb/girdu-ansible
48cb7b2d95b6a404da69ae2926514243d1dcc30b
0
roles/deployment
168
[ "permissive" ]
[ { "path": "roles/deployment/tasks/git.yml", "content": "---\n - name: Install git\n apt:\n state: present\n name: git\n update_cache: yes\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 104 }, { "path": "roles/d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1295, "all_permissive": true }
ansible_role
jagular-spb/girdu-ansible
48cb7b2d95b6a404da69ae2926514243d1dcc30b
0
roles/web
168
[ "permissive" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n- name: install & configure apache\n import_tasks: apache.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 66 }, { "path": "roles/web/tasks/apache.yml", "content": "---\n - ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 282, "all_permissive": true }
ansible_role
ryouma-nagare/ansible-set-proxy
74478d3989e59144a8ed5b533db32c4463ce8e4e
0
roles/proxy
164
[ "no_license" ]
[ { "path": "roles/proxy/tasks/_install_debian.yml", "content": "- name: install for debian\n package:\n name:\n - \"python-apt\"\n - \"python-selinux\"\n - \"selinux-policy-default\"\n - \"git\"\n - \"subversion\"\n - \"wget\"\n - \"curl\"\n state: latest\n update...
{ "task_files": 14, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 7015, "all_permissive": false }
ansible_role
Edenand/Homelab
4a816fd22ea2c15880b1a56a3799a9a62d58355e
1
Ansible/roles/common
164
[ "no_license" ]
[ { "path": "Ansible/roles/common/tasks/main.yml", "content": "---\n- name: create the ansible user account\n become: yes\n user: name=ansible append=yes state=present createhome=yes shell=/bin/bash\n- name: allow 'ansible' to use sudo without needing a password\n become: yes\n lineinfile:\n dest: /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1294, "all_permissive": false }
ansible_role
Edenand/Homelab
4a816fd22ea2c15880b1a56a3799a9a62d58355e
1
Ansible/roles/install_docker
164
[ "no_license" ]
[ { "path": "Ansible/roles/install_docker/tasks/main.yml", "content": "---\n- name: Install Docker dependencies\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n\n- name: Add Docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 763, "all_permissive": false }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/apache-logs-conf
164
[ "permissive" ]
[ { "path": "roles/apache-logs-conf/tasks/main.yaml", "content": "- name: Ensure {{ stage_dir }}/apache exists\n file:\n path: \"{{ stage_dir }}/apache\"\n state: directory\n\n- name: Link apache logs on Debian/SuSE\n block:\n - name: Find logs\n find:\n path: \"/var/log/apache2\"\n file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2854, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/capture-performance-data
164
[ "permissive" ]
[ { "path": "roles/capture-performance-data/tasks/main.yaml", "content": "- name: Generate statistics\n shell:\n executable: /bin/bash\n cmd: |\n source {{ devstack_conf_dir }}/stackrc\n source {{ devstack_conf_dir }}/inc/python\n setup_devstack_virtualenv\n $PYTHON {{ devstack_conf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1377, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/capture-system-logs
164
[ "permissive" ]
[ { "path": "roles/capture-system-logs/tasks/main.yaml", "content": "# TODO(andreaf) Make this into proper Ansible\n- name: Stage various logs and reports\n shell:\n executable: /bin/bash\n cmd: |\n sudo iptables-save > {{ stage_dir }}/iptables.txt\n df -h > {{ stage_dir }}/df.txt\n\n fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2617, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/devstack-ipv6-only-deployments-verification
164
[ "permissive" ]
[ { "path": "roles/devstack-ipv6-only-deployments-verification/README.rst", "content": "Verify all addresses in IPv6-only deployments\n\nThis role needs to be invoked from a playbook that\nruns tests. This role verifies the IPv6 settings on the\ndevstack side and that devstack deploys with all addresses\nbein...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 623, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/devstack-project-conf
164
[ "permissive" ]
[ { "path": "roles/devstack-project-conf/defaults/main.yaml", "content": "stage_dir: \"{{ ansible_user_dir }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 36 }, { "path": "roles/devstack-project-conf/tasks/main.yaml", "content": "- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1025, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/export-devstack-journal
164
[ "permissive" ]
[ { "path": "roles/export-devstack-journal/tasks/main.yaml", "content": "# NOTE(andreaf) This bypasses the stage-output role\n- name: Ensure {{ stage_dir }}/logs exists\n become: true\n file:\n path: \"{{ stage_dir }}/logs\"\n state: directory\n owner: \"{{ ansible_user }}\"\n\n- name: Export legac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3716, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/fetch-devstack-log-dir
164
[ "permissive" ]
[ { "path": "roles/fetch-devstack-log-dir/tasks/main.yaml", "content": "# as the user in the guest may not exist on the executor\n# we do not preserve the group or owner of the copied logs.\n\n- name: Collect devstack logs\n synchronize:\n dest: \"{{ zuul.executor.log_root }}/{{ inventory_hostname }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 526, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/get-devstack-os-environment
164
[ "permissive" ]
[ { "path": "roles/get-devstack-os-environment/defaults/main.yaml", "content": "devstack_base_dir: \"/opt/stack\"\nopenrc_file: \"{{ devstack_base_dir }}/devstack/openrc\"\nopenrc_user: admin\nopenrc_project: admin\nopenrc_enable_export: false\ntox_environment: {}\n", "license_type": "permissive", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1803, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/orchestrate-devstack
164
[ "permissive" ]
[ { "path": "roles/orchestrate-devstack/tasks/main.yaml", "content": "- name: Run devstack on the controller\n include_role:\n name: run-devstack\n when: inventory_hostname == 'controller'\n\n- name: Setup devstack on sub-nodes\n block:\n\n - name: Distribute the build sshkey for the user \"stack\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2434, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/process-stackviz
164
[ "permissive" ]
[ { "path": "roles/process-stackviz/tasks/main.yaml", "content": "- name: Process Stackviz\n block:\n\n - name: Devstack checks if stackviz archive exists\n stat:\n path: \"/opt/cache/files/stackviz-latest.tar.gz\"\n register: stackviz_archive\n\n - debug:\n msg: \"Stackviz archive could no...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2781, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/run-devstack
164
[ "permissive" ]
[ { "path": "roles/run-devstack/tasks/main.yaml", "content": "- name: Run devstack\n shell:\n cmd: |\n ./stack.sh 2>&1\n rc=$?\n echo \"*** FINISHED ***\"\n exit $rc\n args:\n chdir: \"{{devstack_base_dir}}/devstack\"\n become: true\n become_user: stack\n", "license_type": "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 335, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/setup-devstack-cache
164
[ "permissive" ]
[ { "path": "roles/setup-devstack-cache/defaults/main.yaml", "content": "devstack_base_dir: /opt/stack\ndevstack_cache_dir: /opt/cache\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 61 }, { "path": "roles/setup-devstack-cache/tasks/main.yam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 837, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/setup-devstack-log-dir
164
[ "permissive" ]
[ { "path": "roles/setup-devstack-log-dir/README.rst", "content": "Set up the devstack log directory\n\nCreate a log directory on the ephemeral disk partition to save space\non the root device.\n\n**Role Variables**\n\n.. zuul:rolevar:: devstack_base_dir\n :default: /opt/stack\n\n The devstack base direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 401, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/setup-devstack-source-dirs
164
[ "permissive" ]
[ { "path": "roles/setup-devstack-source-dirs/tasks/main.yaml", "content": "- name: Find all OpenStack source repos used by this job\n find:\n paths: \"{{ devstack_source_dirs }}\"\n file_type: directory\n register: found_repos\n\n- name: Copy Zuul repos into devstack working directory\n command: rsy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2979, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/setup-stack-user
164
[ "permissive" ]
[ { "path": "roles/setup-stack-user/tasks/main.yaml", "content": "- name: Create stack group\n group:\n name: stack\n become: yes\n\n# NOTE(andreaf) Create a user home_dir is not safe via\n# the user module since it will fail if the containing\n# folder does not exists. If the folder does exists and\n# i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1485, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/setup-tempest-user
164
[ "permissive" ]
[ { "path": "roles/setup-tempest-user/README.rst", "content": "Set up the `tempest` user\n\nCreate the tempest user and allow it to sudo.\n\n**Role Variables**\n\n.. zuul:rolevar:: devstack_base_dir\n :default: /opt/stack\n\n The devstack base directory.\n", "license_type": "permissive", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 529, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/start-fresh-logging
164
[ "permissive" ]
[ { "path": "roles/start-fresh-logging/tasks/main.yaml", "content": "- name: Check for /bin/journalctl file\n command: which journalctl\n changed_when: False\n failed_when: False\n register: which_out\n\n- block:\n - name: Get current date\n command: date +\"%Y-%m-%d %H:%M:%S\"\n register: da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1945, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/sync-controller-ceph-conf-and-keys
164
[ "permissive" ]
[ { "path": "roles/sync-controller-ceph-conf-and-keys/tasks/main.yaml", "content": "- name: Ensure /etc/ceph exists on subnode\n become: true\n file:\n path: /etc/ceph\n state: directory\n\n- name: Copy /etc/ceph from controller to subnode\n become: true\n synchronize:\n owner: yes\n group: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 428, "all_permissive": true }
ansible_role
openstack/devstack
a8f98073b97a2485a7505ebe36dba9cad1e0a7e1
2,100
roles/sync-devstack-data
164
[ "permissive" ]
[ { "path": "roles/sync-devstack-data/defaults/main.yaml", "content": "devstack_base_dir: /opt/stack\ndevstack_data_base_dir: \"{{ devstack_base_dir }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 80 }, { "path": "roles/sync-devstack-da...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2262, "all_permissive": true }