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 | volard/dotfiles | c2b7c47233d3b82551f9375063b2493d162c4c03 | 0 | roles/vnc | 7,411 | [
"no_license"
] | [
{
"path": "roles/vnc/tasks/Archlinux.yml",
"content": "---\n- name: Install packages from pacman\n pacman:\n name: \"{{ pacman_item }}\"\n state: present\n loop:\n - tigervnc # clien\n - wayvnc # server\n become: true\n loop_control:\n loop_var: pacman_item\n when: ansible_distribution... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | volard/dotfiles | c2b7c47233d3b82551f9375063b2493d162c4c03 | 0 | roles/wakatime | 7,411 | [
"no_license"
] | [
{
"path": "roles/wakatime/tasks/Fedora.yml",
"content": "---\n- name: Include linux tasks\n ansible.builtin.include_tasks: \"{{ role_path }}/linux.yml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/wakatime/tasks/linux.yml",
"content"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1247,
"all_permissive": false
} |
ansible_role | volard/dotfiles | c2b7c47233d3b82551f9375063b2493d162c4c03 | 0 | roles/waybar | 7,411 | [
"no_license"
] | [
{
"path": "roles/waybar/tasks/Fedora.yml",
"content": "---\n- name: Set Bash config path\n ansible.builtin.set_fact:\n config_path: \"{{ ansible_user_dir }}/.config/waybar\"\n\n- name: Copy Bash config files\n ansible.builtin.include_tasks: roles/common_tasks/tasks/copy_configs.yml\n\n",
"license_t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4777,
"all_permissive": false
} |
ansible_role | volard/dotfiles | c2b7c47233d3b82551f9375063b2493d162c4c03 | 0 | roles/windows_setup | 7,411 | [
"no_license"
] | [
{
"path": "roles/windows_setup/tasks/main.yml",
"content": "---\n- name: Set Windows dark theme\n ansible.windows.win_regedit:\n path: HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize\n name: AppsUseLightTheme\n data: 0\n type: dword\n when: ansible_os_family == 'Window... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 863,
"all_permissive": false
} |
ansible_role | volard/dotfiles | c2b7c47233d3b82551f9375063b2493d162c4c03 | 0 | roles/xplr | 7,411 | [
"no_license"
] | [
{
"path": "roles/xplr/files/modes.lua",
"content": "---@diagnostic disable\nlocal xplr = xplr -- The globally exposed configuration to be overridden.\n---@diagnostic enable\n\n-- ### Modes ------------------------------------------------------------------\n--\n-- xplr is a modal file explorer. That means th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6505,
"all_permissive": false
} |
ansible_role | volard/dotfiles | c2b7c47233d3b82551f9375063b2493d162c4c03 | 0 | roles/zsh | 7,411 | [
"no_license"
] | [
{
"path": "roles/zsh/files/.aliases",
"content": "# vim: filetype=bash\n\n# https://askubuntu.com/questions/22037/aliases-not-available-when-using-sudo\nalias sudo='sudo '\n\nalias ll=\"eza -l --icons --color=always -a --group-directories-first\"\n\nalias mx=\"mise x --\"\n\nalias bc=batcat\nalias pn=pnpm\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8126,
"all_permissive": false
} |
ansible_role | DmitryV81/HW18_Networking | 5e0144d4c4bed4af9c677e986ce01bc11b406a29 | 0 | roles/routers | 7,411 | [
"no_license"
] | [
{
"path": "roles/routers/tasks/main.yaml",
"content": "---\n- name: Set up NAT on inetRouter\n block:\n - name: set up route on inietRouter eth1\n template:\n src: inetRouter_route_eth1.j2\n dest: /etc/sysconfig/network-scripts/route-eth1\n owner: root\n group: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3397,
"all_permissive": false
} |
ansible_role | DmitryV81/HW18_Networking | 5e0144d4c4bed4af9c677e986ce01bc11b406a29 | 0 | roles/servers | 7,411 | [
"no_license"
] | [
{
"path": "roles/servers/tasks/main.yaml",
"content": "---\n#- name: Install epel-release\n# yum:\n# name: epel-release\n# state: latest\n\n#- name: Disable firewalld\n# systemd:\n# name: firewalld\n# state: stopped\n# enabled: no\n# ignore_errors: yes\n\n#- name: Disable SeLinux\n# ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | qaoru/raspberry-ap | eac422ccadd47adc00fb64dbf1fa81aed38a418d | 0 | roles/ap | 7,411 | [
"no_license"
] | [
{
"path": "roles/ap/tasks/main.yml",
"content": "---\n- name: configure hostapd\n template:\n src: hostapd.conf.j2\n dest: /etc/hostapd/hostapd.conf\n notify: restart hostapd\n tags:\n - ap\n\n- name: configure interfaces\n template:\n src: '{{ item.src }}'\n dest: '{{ item.dest }}'\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 10755,
"all_permissive": false
} |
ansible_role | qaoru/raspberry-ap | eac422ccadd47adc00fb64dbf1fa81aed38a418d | 0 | roles/bootstrap | 7,411 | [
"no_license"
] | [
{
"path": "roles/bootstrap/templates/interfaces.j2",
"content": "{{ ansible_managed | comment }}\n\nauto lo\niface lo inet loopback\nauto {{ lan_iface }}\nallow-hotplug {{ lan_iface }}\niface {{ lan_iface }} inet static\n address {{ lan_ipaddr }}\n gateway {{ lan_gateway }}\n dns-nameservers {% ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5187,
"all_permissive": false
} |
ansible_role | qaoru/raspberry-ap | eac422ccadd47adc00fb64dbf1fa81aed38a418d | 0 | roles/chilli | 7,411 | [
"no_license"
] | [
{
"path": "roles/chilli/tasks/main.yml",
"content": "---\n- name: remove nginx default website\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n notify: restart nginx\n tags:\n - hotspot\n\n- name: configure nginx for captive portal\n template:\n src: nginx.conf.j2\n dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2214,
"all_permissive": false
} |
ansible_role | qaoru/raspberry-ap | eac422ccadd47adc00fb64dbf1fa81aed38a418d | 0 | roles/custom | 7,411 | [
"no_license"
] | [
{
"path": "roles/custom/templates/kickerino.php.j2",
"content": "<?php\n$mac = $_POST[\"usermac\"];\n$out = \"\";\n$cmd = \"sudo chilli_query logout \" . $mac;\necho $cmd;\nexec($cmd, $out);\nprint_r($output); // to see the response to your command\n\nheader(\"Location: http://{{ lan_ipaddr | ansible.netco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4581,
"all_permissive": false
} |
ansible_role | qaoru/raspberry-ap | eac422ccadd47adc00fb64dbf1fa81aed38a418d | 0 | roles/radius | 7,411 | [
"no_license"
] | [
{
"path": "roles/radius/templates/freeradius/eap.j2",
"content": "{{ ansible_managed | comment }}\n\neap {\n\tdefault_eap_type = ttls\n\ttimer_expire = 60\n\tignore_unknown_eap_types = no\n\tcisco_accounting_username_bug = no\n\tmax_sessions = ${max_requests}\n\n\ttls-config tls-common {\n\t\tprivate_ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8323,
"all_permissive": false
} |
ansible_role | mani3/vagrant-aws-jenkins | 883da8a2109481d81d56662d7b28f4c6fa13b4eb | 0 | roles/common | 7,411 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n- name: start apache\n service: name=httpd state=started enabled=yes\n sudo: yes\n\n- name: restart apache\n service: name=httpd state=restarted\n sudo: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1742,
"all_permissive": false
} |
ansible_role | mani3/vagrant-aws-jenkins | 883da8a2109481d81d56662d7b28f4c6fa13b4eb | 0 | roles/gnuplot | 7,411 | [
"no_license"
] | [
{
"path": "roles/gnuplot/tasks/main.yml",
"content": "---\n- name: Ensure gnuplot installed\n yum: name=gnuplot state=latest\n sudo: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | mani3/vagrant-aws-jenkins | 883da8a2109481d81d56662d7b28f4c6fa13b4eb | 0 | roles/jenkins | 7,411 | [
"no_license"
] | [
{
"path": "roles/jenkins/handlers/main.yml",
"content": "---\n- name: restart apache\n service: name=httpd state=restarted\n sudo: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | dumb0002/dumbbr01 | 1858ae86a5475d69a58cd781a91f64ebe1f928f8 | 0 | calico-multi-host-emulator/ansible/roles/collect | 7,411 | [
"no_license"
] | [
{
"path": "calico-multi-host-emulator/ansible/roles/collect/tasks/clean.yml",
"content": "- name: \"Clean-up: cleaning the etcdv3 datastore \"\n shell: curl http://127.0.0.1:2379/v2/keys/docker?recursive=true -XDELETE && curl http://127.0.0.1:2379/v2/keys/calico?recursive=true -XDELETE\n when:\n - inve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | dumb0002/dumbbr01 | 1858ae86a5475d69a58cd781a91f64ebe1f928f8 | 0 | calico-multi-host-emulator/ansible/roles/config | 7,411 | [
"no_license"
] | [
{
"path": "calico-multi-host-emulator/ansible/roles/config/tasks/install.yml",
"content": "- name: \"Installing docker to target hosts\"\n script: \"{{ config_directory }}/install_docker.sh\"\n\n- name: \"Copying daemon.json file to hosts\"\n copy:\n src: \"{{ config_directory }}/daemon.json\"\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1228,
"all_permissive": false
} |
ansible_role | dumb0002/dumbbr01 | 1858ae86a5475d69a58cd781a91f64ebe1f928f8 | 0 | calico-multi-host-emulator/ansible/roles/network | 7,411 | [
"no_license"
] | [
{
"path": "calico-multi-host-emulator/ansible/roles/network/tasks/deploy.yml",
"content": "- import_tasks: config.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "calico-multi-host-emulator/ansible/roles/network/tasks/config.yml",
"content... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | dumb0002/dumbbr01 | 1858ae86a5475d69a58cd781a91f64ebe1f928f8 | 0 | calico-multi-host-emulator/ansible/roles/services | 7,411 | [
"no_license"
] | [
{
"path": "calico-multi-host-emulator/ansible/roles/services/tasks/config.yml",
"content": "- name: \"Creating calico networks \"\n script: \"{{ config_directory }}/build_network.sh {{ netname }} {{ item }} {{ interface }}\"\n with_sequence: count={{ netnum }} \n when:\n - inventory_hostname in group... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | dumb0002/dumbbr01 | 1858ae86a5475d69a58cd781a91f64ebe1f928f8 | 0 | swarmkit-multi-host-emulator/ansible/roles/collect | 7,411 | [
"no_license"
] | [
{
"path": "swarmkit-multi-host-emulator/ansible/roles/collect/tasks/clean.yml",
"content": "- name: \"Clean-up: Removing all the containers and swarm clusters (from real & emulated hosts)\"\n script: \"{{ config_directory }}/stop.sh\"\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | dumb0002/dumbbr01 | 1858ae86a5475d69a58cd781a91f64ebe1f928f8 | 0 | swarmkit-multi-host-emulator/ansible/roles/config | 7,411 | [
"no_license"
] | [
{
"path": "swarmkit-multi-host-emulator/ansible/roles/config/tasks/install.yml",
"content": "- name: \"Installing docker to target hosts\"\n script: \"{{ config_directory }}/install_docker.sh\"\n\n\n- name: \"Copying daemon.json file to hosts\"\n copy:\n src: \"{{ config_directory }}/daemon.json\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | dumb0002/dumbbr01 | 1858ae86a5475d69a58cd781a91f64ebe1f928f8 | 0 | swarmkit-multi-host-emulator/ansible/roles/multihost | 7,411 | [
"no_license"
] | [
{
"path": "swarmkit-multi-host-emulator/ansible/roles/multihost/tasks/main.yml",
"content": "- import_tasks: \"{{ action }}.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "swarmkit-multi-host-emulator/ansible/roles/multihost/tasks/config.ym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1152,
"all_permissive": false
} |
ansible_role | dumb0002/dumbbr01 | 1858ae86a5475d69a58cd781a91f64ebe1f928f8 | 0 | swarmkit-multi-host-emulator/ansible/roles/network | 7,411 | [
"no_license"
] | [
{
"path": "swarmkit-multi-host-emulator/ansible/roles/network/tasks/start.yml",
"content": "- name: \"Creating the swarm cluster for the emulated agents\"\n script: \"{{ config_directory }}/multi_host_swarm_init.sh 1 2 {{ interface }}\"\n when:\n - inventory_hostname in groups['manager']\n\n- name: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | dumb0002/dumbbr01 | 1858ae86a5475d69a58cd781a91f64ebe1f928f8 | 0 | swarmkit-multi-host-emulator/ansible/roles/realhost | 7,411 | [
"no_license"
] | [
{
"path": "swarmkit-multi-host-emulator/ansible/roles/realhost/tasks/collect.yml",
"content": "- name: \"Logging: creating the log directory at the remote host\"\n file: path=/tmp/logs state=directory\n\n\n- name: \"Extracting the logs files from all the hosts\"\n shell: cp /var/log/upstart/docker.log /t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2007,
"all_permissive": false
} |
ansible_role | dumb0002/dumbbr01 | 1858ae86a5475d69a58cd781a91f64ebe1f928f8 | 0 | swarmkit-multi-host-emulator/ansible/roles/services | 7,411 | [
"no_license"
] | [
{
"path": "swarmkit-multi-host-emulator/ansible/roles/services/tasks/config.yml",
"content": "- name: \"Services Creation: adding services to the emulated swarm network \"\n script: \"{{ config_directory }}/create_services.sh 1 {{ nsvc }} {{ nrpl }} {{ netname }} {{ item }} {{ svcname }} {{ image }} {... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | Mohamedhany145/LAMP-Project.ansible | 71ce8ea48596c3e0ff926b5812d81016939ad56d | 1 | roles/apache | 7,411 | [
"no_license"
] | [
{
"path": "roles/apache/files/index.php",
"content": "<?php\n echo \"test test\";\n?>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install Apache\n package:\n name: httpd\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | Mohamedhany145/LAMP-Project.ansible | 71ce8ea48596c3e0ff926b5812d81016939ad56d | 1 | roles/firewall | 7,411 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n- name: Ensure firewalld is installed\n package:\n name: firewalld\n state: present\n\n- name: Start and enable firewalld\n service:\n name: firewalld\n state: started\n enabled: yes\n\n- name: Open HTTP and HTTPS ports\n firewall... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | Mohamedhany145/LAMP-Project.ansible | 71ce8ea48596c3e0ff926b5812d81016939ad56d | 1 | roles/mysql | 7,411 | [
"no_license"
] | [
{
"path": "roles/mysql/handlers/main.yml",
"content": "---\n# handlers file for roles/mysql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install MySQL\n package:\n name: mariadb-ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 534,
"all_permissive": false
} |
ansible_role | Mohamedhany145/LAMP-Project.ansible | 71ce8ea48596c3e0ff926b5812d81016939ad56d | 1 | roles/php | 7,411 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP\n package:\n name: php\n state: present\n\n- name: Install PHP-MySQL support\n package:\n name: php-mysqlnd\n state: present\n\n- name: Restart Apache for PHP\n service:\n name: httpd\n state: restarted\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | Sumanth990/miscellaneous-code | a91ae068e2ead2585fdd26893474781cc9af7917 | 0 | prometheus/roles/prometheus | 7,411 | [
"no_license"
] | [
{
"path": "prometheus/roles/prometheus/vars/main.yml",
"content": "prometheus_version: 2.53.2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "prometheus/roles/prometheus/tasks/main.yml",
"content": "- name: Download and extract prometheus\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | AhmedGHamdy/elk-ws | 7fb465172f8a866246ab784c0f2a2bfb639ea0f8 | 0 | Ansible/roles/apm-server | 7,409 | [
"no_license"
] | [
{
"path": "Ansible/roles/apm-server/templates/apm-server.yml.j2",
"content": "apm-server:\n host: \"0.0.0.0:8200\"\n otlp:\n enabled: true\n\noutput.elasticsearch:\n hosts: [\"{{ vm_ip }}:9200\"]\n username: \"elastic\"\n password: \"<PASSWORD>\"\n\nsetup.kibana:\n host: \"http://localhost:5601\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | AhmedGHamdy/elk-ws | 7fb465172f8a866246ab784c0f2a2bfb639ea0f8 | 0 | Ansible/roles/common | 7,409 | [
"no_license"
] | [
{
"path": "Ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install prerequisites\n apt:\n name:\n - openjdk-11-jre\n - apt-transport-https\n - wget\n state: present\n\n- name: Add Elas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | AhmedGHamdy/elk-ws | 7fb465172f8a866246ab784c0f2a2bfb639ea0f8 | 0 | Ansible/roles/elasticsearch | 7,409 | [
"no_license"
] | [
{
"path": "Ansible/roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: Install Elasticsearch\n apt:\n name: \"elasticsearch={{ elastic_version }}\"\n state: present\n\n- name: Configure Elasticsearch\n template:\n src: elasticsearch.yml.j2\n dest: /etc/elasticsearch/elasticsearch.yml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | AhmedGHamdy/elk-ws | 7fb465172f8a866246ab784c0f2a2bfb639ea0f8 | 0 | Ansible/roles/filebeat | 7,409 | [
"no_license"
] | [
{
"path": "Ansible/roles/filebeat/tasks/main.yml",
"content": "---\n- name: Install Filebeat\n apt:\n name: \"filebeat={{ elastic_version }}\"\n state: present\n\n- name: Create log directory for Filebeat\n file:\n path: /var/log/azure\n state: directory\n mode: '0755'\n\n- name: Configure ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1063,
"all_permissive": false
} |
ansible_role | AhmedGHamdy/elk-ws | 7fb465172f8a866246ab784c0f2a2bfb639ea0f8 | 0 | Ansible/roles/kibana | 7,409 | [
"no_license"
] | [
{
"path": "Ansible/roles/kibana/templates/kibana.yml.j2",
"content": "server.host: \"0.0.0.0\"\nserver.port: 5601\nelasticsearch.hosts: [\"http://{{ vm_ip }}:9200\"]\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "Ansible/roles/kibana/tasks/mai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | AhmedGHamdy/elk-ws | 7fb465172f8a866246ab784c0f2a2bfb639ea0f8 | 0 | Ansible/roles/otel-collector | 7,409 | [
"no_license"
] | [
{
"path": "Ansible/roles/otel-collector/templates/otel-collector.service.j2",
"content": "[Unit]\nDescription=OpenTelemetry Collector\nAfter=network.target\n\n[Service]\nExecStart=/opt/otelcol/otelcol-contrib --config=/opt/otelcol/config.yaml\nRestart=always\nUser=root\nGroup=root\nType=simple\n\n[Install]\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1906,
"all_permissive": false
} |
ansible_role | cgascoig/ansible-aci-labproject | c6b823087bc886fa5033acf66d357cd8eb602b97 | 0 | roles/common | 7,409 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "#Common Role\n\n---\n\n- name: create tenant ansible-test\n aci_tenant:\n name: ansible-test\n descr: ansible test tenant\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n hostname: \"{{ inventory_hostname }}\"\n validat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | cgascoig/ansible-aci-labproject | c6b823087bc886fa5033acf66d357cd8eb602b97 | 0 | roles/set_port | 7,409 | [
"no_license"
] | [
{
"path": "roles/set_port/templates/port.j2",
"content": "{\n \"infraHPathS\": {\n \"attributes\": {\n \"descr\": \"{{ port.description | mandatory }}\"\n },\n \"children\": [\n {\n \"infraRsHPathAtt\": {\n \"attributes\": {\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1632,
"all_permissive": false
} |
ansible_role | mohamedguesmi/CD | 95e41020434f7af7d4cd756d1851f8f20e954f3c | 0 | ansible/roles/docker | 7,409 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "\n---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: medguesmi/devops:latest\n build:\n path: /var/lib/jenkins/workspace/CD\n pull: no\n source: build\n state: present\n force_source: true\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | mohamedguesmi/CD | 95e41020434f7af7d4cd756d1851f8f20e954f3c | 0 | ansible/roles/docker-registry | 7,409 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-registry/tasks/main.yml",
"content": "---\n# tasks file for docker-registry\n- name: Log into DockerHub\n docker_login:\n username: medguesmi\n password: <PASSWORD>@\n\n- name: Push the Docker image into the repo\n shell: docker push medguesmi/devops:latest\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | liaoyyer/srv01 | 38b28eac9aa2fe71a296a50e4820dd129d84406a | 0 | roles/apache2 | 7,409 | [
"no_license"
] | [
{
"path": "roles/apache2/handlers/main.yml",
"content": "- name: disable apache\n service: name=apache2 state=stopped enabled=no\n\n- name: enable apache\n service: name=apache2 state=started enabled=yes\n\n- name: restart apache\n service: name=apache2 state=restarted enabled=yes\n\n\n##################... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5034,
"all_permissive": false
} |
ansible_role | liaoyyer/srv01 | 38b28eac9aa2fe71a296a50e4820dd129d84406a | 0 | roles/common | 7,409 | [
"no_license"
] | [
{
"path": "roles/common/templates/etc_fail2ban_jail.local.j2",
"content": "[DEFAULT]\nignoreip = 127.0.0.1 {{ ansible_default_ipv4.address }} {{ ' '.join(friendly_networks) }}\nbantime = 86400\ndestemail = root@localhost\nbanaction = ufw\naction = %(action_)s\n\n# JAILS\n[sshd]\nenabled = true\nmaxr... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9747,
"all_permissive": false
} |
ansible_role | TimGrt/pi-hole-installation | 1c539715d73c7d7e2a3f6c6cdfd6943e38db7948 | 0 | roles/pi-hole-chronometer | 7,409 | [
"no_license"
] | [
{
"path": "roles/pi-hole-chronometer/tasks/main.yml",
"content": "---\n\n- name: Ensure Git is installed\n apt:\n name: git\n state: present\n become: yes\n\n- name: Get driver for touch screen\n git:\n repo: https://github.com/waveshare/LCD-show.git\n dest: \"{{ ansible_user_dir }}/display-d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | TimGrt/pi-hole-installation | 1c539715d73c7d7e2a3f6c6cdfd6943e38db7948 | 0 | roles/pi-hole-installation | 7,409 | [
"no_license"
] | [
{
"path": "roles/pi-hole-installation/tasks/main.yml",
"content": "---\n\n- name: Download Pi-Hole installer script\n get_url:\n url: https://install.pi-hole.net\n dest: \"{{ ansible_user_dir }}/pi-hole-install.sh\"\n mode: '0744'\n\n- name: Execute Pi-Hole installation script\n become: yes\n co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | nvquanghuy/screenshotter | c8f1de95732a2ca7c56ac509731dba9a0a459bb3 | 0 | deploy/ansible/roles/screenshotter | 7,409 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/screenshotter/tasks/main.yml",
"content": "- name: Include Chromium installation tasks\n include_tasks: chromium.yml\n\n- name: Verify Chromium installation\n command: chromium-browser --version\n register: chromium_version\n changed_when: false\n",
"license_type": "n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | jenrik/ansible-setup | ff7fa26db29d8ec482ca9a83cf3f117461c9da96 | 0 | roles/archlinux | 7,409 | [
"no_license"
] | [
{
"path": "roles/archlinux/vars/main.yml",
"content": "---\n# vars file for archlinux\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/archlinux/tasks/present.yml",
"content": "- name: SDDM configs\n become: true\n ansible.builtin.copy... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4047,
"all_permissive": false
} |
ansible_role | jenrik/ansible-setup | ff7fa26db29d8ec482ca9a83cf3f117461c9da96 | 0 | roles/common | 7,409 | [
"no_license"
] | [
{
"path": "roles/common/tasks/absent.yml",
"content": "---\n- name: Remove shell snippets\n ansible.builtin.file:\n path: \"~/.sh.d/{{ item }}\"\n state: absent\n loop:\n - \"50-alias.sh\"\n - \"50-cargo-bins.sh\"\n - \"50-clipboard.sh\"\n - \"50-misc.sh\"\n - \"50-mkcd.sh\"\n - \"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3020,
"all_permissive": false
} |
ansible_role | jenrik/ansible-setup | ff7fa26db29d8ec482ca9a83cf3f117461c9da96 | 0 | roles/git | 7,409 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Add/Remove git\n ansible.builtin.package:\n name: git\n\n- name: Git check received objects\n community.general.git_config:\n name: \"receive.fsckObjects\"\n value: \"true\"\n scope: global\n\n- name: Git check transfered objects\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | jenrik/ansible-setup | ff7fa26db29d8ec482ca9a83cf3f117461c9da96 | 0 | roles/vim | 7,409 | [
"no_license"
] | [
{
"path": "roles/vim/files/configure-shell.sh",
"content": "# Workaround muscle memory and make vim an alias of neovim\nalias vim=nvim\n\n# Set neovim as the default editor\nexport EDITOR=nvim\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7389,
"all_permissive": false
} |
ansible_role | jenrik/ansible-setup | ff7fa26db29d8ec482ca9a83cf3f117461c9da96 | 0 | roles/zsh | 7,409 | [
"no_license"
] | [
{
"path": "roles/zsh/meta/argument_specs.yaml",
"content": "---\nargument_specs:\n main:\n options:\n state:\n type: str\n choices:\n - present\n - absent\n minimal:\n type: bool\n default: true\n oh_my_zsh_plugins:\n type: list\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3578,
"all_permissive": false
} |
ansible_role | Guilherme-Silveira/cloudera-terraform-gcp | 9bbb73c5838f2fa1e7a889cc4d736ef637dd1fd2 | 0 | ansible/roles/cdh-master-installation-sdc | 7,409 | [
"no_license"
] | [
{
"path": "ansible/roles/cdh-master-installation-sdc/templates/cm-template.json.j2",
"content": "{\n \"cdhVersion\" : \"6.3.2\",\n \"displayName\" : \"{{ cluster_name }}\",\n \"cmVersion\" : \"6.3.1\",\n \"repositories\" : [ \"https://archive.cloudera.com/cdh6/{latest_supported}/parcels/\", \"https://ar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 13387,
"all_permissive": false
} |
ansible_role | Guilherme-Silveira/cloudera-terraform-gcp | 9bbb73c5838f2fa1e7a889cc4d736ef637dd1fd2 | 0 | ansible/roles/cdp | 7,409 | [
"no_license"
] | [
{
"path": "ansible/roles/cdp/tasks/main.yml",
"content": "---\n# tasks file for cdp\n- name: disable SELINUX\n command: setenforce 0\n\n- name: disable SELINUX on reboot\n selinux:\n state: disabled\n\n- name: disable swappiness\n command: swapoff -a\n\n- name: sysctl swappiness\n sysctl:\n name: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4309,
"all_permissive": false
} |
ansible_role | gregaland/vagrant | 34a88871abbd8646e3d0ef771bbea6673d8c274a | 0 | provisioning/roles/common | 7,409 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/templates/ntp.conf.j2",
"content": "##\n## {{ ansible_managed }}\n##\n\nrestrict default kod nomodify notrap nopeer noquery\nrestrict -6 default kod nomodify notrap nopeer noquery\nrestrict 127.0.0.1\nrestrict -6 ::1\n{% for ntp in ntp_servers %}\nserver {{ ntp }}\n{% en... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1784,
"all_permissive": false
} |
ansible_role | endermAH/Netcrecker-project | 0ba8d12a8060ecb81cb30af56f67f4d782d2174e | 1 | roles/configure_jenkins | 7,409 | [
"no_license"
] | [
{
"path": "roles/configure_jenkins/tasks/main.yml",
"content": "---\n# tasks file for plugins_install\n- name: Install jenkins-cli.jar\n get_url:\n url: \"http://{{jenkins_ip_external}}:{{jenkins_port}}/jenkins/jnlpJars/jenkins-cli.jar\"\n dest: \"{{jenkins_path}}\"\n\n- name: Add User admin to jenki... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2079,
"all_permissive": false
} |
ansible_role | endermAH/Netcrecker-project | 0ba8d12a8060ecb81cb30af56f67f4d782d2174e | 1 | roles/java_apt_install | 7,409 | [
"no_license"
] | [
{
"path": "roles/java_apt_install/tasks/main.yml",
"content": "- name: Update repositories cache and install java package\n apt:\n name: \"openjdk-8-jre-headless\"\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | endermAH/Netcrecker-project | 0ba8d12a8060ecb81cb30af56f67f4d782d2174e | 1 | roles/java_http_install | 7,409 | [
"no_license"
] | [
{
"path": "roles/java_http_install/tasks/main.yml",
"content": "---\n\n- name: Download java from HTTP\n get_url:\n url: \"{{ download_url }}\"\n headers:\n Cookie: oraclelicense=accept-securebackup-cookie\n validate_certs: no\n dest: \"{{ download_folder }}\"\n- name: Create directory for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1367,
"all_permissive": false
} |
ansible_role | endermAH/Netcrecker-project | 0ba8d12a8060ecb81cb30af56f67f4d782d2174e | 1 | roles/jenkins_install | 7,409 | [
"no_license"
] | [
{
"path": "roles/jenkins_install/defaults/main.yml",
"content": "---\n# vars file for jenkins_install\n\n#[Download]\njenkins_url: http://mirrors.jenkins.io/war-stable/latest/jenkins.war\n\n#[Network]\njenkins_ip: 127.0.0.1\njenkins_port: 8080\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 960,
"all_permissive": false
} |
ansible_role | endermAH/Netcrecker-project | 0ba8d12a8060ecb81cb30af56f67f4d782d2174e | 1 | roles/liferay_deploy | 7,409 | [
"no_license"
] | [
{
"path": "roles/liferay_deploy/tasks/main.yml",
"content": "---\n- name: Create swap\n command: dd if=/dev/zero of=/swapfile1 bs=1024 count=2048\n- name: Make swap\n command: mkswap /swapfile1\n- name: Write swap entry in fstab\n mount:\n name: none\n src: \"/swapfile1\"\n fstype: \"swap\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1058,
"all_permissive": false
} |
ansible_role | endermAH/Netcrecker-project | 0ba8d12a8060ecb81cb30af56f67f4d782d2174e | 1 | roles/liferay_download_files | 7,409 | [
"no_license"
] | [
{
"path": "roles/liferay_download_files/tasks/main.yml",
"content": "- name: Remote Download\n when:\n - use_remote_links == true\n block:\n - name: Create download directories\n file:\n path: ~/liferay_files/{{ item }}\n state: directory\n with_items:\n - liferay\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2406,
"all_permissive": false
} |
ansible_role | endermAH/Netcrecker-project | 0ba8d12a8060ecb81cb30af56f67f4d782d2174e | 1 | roles/liferay_install | 7,409 | [
"no_license"
] | [
{
"path": "roles/liferay_install/templates/standalone.conf_tmplt.j2",
"content": "if [ \"x$JBOSS_MODULES_SYSTEM_PKGS\" = \"x\" ]; then\n JBOSS_MODULES_SYSTEM_PKGS=\"org.jboss.byteman\"\nfi\n\n# Uncomment the following line to prevent manipulation of JVM options\n# by shell scripts.\n#\n#PRESERVE_JAVA_OPTS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4865,
"all_permissive": false
} |
ansible_role | endermAH/Netcrecker-project | 0ba8d12a8060ecb81cb30af56f67f4d782d2174e | 1 | roles/psql_install | 7,409 | [
"no_license"
] | [
{
"path": "roles/psql_install/tasks/main.yaml",
"content": "---\n- name: install postgresql\n apt:\n update_cache: yes\n name: ['python-psycopg2', 'postgresql']\n state: latest\n- name: postgresql.conf\n lineinfile:\n path: /etc/postgresql/10/main/postgresql.conf\n regexp: '^#listen_address... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 935,
"all_permissive": false
} |
ansible_role | endermAH/Netcrecker-project | 0ba8d12a8060ecb81cb30af56f67f4d782d2174e | 1 | roles/tomcat_install | 7,409 | [
"no_license"
] | [
{
"path": "roles/tomcat_install/defaults/main.yml",
"content": "---\n# vars file for tomcat\n\n#[Download]\nreq_tomcat_ver: 9.0.30\ntomcat_url: https://www-eu.apache.org/dist/tomcat/tomcat-{{req_tomcat_ver.split('.')[0]}}/v{{req_tomcat_ver}}/bin/apache-tomcat-{{req_tomcat_ver}}.tar.gz\n\n#[Network]\ntomcat_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3009,
"all_permissive": false
} |
ansible_role | endermAH/Netcrecker-project | 0ba8d12a8060ecb81cb30af56f67f4d782d2174e | 1 | roles/wildfly_install | 7,409 | [
"no_license"
] | [
{
"path": "roles/wildfly_install/tasks/main.yml",
"content": "---\n\n- name: Download & Unzip WildFly\n unarchive:\n remote_src: yes\n src: \"{{ download_link }}\"\n dest: /opt\n- name: Create a symbolic link\n file:\n src: /opt/wildfly-{{ wildfly_version }}.Final\n dest: /opt/wildfly\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | riccardotornesello/iac-cyberrange-generator | 893d0dfa80ba61a051caaa764f7a7f2e98c8e6b8 | 0 | ansible/roles/apache_php_mysql | 7,409 | [
"no_license"
] | [
{
"path": "ansible/roles/apache_php_mysql/tasks/main.yml",
"content": "---\n- name: Install apache, php and mysql\n ansible.builtin.package:\n name:\n - mysql-server\n - apache2\n - php\n - php-bcmath\n - php-bz2\n - php-intl\n - php-gd\n - php-mbstring\n - p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | riccardotornesello/iac-cyberrange-generator | 893d0dfa80ba61a051caaa764f7a7f2e98c8e6b8 | 0 | ansible/roles/openvpn_server | 7,409 | [
"no_license"
] | [
{
"path": "ansible/roles/openvpn_server/assets/server.conf.j2",
"content": "port 1194\nproto udp\ndev tun\n\nuser nobody\ngroup nogroup\n\npersist-key\npersist-tun\n\ntopology subnet\nkeepalive 10 120\nserver {{ vpn_subnet_ip }} {{ vpn_subnet_mask }}\n\nduplicate-cn\n\npush \"dhcp-option DNS 1.0.0.1\"\npush... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4806,
"all_permissive": false
} |
ansible_role | riccardotornesello/iac-cyberrange-generator | 893d0dfa80ba61a051caaa764f7a7f2e98c8e6b8 | 0 | ansible/roles/sqlmap | 7,409 | [
"no_license"
] | [
{
"path": "ansible/roles/sqlmap/tasks/main.yml",
"content": "---\n- name: Install sqlmap\n ansible.builtin.package:\n name: sqlmap\n state: present\n\n- name: Add sqlmap cron task\n ansible.builtin.cron:\n name: sqlmap {{sqlmap_url}}\n minute: \"*/5\"\n job: \"sqlmap -u {{sqlmap_url}} --ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | ljurk/winans | 377a9cbc06e043419d0f8612d6dfc2a0fb1b300e | 0 | roles/ansiblerGroup | 7,409 | [
"no_license"
] | [
{
"path": "roles/ansiblerGroup/tasks/main.yml",
"content": "---\n- name: Add <EMAIL> to local admins\n win_group_membership:\n name: Administratoren\n members:\n - CMGMT\\ansibler\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | ljurk/winans | 377a9cbc06e043419d0f8612d6dfc2a0fb1b300e | 0 | roles/haFailover | 7,409 | [
"no_license"
] | [
{
"path": "roles/haFailover/tasks/main.yml",
"content": "---\n- name: High Avaibilty Failover to \"{{ haFailover_primary }}\"\n win_command: >\n SQLCMD.EXE -S \"{{ haFailover_listener }}\" -q \"\n :Connect {{ haFailover_listener }}\n\n :Connect {{ haFailover_primary }}\n\n ALTER AVAILABILITY G... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1041,
"all_permissive": false
} |
ansible_role | ljurk/winans | 377a9cbc06e043419d0f8612d6dfc2a0fb1b300e | 0 | roles/npp | 7,409 | [
"no_license"
] | [
{
"path": "roles/npp/tasks/main.yml",
"content": "# Install/uninstall with chocolatey\n# context menu on old servers: http://docs.notepad-plus-plus.org/index.php/Explorer_Context_Menu\n- name: Ensure latest Notepad++ is installed via Chocolatey\n win_chocolatey:\n name: notepadplusplus\n state: lates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | ljurk/winans | 377a9cbc06e043419d0f8612d6dfc2a0fb1b300e | 0 | roles/reboot | 7,409 | [
"no_license"
] | [
{
"path": "roles/reboot/tasks/main.yml",
"content": "- name: Reboot host if required\n win_reboot:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 46,
"all_permissive": false
} |
ansible_role | ljurk/winans | 377a9cbc06e043419d0f8612d6dfc2a0fb1b300e | 0 | roles/reverseProxy | 7,409 | [
"no_license"
] | [
{
"path": "roles/reverseProxy/tasks/main.yml",
"content": "---\n- name: install webserver\n include_role: \n name: webserver\n\n- name: install application request routing (arr)\n win_chocolatey:\n name: iis-arr\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | ljurk/winans | 377a9cbc06e043419d0f8612d6dfc2a0fb1b300e | 0 | roles/sqlcmd | 7,409 | [
"no_license"
] | [
{
"path": "roles/sqlcmd/tasks/main.yml",
"content": "---\n- name: High Avaibilty Failover \"{{ sqlcmd_script_path }}\"\n win_command: SQLCMD.EXE -S CMCLUSAGQUAL\\slmquality -i \"{{ sqlcmd_script_path }}\"\n args:\n executable: powershell.exe\n register: sqlcmd_output\n become: yes\n become_method: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | ljurk/winans | 377a9cbc06e043419d0f8612d6dfc2a0fb1b300e | 0 | roles/update | 7,409 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "#do updates\n- name: Install all critical and security updates\n win_updates:\n category_names:\n - CriticalUpdates\n - SecurityUpdates\n - UpdateRollups\n - Updates\n - DefinitionUpdates\n state: installed\n register: update_result... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | ljurk/winans | 377a9cbc06e043419d0f8612d6dfc2a0fb1b300e | 0 | roles/updateLinux | 7,409 | [
"no_license"
] | [
{
"path": "roles/updateLinux/tasks/main.yml",
"content": "---\n- name: Upgrade packages\n become: yes\n package:\n state: latest\n update_cache: yes\n upgrade: yes\n autoremove: yes\n tags: update\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | ljurk/winans | 377a9cbc06e043419d0f8612d6dfc2a0fb1b300e | 0 | roles/webserver | 7,409 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/user.yml",
"content": "---\n#add user to \n- name: \"Add {{ webserver_user }} to IIS_IUSRS\"\n win_group_membership:\n name: IIS_IUSRS\n members:\n - \"{{ webserver_user }}\"\n state: present\n\n- name: \"Add {{ filetransfer_user }} to IIS_IUSRS\"\n win_group... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 9790,
"all_permissive": false
} |
ansible_role | jdollarYocto/pi_car_interface | abe89cb358978fdffb3b245de318ddb0279b4ffd | 0 | piProvisioning/roles/common | 7,409 | [
"no_license"
] | [
{
"path": "piProvisioning/roles/common/tasks/main.yml",
"content": "---\n- name: \"Update apt cache\"\n become: true\n apt:\n update_cache: true\n\n- name: \"Install required packages\"\n become: true\n apt: name={{item}}\n with_items:\n - vim\n - pkg-config\n - qt-sdk\n - nodejs\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | jdollarYocto/pi_car_interface | abe89cb358978fdffb3b245de318ddb0279b4ffd | 0 | vagrant/roles/common | 7,409 | [
"no_license"
] | [
{
"path": "vagrant/roles/common/tasks/main.yml",
"content": "---\n- name: \"Update apt cache\"\n become: true\n apt:\n update_cache: true\n\n- name: \"Install required packages\"\n become: true\n apt: name={{item}}\n state: present\n with_items:\n - git\n - build-essential\n - g++-arm-linu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | SudheerKumarMajji/ansible-roles | 9c0f5a0b8c5b91513dd3bb4f357ca59b409b9f19 | 0 | roles/nginx | 7,409 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: install nginx\n ansible.builtin.dnf:\n name: nginx\n state: latest\n- name: run/start nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | HEONPOLI/terraform-ansible-wordpress-Project | 55eb1e80bd1f1977f075801c49621abf6dc86d9e | 0 | tf_ansible_roles_RDS/roles/wordpress | 7,415 | [
"no_license"
] | [
{
"path": "tf_ansible_roles_RDS/roles/wordpress/tasks/install-confchange/install_deb.yaml",
"content": "- name: Install Package apache2 for Debian\n apt:\n update_cache: yes\n name: apache2\n- name: Install Package php debian\n apt:\n name: php, php-mysql, php-gd, php-mbstring\n- name: Check Apac... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2564,
"all_permissive": false
} |
ansible_role | HEONPOLI/terraform-ansible-wordpress-Project | 55eb1e80bd1f1977f075801c49621abf6dc86d9e | 0 | tf_ansible_roles_one_instance/roles/database | 7,415 | [
"no_license"
] | [
{
"path": "tf_ansible_roles_one_instance/roles/database/vars/main.yaml",
"content": "db:\n socket_path: /var/run/mysqld/mysqld.sock\n socket_path_Redhat: /var/lib/mysql/mysql.sock\n db_user_root_pw: wordpress\n db_user_wp: wordpress\n db_user_wp_pw: wordpress\n db_name: wordpress\n conf_path: /etc/my... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2651,
"all_permissive": false
} |
ansible_role | mitre/mongodb-enterprise-advanced-4-stig-baseline-hardening | b578ac22b52de59a04aa27e7a38203fa775afa90 | 3 | spec/ansible/roles/prep | 7,415 | [
"no_license"
] | [
{
"path": "spec/ansible/roles/prep/tasks/_packages.yml",
"content": "---\n- name: \"PREP | Upgrade all packages\"\n ansible.builtin.package:\n name: '*'\n state: latest\n\n- name: \"PREP | Install required packages\"\n ansible.builtin.package:\n name:\n - jq\n - vim\n - bc \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | robinfoe/ocp-ha-homework | 3675c3391147478a02a3fa71df44c08f956a144f | 0 | lab/roles/bastion | 7,415 | [
"no_license"
] | [
{
"path": "lab/roles/bastion/tasks/main.yml",
"content": "---\n- name: Backup current host file\n copy: \n src: /etc/ansible/hosts\n dest: ./original.hosts.backup\n \n- name: Copy OpenShift hosts config\n template: src=ocphostconfig.j2 dest=/etc/ansible/hosts\n\n- name: refresh\n meta: refresh_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 9193,
"all_permissive": false
} |
ansible_role | robinfoe/ocp-ha-homework | 3675c3391147478a02a3fa71df44c08f956a144f | 0 | lab/roles/multitenant | 7,415 | [
"no_license"
] | [
{
"path": "lab/roles/multitenant/tasks/main.yml",
"content": "---\n- name: Labelling the nodes\n command: \"oc label node {{item.node.name}} client={{item.node.label}} --overwrite\"\n with_items: '{{tenantlabels.nodes}}'\n when: inventory_hostname_short == \"localhost\"\n\n\n- name: Create new project re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2724,
"all_permissive": false
} |
ansible_role | robinfoe/ocp-ha-homework | 3675c3391147478a02a3fa71df44c08f956a144f | 0 | lab/roles/postinstall | 7,415 | [
"no_license"
] | [
{
"path": "lab/roles/postinstall/tasks/migrate-network-policy.yml",
"content": "---\n- name: make sure you are system:dmin\n shell: oc whoami | grep system:admin\n when: inventory_hostname_short == \"localhost\"\n\n- name: Set Network Policy\n script: migrate-network-policy.sh\n when: inventory_hostname... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2356,
"all_permissive": false
} |
ansible_role | robinfoe/ocp-ha-homework | 3675c3391147478a02a3fa71df44c08f956a144f | 0 | lab/roles/smoked | 7,415 | [
"no_license"
] | [
{
"path": "lab/roles/smoked/tasks/main.yml",
"content": "---\n- name: Check smoke apps\n uri: \n url: \"{{ app_test_url }}\"\n status_code: 200\n timeout: 300\n register: amiup\n until: \"200 == amiup.status\" \n retries: 50\n delay: 5\n\n- name: deprovision project\n shell: oc delete project sm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | DavidWittman/adios | e6316cd7dba44de0b7061cb33ac314211e727eb5 | 6 | playbooks/roles/common | 7,415 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "---\n- name: Warn users if the server's Linux distribution is not Ubuntu 14.04\n pause:\n prompt: \"Ubuntu 14.04 is the only officially supported distribution; the setup will probably fail. Press Enter if you still want to continue.\"\n whe... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2585,
"all_permissive": false
} |
ansible_role | DavidWittman/adios | e6316cd7dba44de0b7061cb33ac314211e727eb5 | 6 | playbooks/roles/dnsmasq | 7,415 | [
"no_license"
] | [
{
"path": "playbooks/roles/dnsmasq/templates/dnsmasq.conf.j2",
"content": "# Never forward plain names (without a dot or domain part)\ndomain-needed\n#\n# Never forward addresses in the non-routed address spaces.\nbogus-priv\n#\n# If you don't want dnsmasq to read /etc/resolv.conf or any other\n# file, gett... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1679,
"all_permissive": false
} |
ansible_role | DavidWittman/adios | e6316cd7dba44de0b7061cb33ac314211e727eb5 | 6 | playbooks/roles/genesis-amazon | 7,415 | [
"no_license"
] | [
{
"path": "playbooks/roles/genesis-amazon/tasks/main.yml",
"content": "---\n- name: create security group\n local_action:\n module: ec2_group\n name: \"{{ aws_security_group_name }}\"\n description: Security group for Adios\n region: \"{{ aws_region }}\"\n vpc_id: \"{{ aws_vpc_id|default(omi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4656,
"all_permissive": false
} |
ansible_role | DavidWittman/adios | e6316cd7dba44de0b7061cb33ac314211e727eb5 | 6 | playbooks/roles/genesis-google | 7,415 | [
"no_license"
] | [
{
"path": "playbooks/roles/genesis-google/tasks/main.yml",
"content": "---\n- name: Get the default SSH key\n command: cat ~/.ssh/id_rsa.pub\n register: ssh_key\n\n- name: Create network\n local_action:\n module: gce_net\n name: \"{{ gce_network }}\"\n state: \"present\"\n ipv4_range: \"{{ gc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2043,
"all_permissive": false
} |
ansible_role | DavidWittman/adios | e6316cd7dba44de0b7061cb33ac314211e727eb5 | 6 | playbooks/roles/genesis-linode | 7,415 | [
"no_license"
] | [
{
"path": "playbooks/roles/genesis-linode/tasks/main.yml",
"content": "---\n- name: Get the default SSH key\n command: cat ~/.ssh/id_rsa.pub\n register: ssh_key\n\n- name: Get the latest Ubuntu 14.04 image ID from the Linode API\n shell: curl -s 'https://api.linode.com/?api_key={{ linode_api_key }}&api_a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | DavidWittman/adios | e6316cd7dba44de0b7061cb33ac314211e727eb5 | 6 | playbooks/roles/genesis-rackspace | 7,415 | [
"no_license"
] | [
{
"path": "playbooks/roles/genesis-rackspace/defaults/main.yml",
"content": "---\nrackspace_flavor: performance1-1\nrackspace_image: \"Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "playbooks/roles/genesi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | DavidWittman/adios | e6316cd7dba44de0b7061cb33ac314211e727eb5 | 6 | playbooks/roles/rsyslog | 7,415 | [
"no_license"
] | [
{
"path": "playbooks/roles/rsyslog/tasks/main.yml",
"content": "- name: Copy the modified rsyslog configuration into place that prevents Libreswan and OpenConnect traffic from being logged\n copy:\n src: rsyslog.conf\n dest: /etc/rsyslog.conf\n owner: root\n group: root\n mode: 0644\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 336,
"all_permissive": false
} |
ansible_role | DavidWittman/adios | e6316cd7dba44de0b7061cb33ac314211e727eb5 | 6 | playbooks/roles/ufw | 7,415 | [
"no_license"
] | [
{
"path": "playbooks/roles/ufw/tasks/main.yml",
"content": "---\n- name: Install UFW\n apt:\n name: ufw\n\n- name: Disable UFW logging\n lineinfile:\n dest: /etc/ufw/ufw.conf\n regexp: \"^LOGLEVEL\"\n line: \"LOGLEVEL=off\"\n\n- name: Change the default forward policy\n lineinfile:\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 867,
"all_permissive": false
} |
ansible_role | zhoomart-dzhakipov/CV_project | 6b73a8325155ea6da0e13020ee5c530a1afc4481 | 0 | ansible/roles/docker | 7,415 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n update_cache: yes\n\n- name: Add Docker GPG key\n shell: curl -fsSL https://download... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1114,
"all_permissive": false
} |
ansible_role | redhat-performance/McCloud | ccd170f602c37dfbad51474dd6cd823a32a173e4 | 4 | roles/000-undercloud-repos | 7,415 | [
"permissive"
] | [
{
"path": "roles/000-undercloud-repos/tasks/main.yml",
"content": "---\n#\n# Setup Undercloud repos for tripleo install\n#\n\n- name: Disable epel\n shell: rpm -e epel-release\n ignore_errors: true\n\n- name: Disable beaker repos\n shell: rm -rf /etc/yum.repos.d/beaker-*\n\n- name: Get rhos-release\n ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 508,
"all_permissive": true
} |
ansible_role | redhat-performance/McCloud | ccd170f602c37dfbad51474dd6cd823a32a173e4 | 4 | roles/001-undercloud-tools | 7,415 | [
"permissive"
] | [
{
"path": "roles/001-undercloud-tools/tasks/main.yml",
"content": "---\n#\n# Install and terminal multiplexers (tmux and screen) and copy over tmux_scripts\n#\n\n- name: Install terminal multiplexers and tools\n yum:\n name: \"{{item}}\"\n with_items:\n - tmux\n - screen\n - libguestfs-tools\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9003,
"all_permissive": true
} |
ansible_role | redhat-performance/McCloud | ccd170f602c37dfbad51474dd6cd823a32a173e4 | 4 | roles/002-undercloud-update-reboot | 7,415 | [
"permissive"
] | [
{
"path": "roles/002-undercloud-update-reboot/tasks/main.yml",
"content": "---\n#\n# Undercloud update and reboot\n#\n\n- name: Update Packages\n yum:\n name: '*'\n state: latest\n\n- name: Reboot machine\n shell: nohup sh -c '( sleep 5 ; shutdown -r now )' &\n async: 0\n poll: 0\n ignore_errors:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": true
} |
ansible_role | redhat-performance/McCloud | ccd170f602c37dfbad51474dd6cd823a32a173e4 | 4 | roles/003-undercloud-setup-stack-user | 7,415 | [
"permissive"
] | [
{
"path": "roles/003-undercloud-setup-stack-user/tasks/main.yml",
"content": "---\n#\n# Setup the stack user on the Undercloud\n#\n\n- name: Add stack user\n user:\n name: stack\n\n# Not entirely sure why the password wouldn't take with the initial command\n- name: Stack user password\n user:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 556,
"all_permissive": true
} |
ansible_role | redhat-performance/McCloud | ccd170f602c37dfbad51474dd6cd823a32a173e4 | 4 | roles/004-undercloud-install-tripleo | 7,415 | [
"permissive"
] | [
{
"path": "roles/004-undercloud-install-tripleo/templates/containers-prepare-parameter.yaml.j2",
"content": "parameter_defaults:\n ContainerImagePrepare:\n - push_destination: true\n set:\n ceph_image: rhceph\n ceph_namespace: brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888\n ceph_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2109,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.