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
sfbenitez/wordpress-ansible
fd4ca079b728ab38e4efdbb0d23e7ed0be4d0bb9
0
playbooks/roles/mysql
459
[ "no_license" ]
[ { "path": "playbooks/roles/mysql/tasks/main.yaml", "content": "---\n- name: install Mariadb server if needed\n apt:\n name: 'mariadb-server'\n\n- name: Config remote access Mariadb\n copy:\n src: 'templates/etc/mysql/mariadb.conf.d/50-server.cnf'\n dest: '/etc/mysql/mariadb.conf.d/50-server.cnf'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
sfbenitez/wordpress-ansible
fd4ca079b728ab38e4efdbb0d23e7ed0be4d0bb9
0
playbooks/roles/webserver
459
[ "no_license" ]
[ { "path": "playbooks/roles/webserver/tasks/main.yaml", "content": "- name: Install Nginx if needed\n apt:\n name: 'nginx'\n update_cache: 'yes'\n\n- name: Configuring wordpress virtualhost\n template:\n src: 'templates/etc/nginx/sites-available/default'\n dest: '/etc/nginx/sites-available/defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 524, "all_permissive": false }
ansible_role
sfbenitez/wordpress-ansible
fd4ca079b728ab38e4efdbb0d23e7ed0be4d0bb9
0
playbooks/roles/wordpressdb
459
[ "no_license" ]
[ { "path": "playbooks/roles/wordpressdb/tasks/main.yaml", "content": "---\n\n- name: Create Wordpress database\n mysql_db:\n name: '{{wordpress_db}}'\n state: 'present'\n\n- name: Create Wordpress database user\n mysql_user:\n name: '{{wordpress_db_user}}'\n password: '{{<PASSWORD>}}'\n host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 353, "all_permissive": false }
ansible_role
sfbenitez/wordpress-ansible
fd4ca079b728ab38e4efdbb0d23e7ed0be4d0bb9
0
playbooks/roles/wordpressfiles
459
[ "no_license" ]
[ { "path": "playbooks/roles/wordpressfiles/vars/main.yaml", "content": "---\n# Wordpress config\nwordpress_site_url: \"wordpress.{{domain}}\"\nwordpress_site_title: \"Blog de Usuario\"\nwordpress_site_admin_user: \"usuario\"\nwordpress_site_admin_password: \"<PASSWORD>\"\nwordpress_site_admin_email: \"<EMAIL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1098, "all_permissive": false }
ansible_role
TerrniT/dotfiles
7f4861fa08da68c666134fd35bab667c5e76ee23
0
ansible/roles/basic_utils
459
[ "no_license" ]
[ { "path": "ansible/roles/basic_utils/tasks/main.yml", "content": "- name: Install common utils for other Ansible tasks\n become: true\n ansible.builtin.package:\n name:\n - curl\n - gnupg\n - patch\n - rsync\n - tzdata\n - unzip\n - xz-utils\n\n- name: Install Ubuntu-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2163, "all_permissive": false }
ansible_role
TerrniT/dotfiles
7f4861fa08da68c666134fd35bab667c5e76ee23
0
ansible/roles/docker
459
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Check if Docker is installed\n ansible.builtin.command: which docker\n register: docker_installed\n changed_when: false\n failed_when: false\n\n- name: Display a message if Docker is not installed\n ansible.builtin.debug:\n msg: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 792, "all_permissive": false }
ansible_role
TerrniT/dotfiles
7f4861fa08da68c666134fd35bab667c5e76ee23
0
ansible/roles/lazydocker
459
[ "no_license" ]
[ { "path": "ansible/roles/lazydocker/tasks/main.yml", "content": "- name: Install lazydocker\n ansible.builtin.unarchive:\n src: \"{{ manifest.lazydocker.url }}\"\n dest: \"{{ home }}/.local/bin\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n remote_src: true\n retries: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
TerrniT/dotfiles
7f4861fa08da68c666134fd35bab667c5e76ee23
0
ansible/roles/lazygit
459
[ "no_license" ]
[ { "path": "ansible/roles/lazygit/tasks/main.yml", "content": "- name: Install lazygit\n ansible.builtin.unarchive:\n src: \"{{ manifest.lazygit.url }}\"\n dest: \"{{ home }}/.local/bin\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n remote_src: true\n retries: \"{{ web_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
TerrniT/dotfiles
7f4861fa08da68c666134fd35bab667c5e76ee23
0
ansible/roles/nvim
459
[ "no_license" ]
[ { "path": "ansible/roles/nvim/files/lua/config/autocmds.lua", "content": "-- Autocmds are automatically loaded on the VeryLazy event\n-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua\n\nvim.api.nvim_create_autocmd({ \"FileType\" }, {\n pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 20, "total_bytes": 33580, "all_permissive": false }
ansible_role
TerrniT/dotfiles
7f4861fa08da68c666134fd35bab667c5e76ee23
0
ansible/roles/shell
459
[ "no_license" ]
[ { "path": "ansible/roles/shell/meta/main.yaml", "content": "dependencies:\n # - role: dotfiles\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "ansible/roles/shell/vars/main.yaml", "content": "shell_fish_search_key: \"<KEY>\"\nshell_fish_key_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3125, "all_permissive": false }
ansible_role
TerrniT/dotfiles
7f4861fa08da68c666134fd35bab667c5e76ee23
0
ansible/roles/shell_utils
459
[ "no_license" ]
[ { "path": "ansible/roles/shell_utils/files/yazi_keymap.toml", "content": "[[manager.prepend_keymap]]\non = [ \"?\" ]\nrun = \"help\"\ndesc = \"Show help\"\n\n[[manager.prepend_keymap]]\non = [ \"<C-n>\" ]\nrun = \"arrow 1\"\ndesc = \"Next item\"\n\n[[manager.prepend_keymap]]\non = [ \"<C-p>\" ]\nrun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 10524, "all_permissive": false }
ansible_role
TerrniT/dotfiles
7f4861fa08da68c666134fd35bab667c5e76ee23
0
ansible/roles/tmux
459
[ "no_license" ]
[ { "path": "ansible/roles/tmux/files/tmux.conf", "content": "set -g default-terminal \"xterm-256color\"\nset -ga terminal-overrides \",xterm-256color:Tc\"\n\n# action key\nunbind C-b\nset-option -g prefix C-t\nset-option -g repeat-time 0\nset-option -g focus-events on\n\n#### Key bindings\nbind '\\' split-wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2845, "all_permissive": false }
ansible_role
jackalopelabs/trellis_vm-start
71e0bb10e3906b084e21d4b529db7d73bf49e9b0
0
roles/ssh-config
459
[ "no_license" ]
[ { "path": "roles/ssh-config/tasks/main.yml", "content": "---\n- name: Get VM port from lima\n shell: limactl list bonsai.so | grep bonsai.so | awk '{print $3}' | sed 's/.*://'\n register: vm_port\n delegate_to: localhost\n changed_when: false\n\n- name: Create temporary SSH config\n template:\n src:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 802, "all_permissive": false }
ansible_role
michaeldigiacomi/Ansible-Azure-VNSubnet
982a347cddda807f68a65444079dedf02f20a6ac
0
roles/sn
459
[ "no_license" ]
[ { "path": "roles/sn/tasks/main.yml", "content": "---\n\n- name: Add subnet\n azure_rm_subnet:\n resource_group: '{{Azure_Resource_Group}}'\n name: '{{Azure_Subnet_Name}}'\n address_prefix: '{{Azure_Subnet_Prefix}}'\n virtual_network: '{{Azure_VN_Name}}'", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
aldomatic/ansible-devops
3dceac9a72eb6dc6c4396d58c3053c96bf0408de
0
playbooks/roles/ansible-role-nodejs-systemd
459
[ "no_license" ]
[ { "path": "playbooks/roles/ansible-role-nodejs-systemd/tasks/main.yml", "content": "---\n# tasks file for nodejs-systemd\n\n- name: Create node.js instance groups\n group:\n name={{ item.group }}\n system=yes\n state=present\n with_items: '{{ nodejs_instances }}'\n tags: nodejs\n\n- name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1941, "all_permissive": false }
ansible_role
aldomatic/ansible-devops
3dceac9a72eb6dc6c4396d58c3053c96bf0408de
0
playbooks/roles/nvm
459
[ "no_license" ]
[ { "path": "playbooks/roles/nvm/vars/main.yml", "content": "nvm_user: dev-user\nnode_version: v8.2.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "playbooks/roles/nvm/tasks/main.yml", "content": "---\n- name: NODE VERSION MANAGER > Install nvm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1115, "all_permissive": false }
ansible_role
aldomatic/ansible-devops
3dceac9a72eb6dc6c4396d58c3053c96bf0408de
0
playbooks/roles/postgres
459
[ "no_license" ]
[ { "path": "playbooks/roles/postgres/vars/main.yml", "content": "dbname: ansibledb\ndbuser: devdb\ndbpassword: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "playbooks/roles/postgres/tasks/main.yml", "content": "---\n- name: DATABASE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1075, "all_permissive": false }
ansible_role
Pacodiz02/Nginx-PHP
350b934ab3cacd06bd185c4de83a7ec94e074eb8
0
ansible/roles/nginx
459
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/etc/nginx/sites-available/vhost.j2", "content": "# Virtual Host configuration\n#\n# You can move that to a different file under sites-available/ and symlink that\n# to sites-enabled/ to enable it.\n#\nserver {\n listen 80;\n listen [::]:80;\n\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1813, "all_permissive": false }
ansible_role
Pacodiz02/Nginx-PHP
350b934ab3cacd06bd185c4de83a7ec94e074eb8
0
ansible/roles/php
459
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yaml", "content": "- name: Instalando php7.4 y php7.4-fpm\n apt:\n pkg: php7.4\n pkg: php7.4-fpm\n\n- name: Creación de info.php\n copy:\n src: info.php\n dest: /{{item[\"datos\"][\"documentroot\"]}}/info.php\n owner: www-data\n group: www-data\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
chrishultin/wordpress-single-ansible
b19544737cb12e96b21c68d39121005c9fb97457
0
ansible/roles/apache
479
[ "no_license" ]
[ { "path": "ansible/roles/apache/templates/Common/ports.conf.j2", "content": "{% for site in apache_sites %}\nNameVirtualHost *:{{ site.site }}\nListen {{ site.port }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "ansible/roles/ap...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2262, "all_permissive": false }
ansible_role
c3foc/hagrid-ansible
e04ed4cf5226458d7a59b45a2e26112c5fd34a2a
0
debian/roles/django_hagrid
479
[ "no_license" ]
[ { "path": "debian/roles/django_hagrid/tasks/main.yml", "content": "---\n- name: Install needed packages with apt\n become: yes\n apt:\n name:\n - git\n - gettext\n - acl\n - python3.11-venv\n - build-essential\n - python3-dev\n - libpq-dev\n - ufw\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3598, "all_permissive": false }
ansible_role
c3foc/hagrid-ansible
e04ed4cf5226458d7a59b45a2e26112c5fd34a2a
0
debian/roles/letsencrypt
479
[ "no_license" ]
[ { "path": "debian/roles/letsencrypt/tasks/main.yml", "content": "---\n# following https://www.digitalocean.com/community/tutorials/how-to-acquire-a-let-s-encrypt-certificate-using-ansible-on-ubuntu-18-04\n\n- name: \"Create /etc/letsencrypt/\"\n file:\n path: \"/etc/letsencrypt/\"\n state: directory\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1368, "all_permissive": false }
ansible_role
drinferno2001/HOME_NETWORK_AUTOMATION
97e6dee2e045058b18ccee419524878d6e79f5de
0
roles/opnsense
479
[ "no_license" ]
[ { "path": "roles/opnsense/tasks/xml_configs/internal_networks/network_components/unbound_dns/lookup_entry.yml", "content": "---\n#\n###########################################\n# GENERATE UNBOUND QUERY FORWARDING ENTRY #\n###########################################\n#\n- name: \"{{dns_record_task_name_prefi...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 24375, "all_permissive": false }
ansible_role
gurbuzali/real-size-testing
d3f1687f5a307ad741782b478fdbd9beefb9602a
0
roles/hazelcast
479
[ "no_license" ]
[ { "path": "roles/hazelcast/tasks/main.yml", "content": "---\n- name: Copy Hazelcast\n copy:\n src: \"{{package_home}}/{{hazelcast_jar}}\"\n dest: \"{{hazelcast_home}}/lib\"\n- name: Ensure log folder exists\n file: path={{hazelcast_home}}/logs state=directory\n- name: Ensure config folder exists\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
imalik8088/vagrant-kafka-lab
d9c87e0fa9c103860489c0c69c50b1266bf07ecb
3
ansible/roles/common
479
[ "permissive" ]
[ { "path": "ansible/roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost\n::1 localhost ip6-localhost ip6-loopback\n\n{% for item in groups['all'] %}\n{{ hostvars[item].ansible_all_ipv4_addresses[1] }} {{ item }}\n{% endfor %}\n", "license_type": "permissive", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 642, "all_permissive": true }
ansible_role
imalik8088/vagrant-kafka-lab
d9c87e0fa9c103860489c0c69c50b1266bf07ecb
3
ansible/roles/java
479
[ "permissive" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n- name: download {{ url }}\n run_once: true\n get_url:\n url: \"{{url}}\"\n headers: 'Cookie:oraclelicense=accept-securebackup-cookie'\n dest: \"{{ download }}/{{ file }}\"\n\n- name: extract {{ download }}/{{ file }}\n become: yes\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1036, "all_permissive": true }
ansible_role
imalik8088/vagrant-kafka-lab
d9c87e0fa9c103860489c0c69c50b1266bf07ecb
3
ansible/roles/kafka
479
[ "permissive" ]
[ { "path": "ansible/roles/kafka/templates/kafka.service.j2", "content": "[Unit]\nDescription=Kafka Service\nAfter=network.target\n\n[Service]\nEnvironment=JAVA_HOME={{ java_home }}\nType=forking\nUser=vagrant\nExecStart={{ kafka_home }}/bin/kafka-server-start.sh -daemon {{ kafka_home }}/config/server.propert...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2466, "all_permissive": true }
ansible_role
imalik8088/vagrant-kafka-lab
d9c87e0fa9c103860489c0c69c50b1266bf07ecb
3
ansible/roles/kafka-connect
479
[ "permissive" ]
[ { "path": "ansible/roles/kafka-connect/tasks/main.yml", "content": "---\n\n- name: push connect-standalone.properties\n template:\n src: templates/connect-standalone.properties.j2\n dest: \"{{ kafka_home }}/config/connect-standalone.properties\"\n tags:\n - kafka-connect-config\n\n- name: downloa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": true }
ansible_role
imalik8088/vagrant-kafka-lab
d9c87e0fa9c103860489c0c69c50b1266bf07ecb
3
ansible/roles/kafka-manager-build
479
[ "permissive" ]
[ { "path": "ansible/roles/kafka-manager-build/tasks/main.yml", "content": "---\n- name: download Kafka Manager {{ url }}\n run_once: true\n get_url:\n url: \"{{url}}\"\n dest: \"{{ download }}/{{ file }}\"\n\n- name: set ownership on {{ kafka_manager_home }}\n become: yes\n become_method: sudo\n f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1617, "all_permissive": true }
ansible_role
imalik8088/vagrant-kafka-lab
d9c87e0fa9c103860489c0c69c50b1266bf07ecb
3
ansible/roles/kafka-manager-download
479
[ "permissive" ]
[ { "path": "ansible/roles/kafka-manager-download/templates/start-up.sh.j2", "content": "#!/bin/bash\n\n{{ kafka_manager_home }}/bin/kafka-manager -Dconfig.file={{ kafka_manager_home }}/conf/application.conf &", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2300, "all_permissive": true }
ansible_role
imalik8088/vagrant-kafka-lab
d9c87e0fa9c103860489c0c69c50b1266bf07ecb
3
ansible/roles/promeutheus
479
[ "permissive" ]
[ { "path": "ansible/roles/promeutheus/tasks/main.yml", "content": "---\n- name: \"download {{ promeutheus_url }}\"\n run_once: true\n get_url:\n url: \"{{ prometheus_url }}\"\n dest: \"{{ download }}/{{ prometheus_name }}.tar.gz\"\n\n- name: \"extract {{ download }}/{{ prometheus_name }}\"\n become:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4060, "all_permissive": true }
ansible_role
imalik8088/vagrant-kafka-lab
d9c87e0fa9c103860489c0c69c50b1266bf07ecb
3
ansible/roles/zookeeper
479
[ "permissive" ]
[ { "path": "ansible/roles/zookeeper/tasks/main.yml", "content": "---\n- name: download {{ url }}\n run_once: true\n get_url:\n url: \"{{url}}\"\n dest: \"{{ download }}/{{ file }}\"\n\n- name: extract {{ download }}/{{ file }}\n become: yes\n become_method: sudo\n unarchive:\n src: \"{{ downloa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2442, "all_permissive": true }
ansible_role
debugzing/ansible-olcne
cdb148b7ccc6d047bb2b0596acda1db321590d36
0
roles/run_instance
479
[ "no_license" ]
[ { "path": "roles/run_instance/defaults/main.yml", "content": "stack_name: run-instance\nstate: present\noutput_file_path: /output/instance_stack_output.json\nimage_id: ami-085925f297f89fce1\ninstance_name: '{{ stack_name }}-instance'\ninstance_type: 'm5.large'", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4016, "all_permissive": false }
ansible_role
debugzing/ansible-olcne
cdb148b7ccc6d047bb2b0596acda1db321590d36
0
roles/run_spotinst_instance
479
[ "no_license" ]
[ { "path": "roles/run_spotinst_instance/tasks/present.yml", "content": "- name: Create the Spot instance\n uri:\n url: \"https://api.spotinst.io/aws/ec2/managedInstance?accountId={{ spot_account_id }}\"\n method: POST\n headers:\n \"Content-Type\": \"application/json\"\n \"Authorization\"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1877, "all_permissive": false }
ansible_role
debugzing/ansible-olcne
cdb148b7ccc6d047bb2b0596acda1db321590d36
0
roles/run_vpc
479
[ "no_license" ]
[ { "path": "roles/run_vpc/files/cloudformation.yml", "content": "AWSTemplateFormatVersion: '2010-09-09'\nParameters:\n ProjectName:\n Description: Nombre del proyecto\n Type: String\n VPCCidrBlock:\n Description: Bloque de IPs para utilizar dentro del VPC\n Type: String\n PublicSubnetACidrBloc...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6115, "all_permissive": false }
ansible_role
debugzing/ansible-olcne
cdb148b7ccc6d047bb2b0596acda1db321590d36
0
roles/setup
479
[ "no_license" ]
[ { "path": "roles/setup/templates/vars.yml.j2", "content": "aws_region: us-east-1\nvpc_cidr_prefix: '{{ vpc_cidr_prefix }}'\nvpc_cidr_mask: '{{ vpc_cidr_mask }}'\nvpc_cidr_block: '{{ vpc_cidr_prefix }}.0.0/{{ vpc_cidr_mask }}'\npublic_subnet_cidr_mask: '{{ public_subnet_cidr_mask }}'\npublic_subnet_a_cidr_bl...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2761, "all_permissive": false }
ansible_role
gsfcosta/zabbix-server
a8f9ee74ecc2e542348561c111c0f14c4cd2a375
0
roles/build
479
[ "no_license" ]
[ { "path": "roles/build/tasks/scripts/run.sh", "content": "#!/bin/bash\nsed -i 's/DataBaseHost/'$DBHost'/g' /usr/local/zabbix/etc/zabbix_server.conf\nsed -i 's/DataBaseName/'$DBName'/g' /usr/local/zabbix/etc/zabbix_server.conf\nsed -i 's/DataBaseUser/'$DBUser'/g' /usr/local/zabbix/etc/zabbix_server.conf\nsed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3383, "all_permissive": false }
ansible_role
gsfcosta/zabbix-server
a8f9ee74ecc2e542348561c111c0f14c4cd2a375
0
roles/deploy
479
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n - name: Log into private registry\n docker_login:\n registry: \"{{ DOCKER_REGISTRY }}\"\n username: \"{{ DOCKER_LOGIN }}\"\n password: \"{{ <PASSWORD> }}\"\n\n - name: Pull docker image\n docker_image:\n name: \"{{ DOCKER...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2167, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/customize_defaults
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/customize_defaults/tasks/main.yml", "content": "---\n- name: Transform values to be compatible with defaults signature\n set_fact:\n transformed_customize_defaults_settings:\n \"{{ transformed_customize_defaults_settings | default([]) + [ite...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2990, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/customize_dock
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/customize_dock/defaults/main.yml", "content": "---\ncustomize_dock_dock_items: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible_collections/andrea11/macos_setup/roles/customize_d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3810, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/install_applications
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/install_applications/meta/main.yml", "content": "---\ngalaxy_info:\n author: andrea11\n description: Install applications with brew\n license: MIT\n min_ansible_version: \"2.15\"\n platforms:\n - name: MacOSX\n versions:\n - all\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3126, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/launch_applications_first_time
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/launch_applications_first_time/meta/main.yml", "content": "---\ngalaxy_info:\n author: andrea11\n description:\n Launch all never open applications for the first time to manually setup\n them\n license: MIT\n min_ansible_version: \"2.15\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1838, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/setup_finicky
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/setup_finicky/tests/test.yml", "content": "---\n- name: \"Test setup_finicky role\"\n hosts: localhost\n remote_user: root\n roles:\n - role: andrea11.macos_setup.setup_finicky\n setup_finicky_rules:\n - match: () => finicky.getKeys...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4324, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/setup_git
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/setup_git/defaults/main.yml", "content": "---\nsetup_git_workspaces: []\nsetup_git_default_editor: code --wait\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible_collections/andrea11/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4765, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/setup_java
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/setup_java/defaults/main.yml", "content": "---\nsetup_java_java_major_versions:\n - 17\nsetup_java_certificate_websites: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "ansible_collect...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4252, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/setup_node
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/setup_node/tests/test.yml", "content": "---\n- name: \"Test setup_node role\"\n hosts: localhost\n remote_user: root\n roles:\n - andrea11.macos_setup.setup_node\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1874, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/setup_python
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/setup_python/tests/test.yml", "content": "---\n- name: \"Test setup_python role\"\n hosts: localhost\n remote_user: root\n roles:\n - role: andrea11.macos_setup.setup_python\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4504, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/setup_ssh
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/setup_ssh/tasks/main.yml", "content": "---\n- name: Create ssh folder if not exists\n ansible.builtin.file:\n path: \"{{ lookup('env', 'HOME') }}/.ssh\"\n state: directory\n mode: u=xrw,go=\n\n- name: Generate authentication public ssh key ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6082, "all_permissive": false }
ansible_role
andrea11/setup
9e602c4f9f94916d6480f7cabe35b665ab4d7834
0
ansible_collections/andrea11/macos_setup/roles/setup_zsh
479
[ "no_license" ]
[ { "path": "ansible_collections/andrea11/macos_setup/roles/setup_zsh/defaults/main.yml", "content": "---\nsetup_zsh_aliases: []\nsetup_zsh_use_oh_my_zsh: false\nsetup_zsh_oh_my_zsh_plugins: []\nsetup_zsh_use_sdkman: false\nsetup_zsh_use_nvm: false\nsetup_zsh_use_gpg: false\nsetup_zsh_use_pyenv: false\nsetup_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7378, "all_permissive": false }
ansible_role
vsingh13/ansible-spring-ec2
22156ba95443ae0a3bca4c5406f588f78ea6ad4d
0
ansible/roles/spring-deploy
479
[ "no_license" ]
[ { "path": "ansible/roles/spring-deploy/defaults/main.yml", "content": "---\nspring_home: /opt/springboot-first\n\nnexus_url: http://511acd5b.ngrok.io\nnexus_repository: snapshots\nnexus_group_id: com/example\nnexus_artifact_id: springboot-first\nnexus_version: 1.0-SNAPSHOT\n\nservice_path: /etc/init.d/sprin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1838, "all_permissive": false }
ansible_role
rothgar/ansible-playbooks
5c6adac10351c69abbcfacf575522a5e79f4133d
0
playbooks/amahi/roles/common
479
[ "permissive" ]
[ { "path": "playbooks/amahi/roles/common/templates/main.cf.j2", "content": "##Gmail SMTP Relay\n#TLS parameters\nsmtpd_use_tls=yes\nsmtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache\nsmtp_tls_session_cache_database = btree:${data_directory}/smtp_scache\nsmtp_tls_note_starttls_offer = ye...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3325, "all_permissive": true }
ansible_role
rothgar/ansible-playbooks
5c6adac10351c69abbcfacf575522a5e79f4133d
0
playbooks/puppet/roles/common
479
[ "permissive" ]
[ { "path": "playbooks/puppet/roles/common/tasks/main.yml", "content": "---\n- name: Copy repo files\n copy: src=/srv/ansible/playbooks/puppet/roles/common/files/puppetlabs-el{{ ansible_lsb.major_release }}.repo dest=/etc/yum.repos.d/puppetlabs.repo\n owner=root group=root mode=0644\n copy: src=/srv/ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 901, "all_permissive": true }
ansible_role
wolf-dog/provisioner
efddca240b7f3505d6c94253b70d47379dfe8dde
0
roles/dotfiles
399
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: clone repo\n git:\n repo: https://github.com/wolf-dog/dotfiles\n dest: \"/home/{{ user.name }}/dotfiles\"\n depth: 1\n\n- name: link settings\n file:\n src: \"/home/{{ user.name }}/dotfiles/{{ item }}\"\n path: \"/home/{{ u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1065, "all_permissive": false }
ansible_role
wolf-dog/provisioner
efddca240b7f3505d6c94253b70d47379dfe8dde
0
roles/fish
399
[ "no_license" ]
[ { "path": "roles/fish/tasks/ubuntu.yml", "content": "---\n- name: install packages\n become: yes\n apt:\n name: \"{{ item }}\"\n with_items:\n - g++\n - ncurses-dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/fish/tasks/mai...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1511, "all_permissive": false }
ansible_role
wolf-dog/provisioner
efddca240b7f3505d6c94253b70d47379dfe8dde
0
roles/fisherman
399
[ "no_license" ]
[ { "path": "roles/fisherman/tasks/main.yml", "content": "---\n- name: check whether fisherman is installed\n command: \"ls /home/{{ user.name }}/.config/fish/functions/fisher.fish\"\n register: installed\n check_mode: no\n failed_when: no\n changed_when: installed.rc != 0\n\n- block:\n - name: make fis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
wolf-dog/provisioner
efddca240b7f3505d6c94253b70d47379dfe8dde
0
roles/fisherman-plugin
399
[ "no_license" ]
[ { "path": "roles/fisherman-plugin/tasks/main.yml", "content": "---\n- name: list installed plugins\n command: /usr/local/bin/fish -c 'fisher ls -1'\n register: installed_plugins\n check_mode: no\n failed_when: no\n changed_when: no\n\n- name: install plugins\n command: \"/usr/local/bin/fish -c 'fisher...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
wolf-dog/provisioner
efddca240b7f3505d6c94253b70d47379dfe8dde
0
roles/fzf
399
[ "no_license" ]
[ { "path": "roles/fzf/tasks/main.yml", "content": "---\n- name: check whether fzf is installed\n command: \"which /home/{{ user.name }}/bin/fzf\"\n register: installed\n check_mode: no\n failed_when: no\n changed_when: installed.rc != 0\n\n- block:\n - name: clone repo\n git:\n repo: https://gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
wolf-dog/provisioner
efddca240b7f3505d6c94253b70d47379dfe8dde
0
roles/global
399
[ "no_license" ]
[ { "path": "roles/global/tasks/main.yml", "content": "---\n- name: check whether gtags is installed\n command: which gtags\n register: installed\n check_mode: no\n failed_when: no\n changed_when: installed.rc != 0\n\n- name: install packages for ubuntu\n import_tasks: ubuntu.yml\n when: ansible_distri...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1024, "all_permissive": false }
ansible_role
wolf-dog/provisioner
efddca240b7f3505d6c94253b70d47379dfe8dde
0
roles/hw
399
[ "no_license" ]
[ { "path": "roles/hw/tasks/main.yml", "content": "---\n- name: check whether hw is installed\n command: \"which /home/{{ user.name }}/bin/hw\"\n register: installed\n check_mode: no\n failed_when: no\n changed_when: installed.rc != 0\n\n- name: install packages for ubuntu\n import_tasks: ubuntu.yml\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 916, "all_permissive": false }
ansible_role
wolf-dog/provisioner
efddca240b7f3505d6c94253b70d47379dfe8dde
0
roles/init
399
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n- name: make devel dir\n file:\n path: \"/home/{{ user.name }}/devel\"\n owner: \"{{ user.name }}\"\n group: \"{{ user.group }}\"\n mode: 0755\n state: directory\n\n- name: make bin dir\n file:\n path: \"/home/{{ user.name }}/bin\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
wolf-dog/provisioner
efddca240b7f3505d6c94253b70d47379dfe8dde
0
roles/luajit
399
[ "no_license" ]
[ { "path": "roles/luajit/defaults/main.yml", "content": "---\nluajit:\n version: 2.0.5\nlua:\n version: 5.1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/luajit/tasks/main.yml", "content": "---\n- name: check whether luajit is instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 945, "all_permissive": false }
ansible_role
wolf-dog/provisioner
efddca240b7f3505d6c94253b70d47379dfe8dde
0
roles/vim
399
[ "no_license" ]
[ { "path": "roles/vim/tasks/ubuntu.yml", "content": "---\n- name: install packages\n become: yes\n apt:\n name: \"{{ item }}\"\n with_items:\n - python3-dev\n - libncurses5-dev\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/vim...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1119, "all_permissive": false }
ansible_role
JMLX42/dredd
f5a79772420592f14cbe07f47e5ec5c92fbd4a84
8
provisioning/roles/api-db
399
[ "no_license" ]
[ { "path": "provisioning/roles/api-db/handlers/main.yml", "content": "- name: restart mongodb service\n service: name=mongodb state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "provisioning/roles/api-db/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1037, "all_permissive": false }
ansible_role
JMLX42/dredd
f5a79772420592f14cbe07f47e5ec5c92fbd4a84
8
provisioning/roles/api-web
399
[ "no_license" ]
[ { "path": "provisioning/roles/api-web/templates/api-web.conf.j2", "content": "# {{ ansible_managed }}\n\nProxyRequests Off\nProxyPreserveHost On\n\nProxyPass /api/ http://127.0.0.1:3000/\nProxyPassReverse /api/ http://127.0.0.1:3000/\n\nProxyPass /keystone http://127.0.0.1:300...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3920, "all_permissive": false }
ansible_role
JMLX42/dredd
f5a79772420592f14cbe07f47e5ec5c92fbd4a84
8
provisioning/roles/common
399
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- set_fact: role_name=common\n\n- name: show environment name\n debug: var=environment_name\n\n- name: set hostname\n hostname: name={{ hostname }}\n\n- name: enable multiverse\n apt_repository: repo=\"deb http://archive.ubuntu.com/ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1425, "all_permissive": false }
ansible_role
JMLX42/dredd
f5a79772420592f14cbe07f47e5ec5c92fbd4a84
8
provisioning/roles/front-web
399
[ "no_license" ]
[ { "path": "provisioning/roles/front-web/templates/front-web.conf.j2", "content": "# {{ ansible_managed }}\n\n# Actual virtual host\n<VirtualHost *:80>\n ServerName {{ front_web_public_host }}\n\n{% if environment_name == 'staging' %}\n <Proxy *>\n Options +FollowSymLinks +Multiviews +I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4391, "all_permissive": false }
ansible_role
gitmnd/Travel-Agency
657f11007bc2ec94ecbda817ac5fbfd9cf42206c
0
devops-ansible/roles/tomcat
399
[ "no_license" ]
[ { "path": "devops-ansible/roles/tomcat/handlers/main.yml", "content": "---\n\n- name: Start tomcat server\n command: nohup /usr/share/apache-tomcat-7.0.61/bin/startup.sh\n become: True\n become_method: sudo\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1599, "all_permissive": false }
ansible_role
nouraneesprit/Myapp
7d704f2566f5c346cbc2641b68348d8e742caa5e
0
ansible/roles/docker-registry
399
[ "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: nourane555\n password: <PASSWORD>\n\n \n- name: Tag and push to docker hub\n community.docker.docker_image:\n name: devops:latest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
bossve-zz/network-automation-linklight
36f8ec03dba4671aa216b36e99e45043470945c3
1
exercises/networking/1.5-roles/roles/interface
399
[ "no_license" ]
[ { "path": "exercises/networking/1.5-roles/roles/interface/tasks/main.yml", "content": "- block:\n - name: enable GigabitEthernet1 interface if compliant on r2\n ios_interface:\n name: GigabitEthernet1\n description: interface to host1\n state: present\n\n - name: dhcp configuration for G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
bossve-zz/network-automation-linklight
36f8ec03dba4671aa216b36e99e45043470945c3
1
exercises/networking/1.5-roles/roles/static_route
399
[ "no_license" ]
[ { "path": "exercises/networking/1.5-roles/roles/static_route/tasks/main.yml", "content": "##Configuration of static route\n- name: Static route between R1 and R2\n ios_static_route:\n prefix: \"{{private_ip}}\"\n mask: \"{{mask}}\"\n next_hop: \"{{next_hop}}\"\n when:\n - ansible_net_version =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
bossve-zz/network-automation-linklight
36f8ec03dba4671aa216b36e99e45043470945c3
1
exercises/networking/1.5-roles/roles/system
399
[ "no_license" ]
[ { "path": "exercises/networking/1.5-roles/roles/system/tasks/main.yml", "content": "- name: gather ios_facts\n ios_facts:\n\n- name: configure name servers\n ios_system:\n name_servers: \"{{item}}\"\n with_items: \"{{dns_servers}}\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
bossve-zz/network-automation-linklight
36f8ec03dba4671aa216b36e99e45043470945c3
1
provisioner/roles/aws_dns
399
[ "no_license" ]
[ { "path": "provisioner/roles/aws_dns/tasks/tower.yml", "content": "- name: INSTALL CERTBOT\n yum:\n name: certbot\n enablerepo: \"rhui-REGION-rhel-server-extras,rhui-REGION-rhel-server-optional\"\n\n#https://docs.ansible.com/ansible-tower/latest/html/administration/init_script.html\n- name: TURN OFF ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2624, "all_permissive": false }
ansible_role
bossve-zz/network-automation-linklight
36f8ec03dba4671aa216b36e99e45043470945c3
1
provisioner/roles/configure_routers
399
[ "no_license" ]
[ { "path": "provisioner/roles/configure_routers/tasks/main.yml", "content": "- include_tasks: \"{{ special }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "provisioner/roles/configure_routers/tasks/hostname.yml", "content": "- name: SE...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3484, "all_permissive": false }
ansible_role
bossve-zz/network-automation-linklight
36f8ec03dba4671aa216b36e99e45043470945c3
1
provisioner/roles/control_node
399
[ "no_license" ]
[ { "path": "provisioner/roles/control_node/templates/sshconfig.j2", "content": "{% if special is defined %}\n{% if special is match(\"multivendor\") %}\nHost rtr3 rtr4\n StrictHostKeyChecking no\n User jnpr\n IdentityFile /home/{{username}}/.ssh/aws-private.pem\n{% endif %}\n{% endif %}\nHost *\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10639, "all_permissive": false }
ansible_role
bossve-zz/network-automation-linklight
36f8ec03dba4671aa216b36e99e45043470945c3
1
provisioner/roles/f5_setup
399
[ "no_license" ]
[ { "path": "provisioner/roles/f5_setup/tasks/main.yml", "content": "# not working right now, possible bug or mis-use of module\n# - name: Wait for BIG-IP to boot up completely\n# bigip_wait:\n# provider:\n# ssh_keyfile: \"{{playbook_dir}}/{{ec2_name_prefix}}/{{ec2_name_prefix}}-private.pem\"\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1136, "all_permissive": false }
ansible_role
bossve-zz/network-automation-linklight
36f8ec03dba4671aa216b36e99e45043470945c3
1
provisioner/roles/gather_router_facts
399
[ "no_license" ]
[ { "path": "provisioner/roles/gather_router_facts/tasks/main.yml", "content": "- name: grab facts for rtr1\n ec2_instance_facts:\n region: \"{{ ec2_region }}\"\n filters:\n instance-state-name: running\n \"tag:Name\": \"{{ec2_name_prefix}}-{{username}}-rtr1\"\n register: rtr1_node_facts\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 963, "all_permissive": false }
ansible_role
bossve-zz/network-automation-linklight
36f8ec03dba4671aa216b36e99e45043470945c3
1
provisioner/roles/network_hostroutes
399
[ "no_license" ]
[ { "path": "provisioner/roles/network_hostroutes/tasks/main.yml", "content": "- name: grab facts for rtr1\n ec2_instance_facts:\n region: \"{{ ec2_region }}\"\n filters:\n instance-state-name: running\n \"tag:Name\": \"{{ec2_name_prefix}}-{{username}}-rtr1\"\n register: rtr1_facts\n delega...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1067, "all_permissive": false }
ansible_role
bossve-zz/network-automation-linklight
36f8ec03dba4671aa216b36e99e45043470945c3
1
provisioner/roles/tower_request
399
[ "no_license" ]
[ { "path": "provisioner/roles/tower_request/defaults/main.yml", "content": "workshop_type: \"unknown\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "provisioner/roles/tower_request/tasks/main.yml", "content": "---\n- set_fact:\n workshop_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 873, "all_permissive": false }
ansible_role
TolaKhalibre/puppet-install
107e481a1bdd4e114ef8b912355d343a01779715
0
ansible/roles/deploy_puppet_agent
399
[ "no_license" ]
[ { "path": "ansible/roles/deploy_puppet_agent/tasks/installation.yml", "content": "---\n\n- name: Download Puppet 8 release package\n get_url:\n url: '{{ puppet_deb_url }}'\n dest: /tmp/\n\n- name: install puppet repo file\n apt:\n deb: /tmp/{{ puppet_deb }}\n become: true\n\n- name: apt-get upda...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2024, "all_permissive": false }
ansible_role
TolaKhalibre/puppet-install
107e481a1bdd4e114ef8b912355d343a01779715
0
ansible/roles/deploy_puppet_server
399
[ "no_license" ]
[ { "path": "ansible/roles/deploy_puppet_server/vars/main.yml", "content": "---\n# vars file for ansible/roles/deploy_puppet-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "ansible/roles/deploy_puppet_server/tasks/installations.yml", "co...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2544, "all_permissive": false }
ansible_role
om732/sensu-grafana-demo
3ac0b306cb42a55bd3ae3a025c1f0518fbbcf0f6
1
roles/base
399
[ "no_license" ]
[ { "path": "roles/base/tasks/package.yml", "content": "- name: (rhel) install packages\n yum: name={{ item }} state=present\n with_items:\n - vim-enhanced\n - wget\n - ncurses-devel\n when: ansible_os_family == \"RedHat\"\n\n- name: (debian) install packages\n apt: name={{ item }} state=pr...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1173, "all_permissive": false }
ansible_role
om732/sensu-grafana-demo
3ac0b306cb42a55bd3ae3a025c1f0518fbbcf0f6
1
roles/graphite
399
[ "no_license" ]
[ { "path": "roles/graphite/tasks/grafana.yml", "content": "---\n## Grafanaがインストールされているか確認\n- name: check installed grafana\n stat: path=/opt/grafana/config.js\n register: file_exists\n\n- name: get grafana tarball\n get_url: url=http://grafanarel.s3.amazonaws.com/grafana-1.8.1.tar.gz dest=/usr/local/src/ ...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 28321, "all_permissive": false }
ansible_role
om732/sensu-grafana-demo
3ac0b306cb42a55bd3ae3a025c1f0518fbbcf0f6
1
roles/sensu
399
[ "no_license" ]
[ { "path": "roles/sensu/handlers/main.yml", "content": "- name: restart sensu server\n service: name=sensu-{{ item }} state=restarted\n with_items:\n - server\n - api\n when: sensu_install_server\n\n- name: restart sensu client\n service: name=sensu-client state=restarted sleep=2\n\n- name: restart...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 36, "total_bytes": 26323, "all_permissive": false }
ansible_role
om732/sensu-grafana-demo
3ac0b306cb42a55bd3ae3a025c1f0518fbbcf0f6
1
roles/tomcat
399
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "# Tomcat8の設置\n- get_url: url=http://ftp.kddilabs.jp/infosystems/apache/tomcat/tomcat-8/v8.0.21/bin/apache-tomcat-8.0.21.tar.gz dest=/usr/local/src/ timeout=60\n\n# 解凍\n- unarchive: src=/usr/local/src/apache-tomcat-8.0.21.tar.gz dest=/opt/ copy=no\n\n# シンボ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 799, "all_permissive": false }
ansible_role
mmmex/project-otus
5ff0650dd578a54a6fe1c458ec26d34f6ef46f02
0
infra/roles/audit-server
399
[ "no_license" ]
[ { "path": "infra/roles/audit-server/handlers/main.yml", "content": "---\n# handlers file for audit-server\n- name: daemon-reload\n systemd:\n daemon_reload: yes\n\n- name: restart auditd\n systemd:\n service: auditd\n state: restarted", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 652, "all_permissive": false }
ansible_role
mmmex/project-otus
5ff0650dd578a54a6fe1c458ec26d34f6ef46f02
0
infra/roles/bitrix
399
[ "no_license" ]
[ { "path": "infra/roles/bitrix/tasks/bx-nginx.yml", "content": "---\n- name: Enable nginx unit\n ansible.builtin.systemd:\n name: nginx\n enabled: true\n\n- name: Add to hosts file\n ansible.builtin.lineinfile:\n path: /etc/hosts\n line: '127.0.0.1 push httpd'\n state: present\n\n- name: Ena...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 9210, "all_permissive": false }
ansible_role
mmmex/project-otus
5ff0650dd578a54a6fe1c458ec26d34f6ef46f02
0
infra/roles/etc_hosts
399
[ "no_license" ]
[ { "path": "infra/roles/etc_hosts/tasks/main.yml", "content": "---\n\n- name: Add entries into /etc/hosts file\n lineinfile:\n path: /etc/hosts\n regexp: \"^{{ item }}\"\n line: \"{{ item }}\"\n unsafe_writes: true # to prevent failures in CI\n loop: \"{{ etc_hosts }}\"\n when:\n - etc_hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
mmmex/project-otus
5ff0650dd578a54a6fe1c458ec26d34f6ef46f02
0
infra/roles/gluster-simple
399
[ "no_license" ]
[ { "path": "infra/roles/gluster-simple/tasks/lvm.yml", "content": "---\n- name: lvm | create new LVM partition\n parted:\n device: /dev/sdb\n label: gpt\n number: 1\n flags: [ lvm ]\n state: present\n\n- name: lvm | create VG bitrix-vg\n lvg:\n vg: bitrix-vg\n pvs: /dev/sdb1\n pesiz...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 7170, "all_permissive": false }
ansible_role
mmmex/project-otus
5ff0650dd578a54a6fe1c458ec26d34f6ef46f02
0
infra/roles/load-balancer
399
[ "no_license" ]
[ { "path": "infra/roles/load-balancer/tasks/main.yml", "content": "---\n- ansible.builtin.include: prepare.yml\n\n- ansible.builtin.include: nginx.yml\n\n- ansible.builtin.include: keepalived.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "infr...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5831, "all_permissive": false }
ansible_role
mmmex/project-otus
5ff0650dd578a54a6fe1c458ec26d34f6ef46f02
0
infra/roles/memcached
399
[ "no_license" ]
[ { "path": "infra/roles/memcached/tasks/main.yml", "content": "---\n# tasks file for memcached\n- name: Install epel-release\n ansible.builtin.yum:\n name:\n - epel-release\n state: latest\n\n- name: Install repo docker\n ansible.builtin.yum_repository:\n name: docker-ce-stable\n descripti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1798, "all_permissive": false }
ansible_role
mmmex/project-otus
5ff0650dd578a54a6fe1c458ec26d34f6ef46f02
0
infra/roles/netdata
399
[ "no_license" ]
[ { "path": "infra/roles/netdata/templates/docker-compose.yml.j2", "content": "version: '3'\nservices:\n netdata:\n image: netdata/netdata:stable\n container_name: netdata\n hostname: {{ ansible_fqdn }} # set to fqdn of host\n ports:\n - 19999:19999\n restart: unless-stopped\n cap_add:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2177, "all_permissive": false }
ansible_role
mmmex/project-otus
5ff0650dd578a54a6fe1c458ec26d34f6ef46f02
0
infra/roles/proxmox
399
[ "no_license" ]
[ { "path": "infra/roles/proxmox/tasks/init_single.yml", "content": "---\n- name: Clone VMs\n proxmox_kvm:\n node: \"{{ node }}\"\n name: \"{{ vmname }}\"\n newid: \"{{ vmid }}\"\n api_user: \"{{ api_user }}\"\n api_password: \"{{ api_password }}\"\n api_host: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3192, "all_permissive": false }
ansible_role
mmmex/project-otus
5ff0650dd578a54a6fe1c458ec26d34f6ef46f02
0
infra/roles/proxysql
399
[ "no_license" ]
[ { "path": "infra/roles/proxysql/defaults/main.yml", "content": "---\n# defaults file for proxysql\n# create_db: \"zabbix\"\n# createuser: true\nuser_db: \"zabbix\"\nuser_db_pass: \"<PASSWORD>!\"\nmysql_monitor_user: \"proxysql\"\nmysql_monitor_password: \"<PASSWORD>!\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1844, "all_permissive": false }
ansible_role
mmmex/project-otus
5ff0650dd578a54a6fe1c458ec26d34f6ef46f02
0
infra/roles/xtradb_cluster
399
[ "permissive" ]
[ { "path": "infra/roles/xtradb_cluster/tasks/users.yml", "content": "---\n- name: users | set fact to choose host to perform users task\n set_fact:\n host_on_users: \"{{ item }}\"\n loop: \"{{ ansible_play_hosts }}\"\n when: not arbiter\n\n- name: users | set fact for other hosts\n set_fact:\n host...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8966, "all_permissive": true }
ansible_role
eshikav/ELK-stack
79d6cb62f135a8510780ce29dbc52b9c4587bd05
0
roles/elk-stack
399
[ "no_license" ]
[ { "path": "roles/elk-stack/tasks/main.yml", "content": "- name: Importing the GPG keys\n shell: \"rpm --import http://packages.elastic.co/GPG-KEY-elasticsearch\"\n\n- name: Installing packages for the elasticsearch service\n yum: name=\"{{ item }}\" state=installed\n with_items:\n - java-1.8.0-openjd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1380, "all_permissive": false }
ansible_role
eshikav/ELK-stack
79d6cb62f135a8510780ce29dbc52b9c4587bd05
0
roles/filebeat
399
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "- name: Installing the filebeat service\n yum: name=filebeat state=installed\n\n- name: Configuring the filebeat to use the ssl connection\n get_url: url=http://{{ groups['elkserver'][0] }}/logstash-forwarder.crt dest=/etc/pki/tls/certs/\n\n- name: Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
eshikav/ELK-stack
79d6cb62f135a8510780ce29dbc52b9c4587bd05
0
roles/prereq
399
[ "no_license" ]
[ { "path": "roles/prereq/tasks/main.yml", "content": "- name: Setting the hostname\n hostname: name=\"{{ hostname }}\"\n\n- name: Disabling the SELINUX on all the nodes\n selinux: state=disabled\n when: inventory_hostname in groups['elkserver']\n\n- name: Disabling the firewall service\n service: name=fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1088, "all_permissive": false }
ansible_role
saintmalik/blue-green-ec2
399dd47c49b3a9115a581a7d20626fc44808803e
2
ansible-playbook/roles/common
399
[ "no_license" ]
[ { "path": "ansible-playbook/roles/common/tasks/main.yaml", "content": "---\n- name: Configure Application\n hosts: localhost\n become: yes\n vars_files:\n - group_vars/all.yml\n tasks:\n - name: Get AWS account ID\n aws_caller_info:\n register: aws_caller\n\n - name: Set ECR registry ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 23211, "all_permissive": false }
ansible_role
MrMEEE/netbootxyz-webapp-ansible
02283dd8b37c067da76c1a039640d4778cdaccbe
0
roles/webapp
399
[ "no_license" ]
[ { "path": "roles/webapp/templates/tftp.service.j2", "content": "[Unit]\nDescription=Tftp Server\nRequires=tftp.socket\nDocumentation=man:in.tftpd\n\n[Service]\nExecStart=/usr/sbin/in.tftpd -s {{ netbootxyz_install_path }}/data/config/menus\nStandardInput=socket\n\n[Install]\nAlso=tftp.socket\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7958, "all_permissive": false }
ansible_role
Agterra/ansible-setup
c69141ccb1f9168be41cfdc02bf76e1c5406b1b9
1
roles/debian
399
[ "no_license" ]
[ { "path": "roles/debian/tasks/main.yml", "content": "---\n- name: \"Add missing ppa\"\n ansible.builtin.apt_repository:\n repo: ppa:agornostal/ulauncher\n state: present\n- name: \"Setup Debian\"\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n update_cache: yes\n- name: \"Install env...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }