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
MatiBelsito/UTNFRA_SO_2do_Parcial_MatiBelsito
620ad499387422dca1b58fc93f731adc8250beeb
0
ansible/roles/Sudoers_belsito
7,792
[ "no_license" ]
[ { "path": "ansible/roles/Sudoers_belsito/tasks/main.yml", "content": "- name: Dar permisos sudo sin contraseña al grupo GProfesores\n become: yes\n copy:\n dest: /etc/sudoers.d/GProfesores\n content: \"%GProfesores ALL=(ALL) NOPASSWD: ALL\\n\"\n owner: root\n group: root\n mode: '0440'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
MatiBelsito/UTNFRA_SO_2do_Parcial_MatiBelsito
620ad499387422dca1b58fc93f731adc8250beeb
0
ansible/roles/mensaje
7,792
[ "no_license" ]
[ { "path": "ansible/roles/mensaje/tasks/main.yml", "content": "- name: Mostrar mensaje desde un rol\n debug:\n msg: \"Hola, este mensaje se escribio en un rol que estoy ejecutando desde un playbook\"\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
ccollicutt/ansible-mmd
c82f22c61caf6732827a4d221e73d7121d0e81da
2
roles/common
7,792
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "#\n# Good example: https://github.com/jplock/devbox/blob/master/roles/mesos/tasks/mesos.yml\n#\n\n- name: configure apt proxy file\n template: src=01proxy.j2 dest=/etc/apt/apt.conf.d/01proxy\n when: provisioner != \"openstack\"\n\n- name: install mesosp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 698, "all_permissive": false }
ansible_role
ccollicutt/ansible-mmd
c82f22c61caf6732827a4d221e73d7121d0e81da
2
roles/docker
7,792
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: ensure docker repository gpg key is installed\n apt_key: url=\"https://get.docker.io/gpg\" id=\"A88D21E9\"\n\n- name: ensure the docker repository is installed\n apt_repository:\n repo: 'deb http://get.docker.io/ubuntu docker main'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
ccollicutt/ansible-mmd
c82f22c61caf6732827a4d221e73d7121d0e81da
2
roles/marathon
7,792
[ "no_license" ]
[ { "path": "roles/marathon/templates/marathon-conf-http_credentials.j2", "content": "{{ marathon_http_credentials }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/marathon/tasks/main.yml", "content": "- name: ensure marathon is install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 971, "all_permissive": false }
ansible_role
ccollicutt/ansible-mmd
c82f22c61caf6732827a4d221e73d7121d0e81da
2
roles/mesos-master
7,792
[ "no_license" ]
[ { "path": "roles/mesos-master/templates/default-mesos-master.j2", "content": "PORT=5050\nZK=`cat /etc/mesos/zk`\nIP={{ ansible_eth0.ipv4.address }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/mesos-master/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 961, "all_permissive": false }
ansible_role
ccollicutt/ansible-mmd
c82f22c61caf6732827a4d221e73d7121d0e81da
2
roles/mesos-slave
7,792
[ "no_license" ]
[ { "path": "roles/mesos-slave/tasks/main.yml", "content": "- name: ensure mesos is installed\n apt: pkg=mesos state=installed update_cache=yes cache_valid_time=3600\n\n- name: ensure mesos-master is NOT running\n service: name=mesos-master state=stopped enabled=no\n\n# FIXME: zookeeper shouldn't be running...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1422, "all_permissive": false }
ansible_role
ccollicutt/ansible-mmd
c82f22c61caf6732827a4d221e73d7121d0e81da
2
roles/openstack_instances
7,792
[ "no_license" ]
[ { "path": "roles/openstack_instances/tasks/main.yml", "content": "---\n\n#\n# Create mesos instances in openstack\n#\n\n- name: ensure instance exists in openstack\n nova_compute:\n state: present\n login_username: \"{{ os_username }}\"\n login_password: \"{{ <PASSWORD> }}\"\n login_tenant_name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 879, "all_permissive": false }
ansible_role
ccollicutt/ansible-mmd
c82f22c61caf6732827a4d221e73d7121d0e81da
2
roles/zookeeper
7,792
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/main.yml", "content": "- name: install required zookeeper packages\n apt: pkg={{ item }} state=installed update_cache=yes cache_valid_time=3600\n with_items:\n - zookeeperd\n\n- name: configure zookeeper id\n template: src=myid.j2 dest=/etc/zookeeper/conf/myid\n notif...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
lostechies/ltansible
735456d3c193c764b358078dad78a88210d35081
0
roles/common
7,792
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yaml", "content": "---\nhost_key_checking: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/common/tasks/iptables.yaml", "content": "---\n- name: setup default iptables/firewall lockdown\n sud...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1880, "all_permissive": false }
ansible_role
lostechies/ltansible
735456d3c193c764b358078dad78a88210d35081
0
roles/db
7,792
[ "no_license" ]
[ { "path": "roles/db/tasks/users.yaml", "content": "---\n- name: create default group\n sudo: yes\n group: name={{ default_group }} state=present\n\n- name: create default user\n sudo: yes\n user: name={{ default_user }} shell=/bin/bash group={{ default_group }}\n\n- name: ensure .ssh folder exists\n fi...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1560, "all_permissive": false }
ansible_role
lostechies/ltansible
735456d3c193c764b358078dad78a88210d35081
0
roles/web
7,792
[ "no_license" ]
[ { "path": "roles/web/tasks/ssh.yaml", "content": "---\n- name: setup sshd_config\n sudo: yes\n template: src=sshd_config.j2 dest=/etc/ssh/sshd_config backup=yes\n notify:\n - restart sshd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "path": "roles...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1518, "all_permissive": false }
ansible_role
lostechies/ltansible
735456d3c193c764b358078dad78a88210d35081
0
roles/wordpress
7,792
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yaml", "content": "--- \n- include: wordpress.yaml \n tags: wordpress\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "roles/word...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4703, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
02-gfs2/ansible/roles/corosync
7,792
[ "no_license" ]
[ { "path": "02-gfs2/ansible/roles/corosync/tasks/main.yaml", "content": "# Pacemaker cluster setup\n# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_high_availability_clusters/index\n# https://github.com/ClusterLabs/pcs\n# https://github.com/ClusterL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7922, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
02-gfs2/ansible/roles/gvfs2
7,792
[ "no_license" ]
[ { "path": "02-gfs2/ansible/roles/gvfs2/tasks/main.yaml", "content": "- name: Install pacemaker, clvm, gfs2 packages\n dnf:\n name:\n - device-mapper-multipath\n - gfs2-utils\n - lvm2-lockd\n - gfs2-utils\n # not in CentOS 8 Stream repo\n - https://repo.almalinux.org/almalin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4838, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
02-gfs2/ansible/roles/iscsi-initiator
7,792
[ "no_license" ]
[ { "path": "02-gfs2/ansible/roles/iscsi-initiator/tasks/main.yaml", "content": "- name: Install iscsi-initiator-utils\n yum:\n name:\n - iscsi-initiator-utils\n - iscsi-initiator-utils-iscsiuio\n state: present\n\n- name: Change iqn\n lineinfile:\n path: /etc/iscsi/initiatorname.iscsi\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1105, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
02-gfs2/ansible/roles/iscsi-target
7,792
[ "no_license" ]
[ { "path": "02-gfs2/ansible/roles/iscsi-target/tasks/main.yaml", "content": "- name: Install targetcli package\n yum:\n name:\n - targetcli\n\n- name: Create block backstore\n command: targetcli /backstores/block create {{ iscsi_blockname }} dev=/dev/disk/by-id/virtio-isci-disk\n register: result\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1808, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
02-gfs2/ansible/roles/upgrade
7,792
[ "no_license" ]
[ { "path": "02-gfs2/ansible/roles/upgrade/tasks/main.yaml", "content": "- name: Upgrade Debian Family OS packages\n when: ansible_os_family == \"Debian\"\n ansible.builtin.apt:\n upgrade: full\n update_cache: yes\n cache_valid_time: 3600\n autoclean: yes\n autoremove: yes\n become: yes\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1114, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
03-nginx/ansible/roles/keepalived
7,792
[ "no_license" ]
[ { "path": "03-nginx/ansible/roles/keepalived/handlers/main.yaml", "content": "- name: Restart keepalived\n ansible.builtin.systemd:\n name: keepalived\n state: restarted\n listen: restart\n any_errors_fatal: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 938, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
03-nginx/ansible/roles/php_fpm
7,792
[ "no_license" ]
[ { "path": "03-nginx/ansible/roles/php_fpm/handlers/main.yaml", "content": "- name: Reload php-fpm\n ansible.builtin.systemd:\n name: php-fpm\n state: reloaded\n enabled: yes\n listen: reload_phpfpm\n any_errors_fatal: true", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1397, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
03-nginx/ansible/roles/tune_all
7,792
[ "no_license" ]
[ { "path": "03-nginx/ansible/roles/tune_all/tasks/RedHat.yaml", "content": "- name: Install CA pem file (Red Hat)\n ansible.builtin.copy:\n content: \"{{ ca }}\"\n dest: \"/etc/pki/ca-trust/source/anchors/ca-otus.pem\"\n notify: ca_redhat\n tags: cert\n\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
03-nginx/ansible/roles/upgrade
7,792
[ "no_license" ]
[ { "path": "03-nginx/ansible/roles/upgrade/tasks/main.yaml", "content": "- name: Load tasks file with upgrade tasks based on the OS type\n include_tasks: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_distribution }}_{{ ansible_distribution_release }}.yaml\"\n - \"{{ ansible_distribution }}.yaml...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1303, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
03-nginx/ansible/roles/wordpress_db
7,792
[ "no_license" ]
[ { "path": "03-nginx/ansible/roles/wordpress_db/tasks/main.yaml", "content": "- name: Install mysql\n ansible.builtin.dnf:\n name:\n - mysql-server\n - python3-PyMySQL\n state: present\n\n- name: Enable mysql service\n ansible.builtin.systemd:\n name: mysqld\n state: started\n enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 890, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
04-mysql/ansible/roles/innodb_cluster
7,792
[ "no_license" ]
[ { "path": "04-mysql/ansible/roles/innodb_cluster/templates/bootstrap_cluster.js.j2", "content": "try {\n print('Bootstrapping cluster primary instance...\\n');\n shell.connect('{{ innodb_cluster_user_name }}@{{ inventory_hostname }}', '{{ innodb_cluster_user_password }}');\n var cluster = dba.createClust...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 937, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
04-mysql/ansible/roles/nginx
7,792
[ "no_license" ]
[ { "path": "04-mysql/ansible/roles/nginx/templates/nginx.conf", "content": "user nobody;\nworker_processes auto;\nerror_log /var/log/nginx/error.log;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include mime.types;\n default_type application/octet-stream;\n\n log_format main '$remote_ad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3449, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
04-mysql/ansible/roles/wordpress_mysqldb
7,792
[ "no_license" ]
[ { "path": "04-mysql/ansible/roles/wordpress_mysqldb/tasks/main.yaml", "content": "- name: Create a wordpress database\n community.mysql.mysql_db:\n name: \"{{ wp_db_name }}\"\n state: present\n login_unix_socket: \"{{ mysql_socket }}\"\n login_user: \"{{ mysql_username }}\"\n login_password:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
05-postgresql/ansible/roles/etcd
7,792
[ "no_license" ]
[ { "path": "05-postgresql/ansible/roles/etcd/vars/main.yaml", "content": "---\netcd_platform: '{{ etcd_os }}-{{ etcd_arch }}'\netcd_name: etcd-{{ etcd_version }}-{{ etcd_platform }}\netcd_archive: '{{ etcd_name }}.{{ etcd_archive_suffix|default(\"tar.gz\") }}'\netcd_tmp_archive: /tmp/{{ etcd_archive }}\n\net...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9232, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
05-postgresql/ansible/roles/joomla
7,792
[ "no_license" ]
[ { "path": "05-postgresql/ansible/roles/joomla/templates/configuration.php.j2", "content": "<?php\nclass JConfig {\n public $offline = false;\n public $offline_message = 'Сайт закрыт на техническое обслуживание. Пожалуйста, зайдите позже.';\n public $display_offline_message = 1;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5196, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
05-postgresql/ansible/roles/patroni
7,792
[ "no_license" ]
[ { "path": "05-postgresql/ansible/roles/patroni/templates/patroni.yml.j2", "content": "scope: main\nnamespace: /db/\nname: {{ inventory_hostname }}\n\nrestapi:\n listen: {{ ansible_host }}:8008\n connect_address: {{ ansible_host }}:8008\n certfile: {{ pki_cert_file }}\n keyfile: {{ pki_key_file }}\n caf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5221, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
05-postgresql/ansible/roles/pgbouncer
7,792
[ "no_license" ]
[ { "path": "05-postgresql/ansible/roles/pgbouncer/defaults/main.yaml", "content": "---\nconfd_version: 0.16.0\nconfd_name: \"confd-{{ confd_version }}-linux-amd64\"\nconfd_download: https://github.com/kelseyhightower/confd/releases/download/v{{ confd_version }}/{{ confd_name }}\nconfd_home: /usr/local/bin/\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4002, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
06-kafka/ansible/roles/kafka
7,792
[ "no_license" ]
[ { "path": "06-kafka/ansible/roles/kafka/templates/kafka.service.j2", "content": "[Unit]\nDescription=Apache Kafka server (broker)\nDocumentation=https://kafka.apache.org/documentation.html\nRequires=network.target remote-fs.target\nAfter=network.target remote-fs.target zookeeper.service\n\n[Service]\nType=s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3907, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
06-kafka/ansible/roles/kafkaui
7,792
[ "no_license" ]
[ { "path": "06-kafka/ansible/roles/kafkaui/defaults/main.yaml", "content": "kafkaui_version: 0.2.1\nkafkaui_jar: kafka-ui-api-{{ kafkaui_version }}.jar\nkafkaui_url: https://github.com/provectus/kafka-ui/releases/download/v{{ kafkaui_version }}/{{ kafkaui_jar }}\n\nkafkaui_group: kafkaui\nkafkaui_user: kafka...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2109, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
06-kafka/ansible/roles/kibana
7,792
[ "no_license" ]
[ { "path": "06-kafka/ansible/roles/kibana/handlers/main.yaml", "content": "- name: restart kibana\n ansible.builtin.systemd:\n name: kibana.service\n state: restarted\n daemon_reload: yes\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2808, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
06-kafka/ansible/roles/logstash
7,792
[ "no_license" ]
[ { "path": "06-kafka/ansible/roles/logstash/tasks/main.yaml", "content": "- name: Enable Elastic repository GPG key\n ansible.builtin.rpm_key:\n key: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Enable Elastic repository\n ansible.builtin.yum_repository:\n name: e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2686, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
06-kafka/ansible/roles/nginx
7,792
[ "no_license" ]
[ { "path": "06-kafka/ansible/roles/nginx/templates/kafkaui.conf.j2", "content": "# Kafka ui upstreams\nupstream backend_kafkaui {\n{% for host in kafkaui_nodes %}\n server {{ host }}:{{ kafkaui_port_client }};\n{% endfor %}\n}\n\n# TODO: Active health check\n\nserver {\n listen 443 ssl http2;\n\n server_n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7446, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
06-kafka/ansible/roles/oraclejdk
7,792
[ "no_license" ]
[ { "path": "06-kafka/ansible/roles/oraclejdk/tasks/main.yaml", "content": "- name: Install Oracle JDK\n dnf:\n name:\n - https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.rpm\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
06-kafka/ansible/roles/tls_private
7,792
[ "no_license" ]
[ { "path": "06-kafka/ansible/roles/tls_private/defaults/main.yaml", "content": "---\n\npki_common_name: \"{{ inventory_hostname }}\"\npki_subject_alt_name: \"DNS:{{ inventory_hostname }},IP:{{ ansible_host }},IP:127.0.0.1\"\n\ntls_group: tls-cert\n\npki_key_file: \"/etc/pki/otus/{{ inventory_hostname }}.pem\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1456, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
06-kafka/ansible/roles/tune_all
7,792
[ "no_license" ]
[ { "path": "06-kafka/ansible/roles/tune_all/tasks/main.yaml", "content": "- name: Add load balancer to /etc/hosts\n ansible.builtin.lineinfile:\n dest: /etc/hosts\n line: '{{ external_ip }} otus.internal'\n state: present\n\n- name: Load tasks file with tune tasks based on the OS type\n include_ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1998, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
06-kafka/ansible/roles/upgrade
7,792
[ "no_license" ]
[ { "path": "06-kafka/ansible/roles/upgrade/tasks/Debian.yaml", "content": "- name: Upgrade Debian Family OS packages\n ansible.builtin.apt:\n upgrade: full\n update_cache: yes\n cache_valid_time: 3600\n autoclean: yes\n autoremove: yes\n become: yes\n\n- name: Check to see if we need a reboo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
06-kafka/ansible/roles/zookeeper
7,792
[ "no_license" ]
[ { "path": "06-kafka/ansible/roles/zookeeper/templates/profile.sh.j2", "content": "PATH={{ zookeeper_dir }}/bin:$PATH\nexport PATH\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "06-kafka/ansible/roles/zookeeper/templates/zookeeper.service.j2", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4108, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
07-consul/ansible/roles/consul
7,792
[ "no_license" ]
[ { "path": "07-consul/ansible/roles/consul/files/kafkaui.hcl", "content": "service {\n name = \"kafkaui\"\n port = 8081\n check {\n name = \"Kafka UI health check\"\n http = \"http://localhost:8081\"\n interval = \"3s\"\n timeout = \"1s\"\n }\n}\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3811, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
07-consul/ansible/roles/elasticsearch
7,792
[ "no_license" ]
[ { "path": "07-consul/ansible/roles/elasticsearch/handlers/main.yaml", "content": "- name: restart elasticsearch\n ansible.builtin.systemd:\n name: elasticsearch.service\n state: restarted\n daemon_reload: yes\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5232, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
07-consul/ansible/roles/innodb_cluster
7,792
[ "no_license" ]
[ { "path": "07-consul/ansible/roles/innodb_cluster/templates/my.cnf", "content": "[mysqld]\nserver_id=1{{ ansible_play_hosts.index(inventory_hostname) }}\n\n# Required by dba.checkInstanceConfiguration()\nbinlog_transaction_dependency_tracking=WRITESET\nreplica_parallel_type=LOGICAL_CLOCK\nreplica_preserve_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3077, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
07-consul/ansible/roles/mysql_router
7,792
[ "no_license" ]
[ { "path": "07-consul/ansible/roles/mysql_router/tasks/main.yaml", "content": "- name: Enable mysql repo\n ansible.builtin.dnf:\n name: https://dev.mysql.com/get/mysql80-community-release-el8-1.noarch.rpm\n state: present\n\n- name: Disable Centos 8 mysql dnf module\n command: dnf module disable mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2779, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
07-consul/ansible/roles/php_fpm
7,792
[ "no_license" ]
[ { "path": "07-consul/ansible/roles/php_fpm/tasks/main.yaml", "content": "- name: Enable epel repo GPG key\n rpm_key:\n key: https://dl.fedoraproject.org/pub/<KEY>\n state: present\n\n- name: Enable remi repo GPG key\n rpm_key:\n key: https://rpms.remirepo.net/RPM-GPG-KEY-remi2020\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2455, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
07-consul/ansible/roles/tune_all
7,792
[ "no_license" ]
[ { "path": "07-consul/ansible/roles/tune_all/tasks/Debian.yaml", "content": "- name: Install CA pem file (Debian, Ubuntu)\n ansible.builtin.copy:\n content: \"{{ ca }}\"\n dest: \"/usr/local/share/ca-certificates/ca-otus.pem\"\n notify: ca_debian\n tags: cert\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 785, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
07-consul/ansible/roles/vector
7,792
[ "no_license" ]
[ { "path": "07-consul/ansible/roles/vector/defaults/main.yaml", "content": "kafka_port_client: 9092\nvector_config_file: /etc/vector/vector.toml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "07-consul/ansible/roles/vector/tasks/main.yaml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1420, "all_permissive": false }
ansible_role
runixer/otus.linux
3ef106302900d6874583a14f7702c1fd516b860f
0
07-consul/ansible/roles/wordpress
7,792
[ "no_license" ]
[ { "path": "07-consul/ansible/roles/wordpress/tasks/main.yaml", "content": "- name: Install unzip\n ansible.builtin.dnf:\n name:\n - unzip\n state: present\n\n- name: Creates directory for wordpress\n ansible.builtin.file:\n path: /var/www\n state: directory\n\n- name: Download and extract...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1840, "all_permissive": false }
ansible_role
Addvilz/almalinux.org
05a4270e09d12ef5e8092453a70e5384c58fc7ca
0
ansible/roles/commons
7,792
[ "no_license" ]
[ { "path": "ansible/roles/commons/tasks/packages.yml", "content": "---\n- name: Ensure common system packages\n package: name='{{item}}' state=latest\n loop:\n - iotop\n - tuned\n - chrony\n - traceroute\n - bind-utils\n - net-tools\n - policycoreutils-python-utils\n become: yes\n", ...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2771, "all_permissive": false }
ansible_role
Addvilz/almalinux.org
05a4270e09d12ef5e8092453a70e5384c58fc7ca
0
ansible/roles/website
7,792
[ "no_license" ]
[ { "path": "ansible/roles/website/tasks/docker.yml", "content": "---\n- name: Remove not-Docker\n package: name='{{item}}' state=absent\n loop:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n - docker-latest-logrotate\n - docker-logrotate\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8497, "all_permissive": false }
ansible_role
ruslankagrm/devops_final
89a93801aff915c716f5ac804aefb54a8df55a5f
0
ansible/roles/common
7,792
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install basic packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n autoremove: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
ruslankagrm/devops_final
89a93801aff915c716f5ac804aefb54a8df55a5f
0
ansible/roles/docker
7,792
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Add an apt signing key for Docker\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add apt repository for stable version\n apt_repository:\n repo: deb [arch=amd64] https://download....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1821, "all_permissive": false }
ansible_role
arivarton/ansible-playbooks
372f21ebcd58df32ebc0207614e195cf8767d437
0
home/roles/common
7,792
[ "no_license" ]
[ { "path": "home/roles/common/tasks/main.yml", "content": "# Common\n\n\n- hostname: \n name: \"{{ new_hostname }}\"\n become: yes\n\n\n- name: Change sources.list\n template: src=\"sources.list\" dest=\"/etc/apt/\"\n become: yes\n\n\n- name: Update apt cache\n apt:\n update_cache: yes\n become: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6371, "all_permissive": false }
ansible_role
arivarton/ansible-playbooks
372f21ebcd58df32ebc0207614e195cf8767d437
0
home/roles/kodi-pc
7,792
[ "no_license" ]
[ { "path": "home/roles/kodi-pc/tasks/main.yml", "content": "# Kodi\n\n- name: Install applications\n apt: name={{ item }} state=latest\n with_items:\n - xorg\n - xinit\n - pulseaudio\n - alsa-utils\n - intel-microcode\n - iucode-tool\n - kodi\n - kodi-pvr-iptvsimple\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 855, "all_permissive": false }
ansible_role
arivarton/ansible-playbooks
372f21ebcd58df32ebc0207614e195cf8767d437
0
home/roles/nfs-server
7,792
[ "no_license" ]
[ { "path": "home/roles/nfs-server/tasks/main.yml", "content": "# [TODO] Add ip address configuration\n# - set_fact:\n # tmux_command: \"tmux new-session -d -s {{ tmux_session_name }} -n 'rtorrent' rtorrent\"\n\n\n- name: Install nfs apps\n apt: name={{ item }} state=latest\n with_items:\n - nfs-kernel-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2467, "all_permissive": false }
ansible_role
arivarton/ansible-playbooks
372f21ebcd58df32ebc0207614e195cf8767d437
0
mail_server/roles/common
7,792
[ "no_license" ]
[ { "path": "mail_server/roles/common/tasks/main.yml", "content": "- name: Install htop\n apt: name=htop state=latest\n become: yes\n when: common_apps\n\n- name: Install vim\n apt: name=vim state=latest\n become: yes\n when: common_apps\n\n- name: Install netstat\n apt: name=netstat-nat state=latest\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
arivarton/ansible-playbooks
372f21ebcd58df32ebc0207614e195cf8767d437
0
mail_server/roles/db
7,792
[ "no_license" ]
[ { "path": "mail_server/roles/db/tasks/main.yml", "content": "- name: Install postgresql\n apt: name=postgresql state=latest\n become: yes\n when: main_apps\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
arivarton/ansible-playbooks
372f21ebcd58df32ebc0207614e195cf8767d437
0
mail_server/roles/mail
7,792
[ "no_license" ]
[ { "path": "mail_server/roles/mail/tasks/main.yml", "content": "- block:\n - name: Install applications\n apt: name={{ item }} state=latest\n with_items:\n - postfix\n - spamassassin\n - name: Add templates\n template: src=templates/{{ item }} dest=/etc/postfix/{{ item }}\n with_items...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
arivarton/ansible-playbooks
372f21ebcd58df32ebc0207614e195cf8767d437
0
mail_server/roles/security
7,792
[ "no_license" ]
[ { "path": "mail_server/roles/security/tasks/main.yml", "content": "- name: Ensure iptables is installed and updated\n apt: name=iptables state=latest\n become: yes\n when: ensured_apps\n\n- name: Allow ssh\n iptables:\n chain: INPUT\n protocol: tcp\n destination_port: 22\n jump: ACCEPT\n wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 564, "all_permissive": false }
ansible_role
anguyen-ledger/oauth2-poc
67adbcb223001a02194c3b1fcf3095a73c4dbf36
0
ansible/roles/bootstrap
7,791
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap/templates/etc/ssh/sshd_config.j2", "content": "Include /etc/ssh/sshd_config.d/*.conf\n\nAllowUsers {{ ([\"ubuntu\"] + ssh_allowed_users) | join(' ') }}\n\nAuthenticationMethods publickey\nPubkeyAuthentication yes\nPermitRootLogin no\nPasswordAuthentication no\nChallengeRes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6773, "all_permissive": false }
ansible_role
anguyen-ledger/oauth2-poc
67adbcb223001a02194c3b1fcf3095a73c4dbf36
0
ansible/roles/simple-api
7,791
[ "no_license" ]
[ { "path": "ansible/roles/simple-api/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - hsm-api", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/simple-api/handlers/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 930, "all_permissive": false }
ansible_role
HeroCC/cluster
061899c18427afb52d1d2ad5a95c5bf7a720b65d
0
ansible/roles/common
7,791
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update apt repos\n when: \"ansible_distribution == 'Debian'\"\n become: yes\n apt:\n update_cache: yes\n- name: Update arch\n become: yes\n when: \"ansible_distribution == 'Archlinux'\"\n pacman:\n upgrade: yes\n update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
HeroCC/cluster
061899c18427afb52d1d2ad5a95c5bf7a720b65d
0
ansible/roles/k8s
7,791
[ "no_license" ]
[ { "path": "ansible/roles/k8s/tasks/main.yml", "content": "---\n- name: Check if docker is installed\n shell: whereis docker\n register: docker_installed\n failed_when: no\n changed_when: no\n\n- name: Install latest Docker\n become: yes\n shell: curl -s https://get.docker.com | bash\n when: docker_in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
HeroCC/cluster
061899c18427afb52d1d2ad5a95c5bf7a720b65d
0
ansible/roles/server
7,791
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yml", "content": "---\n- name: Check if zerotier is installed\n shell: whereis zerotier-cli\n register: zt_installed\n failed_when: no\n changed_when: no\n\n- name: Install ZeroTier\n become: yes\n shell: curl -s https://install.zerotier.com | bash\n when: z...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
IWillGetThere/AdvancedAnsible
542cde8a7232030210cb71c0f17f366a690bd30a
0
ansible/roles/win_ad_install
7,791
[ "no_license" ]
[ { "path": "ansible/roles/win_ad_install/tasks/main.yml", "content": "---\n# tasks file for win_ad_install\n#\n- import_tasks: install-ad-domain-services.yml\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/win_ad_install/vars/mai...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 974, "all_permissive": false }
ansible_role
IWillGetThere/AdvancedAnsible
542cde8a7232030210cb71c0f17f366a690bd30a
0
ansible/roles/win_package_install
7,791
[ "no_license" ]
[ { "path": "ansible/roles/win_package_install/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - win_package_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "ansible/roles/win_package_install/tasks/conf...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 563, "all_permissive": false }
ansible_role
IWillGetThere/AdvancedAnsible
542cde8a7232030210cb71c0f17f366a690bd30a
0
ansible/roles/win_service_manage
7,791
[ "no_license" ]
[ { "path": "ansible/roles/win_service_manage/vars/main.yml", "content": "---\n# vars file for win_enable_services", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/win_service_manage/defaults/main.yml", "content": "---\n# defaults fi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 493, "all_permissive": false }
ansible_role
mtjune/env_setup
0a15e6fbfdc82d30fd24dd83f2eacb0eeaa0622e
1
roles/fonts
7,791
[ "no_license" ]
[ { "path": "roles/fonts/vars/main.yml", "content": "font_packages:\n - font-ricty-diminished\n - font-monoid\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/fonts/tasks/main.yml", "content": "---\n\n- name: homebrew の tap リポジトリを追加\n h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 345, "all_permissive": false }
ansible_role
mtjune/env_setup
0a15e6fbfdc82d30fd24dd83f2eacb0eeaa0622e
1
roles/homobrew-cask
7,791
[ "no_license" ]
[ { "path": "roles/homobrew-cask/tasks/main.yml", "content": "---\n\n- name: homebrew の tap リポジトリを追加\n homebrew_tap: tap=caskroom/cask state=present\n- name: homebrew-cask のインストール\n homebrew: name=brew-cask state=latest\n- name: cask パッケージをインストール\n homebrew_cask: name={{ item.name }} state={{ item.state|de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 946, "all_permissive": false }
ansible_role
mtjune/env_setup
0a15e6fbfdc82d30fd24dd83f2eacb0eeaa0622e
1
roles/tex
7,791
[ "no_license" ]
[ { "path": "roles/tex/vars/main.yml", "content": "---\n\ntex_packages:\n - multirow\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/tex/tasks/main.yml", "content": "---\n- name: BasicTeXインストール\n homebrew_cask: name=basictex\n# - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 924, "all_permissive": false }
ansible_role
dteague39/Nutanix-Security-Baseline
26379afb95dd395af739ea59cab472946d2c95f3
0
roles/nutanix_baseline
7,791
[ "no_license" ]
[ { "path": "roles/nutanix_baseline/tasks/syslog.yml", "content": "---\n- name: setup syslog\n command: /home/nutanix/prism/cli/ncli rsyslog-config create-server name=eri-flentd-lp01.lord.local ip-address=10.0.200.203 port=514 network-protocol=udp relp-enabled=no\n tags: [ syslog ]\n run_once: true\n when...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6873, "all_permissive": false }
ansible_role
PIH/pih-bahmni-config
b13b462f03a79718ac8e01186ccadd271103d79e
0
endTB-implementation-config/ethiopia_implementation_config/playbooks/roles/bahmni-endtb-batch
7,791
[ "no_license" ]
[ { "path": "endTB-implementation-config/ethiopia_implementation_config/playbooks/roles/bahmni-endtb-batch/tasks/main.yml", "content": "- name: Remove bahmni-endtb-batch before installing\n yum: name=bahmni-endtb-batch state=absent\n\n- name: Install bahmni-endtb-batch\n yum: name=https://dl.bintray.com/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
boledovicpantheon/packer-vagrant-ansible
918bb46b0d3294c1eb93d885935e20601deab866
0
ansible/roles/config
7,791
[ "permissive" ]
[ { "path": "ansible/roles/config/defaults/main.yml", "content": "---\npackages:\n - \"python3-apt\"\n - \"python3-pip\"\n - \"python3-dev\"\n - \"python3-virtualenv\"\n - \"curl\"\n - \"git\"\n - \"openvpn\"\n - \"tmux\"\n - \"tree\"\n - \"vim\"\n - \"wget\"\n - \"xsel\"\n - \"build-essential\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 535, "all_permissive": true }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/CollectionTarget-App
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/CollectionTarget-App/tasks/main.yaml", "content": "- name: create user digiline\n user:\n name: digiline\n create_home: false\n shell: /sbin/nologin\n become: yes\n\n- name: remove com-collection-app\n file:\n path: /tmp/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4335, "all_permissive": false }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/CollectionVehicle-App
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/CollectionVehicle-App/tasks/main.yaml", "content": "- name: create user digiline\n user:\n name: digiline\n create_home: false\n shell: /sbin/nologin\n become: yes\n\n- name: remove com-collection-app\n file:\n path: /tmp/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4369, "all_permissive": false }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/CollectionWeather-App
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/CollectionWeather-App/tasks/main.yaml", "content": "- name: create user digiline\n user:\n name: digiline\n create_home: false\n shell: /sbin/nologin\n become: yes\n\n- name: remove com-collection-app\n file:\n path: /tmp/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4369, "all_permissive": false }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/SpatialIdSearch-App
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/SpatialIdSearch-App/tasks/main.yaml", "content": "- name: create user digiline\n user:\n name: digiline\n create_home: false\n shell: /sbin/nologin\n become: yes\n\n- name: remove com-space-app\n file:\n path: /tmp/com-spa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5303, "all_permissive": false }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/apt
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/apt/tasks/main.yaml", "content": "- name: Update and upgrade apt packages\n apt:\n update_cache: yes\n upgrade: yes\n become: true\n\n- name: Install package \"openjdk-21-jdk\"\n apt:\n name: openjdk-21-jdk\n become: true\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/aws-settings
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/aws-settings/tasks/main.yaml", "content": "- name: download aws cli\n get_url:\n url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\n dest: $HOME/awscliv2.zip\n\n- name: unarchive awscliv2\n unarchive:\n src: $HOME/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1591, "all_permissive": false }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/ebs-storageclass
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/ebs-storageclass/files/eks-policy.j2", "content": "apiVersion: eksctl.io/v1alpha5\nkind: ClusterConfig\n\nmetadata:\n name: {{ env }}-vdl-eks-cluster-v2\n region: ap-northeast-1\n version: \"1.31\" \niam:\n withOIDC: true\n serviceA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2248, "all_permissive": false }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/eks
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/eks/tasks/main.yaml", "content": "- name: install kubernetes\n command:\n cmd: 'python3 -m pip install kubernetes'\n chdir: $HOME/\n\n- name: download kubectl v1.31\n get_url:\n url: https://s3.us-west-2.amazonaws.com/amazon-e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2446, "all_permissive": false }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/vdl
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/vdl/files/api-gw.yaml", "content": "replicaCount: 1\n\nimage:\n repository: 324037315774.dkr.ecr.ap-northeast-1.amazonaws.com/com-space-ecr-vdl-v2/api-gw\n pullPolicy: IfNotPresent\n tag: \"1.1.1\"\n\nimagePullSecrets: []\nnameOverrid...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 10384, "all_permissive": false }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/vdl-infra
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/vdl-infra/tasks/main.yaml", "content": "- name: install nfs-utils\n dnf:\n name: nfs-utils\n state: latest\n become: yes\n\n- name: install git\n dnf:\n name: git\n state: latest\n become: yes\n\n- name: mkdir /mnt/nfs_sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2278, "all_permissive": false }
ansible_role
ODS-IS-CAVC/vehicle-information-integration-system
7820c5fd2a96f3fc5897cb103912c91fff67c39b
1
spatial-information-subsystem/com-space-infra/ansible/roles/yum
7,791
[ "no_license" ]
[ { "path": "spatial-information-subsystem/com-space-infra/ansible/roles/yum/tasks/main.yaml", "content": "- name: Update yum packages\n yum:\n name: '*'\n state: latest\n become: yes\n\n- name: Install package \"unzip\"\n yum:\n name: unzip\n become: true\n\n- name: Install package \"git\"\n yu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
KDahlgren/ceph-deploy-ansible
7b04980174994be5f50df50010384144e2a69915
0
ansible/roles/basic
7,797
[ "no_license" ]
[ { "path": "ansible/roles/basic/tasks/main.yml", "content": "- name: \"installing software\"\n apt: pkg={{ item }} state=installed\n with_items:\n - vim\n - tmux\n - screen\n - tkdiff\n - dstat\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
KDahlgren/ceph-deploy-ansible
7b04980174994be5f50df50010384144e2a69915
0
ansible/roles/clients
7,797
[ "no_license" ]
[ { "path": "ansible/roles/clients/tasks/main.yml", "content": "- name: \"copy setup files\"\n copy:\n src: \"{{ item }}\"\n dest: \"{{ local_home }}\"\n mode: '0644'\n with_items:\n - ./files/get_nodes.sh\n - ./files/cluster_setup_copy_ssh_keys.sh\n\n- name: \"making the node list\"\n shell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2562, "all_permissive": false }
ansible_role
Sahilbhawke/infra-provision
813f58e33945c2eaf404f60fa6bfe847e1dd06ab
0
roles/ec2creation
7,797
[ "no_license" ]
[ { "path": "roles/ec2creation/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ec2creation", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/ec2creation/handlers/main.yml", "content": "---\n# handler...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 489, "all_permissive": false }
ansible_role
IonicaIuliaLoredana/Ansible_AWS_Project
99953f2a74851afb8129f59926b3ea9e27bf1343
0
Infrastructure/roles/deploy-app-and-db
7,797
[ "no_license" ]
[ { "path": "Infrastructure/roles/deploy-app-and-db/files/db-deployment.yml", "content": "---\n\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: mysql\n namespace: \"{{ namespace }}\"\n labels:\n app: mysql\nspec:\n replicas: \"{{ db_nr_of_replicas }}\"\n selector:\n matchLabels:\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2972, "all_permissive": false }
ansible_role
IonicaIuliaLoredana/Ansible_AWS_Project
99953f2a74851afb8129f59926b3ea9e27bf1343
0
Infrastructure/roles/deploy-ingress
7,797
[ "no_license" ]
[ { "path": "Infrastructure/roles/deploy-ingress/tasks/main.yml", "content": "---\n\n- name: Deploy Ingress\n command: kubectl apply -f http-ingress-deployment.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
IonicaIuliaLoredana/Ansible_AWS_Project
99953f2a74851afb8129f59926b3ea9e27bf1343
0
Infrastructure/roles/deploy-nginx
7,797
[ "no_license" ]
[ { "path": "Infrastructure/roles/deploy-nginx/tasks/main.yml", "content": "---\n\n- name: Deploy Nginx\n command: kubectl apply -f nginx-ngress-deployment.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
khairahscorner/CDE-ND-Projects
7278f723f6d0bc0d5d5172efb96a7eeb23d202aa
0
Course3/exercise-2/roles/setup
7,797
[ "no_license" ]
[ { "path": "Course3/exercise-2/roles/setup/tasks/main.yml", "content": "---\n - name: \"update apt packages.\"\n become: true\n apt:\n update_cache: true\n\n - name: \"upgrade packages\"\n become: true\n apt:\n upgrade: true\n \n - name: \"install node dependencies\"\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1021, "all_permissive": false }
ansible_role
khairahscorner/CDE-ND-Projects
7278f723f6d0bc0d5d5172efb96a7eeb23d202aa
0
Course3/exercise-3/roles/configure_exporter
7,797
[ "no_license" ]
[ { "path": "Course3/exercise-3/roles/configure_exporter/tasks/main.yml", "content": "--- \n - name: \"install node exporter binaries\"\n become: true\n shell: | \n wget https://github.com/prometheus/node_exporter/releases/download/v1.3.1/node_exporter-1.3.1.linux-amd64.tar.gz\n tar xvf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
khairahscorner/CDE-ND-Projects
7278f723f6d0bc0d5d5172efb96a7eeb23d202aa
0
Course3/exercise-3/roles/configure_server
7,797
[ "no_license" ]
[ { "path": "Course3/exercise-3/roles/configure_server/tasks/previous-trial.yml", "content": "--- \n - name: \"create new user\"\n become: true\n shell: |\n useradd --no-create-home prometheus\n if [ -d \"/etc/prometheus\" ] && [ -d \"/var/lib/prometheus\" ]\n then\n echo \"Direct...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2900, "all_permissive": false }
ansible_role
khairahscorner/CDE-ND-Projects
7278f723f6d0bc0d5d5172efb96a7eeb23d202aa
0
Course3/sample-exercises/roles/apache
7,797
[ "no_license" ]
[ { "path": "Course3/sample-exercises/roles/apache/tasks/main.yml", "content": "---\n - name: Install Apache\n become: true\n apt:\n name: [\"apache2\"]\n state: latest\n update_cache: yes\n \n - name: Add server contents\n copy:\n dest: /var/www/html/index.html\n src: ind...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
khairahscorner/CDE-ND-Projects
7278f723f6d0bc0d5d5172efb96a7eeb23d202aa
0
Course3/sample-exercises/roles/prepare
7,797
[ "no_license" ]
[ { "path": "Course3/sample-exercises/roles/prepare/tasks/main.yml", "content": "---\n - name: Update packages if necessary\n become: true\n become_method: sudo\n apt:\n update_cache: yes\n \n - name: Remove unused dependencies\n become: true\n apt:\n autoremove: yes\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
Bbloomique/CPE232_HOA13
30771eca195499faaf5b01285c6fc4e7c767491c
0
roles/c_server
7,797
[ "no_license" ]
[ { "path": "roles/c_server/tasks/main.yml", "content": "# NTP\n- name: Install NTP package\n yum:\n name: chrony\n state: latest\n\n- name: Edit chrony.conf file\n lineinfile:\n dest: /etc/chrony.conf\n regexp: \"server NTP_SERVER iburst\"\n line: \"server 192.168.56.115 iburst\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3691, "all_permissive": false }
ansible_role
Bbloomique/CPE232_HOA13
30771eca195499faaf5b01285c6fc4e7c767491c
0
roles/u_server
7,797
[ "no_license" ]
[ { "path": "roles/u_server/tasks/main.yml", "content": "# NTP\n- name: Install NTP package\n apt:\n name: chrony\n state: latest\n\n- name: Edit chrony.conf file\n lineinfile:\n dest: /etc/chrony/chrony.conf\n regexp: \"server NTP_SERVER iburst\"\n line: \"server 192.168.56.117 iburst\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2700, "all_permissive": false }
ansible_role
overview/osp-network
e1643ad3e55fd21099b90b8cd163c14fbe44e7f5
0
deploy/roles/network
7,797
[ "no_license" ]
[ { "path": "deploy/roles/network/templates/osp/osp.yml.j2", "content": "---\n\nosp:\n corpus: /osp/repository\n bin: /home/{{ ansible_ssh_user }}/osp/env/bin\n\nhlom:\n corpus: /osp/hlom\n\nelasticsearch:\n host: localhost\n port: 9200\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2669, "all_permissive": false }
ansible_role
brennoflavio/brenno-ops
88a4bad0d1f4999b7c1677ecf7c1fd5e1c65f02f
0
ansible/roles/ssh-public-key
7,798
[ "no_license" ]
[ { "path": "ansible/roles/ssh-public-key/tasks/deploy-public-key.yaml", "content": "---\n- name: Deploy SSH public key to remote host\n authorized_key:\n user: \"{{ ssh_user }}\"\n state: present\n key: \"{{ lookup('file', 'ssh_tunnel_key.pub') }}\"\n", "license_type": "no_license", "detect...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 256, "all_permissive": false }
ansible_role
brennoflavio/brenno-ops
88a4bad0d1f4999b7c1677ecf7c1fd5e1c65f02f
0
ansible/roles/ssh-tunnel
7,798
[ "no_license" ]
[ { "path": "ansible/roles/ssh-tunnel/handlers/main.yaml", "content": "---\n- name: reload systemd\n systemd:\n daemon_reload: yes\n\n- name: restart service\n systemd:\n name: \"{{ service_name }}\"\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2092, "all_permissive": false }