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
PereverzevIvan/server-administration-4-sem
745dd21ec368590b75d27b6262b318a33470f103
0
ansible_practice/roles/common
7,937
[ "no_license" ]
[ { "path": "ansible_practice/roles/common/tasks/main.yml", "content": "- name: Install packages\n become: true\n ansible.builtin.apt:\n name:\n - zsh\n state: present\n\n- name: Oh My Zsh!\n ansible.builtin.git:\n repo: 'https://github.com/ohmyzsh/ohmyzsh.git'\n dest: ~/.oh-my-zsh\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1774, "all_permissive": false }
ansible_role
danielcristho/ansible-stuffs
4dd329f36e07491a61613287593f3db2f32af266
2
create-kvm/roles/kvm_provision
7,937
[ "no_license" ]
[ { "path": "create-kvm/roles/kvm_provision/templates/00-installer-config.yaml.j2", "content": "network:\n version: 2\n ethernets:\n {{ interface_name }}:\n dhcp4: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "create-kvm/roles/kvm_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2549, "all_permissive": false }
ansible_role
ging-dev/devtool-ansible
42d2b515b77d76353abc70bfe155ecf2ad596eaf
0
project/roles/php
7,937
[ "no_license" ]
[ { "path": "project/roles/php/vars/main.yml", "content": "---\nphp_extensions:\n - cli\n - common\n - curl\n - intl\n - mbstring\n - sqlite3\n - xdebug\n - xml\n - zip\nphp_packages: \"{{ ['php' ~ php_version] | product(php_extensions) | map('join', '-') }}\"\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1151, "all_permissive": false }
ansible_role
merdely/system-setup
3418590ddfcc26ecdf462b5ab6416e8f1986810f
0
roles/gnome_desktop
7,937
[ "no_license" ]
[ { "path": "roles/gnome_desktop/tasks/_install_gse.yml", "content": "---\n- name: 'check to see if gse {{ item.name }} is already installed'\n stat:\n path: '~/.local/share/gnome-shell/extensions/{{ item.uuid }}'\n register: gse\n tags: 'gse'\n\n- name: 'install the gse {{ item.name }} if not installed...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 36040, "all_permissive": false }
ansible_role
merdely/system-setup
3418590ddfcc26ecdf462b5ab6416e8f1986810f
0
roles/sshclient
7,937
[ "no_license" ]
[ { "path": "roles/sshclient/meta/main.yml", "content": "# sshclient meta\n---\ndependencies: []\n\ngalaxy_info:\n role_name: 'sshclient'\n author: '<NAME>'\n description: 'Basic setup for SSH client systems'\n license: 'license (BSD, MIT)'\n min_ansible_version: 2.9\n platforms:\n - name: 'GenericUN...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9585, "all_permissive": false }
ansible_role
merdely/system-setup
3418590ddfcc26ecdf462b5ab6416e8f1986810f
0
roles/sshserver
7,937
[ "no_license" ]
[ { "path": "roles/sshserver/README.md", "content": "# Ansible Role: sshserver\n\nPerforms basic tasks for SSH server systems:\n\n* Ensure sshd is enabled and started.\n* Install ssh_host_*_key{,.pub} files for each host. They should be defined in vars/main.yml as an encrypted vault. The format is described...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 10107, "all_permissive": false }
ansible_role
merdely/system-setup
3418590ddfcc26ecdf462b5ab6416e8f1986810f
0
roles/unix_desktop
7,937
[ "no_license" ]
[ { "path": "roles/unix_desktop/README.md", "content": "# Ansible Role: unix_desktop\n\nPerforms basic tasks for Unix-like desktop systems:\n\n* Install packages required for this playbook.\n* Add desktop-specific packages to the list of packages to be installed.\n* Install custom files for a desktop system. ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 20510, "all_permissive": false }
ansible_role
merdely/system-setup
3418590ddfcc26ecdf462b5ab6416e8f1986810f
0
roles/unix_system
7,937
[ "no_license" ]
[ { "path": "roles/unix_system/meta/main.yml", "content": "# unix_system meta\n---\ndependencies: []\n\ngalaxy_info:\n role_name: 'unix_system'\n author: '<NAME>'\n description: 'Basic setup for Unix-like systems'\n license: 'license (BSD, MIT)'\n min_ansible_version: 2.9\n platforms:\n - name: 'Gene...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 22663, "all_permissive": false }
ansible_role
merdely/system-setup
3418590ddfcc26ecdf462b5ab6416e8f1986810f
0
roles/utilities
7,937
[ "no_license" ]
[ { "path": "roles/utilities/tasks/_custom_files.yml", "content": "# This is a helper tasks file which:\n# - Creates any directories needed for the files\n# - Copies a list of files either from the ansible server or the web\n# - Adds custome lines to the files\n---\n- name: '_custom_files : ensure {{ it...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 22103, "all_permissive": false }
ansible_role
jshotyk/project
24dbe2947fd6543df686f3affa01d93443b1bbf0
0
roles/deploy_shadowsoks_rust
7,937
[ "no_license" ]
[ { "path": "roles/deploy_shadowsoks_rust/defaults/main.yml", "content": "---\n# desting file \ndestin_folder: /etc/systemd/system\ndestin_folder_shadowsocks: /etc/shadowsocks\n# url address\nshadowsocks_rust: \"https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.15.3/shadowsocks-v1.15.3.x86_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2956, "all_permissive": false }
ansible_role
lila771/tomcat9-ansible
e343f14f399509c0a2135058c7f1446a6e4d1f94
0
roles/tomcat
7,937
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\r\n- name: Download Java JDK\r\n get_url:\r\n url: http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64.rpm\r\n dest: /tmp/jdk-8u181-linux-x64.rpm\r\n headers: 'Cookie: oraclelicense=acce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1303, "all_permissive": false }
ansible_role
oscarfusion/Breta
4dd1e9c6617f12279c0bc31f2337c48352c18ca6
0
server/ansible/roles/app
7,937
[ "no_license" ]
[ { "path": "server/ansible/roles/app/templates/nginx.conf.j2", "content": "server {\n \n {% if env == 'production' %}\n listen 443;\n server_name easy.breta.com;\n {% else %}\n listen 80;\n server_name breta.lyapun.me;\n {% endif %}\n\n {% if env == 'production' %}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2868, "all_permissive": false }
ansible_role
oscarfusion/Breta
4dd1e9c6617f12279c0bc31f2337c48352c18ca6
0
server/ansible/roles/postgres
7,937
[ "no_license" ]
[ { "path": "server/ansible/roles/postgres/tasks/main.yml", "content": "- name: install docker-py\n pip: name={{ item }}\n with_items:\n - docker-py\n\n- name: create data directory for postgres\n file: path=/data/postgresql state=directory mode=0700\n\n- name: run postgres container\n docker: image=po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
oscarfusion/Breta
4dd1e9c6617f12279c0bc31f2337c48352c18ca6
0
server/ansible/roles/redis
7,937
[ "no_license" ]
[ { "path": "server/ansible/roles/redis/tasks/main.yml", "content": "- name: create data directory for redis\n file: path=/data/redis state=directory mode=6777\n\n- name: run redis container\n docker: image=redis:2.8 ports=6379:6379 name=myredis restart_policy=\"always\" volumes=\"/data/redis:/data\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/all
7,937
[ "no_license" ]
[ { "path": "roles/all/tasks/main.yml", "content": "---\n- when: ansible_facts['distribution'] == \"Debian\" and ansible_facts['lsb']['id'] != \"Raspbian\"\n import_tasks: debian.yml\n\n- when: ansible_facts['lsb']['id'] is defined and ansible_facts['lsb']['id'] == \"Raspbian\"\n import_tasks: raspbian.yml\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1183, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/auto-upgrades
7,937
[ "no_license" ]
[ { "path": "roles/auto-upgrades/tasks/main.yml", "content": "---\n- when: ansible_distribution != 'Debian' or ansible_distribution_version != '10'\n name: check platform\n fail:\n msg: This role requires Debian 10\n\n- name: install dependencies\n become: true\n apt:\n name: '{{ auto_updates_packag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1275, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/desktop
7,937
[ "no_license" ]
[ { "path": "roles/desktop/tasks/ubiquiti.yml", "content": "---\n- when: ansible_distribution != 'Ubuntu' or ansible_distribution_version != '20.04'\n name: check platform\n fail:\n msg: This playbook requires Ubuntu 20.04\n\n- name: install dependencies\n become: true\n apt:\n name: '{{ ubiquiti_pa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1377, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/docker
7,937
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n- name: restart docker\n become: true\n systemd:\n state: restarted\n daemon_reload: true\n name: docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/docker/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1511, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/gitea
7,937
[ "no_license" ]
[ { "path": "roles/gitea/tasks/main.yml", "content": "---\n- when: ansible_distribution != 'Debian' or ansible_distribution_version != '10'\n name: check platform\n fail:\n msg: This role requires Debian 10\n\n########## SETUP\n\n- name: install dependencies\n become: true\n apt:\n name: '{{ gitea_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 7595, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/harbor
7,937
[ "no_license" ]
[ { "path": "roles/harbor/handlers/main.yml", "content": "---\n- name: restart harbor\n become: true\n systemd:\n state: restarted\n name: harbor\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/harbor/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4251, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/k8s-all
7,937
[ "no_license" ]
[ { "path": "roles/k8s-all/tasks/main.yml", "content": "---\n- when: ansible_distribution != 'Debian' or ansible_distribution_version != '10'\n name: check platform\n fail:\n msg: This role requires Debian 10\n\n- name: check if swap is enabled\n register: swap_enabled\n changed_when: false\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1354, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/k8s-control-plane
7,937
[ "no_license" ]
[ { "path": "roles/k8s-control-plane/tasks/main.yml", "content": "---\n- when: ansible_distribution != 'Debian' or ansible_distribution_version != '10'\n name: check platform\n fail:\n msg: This role requires Debian 10\n\n- name: check if kubelet is running\n register: kubelet_on_control_plane\n change...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1766, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/k8s-nodes
7,937
[ "no_license" ]
[ { "path": "roles/k8s-nodes/tasks/main.yml", "content": "---\n- when: ansible_distribution != 'Debian' or ansible_distribution_version != '10'\n name: check platform\n fail:\n msg: This role requires Debian 10\n\n- name: check if kubelet is running\n register: kubelet_on_node\n changed_when: false\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/nextcloud
7,937
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "---\n- when: ansible_distribution != 'Debian' or ansible_distribution_version != '10'\n name: check platform\n fail:\n msg: This role requires Debian 10\n\n########## SETUP\n\n- name: install dependencies\n become: true\n apt:\n name: '{{ nex...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5257, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/octopi
7,937
[ "no_license" ]
[ { "path": "roles/octopi/tasks/main.yml", "content": "---\n- when: ansible_distribution != 'Debian' or ansible_lsb['id'] != 'Raspbian'\n name: check platform\n fail:\n msg: This role requires Raspbian\n\n- name: copy ssl cert\n become: true\n copy:\n content: '{{ octopi_pem }}'\n dest: /home/pi/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 982, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/router
7,937
[ "no_license" ]
[ { "path": "roles/router/handlers/main.yml", "content": "---\n- name: reload pf config\n become: true\n shell: pfctl -f /etc/pf.conf\n\n- name: restart dhcpd\n become: true\n service:\n name: dhcpd\n state: restarted\n\n- name: restart unbound\n become: true\n service:\n name: unbound\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1389, "all_permissive": false }
ansible_role
0xC45/homelab-setup
2e4665b2fcada8e8651c53656a60039cb49b9fa6
101
roles/vms
7,937
[ "no_license" ]
[ { "path": "roles/vms/tasks/main.yml", "content": "---\n- when: |\n (ansible_distribution != 'Debian' or ansible_distribution_version != '10') and\n (ansible_distribution != 'Ubuntu' or ansible_distribution_version != '20.04')\n name: check platform\n fail:\n msg: This role requires Debian 10 or U...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/airflow
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/airflow/templates/logrotation.sh", "content": "##created by vasu\n##created on 28-05-2021\n##modified on 07-07-2021\n#!/bin/bash\nfilepath=/home/airflow/airflow/logs/\ndelfilepath=/home/airflow/airflow/logs/\ndeldirpath=/home/airflow/airflow/logs/\n\n#To gzip the ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 14317, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/alertmanager
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/alertmanager/templates/alertmanager.yml", "content": "global:\n resolve_timeout: 2m\n smtp_smarthost: '{{ smtp_smarthost }}'\n smtp_from: '{{ smtp_auth_username }}'\n smtp_auth_username: '{{ smtp_auth_username }}'\n smtp_auth_password: '{{ smtp_auth_password ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3575, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/ansible-ssh-user
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/ansible-ssh-user/tasks/main.yml", "content": "---\n- import_tasks: argoid-user-creation.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "Arg_Docs/Arg-infra-ansible/roles/ansible-ssh-user/defaults/mai...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 927, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/cassandra
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/cassandra/tasks/service.yml", "content": " - name: Check if cassandra is running\n shell: lsof -i:{{ cassandra_port }} -t\n args:\n executable: /bin/bash\n ignore_errors: yes\n changed_when: false\n register: start_cassandra_status\n tags:\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2035, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/docker
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/docker/tasks/service.yml", "content": "---\n- name: Ensure Docker is started and enabled at boot.\n service:\n name: docker\n state: started\n enabled: yes\n tags:\n - setup_docker\n - setup_node\n - cluster_setup\n\n- name: Stop Docker Service\n se...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3305, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/grafana
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/grafana/tasks/configure.yml", "content": "---\n- name: Create grafana group\n group: name=grafana state=present\n tags:\n - setup_node\n - setup_grafana\n\n- name: Create grafana user\n user: name=grafana state=present group=grafana\n tags:\n - setup_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1708, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/hadoop-hdfs
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/hadoop-hdfs/tasks/install.yml", "content": "---\n- name: Install Journalnode\n yum:\n name: hadoop-hdfs-journalnode.x86_64\n state: present\n when:\n - inventory_hostname in \"{{ groups.hdfs_journalnode }}\"\n - \"{{ groups['hdfs_namenode'] | length...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 14941, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/hadoop-yarn
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/hadoop-yarn/tasks/spark-historyserver.yml", "content": "- name: Create /opt/spark directory\n file:\n path: \"{{spark_dir}}\"\n state: directory\n owner: hdfs\n group: hdfs\n mode: 0775\n recurse: yes\n tags:\n - setup_historyserver\n - setup...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 17809, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/hive
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/hive/tasks/configure.yml", "content": "---\n - name: copy the hive configuration file\n template: src=files/hive-site.xml dest=/etc/hive/conf/hive-site.xml owner=hive group=hive mode=0664\n tags:\n - setup_hive\n - setup_node\n - configure_hi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4470, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/host-setup
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/host-setup/tasks/disk.yml", "content": "---\n- name: Find Attached Disks\n shell: \"{{ list_disks_shell_command }}\"\n register: list_disks\n tags:\n - setup_node\n - cluster_setup\n - setup_disk\n\n- set_fact: \n attached_disks={{ list_disks.stdout...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 4222, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/kafka
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/kafka/tasks/install.yml", "content": "- name: Install yum-utils\n yum:\n name: \n - epel-release\n - yum-utils\n state: present\n tags:\n - setup_kafka\n - setup_node\n\n- name: Install kafka\n yum:\n name: kafka-server\n state: late...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2036, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/kairosdb
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/kairosdb/tasks/install.yml", "content": " - name: Create kairosdb group\n group: name=kairosdb state=present\n tags:\n - setup_node\n - cluster_setup\n - setup_kairosdb\n\n - name: Create kairosdb user\n user: name=kairosdb state=present...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2501, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/mysql
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/mysql/tasks/service.yml", "content": "---\n- name: Start Mysql\n systemd:\n state: started\n name: mysqld\n tags:\n - start_mysql\n - start\n - cluster_setup\n - setup_node\n\n- name: Stop Mysql\n systemd:\n state: stopped\n name: mysqld\n tags...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5768, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/nginx
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/nginx/tasks/service.yml", "content": "- name: Check if nginx is running\n shell: lsof -i:{{ nginx_port }} -t\n args:\n executable: /bin/bash\n ignore_errors: yes\n register: nginx_status\n tags:\n - start\n - start_nginx\n - check\n - check_ngi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2606, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/nifi
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/nifi/tasks/configure.yml", "content": "---\n\n - name: Update nifi.properties file \n template: \n src: templates/nifi.properties\n dest: /opt/nifi/conf/\n tags:\n - setup_nifi\n - configure_nifi\n - setup_node\n - cluster_setu...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2855, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/node_exporter
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/node_exporter/defaults/main.yml", "content": "---\n# defaults file for node_exporter\nnode_exporter_dir: /opt/node_exporter\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "Arg_Docs/Arg-infra-ansible/rol...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2278, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/postgres
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/postgres/tasks/postgres-exporter.yml", "content": "---\n- name: Check if postgres-exporter port is free\n shell: lsof -i:{{ postgres_exporter_port }} -t\n args:\n executable: /bin/bash\n ignore_errors: yes\n changed_when: false\n register: postgres_exporte...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5531, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/presto
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/presto/tasks/configure.yml", "content": " - name: create presto conf directory (/opt/presto/etc)\n file:\n path: \"{{presto_etc_dir}}\"\n state: directory\n owner: presto\n group: presto\n mode: 0755\n tags:\n - setup_node\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6089, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/prometheus
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/prometheus/files/rules/prod_saas/zookeeper.rules.yml", "content": "groups:\n- name: zookeeper.rules\n rules:\n - alert: SaaS-Prod1(Common) CRITICAL Zookeeper host 10.0.0.5 is down\n expr: zk_up{zk_host=\"10.0.0.5:2181\"} == 0\n for: 1m\n labels:\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 27, "total_bytes": 106294, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/python3-virtualenv
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/python3-virtualenv/tasks/main.yml", "content": "---\n# tasks file for python3-virtualenv\n - name: Enable EPEL Repository on CentOS 7\n yum:\n name: epel-release\n state: latest\n tags: \n - setup_python3_venv\n - cluster_setup\n\n - name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2372, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/python_pip_venv
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/python_pip_venv/tasks/install.yml", "content": " - name: Check if pip is installed or not\n stat:\n path: \"{{ pip_bin_location }}\"\n register: pip_installed\n tags:\n - setup_node\n - setup_pip \n - setup_pip_venv \n\n - name: Download...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1045, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/redash
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/redash/tasks/install.yml", "content": "---\n- name: Create Redash Directories\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0755\n group: root\n owner: root\n with_items:\n - /opt/redash\n - /opt/redash/postgres-data \n - /opt/redas...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 10779, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/redis
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/redis/tasks/redis-exporter.yml", "content": "---\n- name: Check if Redis-exporter port is free\n shell: lsof -i:{{ redis_exporter_port }} -t\n args:\n executable: /bin/bash\n ignore_errors: yes\n changed_when: false\n register: redis_exporter_status\n tag...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7308, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/spark-monitoring
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/spark-monitoring/defaults/main.yml", "content": "---\n# defaults file for spark-monitoring\ngraphite_exporter_docker_image: 'prom/graphite-exporter'\ngraphite_exporter_container_name: 'spark-graphite-exporter'\ngraphite_exporter_port: 9108\ngraphite_exporter_sink_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2723, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/ssh-users-creation
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/ssh-users-creation/tasks/argoid-team-users-creation.yml", "content": "---\n- name: Add SSH Users authorized keys in all VMs excluding Gateway\n authorized_key:\n user: \"{{ item }}\"\n key: \"{{ lookup('file', 'files/'+ item + '.gw.key.pub') }}\"\n with_it...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5284, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/zeppelin
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/zeppelin/tasks/install.yml", "content": " - name: Install wget\n yum:\n name:\n - wget.x86_64\n state: present\n tags:\n - setup_node\n - setup_zeppelin\n \n\n - name: Create Zeppelin group\n group: name=zeppelin state=pr...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3485, "all_permissive": false }
ansible_role
amanghalyan/argoid.docs
5eebcfb8ee83fda0f17dc13431b8ce3028703904
0
Arg_Docs/Arg-infra-ansible/roles/zookeeper
7,937
[ "no_license" ]
[ { "path": "Arg_Docs/Arg-infra-ansible/roles/zookeeper/tasks/install.yml", "content": "---\n- name: Install Zookeeper-Server\n yum:\n name: zookeeper-server.x86_64\n state: present\n tags:\n - setup_zookeeper\n - cluster_setup\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3746, "all_permissive": false }
ansible_role
xdissent/vmdb2
f78576588117223f4eb92adeb1b2555b03b8a00f
1
roles/set_hostname
7,937
[ "no_license" ]
[ { "path": "roles/set_hostname/tasks/main.yml", "content": "- name: set /etc/hostname\n shell: |\n echo \"{{ hostname }}\" > /etc/hostname\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
xdissent/vmdb2
f78576588117223f4eb92adeb1b2555b03b8a00f
1
roles/unset_root_password
7,937
[ "no_license" ]
[ { "path": "roles/unset_root_password/tasks/main.yml", "content": "- name: unset root password\n shell: |\n sed -i '/^root:[^:]*:/s//root::/' /etc/passwd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
mitre/redhat-enterprise-linux-9-stig-baseline
57d73153bd6d3a1de7ca47f120b72f04950df750
7
spec/ansible/roles/ansible-role-rhel-hardened
7,937
[ "no_license" ]
[ { "path": "spec/ansible/roles/ansible-role-rhel-hardened/tasks/main.yml", "content": "---\n- name: Include sub-tasks\n ansible.builtin.include_tasks: \"{{ item }}\"\n with_first_found:\n - files:\n - ad_hoc.yml\n skip: true", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1181, "all_permissive": false }
ansible_role
mitre/redhat-enterprise-linux-9-stig-baseline
57d73153bd6d3a1de7ca47f120b72f04950df750
7
spec/ansible/roles/ansible-role-rhel-vanilla
7,937
[ "no_license" ]
[ { "path": "spec/ansible/roles/ansible-role-rhel-vanilla/tasks/main.yml", "content": "---\n- name: Include sub-tasks\n ansible.builtin.include_tasks: \"{{ item }}\"\n with_first_found:\n - files:\n - _packages.yml\n - _config.yml\n skip: true\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 566, "all_permissive": false }
ansible_role
manushri-singh/CSC519-Project-m4
26ede4adc180ddfb94c7d31f14ae78397e1705e5
0
productionDeployment/roles/createBotBuildJob
7,937
[ "no_license" ]
[ { "path": "productionDeployment/roles/createBotBuildJob/templates/buildJob.xml.j2", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<project>\n <actions/>\n <description></description>\n <keepDependencies>false</keepDependencies>\n <properties/>\n <scm class=\"hudson.plugins.git.GitSCM\" plugin=\"g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7489, "all_permissive": false }
ansible_role
manushri-singh/CSC519-Project-m4
26ede4adc180ddfb94c7d31f14ae78397e1705e5
0
productionDeployment/roles/createEC2Instance
7,937
[ "no_license" ]
[ { "path": "productionDeployment/roles/createEC2Instance/tasks/main.yml", "content": "- name: Exporting necessary environment variable\n shell: export ANSIBLE_HOST_KEY_CHECKING=False\n\n- name: Install Prerequisites\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5432, "all_permissive": false }
ansible_role
mwsu-csmp/CSC324_Exam3
945b23c93d8f77cefeabe8ffca3961ee1e8b5d99
0
roles/base
7,937
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# tasks file for base\n- name: Update packages\n package:\n name: \"*\"\n state: latest\n update_cache: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
mwsu-csmp/CSC324_Exam3
945b23c93d8f77cefeabe8ffca3961ee1e8b5d99
0
roles/containerized_flask
7,937
[ "no_license" ]
[ { "path": "roles/containerized_flask/defaults/main.yml", "content": "---\n# defaults file for containerized_flask\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/containerized_flask/handlers/main.yml", "content": "---\n# handlers file f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 876, "all_permissive": false }
ansible_role
mwsu-csmp/CSC324_Exam3
945b23c93d8f77cefeabe8ffca3961ee1e8b5d99
0
roles/docker
7,937
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n# tasks file for docker\n\n- name: Install yum-utils for yum-config-manager\n yum:\n name: yum-utils\n state: latest\n\n- name: Add repository\n shell: |\n yum-config-manager -y --add-repo https://download.docker.com/linux/centos/docker-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 920, "all_permissive": false }
ansible_role
mwsu-csmp/CSC324_Exam3
945b23c93d8f77cefeabe8ffca3961ee1e8b5d99
0
roles/noncontainerized_flask
7,937
[ "no_license" ]
[ { "path": "roles/noncontainerized_flask/vars/main.yml", "content": "---\n# vars file for flask\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/noncontainerized_flask/defaults/main.yml", "content": "---\n# defaults file for flask\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1402, "all_permissive": false }
ansible_role
mwsu-csmp/CSC324_Exam3
945b23c93d8f77cefeabe8ffca3961ee1e8b5d99
0
roles/users
7,937
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n# tasks file for users\n\n- name: Add a new user student\n tags: always\n user:\n name: '{{ agent_user }}'\n groups: root\n\n- name: Add ssh key for the new user student\n tags: always\n authorized_key:\n user: '{{ agent_user }}'\n key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
Jeevasanna/project-demo
4eef2e7652e62243d16e2d9f675f046ca2626300
0
roles/tomcat
7,937
[ "no_license" ]
[ { "path": "roles/tomcat/defaults/main.yml", "content": "---\n# defaults file for tomcat\n\njava_package: openjdk-11-jdk\njava_home: /usr/lib/jvm/java-11-openjdk-amd64\n\nusername: tomcat\nhome_dir: /opt/tomcat\ndefault_shell: /bin/false\n# tomcat_version: 9.0.71\ntomcat_version: 9.0.71\ntomcat_latest: /opt/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1702, "all_permissive": false }
ansible_role
OpenCHAMI/deployment-recipes
a12bd00b170fa8d17e2cd5b492ec2712bc00e540
9
lanl/podman-quadlets/roles/auth
7,931
[ "no_license" ]
[ { "path": "lanl/podman-quadlets/roles/auth/tasks/main.yaml", "content": "---\n- name: get ochami certificate\n ansible.builtin.shell: '/bin/bash -l -c \"get_ca_cert > /etc/pki/ca-trust/source/anchors/ochami_tmp.pem\"'\n\n- name: trust ochami certificate\n ansible.builtin.shell: 'update-ca-trust'\n notify...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 545, "all_permissive": false }
ansible_role
OpenCHAMI/deployment-recipes
a12bd00b170fa8d17e2cd5b492ec2712bc00e540
9
lanl/podman-quadlets/roles/bss
7,931
[ "no_license" ]
[ { "path": "lanl/podman-quadlets/roles/bss/tasks/main.yaml", "content": "---\n- name: populate bss with node boot config\n ansible.builtin.uri:\n url: '{{ ochami_bss_url }}/bootparameters'\n method: \"DELETE\"\n status_code:\n - 200\n - 201\n - 400\n headers:\n Authorization:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": false }
ansible_role
OpenCHAMI/deployment-recipes
a12bd00b170fa8d17e2cd5b492ec2712bc00e540
9
lanl/podman-quadlets/roles/cloud_init
7,931
[ "no_license" ]
[ { "path": "lanl/podman-quadlets/roles/cloud_init/tasks/main.yaml", "content": "---\n### POST service configs\n- name: Update cloud-init default values\n ansible.builtin.uri:\n url: '{{ ochami_cloud_init_url }}/admin/cluster-defaults'\n method: 'POST'\n status_code:\n - 200\n - 201\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1416, "all_permissive": false }
ansible_role
OpenCHAMI/deployment-recipes
a12bd00b170fa8d17e2cd5b492ec2712bc00e540
9
lanl/podman-quadlets/roles/configs
7,931
[ "no_license" ]
[ { "path": "lanl/podman-quadlets/roles/configs/templates/coredhcp/coredhcp.yaml.j2", "content": "server4:\n listen:\n - \"%{{ cluster_boot_interface }}\"\n plugins:\n - server_id: {{ coredhcp_server_id }}\n - dns: {{ coredhcp_dns_server }}\n - router: {{ coredhcp_router }}\n - netmask: {{ co...
{ "task_files": 13, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 24, "total_bytes": 9435, "all_permissive": false }
ansible_role
OpenCHAMI/deployment-recipes
a12bd00b170fa8d17e2cd5b492ec2712bc00e540
9
lanl/podman-quadlets/roles/podman_secrets
7,931
[ "no_license" ]
[ { "path": "lanl/podman-quadlets/roles/podman_secrets/README.md", "content": "PODMAN SECRETS\n--------------------------------------------------------------------------------\nThis role creates podman secrets. \nCurrently the `podman_secrets` module does play very nice with re-running this role.\nFor the tim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1221, "all_permissive": false }
ansible_role
OpenCHAMI/deployment-recipes
a12bd00b170fa8d17e2cd5b492ec2712bc00e540
9
lanl/podman-quadlets/roles/quadlet
7,931
[ "no_license" ]
[ { "path": "lanl/podman-quadlets/roles/quadlet/README.md", "content": "QUADLET\n--------------------------------------------------------------------------------\nThis role drops quadlets for ochami head nodes. \nCreates files for each container in `/etc/containers/systemd`\n\n## Variables\n- `podman_quadlet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6205, "all_permissive": false }
ansible_role
OpenCHAMI/deployment-recipes
a12bd00b170fa8d17e2cd5b492ec2712bc00e540
9
lanl/podman-quadlets/roles/smd
7,931
[ "no_license" ]
[ { "path": "lanl/podman-quadlets/roles/smd/tasks/main.yaml", "content": "- name: Populate SMD with ochami CLI\n ansible.builtin.command:\n argv:\n - /usr/bin/ochami\n - --token\n - \"{{ access_token.stdout }}\"\n - discover\n - static\n - --overwrite\n - -d\n - \"@...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2419, "all_permissive": false }
ansible_role
qajlsalvador/Hands-on-Activity-9-
107a3a4c591aac34fbc5380756fbec094e66f9ae
0
roles/Pro-CentOS-core
7,931
[ "no_license" ]
[ { "path": "roles/Pro-CentOS-core/tasks/main.yml", "content": "---\n- name: Install epel\n dnf:\n name: epel-release\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: download prometheus\n get_url:\n url: \"https://github.com/prometheus/prometheus/releases/download/v2.30.3/pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
qajlsalvador/Hands-on-Activity-9-
107a3a4c591aac34fbc5380756fbec094e66f9ae
0
roles/Pro-Ubuntu-core
7,931
[ "no_license" ]
[ { "path": "roles/Pro-Ubuntu-core/tasks/main.yml", "content": "---\n- name: install Prometheus\n apt:\n name: prometheus\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Start Prometheus\n systemd:\n name: prometheus\n enabled: yes\n state: started\n when: ansible_dist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
qajlsalvador/Hands-on-Activity-9-
107a3a4c591aac34fbc5380756fbec094e66f9ae
0
roles/Pro-Ubuntu-service
7,931
[ "no_license" ]
[ { "path": "roles/Pro-Ubuntu-service/tasks/main.yml", "content": "---\n- name: Restart Prometheus\n service:\n name: prometheus\n state: restarted\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Reload Prometheus\n service:\n name: prometheus\n state: reloaded\n when: ansible_distributi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
uzukwujp/ansible-config-mgt-4
bc7d6d07a9b6449fcef02cb50b509062e6b66c53
1
roles/nginxRole
7,931
[ "no_license" ]
[ { "path": "roles/nginxRole/handlers/main.yml", "content": "---\n# handlers file for nginxRole\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/nginxRole/defaults/main.yml", "content": "---\n# defaults file for nginxRole\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 405, "all_permissive": false }
ansible_role
awsdevops-sbs/expense-ansible
e256dd1ccdda77328c2d1730e5c478f98d0147d3
0
roles/backend
7,931
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yml", "content": "component: backend\napp_dir: /app\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/backend/tasks/main.yml", "content": "---\n- name: Disable current module\n shell: dnf module disable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1173, "all_permissive": false }
ansible_role
awsdevops-sbs/expense-ansible
e256dd1ccdda77328c2d1730e5c478f98d0147d3
0
roles/common
7,931
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: set the prompt\n shell: set-prompt {{ component }}-{{ env }}\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/common/tasks/App_req.yml", "content": "\n- name: remove old...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 510, "all_permissive": false }
ansible_role
awsdevops-sbs/expense-ansible
e256dd1ccdda77328c2d1730e5c478f98d0147d3
0
roles/frontend
7,931
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n\n - name: install nginx\n dnf:\n name: nginx\n state: present\n\n - name: copy the conf file\n template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n - name: import comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 471, "all_permissive": false }
ansible_role
awsdevops-sbs/expense-ansible
e256dd1ccdda77328c2d1730e5c478f98d0147d3
0
roles/mysql
7,931
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Installing nodejs\n dnf:\n name: mysql-server\n state: present\n\n- name: Install PyMySQL using pip\n pip:\n name:\n - pymysql\n - cryptography\n state: present\n\n- name: check MySQL Server Info\n community.mysql.mysql_inf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 689, "all_permissive": false }
ansible_role
mpsamurai/neochi-deploy
86b9700b3ddc940e6c1f523ec2b17aff994fae60
0
src/neochi_deploy/roles/brain_trained_model_uploader
7,931
[ "no_license" ]
[ { "path": "src/neochi_deploy/roles/brain_trained_model_uploader/tasks/main.yml", "content": "- name: clone neochi-core\n git:\n repo: 'https://github.com/mpsamurai/brain-trained-model-uploader.git'\n dest: /neochi/brain_trained_model_uploader\n become: true\n become_user: pi", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
mpsamurai/neochi-deploy
86b9700b3ddc940e6c1f523ec2b17aff994fae60
0
src/neochi_deploy/roles/clap-detector
7,931
[ "no_license" ]
[ { "path": "src/neochi_deploy/roles/clap-detector/tasks/main.yml", "content": "- name: install libasound\n apt:\n name: 'libasound2-dev'\n state: present\n update-cache: yes\n become: true\n\n- name: install pip\n apt:\n name: 'python-pip'\n state: present\n update-cache: yes\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
mpsamurai/neochi-deploy
86b9700b3ddc940e6c1f523ec2b17aff994fae60
0
src/neochi_deploy/roles/common
7,931
[ "no_license" ]
[ { "path": "src/neochi_deploy/roles/common/tasks/main.yml", "content": "- name: install development environment\n apt:\n name: 'git'\n state: present\n update_cache: yes\n become: true\n\n- name: create /neochi directory\n file:\n path: /neochi\n state: directory\n owner: pi\n group: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1041, "all_permissive": false }
ansible_role
mpsamurai/neochi-deploy
86b9700b3ddc940e6c1f523ec2b17aff994fae60
0
src/neochi_deploy/roles/core
7,931
[ "no_license" ]
[ { "path": "src/neochi_deploy/roles/core/tasks/main.yml", "content": "- name: clone neochi-core\n git:\n repo: 'https://github.com/mpsamurai/neochi-core.git'\n dest: /neochi/neochi-core\n become: true\n become_user: pi", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
mpsamurai/neochi-deploy
86b9700b3ddc940e6c1f523ec2b17aff994fae60
0
src/neochi_deploy/roles/docker_build
7,931
[ "no_license" ]
[ { "path": "src/neochi_deploy/roles/docker_build/files/Dockerfile", "content": "FROM mpsamurai/neochi-dev-base:20190424-raspbian\n\nCOPY neochi-core/requirements.txt /tmp/requirements.txt\nRUN pip install --no-cache-dir -r /tmp/requirements.txt\n\nCOPY kinesis/requirements.txt /tmp/requirements.txt\nRUN pip ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1500, "all_permissive": false }
ansible_role
mpsamurai/neochi-deploy
86b9700b3ddc940e6c1f523ec2b17aff994fae60
0
src/neochi_deploy/roles/ir-sender
7,931
[ "no_license" ]
[ { "path": "src/neochi_deploy/roles/ir-sender/tasks/main.yml", "content": "- name: clone ir-sender\n git:\n repo: 'https://github.com/mpsamurai/ir-sender.git'\n dest: /neochi/ir-sender\n force: yes\n become: true\n become_user: pi\n\n- name: install pip...should be moved to common\n apt:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
mpsamurai/neochi-deploy
86b9700b3ddc940e6c1f523ec2b17aff994fae60
0
src/neochi_deploy/roles/ir_receiver
7,931
[ "no_license" ]
[ { "path": "src/neochi_deploy/roles/ir_receiver/tasks/main.yml", "content": "- name: clone neochi-core\n git:\n repo: 'https://github.com/mpsamurai/ir-receiver.git'\n dest: /neochi/ir_receiver\n become: true\n become_user: pi", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
mpsamurai/neochi-deploy
86b9700b3ddc940e6c1f523ec2b17aff994fae60
0
src/neochi_deploy/roles/kinesis
7,931
[ "no_license" ]
[ { "path": "src/neochi_deploy/roles/kinesis/tasks/main.yml", "content": "- name: clone kinesis\n git:\n repo: 'https://github.com/mpsamurai/kinesis.git'\n dest: /neochi/kinesis\n become: true\n become_user: pi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
willalveslima/ansible_lab
c8378209511cdcbee1b4106d0c0ec4d395ad1281
0
roles/docker
7,931
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Instala docker\n apt:\n name: docker.io\n update_cache: yes\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
willalveslima/ansible_lab
c8378209511cdcbee1b4106d0c0ec4d395ad1281
0
roles/jdk
7,931
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n- name: Instala 32-bit libraries Ubuntu 64\n apt:\n name: libc6-i386\n update_cache: yes\n become: yes\n- name: Cria Pasta jdk\n file:\n path: \"{{ jdk.pasta }}\"\n state: directory\n become: yes\n\n- name: Extrai jdk\n unarchive:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1700, "all_permissive": false }
ansible_role
willalveslima/ansible_lab
c8378209511cdcbee1b4106d0c0ec4d395ad1281
0
roles/jenkins
7,931
[ "no_license" ]
[ { "path": "roles/jenkins/meta/main.yml", "content": "---\ndependencies:\n #- tomcat\n #- maven\n #- docker", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: 'Cria Diretorio /opt/jenkins'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 441, "all_permissive": false }
ansible_role
willalveslima/ansible_lab
c8378209511cdcbee1b4106d0c0ec4d395ad1281
0
roles/jenkins2
7,931
[ "no_license" ]
[ { "path": "roles/jenkins2/tasks/main.yml", "content": "---\n- name: jenkis apt-key\n apt_key: \n url: https://pkg.jenkins.io/debian/jenkins-ci.org.key\n state: present \n become: yes\n\n- apt_repository:\n repo: deb https://pkg.jenkins.io/debian-stable binary/\n state: present\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 553, "all_permissive": false }
ansible_role
willalveslima/ansible_lab
c8378209511cdcbee1b4106d0c0ec4d395ad1281
0
roles/maven
7,931
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "---\n- name: Instala maven\n apt:\n name: maven\n update_cache: yes\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
willalveslima/ansible_lab
c8378209511cdcbee1b4106d0c0ec4d395ad1281
0
roles/openjdk
7,931
[ "no_license" ]
[ { "path": "roles/openjdk/tasks/main.yml", "content": "---\n- name: Instala openjdk\n apt:\n name: openjdk-8-jdk\n # update_cache: yes\n become: yes", "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
willalveslima/ansible_lab
c8378209511cdcbee1b4106d0c0ec4d395ad1281
0
roles/tomcat
7,931
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n- name: Instala tomcat via apt\n apt:\n name: tomcat9\n # update_cache: yes\n notify: \n - Start tomcat\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
KushGuptaRH/MOVEit-Response
87a24850302000f82fafea48f03adbd74f098566
2
collections/kushguptarh/moveit_response/roles/moveit_firewall_rules
7,931
[ "no_license" ]
[ { "path": "collections/kushguptarh/moveit_response/roles/moveit_firewall_rules/tasks/main.yml", "content": "# MOVEit Transfer Critical Vulnerability (May 2023) (CVE-2023-34362)\n# https://community.progress.com/s/article/MOVEit-Transfer-Critical-Vulnerability-31May2023\n# Recommended Remediation\n# 1. Disab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2889, "all_permissive": false }
ansible_role
KushGuptaRH/MOVEit-Response
87a24850302000f82fafea48f03adbd74f098566
2
collections/kushguptarh/moveit_response/roles/moveit_server_check
7,931
[ "no_license" ]
[ { "path": "collections/kushguptarh/moveit_response/roles/moveit_server_check/defaults/main.yml", "content": "---\n# defaults file for moveit-server-check\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "collections/kushguptarh/moveit_response/role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2088, "all_permissive": false }
ansible_role
KushGuptaRH/MOVEit-Response
87a24850302000f82fafea48f03adbd74f098566
2
collections/kushguptarh/moveit_response/roles/moveit_server_scan
7,931
[ "no_license" ]
[ { "path": "collections/kushguptarh/moveit_response/roles/moveit_server_scan/defaults/main.yml", "content": "---\n# defaults file for moveit_server_scan\n\n# ahmet_moveit.yar makes huntress_moveit.yar redundant\nmoveit_server_scan_rules:\n - ahmet_moveit.yar\n # - huntress_moveit.yar\n - mandiant_moveit.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2629, "all_permissive": false }
ansible_role
KushGuptaRH/MOVEit-Response
87a24850302000f82fafea48f03adbd74f098566
2
collections/kushguptarh/moveit_response/roles/moveit_server_scan_legacy
7,931
[ "no_license" ]
[ { "path": "collections/kushguptarh/moveit_response/roles/moveit_server_scan_legacy/tasks/main.yml", "content": "---\n# tasks file for moveit_server_scan_legacy\n- name: Check for any instances of the human2.aspx (or any files with human2 prefix)\n ansible.windows.win_find:\n paths: '{{ scan_path }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2708, "all_permissive": false }