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
vish6760/pre-req
b4059840689e783a32dee6c7f319296239fadcee
0
roles/apiserver-config
8,023
[ "no_license" ]
[ { "path": "roles/apiserver-config/tasks/report.yml", "content": "---\n# Optional reporting or verification tasks for apiserver-config role\n- name: List contents of apiserver-config directory\n command: ls -l /var/opt/pf9/kube/apiserver-config\n register: config_dir_contents\n\n- name: Display contents of...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1361, "all_permissive": false }
ansible_role
vish6760/pre-req
b4059840689e783a32dee6c7f319296239fadcee
0
roles/audit-logrotate
8,023
[ "no_license" ]
[ { "path": "roles/audit-logrotate/tasks/main.yml", "content": "---\n# Entry point for the logrotate-config role\n- name: Installing logrotate and configuring audit log rotation\n import_tasks: \"roles/audit-logrotate/tasks/setup.yml\"\n \n- name: Tasks for testing and reporting logrotate status\n import_t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1546, "all_permissive": false }
ansible_role
vish6760/pre-req
b4059840689e783a32dee6c7f319296239fadcee
0
roles/final-report
8,023
[ "no_license" ]
[ { "path": "roles/final-report/tasks/main.yml", "content": "\n---\n# Main task entry for final-report role\n- name: Read the configuration\n import_tasks: \"roles/final-report/tasks/gather_config.yml\"\n\n- name: Record the final report of the configuration\n import_tasks: \"roles/final-report/tasks/report...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2274, "all_permissive": false }
ansible_role
vish6760/pre-req
b4059840689e783a32dee6c7f319296239fadcee
0
roles/package-update
8,023
[ "no_license" ]
[ { "path": "roles/package-update/tasks/setup.yml", "content": "---\n# Setup HTTP/HTTPS proxy configuration and perform package updates\n- name: Check if HTTP proxy is already set\n ansible.builtin.shell: grep -q 'Acquire::http::Proxy' /etc/apt/apt.conf\n register: http_proxy_check\n ignore_errors: true\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2321, "all_permissive": false }
ansible_role
vish6760/pre-req
b4059840689e783a32dee6c7f319296239fadcee
0
roles/resize-disk
8,023
[ "no_license" ]
[ { "path": "roles/resize-disk/tasks/main.yml", "content": "# main.yaml\n---\n- name: Resize disk setup tasks\n import_tasks: \"roles/resize-disk/tasks/setup.yml\"\n\n- name: Write disk resize report\n import_tasks: \"roles/resize-disk/tasks/report.yml\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1743, "all_permissive": false }
ansible_role
vish6760/pre-req
b4059840689e783a32dee6c7f319296239fadcee
0
roles/system-config
8,023
[ "no_license" ]
[ { "path": "roles/system-config/tasks/setup.yml", "content": "# setup.yaml\n---\n- name: Create report directory if not exists\n file:\n path: \"{{ report_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Backup /etc/hosts\n copy:\n src: /etc/hosts\n dest: \"/etc/hosts.orig-{{ backup_dat...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6220, "all_permissive": false }
ansible_role
aeternity/machine-image-redis
df608c742b8f27fbe2b909d958b3af1de6f24ff5
0
roles/redis
8,023
[ "no_license" ]
[ { "path": "roles/redis/defaults/main.yml", "content": "---\ndebian_repo: buster-backports\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: Install packages\n yum:\n name: [\"make\", \"g...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1378, "all_permissive": false }
ansible_role
GoncharovMichael/fail2ban
1f707dc3c1bfb25c947363662d284df632e1fffe
0
roles/fail2ban
8,025
[ "no_license" ]
[ { "path": "roles/fail2ban/templates/jail.local.j2", "content": "[DEFAULT]\n\nbantime = {{ m_bantime }}\nfindtime = {{ m_findtime }}\nmaxretry = {{ m_maxretry }}\n\n[sshd]\nenabled = true\nport = ssh\nbantime.increment = {{ ssh_bantime_increment }}\nbantime.factor = {{ ssh_bantime_factor }}\nbantime.maxtime ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1575, "all_permissive": false }
ansible_role
khaledhf/ansible-webserver-setup
0da4958d61f245e0eb39b6a99fe00a7f5dd93cf0
0
roles/monitoring
8,025
[ "no_license" ]
[ { "path": "roles/monitoring/handlers/main.yml", "content": "---\n- name: restart prometheus\n systemd:\n name: prometheus\n state: restarted\n daemon_reload: yes\n\n- name: reload prometheus\n systemd:\n name: prometheus\n state: reloaded\n\n- name: restart grafana\n systemd:\n name: gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5819, "all_permissive": false }
ansible_role
khaledhf/ansible-webserver-setup
0da4958d61f245e0eb39b6a99fe00a7f5dd93cf0
0
roles/webserver
8,025
[ "no_license" ]
[ { "path": "roles/webserver/templates/jail.local.j2", "content": "[DEFAULT]\nbantime = 3600\nfindtime = 600\nmaxretry = 3\n\n[nginx-req-limit]\nenabled = true\nfilter = nginx-req-limit\naction = iptables-multiport[name=ReqLimit, port=http,https]\nlogpath = /var/log/nginx/error.log\nfindtime = 600\nbantime = ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9534, "all_permissive": false }
ansible_role
SaschaXYZ3/patchmgmt
d6e4c8c2af3afe17646dda11e688b4a0e749d1ea
0
checkmk/roles/10_install_requirements
8,025
[ "no_license" ]
[ { "path": "checkmk/roles/10_install_requirements/tasks/main.yml", "content": "---\n- name: Install required dependencies\n become: true\n ansible.builtin.apt:\n name: python3-pip\n state: present\n update_cache: true", "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": 143, "all_permissive": false }
ansible_role
SaschaXYZ3/patchmgmt
d6e4c8c2af3afe17646dda11e688b4a0e749d1ea
0
checkmk/roles/11_install_collection_checkmk.general
8,025
[ "no_license" ]
[ { "path": "checkmk/roles/11_install_collection_checkmk.general/tasks/main.yml", "content": "---\n- name: Ensure Checkmk Ansible Collection is installed\n ansible.builtin.command: ansible-galaxy collection install checkmk.general\n args:\n creates: ~/.ansible/collections/ansible_collections/checkmk/gene...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
SaschaXYZ3/patchmgmt
d6e4c8c2af3afe17646dda11e688b4a0e749d1ea
0
checkmk/roles/12_install_checkmk
8,025
[ "no_license" ]
[ { "path": "checkmk/roles/12_install_checkmk/tasks/main.yml", "content": "---\n- name: \"Install Checkmk and create Sites.\"\n ansible.builtin.import_role:\n name: checkmk.general.server\n\n- name: \"Activate Changes on all Sites.\"\n checkmk.general.activation:\n server_url: \"{{ checkmk_var_server_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
SaschaXYZ3/patchmgmt
d6e4c8c2af3afe17646dda11e688b4a0e749d1ea
0
checkmk/roles/13_create_site
8,025
[ "no_license" ]
[ { "path": "checkmk/roles/13_create_site/tasks/main.yml", "content": "---\n- name: Create Checkmk instance\n ansible.builtin.command: omd create {{ site_name }}\n args:\n creates: \"/omd/sites/{{ site_name }}\"\n register: omd_create\n\n- name: Start Checkmk instance\n ansible.builtin.command: omd sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
SaschaXYZ3/patchmgmt
d6e4c8c2af3afe17646dda11e688b4a0e749d1ea
0
checkmk/roles/14_set_webui_admin
8,025
[ "no_license" ]
[ { "path": "checkmk/roles/14_set_webui_admin/tasks/main.yml", "content": "---\n- name: Set Checkmk admin password\n checkmk.general.user:\n server_url: \"{{ checkmk_server_url }}\"\n site: \"{{ site_name }}\"\n automation_user: \"automation\"\n automation_secret: \"{{ checkmk_api_secret.stdout }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
SaschaXYZ3/patchmgmt
d6e4c8c2af3afe17646dda11e688b4a0e749d1ea
0
checkmk/roles/15_add_basic_clients
8,025
[ "no_license" ]
[ { "path": "checkmk/roles/15_add_basic_clients/tasks/main.yml", "content": "---\n- name: Add hosts to Checkmk\n checkmk.general.host:\n server_url: \"{{ checkmk_server_url }}\"\n site: \"{{ site_name }}\"\n automation_user: \"automation\"\n automation_secret: \"{{ checkmk_api_secret.stdout }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 878, "all_permissive": false }
ansible_role
SaschaXYZ3/patchmgmt
d6e4c8c2af3afe17646dda11e688b4a0e749d1ea
0
patching/roles/redhat
8,025
[ "no_license" ]
[ { "path": "patching/roles/redhat/tasks/main.yml", "content": "---\n- name: Ensure dnf is installed if necessary (for older CentOS versions)\n package:\n name: dnf\n state: present\n when: ansible_distribution_major_version | int >= 8\n\n- name: Perform package update using dnf/yum\n package:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
jaepetto/ic_it.caas.deployment
a71f316bf7e34017861a8726ad0248491081c069
0
01_step_1_pre-setup/roles/configure_netplan
8,025
[ "no_license" ]
[ { "path": "01_step_1_pre-setup/roles/configure_netplan/templates/01-netcfg.yaml.j2", "content": "network:\n version: 2\n renderer: networkd\n ethernets:\n{% for interface in interface_names.stdout_lines %}\n {{ interface }}:\n dhcp4: no\n{% endfor %}\n bonds:\n bond0:\n macaddress: {{ de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2218, "all_permissive": false }
ansible_role
jaepetto/ic_it.caas.deployment
a71f316bf7e34017861a8726ad0248491081c069
0
01_step_1_pre-setup/roles/deploy_kexec
8,025
[ "no_license" ]
[ { "path": "01_step_1_pre-setup/roles/deploy_kexec/defaults/main.yml", "content": "---\n# defaults file for deploy_kexec\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "01_step_1_pre-setup/roles/deploy_kexec/vars/main.yml", "content": "---\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 699, "all_permissive": false }
ansible_role
jaepetto/ic_it.caas.deployment
a71f316bf7e34017861a8726ad0248491081c069
0
01_step_1_pre-setup/roles/fix_grub_cmdline_linux_default_option
8,025
[ "no_license" ]
[ { "path": "01_step_1_pre-setup/roles/fix_grub_cmdline_linux_default_option/tasks/main.yml", "content": "---\n- name: check if pci realloc is configured in the boot command\n lineinfile:\n backup: true\n path: /etc/default/grub\n regexp: '^GRUB_CMDLINE_LINUX_DEFAULT=\".*pci=realloc=off'\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1141, "all_permissive": false }
ansible_role
jaepetto/ic_it.caas.deployment
a71f316bf7e34017861a8726ad0248491081c069
0
01_step_1_pre-setup/roles/logsmgr
8,025
[ "no_license" ]
[ { "path": "01_step_1_pre-setup/roles/logsmgr/tasks/main.yml", "content": "---\n\n- stat: path=/usr/lib/loginsight-agent/bin/liagent\n register: liagent\n\n- name: Syslog | Copy package\n copy:\n src: files/vmware-log-insight-agent_4.5.0-5626690_all_172.16.31.10.deb\n dest: /tmp/vmware-log-insight-ag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
jaepetto/ic_it.caas.deployment
a71f316bf7e34017861a8726ad0248491081c069
0
01_step_1_pre-setup/roles/mount_containerd_volume
8,025
[ "no_license" ]
[ { "path": "01_step_1_pre-setup/roles/mount_containerd_volume/defaults/main.yml", "content": "---\n# defaults file for mount_containerd_volume\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "01_step_1_pre-setup/roles/mount_containerd_volume/tasks/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3820, "all_permissive": false }
ansible_role
jaepetto/ic_it.caas.deployment
a71f316bf7e34017861a8726ad0248491081c069
0
01_step_1_pre-setup/roles/noswap
8,025
[ "no_license" ]
[ { "path": "01_step_1_pre-setup/roles/noswap/tasks/main.yml", "content": "---\n\n- name: do facts module to get latest information\n setup:\n\n- name: Remove swap from /etc/fstab\n lineinfile:\n dest: /etc/fstab\n regexp: \"swap\"\n state: absent\n\n- name: Disable swap\n command: swapoff --all\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
jaepetto/ic_it.caas.deployment
a71f316bf7e34017861a8726ad0248491081c069
0
01_step_1_pre-setup/roles/nvidia.packages
8,025
[ "no_license" ]
[ { "path": "01_step_1_pre-setup/roles/nvidia.packages/tasks/main.yml", "content": "---\n- name: nvidia-container-toolkit | apt key\n ansible.builtin.apt_key:\n url: https://nvidia.github.io/nvidia-docker/gpgkey\n state: present\n\n- name: nvidia-container-toolkit | apt repo\n ansible.builtin.apt_repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1110, "all_permissive": false }
ansible_role
jaepetto/ic_it.caas.deployment
a71f316bf7e34017861a8726ad0248491081c069
0
03_step_3_post-setup/roles/ic_it.nginx_ingress_controller
8,025
[ "no_license" ]
[ { "path": "03_step_3_post-setup/roles/ic_it.nginx_ingress_controller/handlers/main.yml", "content": "---\n# handlers file for ic_it.nginx_ingress_controller\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "03_step_3_post-setup/roles/ic_it.nginx_in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 744, "all_permissive": false }
ansible_role
jaepetto/ic_it.caas.deployment
a71f316bf7e34017861a8726ad0248491081c069
0
03_step_3_post-setup/roles/ic_it.nvidia_gpu_operator
8,025
[ "no_license" ]
[ { "path": "03_step_3_post-setup/roles/ic_it.nvidia_gpu_operator/defaults/main.yml", "content": "---\n# defaults file for ic_it.nvidia_gpu_operator\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "03_step_3_post-setup/roles/ic_it.nvidia_gpu_operato...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3366, "all_permissive": false }
ansible_role
jaepetto/ic_it.caas.deployment
a71f316bf7e34017861a8726ad0248491081c069
0
03_step_3_post-setup/roles/process_exporter
8,025
[ "no_license" ]
[ { "path": "03_step_3_post-setup/roles/process_exporter/handlers/main.yml", "content": "---\n# handlers file for process_exporter\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "03_step_3_post-setup/roles/process_exporter/tests/test.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 630, "all_permissive": false }
ansible_role
getlackey/lackey-devops
6671d9c5bc8ec9ce9e1290bd66d296f16661ad4b
0
roles/acl
8,025
[ "no_license" ]
[ { "path": "roles/acl/tasks/main.yml", "content": "---\n- name: Update Cache\n apt: update_cache=true\n\n- name: Install ACL\n apt: pkg=acl state=present\n\n- name: Ensure fstab has ACL enabled for /\n mount:\n name: \"{{ item.mount }}\"\n src: \"{{ item.device }}\"\n fstype: \"{{ item.fstype }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
getlackey/lackey-devops
6671d9c5bc8ec9ce9e1290bd66d296f16661ad4b
0
roles/common
8,025
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update Cache\n apt: update_cache=true\n\n- name: Install common packages\n apt: pkg={{ item }} state=present\n with_items:\n - build-essential\n - bundler\n - htop\n - iotop\n - nano\n - curl\n - git\n - python-pip\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
getlackey/lackey-devops
6671d9c5bc8ec9ce9e1290bd66d296f16661ad4b
0
roles/firewall-csf
8,025
[ "no_license" ]
[ { "path": "roles/firewall-csf/tasks/main.yml", "content": "---\n- name: Check if UFW is installed\n command: dpkg-query -l ufw\n register: deb_check\n tags:\n - skip_ansible_lint\n\n- name: Disable UFW if installed\n ufw: state=disabled\n when: deb_check.stdout.find('<none>') < 0\n tags:\n - ski...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 86733, "all_permissive": false }
ansible_role
getlackey/lackey-devops
6671d9c5bc8ec9ce9e1290bd66d296f16661ad4b
0
roles/firewall-ufw
8,025
[ "no_license" ]
[ { "path": "roles/firewall-ufw/tasks/main.yml", "content": "---\n- name: UFW | Disable and Deny all trafic\n ufw: state=disabled policy=deny\n\n- name: UFW | Enable logging\n ufw: logging=on\n\n- name: UFW | allow ports\n ufw: rule=allow port={{ item }}\n with_items: open_ports\n\n- name: UFW | Enable Fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
getlackey/lackey-devops
6671d9c5bc8ec9ce9e1290bd66d296f16661ad4b
0
roles/nginx
8,025
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Installs nginx web server\n apt: pkg=nginx-extras state=installed update_cache=true\n\n- name: Upload default index.html for host\n copy: src=index.html dest=/usr/share/nginx/html/ mode=0644\n\n- name: Creates websites directory\n file: pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1006, "all_permissive": false }
ansible_role
getlackey/lackey-devops
6671d9c5bc8ec9ce9e1290bd66d296f16661ad4b
0
roles/nodejs
8,025
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Add NodeSource deb repository\n apt_repository:\n repo: \"deb https://deb.nodesource.com/node_4.x {{ ansible_distribution_release }} main\"\n state: present\n\n- name: Install Node.js\n apt:\n pkg:\n - nodejs=4*\n state: in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 941, "all_permissive": false }
ansible_role
getlackey/lackey-devops
6671d9c5bc8ec9ce9e1290bd66d296f16661ad4b
0
roles/ntp
8,025
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Install ntp service\n apt: pkg=ntp state=present update_cache=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
getlackey/lackey-devops
6671d9c5bc8ec9ce9e1290bd66d296f16661ad4b
0
roles/postgresql
8,025
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "# file: postgresql/tasks/main.yml\n\n- name: PostgreSQL include vars\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_os_family }}.yml\"\n - \"../vars/empty.yml\"\n tags: [always]\n\n- name: PostgreSQL include insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1199, "all_permissive": false }
ansible_role
getlackey/lackey-devops
6671d9c5bc8ec9ce9e1290bd66d296f16661ad4b
0
roles/users
8,025
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: Add webdev group\n group: name=webdev state=present\n\n- name: Add users\n user:\n name={{ item.name }}\n createhome=yes\n group=webdev\n groups=sudo\n state={{ item.state }}\n shell=/bin/bash\n password=\"{{ <PASSWORD> ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2989, "all_permissive": false }
ansible_role
Vinny1892/minecraft-ansible
2e61c7a756dd43485c43f9072dd65218a7cdf867
0
roles/minecraft
8,025
[ "no_license" ]
[ { "path": "roles/minecraft/templates/minecraft.service.j2", "content": "[Unit]\nDescription=Minecraft server\nAfter=network.target\n\n[Service]\nUser=root\nWorkingDirectory=/opt/minecraft\nExecStart=/usr/bin/java -Xmx1024M -Xms1024M -jar /opt/minecraft/server.jar nogui\nRestart=on-failure\n\n[Install]\nWant...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4795, "all_permissive": false }
ansible_role
mdef/distributed-mesos
692dc3efa02e97ac176175bd5d95e41c50e0f9b2
1
roles/tinc
8,025
[ "no_license" ]
[ { "path": "roles/tinc/files/Dockerfile", "content": "FROM alpine\n\nRUN apk add --update tinc avahi\nADD ./tinc /etc/tinc\nRUN sed -i -e \"s/^#enable-dbus=yes$/enable-dbus=no/\" /etc/avahi/avahi-daemon.conf\nCMD avahi-daemon -D && /usr/sbin/tincd -d -D -n mana\n \n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1610, "all_permissive": false }
ansible_role
echomike80/ansible-template
55e0b72a7c083a3d3a25b18cbebfa27ac6b7dd01
1
roles/myfiles
8,025
[ "no_license" ]
[ { "path": "roles/myfiles/tasks/main.yml", "content": "---\n\n- name: Copy file1 to directory\n template:\n src: file1.txt.j2\n dest: \"{{ myfiles_file1_directory }}/file1.txt\"\n mode: 0644\n\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 273, "all_permissive": false }
ansible_role
aquinok/pipeLiner
d5e926fff941d2124e9192ff9790f9307ca5089e
0
roles/syntax-test
8,025
[ "no_license" ]
[ { "path": "roles/syntax-test/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - syntax-test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/syntax-test/README.md", "content": "syntax-test\n=======...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 500, "all_permissive": false }
ansible_role
meorkamil/ansible-kubernetes-cluster-init
932574bc58aac476378d6e54ef9dc72b999f1ca2
0
roles/kubernetes-cluster-init
8,025
[ "no_license" ]
[ { "path": "roles/kubernetes-cluster-init/tasks/kube-config.yml", "content": "- name: Create ~/.kube\n file:\n state: directory\n path: ~/.kube\n\n- name: Kubernetes admin.conf\n copy:\n src: /etc/kubernetes/admin.conf\n dest: ~/.kube/config\n remote_src: yes", "license_type": "no_licens...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 2906, "all_permissive": false }
ansible_role
shtouff/krm-ansible
cca5903187adc40ca01f12bcfb485845c2acaa99
0
playbooks/roles/vatomouro
8,025
[ "no_license" ]
[ { "path": "playbooks/roles/vatomouro/tasks/main.yml", "content": "---\n- name: update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 86400\n \n- name: various packages\n apt:\n name: '{{item}}'\n state: latest\n default_release: stable\n with_items:\n - htop\n - dfc\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2141, "all_permissive": false }
ansible_role
getarz4u15ster/meadowgate
ad25bcd4668373b8f12ddda49eac6d0123b1f516
0
roles/ocp-node
8,025
[ "no_license" ]
[ { "path": "roles/ocp-node/tasks/main.yml", "content": "---\n - name: Check if user is using RHEL\n assert:\n that: \"ansible_distribution == 'RedHat'\"\n \n - name: Enable Repos Specific to OCP 3.5\n command: subscription-manager repos --enable=\"rhel-7-server-ose-3.5-rpms\" --enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1482, "all_permissive": false }
ansible_role
code-wizard91/Petclinic-Application
e28a5df6b2da83ee318c4d2cda98484b8ddf397d
5
terraform/ansible/roles/angular-node-npm
8,025
[ "no_license" ]
[ { "path": "terraform/ansible/roles/angular-node-npm/tasks/main.yaml", "content": "- name: adding repo\n become: true\n shell: curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -\n\n- name: install nodeJs\n become: true\n shell: sudo apt -y install nodejs\n\n- name: install angular\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
code-wizard91/Petclinic-Application
e28a5df6b2da83ee318c4d2cda98484b8ddf397d
5
terraform/ansible/roles/docker
8,025
[ "no_license" ]
[ { "path": "terraform/ansible/roles/docker/tasks/main.yaml", "content": "- name: Install docker\n become: true\n shell: curl https://get.docker.com | sh\n\n- name: Install pip\n become: true\n shell: sudo apt-get install python-pip -y\n\n- name: Change privilege of docker\n become: true\n file: dest=/u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
code-wizard91/Petclinic-Application
e28a5df6b2da83ee318c4d2cda98484b8ddf397d
5
terraform/ansible/roles/git
8,025
[ "no_license" ]
[ { "path": "terraform/ansible/roles/git/tasks/main.yaml", "content": "- name: install git\n become: true\n shell: sudo apt install git\n\n- name: installing java\n become: true\n shell: sudo apt install openjdk-8-jdk -y\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
equalitie/eqbackup
5196682f348bb82279c2c2df08d4cafca16291ae
8
roles/backup_client
8,025
[ "no_license" ]
[ { "path": "roles/backup_client/defaults/main.yml", "content": "---\nbackup_paths: [\"/root\", \"/home\", \"/usr\", \"/opt\", \"/etc\", \"/var\", \"/srv\"]\nbackup_exclude: [\"/var/cache/backupninja/duplicity\"]\nincrements: 15\nkeep: 30\nbackup_daily_when: '01:00'\nreportsuccess: 'no'\n", "license_type"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3858, "all_permissive": false }
ansible_role
equalitie/eqbackup
5196682f348bb82279c2c2df08d4cafca16291ae
8
roles/backup_secondary
8,025
[ "no_license" ]
[ { "path": "roles/backup_secondary/defaults/main.yml", "content": "---\nsecondary_user: 'secondary_backup'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/backup_secondary/tasks/main.yml", "content": "---\n- name: Install ufw\n apt:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1679, "all_permissive": false }
ansible_role
equalitie/eqbackup
5196682f348bb82279c2c2df08d4cafca16291ae
8
roles/backup_server
8,025
[ "no_license" ]
[ { "path": "roles/backup_server/templates/backupninja.conf.j2", "content": "# {{ ansible_managed }}\n# |\\_\n# B A C K U P N I N J A /()/\n# `\\|\n# main configuration file\n#\n\n# how verbose to make the logs\n# 5 -- Debugging messages (and below)\n# 4 ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8038, "all_permissive": false }
ansible_role
equalitie/eqbackup
5196682f348bb82279c2c2df08d4cafca16291ae
8
roles/local
8,025
[ "no_license" ]
[ { "path": "roles/local/tasks/main.yml", "content": "---\n- name: make restore dir in playbook root\n file:\n path: \"{{ playbook_dir }}/restore\"\n state: directory\n mode: '0700'\n tags:\n - checkpoint\n\n- pause:\n prompt: |\n\n We are now done. If you have just added or change...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }
ansible_role
mmohamed/k8s-raspberry
66c9a74d7155f1766ea4dfe143b45a119bb28678
3
ansible/roles/base
8,026
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: Update hosts file\r\n lineinfile:\r\n dest: /etc/hosts\r\n line: \"{{ hostvars[item].ansible_host }} {{ item }}\"\r\n regexp: '.*{{ item }}$'\r\n with_items: \"{{ groups.all }}\"\r\n\r\n- name: Update hosts template file\r\n line...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
mmohamed/k8s-raspberry
66c9a74d7155f1766ea4dfe143b45a119bb28678
3
ansible/roles/deps
8,026
[ "no_license" ]
[ { "path": "ansible/roles/deps/tasks/main.yml", "content": "- name: install APT Transport HTTPS\r\n apt:\r\n name: apt-transport-https\r\n state: present\r\n\r\n- name: install GPG\r\n apt:\r\n name: gnupg\r\n state: present \r\n\r\n- name: add Kubernetes apt-key\r\n apt_key:\r\n url: ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
mmohamed/k8s-raspberry
66c9a74d7155f1766ea4dfe143b45a119bb28678
3
ansible/roles/master
8,026
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/tiller.yml", "content": "- name: install or upgrade tiller\r\n shell: \"{{ helm_bin_dir }}/helm init\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "ansible/roles/master/tasks/rbac.yml", "content": "- na...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2549, "all_permissive": false }
ansible_role
mmohamed/k8s-raspberry
66c9a74d7155f1766ea4dfe143b45a119bb28678
3
ansible/roles/node
8,026
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "- name: join cluster\r\n command: \"{{ join_command }}\"\r\n args:\r\n creates: /var/log/nodejoined.log\r\n register: kubeadm_join_raw\r\n\r\n- name: save kubeadm join output to a file\r\n copy:\r\n content: \"stdout:\\n{{ kubeadm_join_raw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
turubee/node
feb1d67a7aeae50dae385d9ef1d42d5ee32324af
0
roles/nginx
8,026
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx repo (for vagrant)\n yum: name=http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm state=present\n\n- name: install nginx\n yum: name=nginx state=present\n\n- name: remove default configur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1039, "all_permissive": false }
ansible_role
turubee/node
feb1d67a7aeae50dae385d9ef1d42d5ee32324af
0
roles/nvm
8,026
[ "no_license" ]
[ { "path": "roles/nvm/tasks/main.yml", "content": "---\n#- name: install dependents packeges\n# yum: name={{ item }} state=present\n# with_items: [\"gcc\", \"gcc-c++\", \"make\", \"openssl-devel\", \"zlib-devel\", \"gyp\", \"glibc-devel\"]\n\n- name: create nvm directory\n file: dest={{ nvm_install_dir }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1672, "all_permissive": false }
ansible_role
turubee/node
feb1d67a7aeae50dae385d9ef1d42d5ee32324af
0
roles/sampleapp
8,026
[ "no_license" ]
[ { "path": "roles/sampleapp/tasks/main.yml", "content": "- name: create app directory\n file: dest=/opt/app state=directory\n\n- name: install sampleapp\n copy: src=helloworld.js dest=/opt/app/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
AdolfoRodriguezUS/InfraOptimization-ProOne
e4e648b31bee0b1daf1ab520f832a6d7de788ac7
1
ansible/roles/master
8,026
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yml", "content": " - name: \"Making Selinux Disabled\"\n selinux:\n policy: targeted\n state: disabled\n\n - name: Creating Docker Repo\n yum_repository:\n name: docker\n ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5636, "all_permissive": false }
ansible_role
AdolfoRodriguezUS/InfraOptimization-ProOne
e4e648b31bee0b1daf1ab520f832a6d7de788ac7
1
ansibleubuntu/roles/master
8,026
[ "no_license" ]
[ { "path": "ansibleubuntu/roles/master/tasks/_oldfiles/main.yml", "content": "\n - include: 1_initialize.yml\n - include: 2_configure_masteru.yml\n - include: 3_initialize_masteru.yml\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2855, "all_permissive": false }
ansible_role
AdolfoRodriguezUS/InfraOptimization-ProOne
e4e648b31bee0b1daf1ab520f832a6d7de788ac7
1
k8s-ansible/roles/common
8,026
[ "no_license" ]
[ { "path": "k8s-ansible/roles/common/tasks/initial.yml", "content": "- name: create the 'ubuntu' user\n user: name=ubuntu append=yes state=present createhome=yes shell=/bin/bash\n\n- name: allow 'ubuntu' to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n line: 'ubuntu ALL=(ALL) NOPASSWD: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
ArkadiuszStanislawLega/ansible-start-server
577e76ea5ea6e9748529fc405f71018480ce2959
0
roles/add-rules-fail2ban
8,026
[ "no_license" ]
[ { "path": "roles/add-rules-fail2ban/tasks/main.yml", "content": "---\n- name: Create jail.local\n ansible.builtin.template:\n src: templates/jail.local.j2\n dest: /etc/fail2ban/jail.local\n\n- name: Add ngingx-badbots filter\n become: yes\n ansible.builtin.template:\n src: ./templates/nginx-badb...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2269, "all_permissive": false }
ansible_role
ArkadiuszStanislawLega/ansible-start-server
577e76ea5ea6e9748529fc405f71018480ce2959
0
roles/configure-enviroment
8,026
[ "no_license" ]
[ { "path": "roles/configure-enviroment/README.md", "content": "Role Name\n=========\n\nThis role creates a basic config for vim. If you need to change vim configuration settings, make the changes in ./templates/vimrc.j2. Before use this role. If I decide that I should configure something for more convenient ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1076, "all_permissive": false }
ansible_role
ArkadiuszStanislawLega/ansible-start-server
577e76ea5ea6e9748529fc405f71018480ce2959
0
roles/copy-ssh-key
8,026
[ "no_license" ]
[ { "path": "roles/copy-ssh-key/tasks/main.yml", "content": "---\n- name: Copy administrator ssh-key to the host\n authorized_key:\n user: \"{{ ansible_user }}\"\n state: present\n key: \"{{ lookup('file', ssh_public_key_path)}}\"\n # tasks file for copy-ssh-key\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 976, "all_permissive": false }
ansible_role
ArkadiuszStanislawLega/ansible-start-server
577e76ea5ea6e9748529fc405f71018480ce2959
0
roles/docker-project
8,026
[ "no_license" ]
[ { "path": "roles/docker-project/tasks/main.yml", "content": "---\n- name: Copy docker-compose project\n ansible.builtin.copy:\n src: ./files/app.tar\n dest: /home/{{ ansible_user }}/\n mode: 'u=rwx,g=wr,o=r'\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n throttle: 1\n ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4230, "all_permissive": false }
ansible_role
ArkadiuszStanislawLega/ansible-start-server
577e76ea5ea6e9748529fc405f71018480ce2959
0
roles/install-dependencies
8,026
[ "no_license" ]
[ { "path": "roles/install-dependencies/tasks/main.yml", "content": "---\n- name: Install dependencies\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n - fail2b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 699, "all_permissive": false }
ansible_role
ArkadiuszStanislawLega/ansible-start-server
577e76ea5ea6e9748529fc405f71018480ce2959
0
roles/install-docker
8,026
[ "no_license" ]
[ { "path": "roles/install-docker/README.md", "content": "install-docker\n=========\n\nIn this role, docker is downloaded, installed and the user is added to the docker group.\n\nRequirements\n------------\n\nInternet connection.\n\nExample Playbook\n----------------\n\n~~~bash\nansible-playbook -i hosts.yaml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 936, "all_permissive": false }
ansible_role
ArkadiuszStanislawLega/ansible-start-server
577e76ea5ea6e9748529fc405f71018480ce2959
0
roles/set-iptables
8,026
[ "no_license" ]
[ { "path": "roles/set-iptables/tasks/main.yml", "content": "---\n- name: Create iptables script\n become: yes\n copy:\n dest: /usr/local/bin/iptables.sh\n content: |\n #!bin/sh\n sudo iptables -A INPUT -p udp --dport 53 -j ACCEPT\n sudo iptables -A INPUT -p tcp --dport 53 -j ACCEPT\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2145, "all_permissive": false }
ansible_role
ArkadiuszStanislawLega/ansible-start-server
577e76ea5ea6e9748529fc405f71018480ce2959
0
roles/set-ssh-settings
8,026
[ "no_license" ]
[ { "path": "roles/set-ssh-settings/tasks/main.yml", "content": "---\n- name: Change sshd port\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#?Port '\n line: 'Port {{ new_ssh_port }}'\n state: present\n\n- name: Permit protocol 1\n lineinfile:\n path: /etc/ssh/sshd_config\n line: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2247, "all_permissive": false }
ansible_role
arocki7/ansible-centos7-lamp
8e0393d8ee68a0d407e6494717134962593d8a74
11
roles/common
8,026
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This playbook is to perform common tasks.\n\n- name: Enable Firewall on all the hosts\n service: name=firewalld state=started enabled=yes\n \n- name: Enable the firewall port for SSH\n firewalld: port=22/tcp permanent=true state=enabled immedi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 485, "all_permissive": false }
ansible_role
arocki7/ansible-centos7-lamp
8e0393d8ee68a0d407e6494717134962593d8a74
11
roles/db
8,026
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n# This playbook is to perform MySQL installations.\n\n- name: Install MySQL Software Repo\n yum:\n name: http://repo.mysql.com/mysql57-community-release-el7-10.noarch.rpm\n state: present\n\n- name: Install MySQL Database\n yum: name=mysql-server...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1554, "all_permissive": false }
ansible_role
arocki7/ansible-centos7-lamp
8e0393d8ee68a0d407e6494717134962593d8a74
11
roles/web
8,026
[ "no_license" ]
[ { "path": "roles/web/tasks/copy_code.yml", "content": "---\n# These tasks are responsible for copying the latest dev/production code from\n# the version control system.\n\n- name: Copy the code from repository\n git: repo={{ repository }} dest=/var/www/html/ force=yes\n\n- name: Creates the index.php file\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 895, "all_permissive": false }
ansible_role
mhrynovets/ansible
db9d8532e4f7c1cf650a46cb46d31374b802e961
0
day2/roles/httpd
8,026
[ "no_license" ]
[ { "path": "day2/roles/httpd/vars/main.yml", "content": "---\n# file: main.yml (vars-httpd-roles)\n\n# uncomment below to set another package or version\n#httpd_packages:\n# - apache2\n\n#httpd_modules:\n# - proxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 },...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2239, "all_permissive": false }
ansible_role
mhrynovets/ansible
db9d8532e4f7c1cf650a46cb46d31374b802e961
0
day2/roles/java
8,026
[ "no_license" ]
[ { "path": "day2/roles/java/defaults/main.yml", "content": "---\n# file: main.yml (defaults-java-roles)\ndef_java_packages:\n - openjdk-8-jdk\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "day2/roles/java/vars/main.yml", "content": "---\n# f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 996, "all_permissive": false }
ansible_role
mhrynovets/ansible
db9d8532e4f7c1cf650a46cb46d31374b802e961
0
day2/roles/jenkins
8,026
[ "no_license" ]
[ { "path": "day2/roles/jenkins/tasks/main.yml", "content": "---\n# file: main.yml (tasks-jenkins-roles)\n- name: Create Jenkins group\n become: true \n group:\n name: \"{{ jenkins_user }}\"\n gid: \"{{ jenkins_gid }}\"\n state: present\n\n- name: Create Jenkins user\n become: true \n user:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1970, "all_permissive": false }
ansible_role
mhrynovets/ansible
db9d8532e4f7c1cf650a46cb46d31374b802e961
0
day3/roles/adduser
8,026
[ "no_license" ]
[ { "path": "day3/roles/adduser/tasks/main.yml", "content": "---\n# file: main.yml (tasks-adduser-roles)\n- name: Create group \"{{ user._group | default(user._name) | default(\"\") }}\"\n become: true \n group:\n name: \"{{ user._group | default(user._name) }}\"\n gid: \"{{ user._gid if user._gid is...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1661, "all_permissive": false }
ansible_role
mhrynovets/ansible
db9d8532e4f7c1cf650a46cb46d31374b802e961
0
day3/roles/common
8,026
[ "no_license" ]
[ { "path": "day3/roles/common/tasks/main.yml", "content": "---\n# file: main.yml (tasks-common-roles)\n- name: Upgrade all packages to the latest version\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n when: prod|default(False)\n#when var 'prod' will be set\n\n- name: Prepare custom fac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 666, "all_permissive": false }
ansible_role
mhrynovets/ansible
db9d8532e4f7c1cf650a46cb46d31374b802e961
0
day3/roles/devops_user
8,026
[ "no_license" ]
[ { "path": "day3/roles/devops_user/tasks/main.yml", "content": "---\n# file: main.yml (tasks-devops_user-roles)\n- name: Create group \"{{ user_name }}\"\n become: true\n group:\n name: \"{{ user_name }}\"\n state: present\n\n- name: Create user \"{{ user_name }}\"\n become: true\n user: \n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1326, "all_permissive": false }
ansible_role
mhrynovets/ansible
db9d8532e4f7c1cf650a46cb46d31374b802e961
0
day3/roles/httpd
8,026
[ "no_license" ]
[ { "path": "day3/roles/httpd/handlers/main.yml", "content": "---\n# file: main.yml (handlers-httpd-roles)\n- name: restart apache2\n become: true \n service: name=apache2 state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "day3/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1050, "all_permissive": false }
ansible_role
mhrynovets/ansible
db9d8532e4f7c1cf650a46cb46d31374b802e961
0
day3/roles/java
8,026
[ "no_license" ]
[ { "path": "day3/roles/java/vars/main.yml", "content": "---\n# file: main.yml (vars-java-roles)\n\n# here are all accessible Oracle Java versions. \n# more versions can be defined manualy in\n# role defaults directory\n\n# uncomment below to set another package or version\n# tha last uncommented version ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4732, "all_permissive": false }
ansible_role
mhrynovets/ansible
db9d8532e4f7c1cf650a46cb46d31374b802e961
0
day3/roles/jenkins
8,026
[ "no_license" ]
[ { "path": "day3/roles/jenkins/templates/jenkins.service.j2", "content": "[Unit]\nDescription=Jenkins daemon\nAfter=network.target\nRequires=network.target\n\n[Service]\nType=simple\nEnvironmentFile={{ jenkins_home }}/config\nExecStart=/usr/bin/java ${JENKINS_JAVA_OPTIONS}-jar {{ jenkins_home }}/jenkins.war ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 883, "all_permissive": false }
ansible_role
sadimer/clouni_client
408732f179b1267ed8510312ad078243cc1de57c
0
ansible_installer/roles/configuration_tool
8,026
[ "permissive" ]
[ { "path": "ansible_installer/roles/configuration_tool/tasks/main.yaml", "content": "- name: install base packages\n package:\n name: \"python3-pip\"\n state: latest\n update_cache: yes\n become: yes\n\n- name: install requirements\n pip:\n name: clouni-configuration-tool\n extra_args: -i h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": true }
ansible_role
sadimer/clouni_client
408732f179b1267ed8510312ad078243cc1de57c
0
ansible_installer/roles/grpc_cotea
8,026
[ "permissive" ]
[ { "path": "ansible_installer/roles/grpc_cotea/tasks/main.yaml", "content": "- name: install base packages\n package:\n name: \"python3-pip\"\n state: latest\n update_cache: yes\n become: yes\n\n- name: install requirements\n pip:\n name:\n - grpcio==1.37.1\n - grpcio-tools==1.37.1\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1332, "all_permissive": true }
ansible_role
sadimer/clouni_client
408732f179b1267ed8510312ad078243cc1de57c
0
ansible_installer/roles/provider_tool
8,026
[ "permissive" ]
[ { "path": "ansible_installer/roles/provider_tool/tasks/main.yaml", "content": "- name: install base packages\n package:\n name: \"python3-pip\"\n state: latest\n update_cache: yes\n become: yes\n\n- name: install requirements\n pip:\n name: clouni-provider-tool\n extra_args: -i https://tes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": true }
ansible_role
efoshkinm/Ansible
ecd21103f88530a6af98595bb10b7494510ecf04
0
lab13/roles/web
8,026
[ "no_license" ]
[ { "path": "lab13/roles/web/tasks/main.yml", "content": "---\n# tasks file for web\n- name: INSTALL RPM\n yum: \n name: \"{{ rpm }}\"\n state: latest\n\n- name: SETUP SVC\n service: \n name: \"{{ svc }}\"\n state: started\n enabled: true\n\n- name: ALLOW ACCESS HTTP\n ansible.builtin.firewa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 646, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/configure_nginx
8,026
[ "no_license" ]
[ { "path": "roles/configure_nginx/tasks/main.yml", "content": "---\n- name: Replace global nginx config with clean (hostless) default\n copy:\n src: '{{ item }}'\n dest: /etc/nginx/nginx.conf\n owner: root\n group: root\n mode: 0644\n with_fileglob:\n - 'files/nginx_hostless_{{ ansible_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1778, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/configure_uwsgi
8,026
[ "no_license" ]
[ { "path": "roles/configure_uwsgi/templates/uwsgi-vassal.ini.j2", "content": "[uwsgi]\nsocket = {{ base_dir }}/uwsgi.sock\nchmod-socket = 775\nchdir = {{ appdata_dir }}\nhome = {{ base_dir }}/.venvs/{{ module_name }}\nmaster = true\nbinary-path = {{ base_dir }}/.venvs/{{ module_name }}/bin/uwsgi\nvenv = {{ b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 769, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/create_service_Debian_Ubuntu
8,026
[ "no_license" ]
[ { "path": "roles/create_service_Debian_Ubuntu/tasks/main.yml", "content": "---\n- name: Create emperor.uwsgi service (Debian/Ubuntu)\n copy:\n src: files/emperor.uwsgi.service\n dest: /etc/systemd/system/emperor.uwsgi.service\n owner: root\n group: root\n mode: 0644\n\n- name: Replacing uwsg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 481, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/install_react_app_deps
8,026
[ "no_license" ]
[ { "path": "roles/install_react_app_deps/tasks/main.yml", "content": "---\n- name: Install packages (Debian/Ubuntu)\n apt:\n name: nginx-full,git\n state: present\n update_cache: yes\n\n- name: Check if npm is installed\n command: npm -v\n register: npm_check\n ignore_errors: yes\n\n- name: remo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1592, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/install_web_app_packages
8,026
[ "no_license" ]
[ { "path": "roles/install_web_app_packages/tasks/main.yml", "content": "---\n- name: Install packages (Debian/Ubuntu)\n apt:\n name: python3.11,python3-pip,python3.11-distutils,libpq-dev,uwsgi,uwsgi-emperor,uwsgi-plugin-python3,python3.11-dev,nginx-full,git\n state: present\n update_cache: yes\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/reset_nginx
8,026
[ "no_license" ]
[ { "path": "roles/reset_nginx/tasks/main.yml", "content": "---\n- name: Check if nginx exists\n stat:\n path: /etc/init.d/nginx\n register: service_status\n\n- name: Stop nginx service (if running)\n systemd:\n name: nginx\n state: stopped\n when: service_status.stat.exists\n\n\n- name: Clear ou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/setup-ssl
8,026
[ "no_license" ]
[ { "path": "roles/setup-ssl/tasks/main.yml", "content": "---\n- name: install letsencrypt\n apt:\n name: letsencrypt\n state: latest\n\n- name: update/upgrade letsencrypt\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 #One day\n\n- name: ensure letsencrypt directory exis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3214, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/setup_droplet
8,026
[ "no_license" ]
[ { "path": "roles/setup_droplet/tasks/main.yml", "content": "---\n- name: ensure ssh key exists\n user:\n name: \"{{ ansible_user_id }}\"\n generate_ssh_key: yes\n ssh_key_file: \".ssh/id_rsa\"\n\n- name: Set authorized key took from file\n authorized_key:\n user: \"{{ ansible_user_id }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1448, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/setup_flask_db
8,026
[ "no_license" ]
[ { "path": "roles/setup_flask_db/tasks/main.yml", "content": "- name: Upgrade/rebuild database\n shell:\n cmd: \". {{ base_dir }}/.venvs/bin/activate && export PYTHONPATH={{ base_dir }} && alembic upgrade head\"\n chdir: '{{ module_dir }}'\n\n- name: Set permissions for db directory\n file:\n path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/setup_react_app
8,026
[ "no_license" ]
[ { "path": "roles/setup_react_app/tasks/main.yml", "content": "---\n- name: Remove base directory (if present)\n file:\n path: '{{ base_dir }}'\n state: absent\n\n- name: Clone Git Repository\n git:\n repo: '{{ git_repo }}'\n dest: '{{ base_dir }}'\n version: '{{ git_branch }}'\n\n- name: Up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 875, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/setup_venv_app
8,026
[ "no_license" ]
[ { "path": "roles/setup_venv_app/tasks/main.yml", "content": "---\n- name: Remove base directory (if present)\n file:\n path: '{{ base_dir }}'\n state: absent\n\n- name: Clone Git repository\n git:\n repo: '{{ git_repo }}'\n dest: '{{ appdata_dir }}'\n version: '{{ git_branch }}'\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1406, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/start_nginx
8,026
[ "no_license" ]
[ { "path": "roles/start_nginx/tasks/main.yml", "content": "---\n- name: Enable and start nginx\n systemd:\n name: nginx\n enabled: yes\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/start_uwsgi
8,026
[ "no_license" ]
[ { "path": "roles/start_uwsgi/tasks/main.yml", "content": "---\n- name: Enable and start uWSGI Emperor\n systemd:\n name: '{{ uwsgi_service_name }}'\n enabled: yes\n state: restarted\n daemon_reload: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
b0ses/build-tools
271f3afed79f4b42f93b6cf56a0428402d96a5ca
0
roles/update_apt
8,026
[ "no_license" ]
[ { "path": "roles/update_apt/tasks/main.yml", "content": "---\n- name: Add deadsnakes repo for Python 3.11\n apt_repository:\n repo: \"ppa:deadsnakes/ppa\"\n state: present\n update_cache: yes\n\n- name: remove nodejs\n apt:\n name: nodejs\n state: absent\n purge: true\n\n- name: clear ou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
bomaboma/play1
c1153b736bf3e71ffab3468f42bc7cd2a229bcec
0
roles/user-create
8,026
[ "no_license" ]
[ { "path": "roles/user-create/tasks/main.yml", "content": "---\n- name: creating the user.\n user:\n name: \"{{ sname }}\"\n password: \"{{ <PASSWORD> | uniquemodels('sha512) }}\"\n comment: \"{{ sfull }}\"\n shell: /bin/bash\n group: wheel\n groups: wheel\n home: /home/{{ sname }}\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
theLastTrain/ansible-issue20448
d4df18b31e2f334d2eba74f6f155e3d0adb9b551
0
roles/failban
8,026
[ "no_license" ]
[ { "path": "roles/failban/tasks/main.yml", "content": "---\n# == File: main.yml\n#\n# Install fail2ban and config jail file\n#\n# === Params\n#\n# === Variables\n#\n# === Usage\n#\n- name: Install package `fail2ban`\n package:\n name: fail2ban\n state: present\n\n- name: Ensure fail2ban path exists\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }