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
alanquillin/myhvac_ansible
857cbed1da516911ce2c78bb18a7a495b00fa30c
0
roles/apache
8,012
[ "no_license" ]
[ { "path": "roles/apache/vars/main.yml", "content": "---\napt_packages:\n- build-essential\n- libapache2-mod-passenger\n- apache2\n- zlib1g-dev", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/apache/tasks/main.yml", "content": "---\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 292, "all_permissive": false }
ansible_role
alanquillin/myhvac_ansible
857cbed1da516911ce2c78bb18a7a495b00fa30c
0
roles/common
8,012
[ "no_license" ]
[ { "path": "roles/common/files/.bashrc", "content": "# ~/.bashrc: executed by bash(1) for non-login shells.\n# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)\n# for examples\n\n# If not running interactively, don't do anything\ncase $- in\n *i*) ;;\n *) return;;\nesac\n\n# d...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 11839, "all_permissive": false }
ansible_role
alanquillin/myhvac_ansible
857cbed1da516911ce2c78bb18a7a495b00fa30c
0
roles/create_user
8,012
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "---\n- name: Create myhvac Group\n group: state=present\n name=myhvac\n system=yes\n become: yes\n become_method: sudo\n tags:\n - create_user\n\n- name: Create myhvac User\n user: name=myhvac\n password={{ <PASSWORD> |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 709, "all_permissive": false }
ansible_role
alanquillin/myhvac_ansible
857cbed1da516911ce2c78bb18a7a495b00fa30c
0
roles/init
8,012
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n- name: Setting new hostname\n hostname: name={{ new_hostname }}\n become: yes\n become_method: sudo\n tags:\n - init\n\n- name: Installing virtualenv\n apt: name={{item}}\n state=latest\n update_cache=yes\n with_items:\n - pyth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1194, "all_permissive": false }
ansible_role
alanquillin/myhvac_ansible
857cbed1da516911ce2c78bb18a7a495b00fa30c
0
roles/ruby
8,012
[ "no_license" ]
[ { "path": "roles/ruby/vars/main.yml", "content": "---\napt_packages:\n - ruby-full", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/ruby/tasks/main.yml", "content": "---\n- name: Updating apt package cache\n apt: update_cache=yes\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 464, "all_permissive": false }
ansible_role
alanquillin/myhvac_ansible
857cbed1da516911ce2c78bb18a7a495b00fa30c
0
roles/rvm
8,012
[ "no_license" ]
[ { "path": "roles/rvm/vars/main.yml", "content": "---\nrvm_install_path: '/usr/local/rvm'\n\nrvm_rubies:\n - \"ruby-2.3.1\"\n\nrvm_delete_rubies: ''\n\nrvm_install_flags: '--auto-dotfiles'\n\nrvm_ruby_install_flags: ''\n\nrvm_version: 'stable'\n\nrvm_check_for_updates: yes\n\nrvm_temp_download_path: '/tmp'\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5971, "all_permissive": false }
ansible_role
alanquillin/myhvac_ansible
857cbed1da516911ce2c78bb18a7a495b00fa30c
0
roles/scripts
8,012
[ "no_license" ]
[ { "path": "roles/scripts/tasks/main.yml", "content": "---\n- name: Download hvac scripts\n git: repo=https://github.com/alanquillin/myhvac_scripts.git\n dest={{install_dir}}/src/scripts\n force=yes\n update=yes\n become: yes\n become_user: myhvac\n tags:\n - scripts", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
alanquillin/myhvac_ansible
857cbed1da516911ce2c78bb18a7a495b00fa30c
0
roles/service
8,012
[ "no_license" ]
[ { "path": "roles/service/templates/service.conf.j2", "content": "[io]\n# Pins for GPIO mode = BOARD\n# green_pin_out = 36\n# green_pin_fb = 18\n# green_pin_lb = 33\n# white_pin_out = 32\n# white_pin_fb = 22\n# white_pin_lb = 31\n# yellow_pin_out = 38\n# yellow_pin_fb = 16\n# yellow_pin_lb = 35\n# aux_pin_ou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3848, "all_permissive": false }
ansible_role
alanquillin/myhvac_ansible
857cbed1da516911ce2c78bb18a7a495b00fa30c
0
roles/static_ip
8,012
[ "no_license" ]
[ { "path": "roles/static_ip/tasks/main.yml", "content": "---\n- name: Set static ip address (replace /etc/dhcpcd.conf)\n template: src=etc_dhcpcd.conf.j2\n dest=/etc/dhcpcd.conf\n backup=yes\n become: yes\n become_method: sudo", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
alanquillin/myhvac_ansible
857cbed1da516911ce2c78bb18a7a495b00fa30c
0
roles/web-server
8,012
[ "no_license" ]
[ { "path": "roles/web-server/vars/main.yml", "content": "---\ndatabase_name: myhvac", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/web-server/templates/myhvac_web.conf.j2", "content": "<VirtualHost *:80>\n ServerName {{ new_hostname }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2644, "all_permissive": false }
ansible_role
gulinux86/LAMP-SERVER-Ansible
e18ea51e8f36fd8f194c2984a90fb9347c3648f7
1
roles/apache
8,012
[ "no_license" ]
[ { "path": "roles/apache/README.md", "content": "Apache Role\n=========\n\nDescriptions: \n\n# This role provides the install apache and configuration setting a template VirtualHost to running a WordPress.\n\n#Requirements\n\n- apache2\n- libapache2-mod-fcgid\n- libapache2-mod-security2\n- libapache2-mod-eva...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1966, "all_permissive": false }
ansible_role
gulinux86/LAMP-SERVER-Ansible
e18ea51e8f36fd8f194c2984a90fb9347c3648f7
1
roles/mysql
8,012
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n\n - name: \"Install Mariadb Server - RedHat\"\n yum:\n name:\n - mariadb-server\n - MySQL-python\n state: present\n when: (ansible_facts['os_family'] == \"RedHat\")\n\n - name: \"Install Mysql S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2218, "all_permissive": false }
ansible_role
gulinux86/LAMP-SERVER-Ansible
e18ea51e8f36fd8f194c2984a90fb9347c3648f7
1
roles/serverTools
8,012
[ "no_license" ]
[ { "path": "roles/serverTools/vars/main.yml", "content": "---\n# vars file for serverTools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/serverTools/defaults/main.yml", "content": "---\n# defaults file for serverTools\n", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2131, "all_permissive": false }
ansible_role
stijnvandepol/ansible
ad2356e8060ea75a4972905bad04c28d94670477
0
roles/createuser
8,012
[ "no_license" ]
[ { "path": "roles/createuser/tasks/main.yml", "content": "---\n- name: Maak nieuwe gebruiker\n win_shell: net user \"{{ first_name | lower }}.{{ last_name | replace(' ', '') | lower }}\" \"{{ default_password }}\" /add /logonpasswordchg:yes\n register: user_creation\n\n- name: Maak loginnaam gebruiker (UPN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1019, "all_permissive": false }
ansible_role
stijnvandepol/ansible
ad2356e8060ea75a4972905bad04c28d94670477
0
roles/deployvm
8,012
[ "no_license" ]
[ { "path": "roles/deployvm/tasks/main.yml", "content": "- name: Maak Virtuele machine aan\n community.vmware.vmware_guest:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: no\n datacenter: \"{{ vcenter_datacenter ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1604, "all_permissive": false }
ansible_role
stijnvandepol/ansible
ad2356e8060ea75a4972905bad04c28d94670477
0
roles/domainadd
8,012
[ "no_license" ]
[ { "path": "roles/domainadd/tasks/main.yml", "content": "---\n- name: Virtuele machine toevoegen aan domein\n win_domain_membership:\n dns_domain_name: \"{{ domain }}\"\n hostname: \"{{ vm_name }}\"\n domain_admin_user: \"{{ domain_admin_user }}\"\n domain_admin_password: \"{{ <PASSWORD> }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
stijnvandepol/ansible
ad2356e8060ea75a4972905bad04c28d94670477
0
roles/installcmkagent
8,012
[ "no_license" ]
[ { "path": "roles/installcmkagent/tasks/main.yml", "content": "---\n - name: Download the Checkmk Agent .deb file\n get_url:\n url: http://172.16.2.30/monitoring/check_mk/agents/check-mk-agent_2.3.0p15-1_all.deb\n dest: /tmp/check-mk-agent_2.3.0p15-1_all.deb\n\n - name: Install the Checkmk Age...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1956, "all_permissive": false }
ansible_role
stijnvandepol/ansible
ad2356e8060ea75a4972905bad04c28d94670477
0
roles/updateinventory
8,012
[ "no_license" ]
[ { "path": "roles/updateinventory/tasks/main.yml", "content": "---\n- name: update inventory\n add_host:\n name: \"{{ vm_name }}\"\n ansible_host: \"{{ vm_ip }}\"\n ansible_user: student\n ansible_ssh_pass: <PASSWORD>!\n groups: deployed_vms", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
ayesha-qy/AI-Project
30889740bfd4819f171da79139365dafa32ea474
0
ansible/roles/clone_repo
8,006
[ "no_license" ]
[ { "path": "ansible/roles/clone_repo/tasks/main.yml", "content": "- name: Clone the GitHub repository\n win_shell: |\n if (!(Test-Path -Path \"C:\\repos\")) {\n New-Item -ItemType Directory -Force -Path \"C:\\repos\"\n }\n git clone https://github.com/ayesha-qy/AI-Project.git C:\\repos\\custom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
ayesha-qy/AI-Project
30889740bfd4819f171da79139365dafa32ea474
0
ansible/roles/install_dependencies
8,006
[ "no_license" ]
[ { "path": "ansible/roles/install_dependencies/tasks/main.yml", "content": "- name: Install Python via Chocolatey\n win_chocolatey:\n name: python\n state: present\n\n- name: Install Git via Chocolatey\n win_chocolatey:\n name: git\n state: present", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
ayesha-qy/AI-Project
30889740bfd4819f171da79139365dafa32ea474
0
ansible/roles/setup_environment
8,006
[ "no_license" ]
[ { "path": "ansible/roles/setup_environment/tasks/main.yml", "content": "- name: Set up Python virtual environment\n win_shell: |\n cd C:\\repos\\customer-segmentation\n python -m venv venv\n .\\venv\\Scripts\\activate\n pip install -r requirements.txt\n args:\n executable: cmd\n\n- name: Ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
dting/vagrant-ansible-iruby-notebook
29469e007a7683dccd3689f001d74aa45a693e39
0
provisioning/roles/cleanup
8,006
[ "no_license" ]
[ { "path": "provisioning/roles/cleanup/tasks/main.yml", "content": "---\n- name: Check if packages need to be autoremoved\n become: yes\n command: apt-get --dry-run autoremove\n register: check_autoremove\n changed_when: False\n\n- name: Autoremove unused packages\n become: yes\n command: apt-get -y au...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
dting/vagrant-ansible-iruby-notebook
29469e007a7683dccd3689f001d74aa45a693e39
0
provisioning/roles/common
8,006
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n become: yes\n apt: update_cache=yes cache_valid_time=43200\n tags: common\n\n- name: Update language\n become: yes\n apt: pkg=language-pack-en\n tags: common\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
dting/vagrant-ansible-iruby-notebook
29469e007a7683dccd3689f001d74aa45a693e39
0
provisioning/roles/iruby
8,006
[ "no_license" ]
[ { "path": "provisioning/roles/iruby/tasks/main.yml", "content": "---\n- name: Install packages\n apt: pkg={{ item }} state=latest\n become: yes\n with_items:\n - libzmq3-dev\n - python-dev\n - python-pip\n - python3-dev\n\n- name: Upgrade pip\n become: yes\n pip: name=pip state=latest\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1188, "all_permissive": false }
ansible_role
0x13hrafnulf/toolkit-build
af2dc463bc235692eee9193aa94a1c100e6df11c
0
roles/configure-vim
8,006
[ "no_license" ]
[ { "path": "roles/configure-vim/tasks/main.yml", "content": "---\n# tasks file for configure-vim\n- name: \"Configure Vim\"\n apt:\n name: vim\n state: present\n become: true\n become_method: sudo\n- name: \"Copying Vim Config\"\n copy:\n src: \"{{ role_path }}/files/.vimrc\"\n dest: \"{{ ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 495, "all_permissive": false }
ansible_role
0x13hrafnulf/toolkit-build
af2dc463bc235692eee9193aa94a1c100e6df11c
0
roles/install-tools
8,006
[ "no_license" ]
[ { "path": "roles/install-tools/tasks/misc-tools.yml", "content": "---\r\n- name: \"Download tools & scripts to ~/tools/\"\r\n get_url:\r\n url: \"{{ item }}\"\r\n dest: \"/path/to/your/destination/folder/filename\"\r\n mode: '0644'\r\n loop:\r\n - \"\"\r\n", "license_type": "no_license",...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 7851, "all_permissive": false }
ansible_role
mirdsmulya/Ansible-library
b595fee63dd671305f1bc2cd94cc6694ab99503f
0
roles/apche2
8,006
[ "no_license" ]
[ { "path": "roles/apche2/tasks/main.yml", "content": "---\n\n- name: Install Apache2\n apt:\n name: apache2 \n # update_cache: yes\n state: present\n- name: Install PHP module\n apt: \n name: libapache2-mod-php5 \n state: present\n- name: start apache\n service: \n name: apache2\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
mirdsmulya/Ansible-library
b595fee63dd671305f1bc2cd94cc6694ab99503f
0
roles/ssh
8,006
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n - name: Change Port\n lineinfile: \n #dest: /etc/sysconfig/network-scripts/ifcfg-enp0s9 \n dest: /etc/ssh/sshd_config\n #regexp: '^ONBOOT' \n regexp: '^Port 443'\n line: 'Port 22'\n #line: 'ONBOOT=yes'\n\n\n# - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
edwardtheharris/ansible-kcp
0c379468c043d7f7965090c500c2b7b8a9bf4aef
1
roles/calico
8,006
[ "no_license" ]
[ { "path": "roles/calico/tasks/main.yml", "content": "---\n- name: Apply the calico manifest`\n ansible.builtin.shell:\n cmd: kubectl apply -f roles/calico/files/calico.yaml\n register: result\n- name: Display result\n ansible.builtin.debug:\n var: result\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
edwardtheharris/ansible-kcp
0c379468c043d7f7965090c500c2b7b8a9bf4aef
1
roles/init
8,006
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n ###\n # ```{rubric} Prep for Kubeadm\n # ```\n # ---\n # Prepare the first control plane for init.\n #\n # ```{literalinclude} /roles/init/tasks/main.yml\n # :language: yaml\n # :start-at: \"- name: Create kube group\\n\"\n # :end-at: \" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3845, "all_permissive": false }
ansible_role
edwardtheharris/ansible-kcp
0c379468c043d7f7965090c500c2b7b8a9bf4aef
1
roles/join
8,006
[ "no_license" ]
[ { "path": "roles/join/tasks/main.yml", "content": "---\n- name: Configure netfilter and ip\n ansible.builtin.copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n owner: root\n group: root\n mode: ug+rw,o-rwx\n loop:\n - src: modules-k8s.conf\n dest: /etc/modules-load.d/k8s....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2039, "all_permissive": false }
ansible_role
edwardtheharris/ansible-kcp
0c379468c043d7f7965090c500c2b7b8a9bf4aef
1
roles/kv
8,006
[ "no_license" ]
[ { "path": "roles/kv/index.md", "content": "---\nabstract: >-\n This role creates and installs a Kube-VIP manifest onto all control planes.\nauthors:\n - name: <NAME>\n email: <EMAIL>\ndate: 2024-07-24\ntitle: HA K8S Kube-VIP\n---\n\nDeployment of HA K8S Clusters with Kubeadm is helped with use of...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4442, "all_permissive": false }
ansible_role
edwardtheharris/ansible-kcp
0c379468c043d7f7965090c500c2b7b8a9bf4aef
1
roles/reset
8,006
[ "no_license" ]
[ { "path": "roles/reset/tasks/main.yml", "content": "---\n ###\n # ```{rubric} Reset an existing cluster\n # ```\n # ---\n # This playbook runs `kubeadm reset -f`{l=shell} on a control plane node.\n #\n # ```{literalinclude} /roles/reset/tasks/main.yml\n # :language: yaml\n # :start-at: \"- name: Re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2536, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/aws_ec2
8,006
[ "no_license" ]
[ { "path": "roles/aws_ec2/tasks/destroy.yml", "content": "- name: 'Assert: ec2_destroy.instance_ids'\n assert:\n that: (ec2_destroy.instance_ids is defined and ec2_destroy.instance_ids is not none and ec2_destroy.instance_ids | trim != '')\n tags:\n - destroy\n - aws_ec2\n - aws_ec2_d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5458, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/aws_rds
8,006
[ "no_license" ]
[ { "path": "roles/aws_rds/tasks/main.yml", "content": "- name: Assert on 'ec2_rds'\n assert:\n that: (ec2_rds is defined and ec2_rds is not none and ec2_rds | trim != '')\n tags:\n - aws_ec2\n - aws_ec2_rds\n - aws_ec2_rds_assert\n- name: Create RDS Instance\n rds:\n insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1327, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/berkshelf
8,006
[ "no_license" ]
[ { "path": "roles/berkshelf/tasks/main.yml", "content": "- name: Assert on 'chdir'\n assert:\n that: (chdir is defined and chdir is not none and chdir | trim != '')\n tags:\n - berkshelf\n - berkshelf_assert_chdir\n- name: Assert on 'berkshelf.cookbook_path'\n assert:\n that:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1297, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/bootstrap_debian
8,006
[ "no_license" ]
[ { "path": "roles/bootstrap_debian/tasks/main.yml", "content": "- name: Remove requiretty\n lineinfile: regexp=\"^\\s+\\w+\\s+requiretty\" dest=/etc/sudoers state=absent\n become: yes\n tags:\n - bootstrap\n - debian\n - bootstrap_requiretty\n- name: Ensure integrity of dpkg database\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/bundler
8,006
[ "no_license" ]
[ { "path": "roles/bundler/tasks/main.yml", "content": "- name: Assert on 'chdir'\n assert:\n that: (chdir is defined and chdir is not none and chdir | trim != '')\n tags:\n - ruby\n - bundler\n - bundler_assert\n- name: 'Debug: bundler'\n debug: var=bundler verbosity=3\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1789, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/chef
8,006
[ "no_license" ]
[ { "path": "roles/chef/templates/solo.rb.j2", "content": "{{ ansible_managed | comment }}\n\n# https://docs.chef.io/config_rb_solo.html\n\n# The name of the node.\nnode_name \"{{ ansible_hostname }}\"\n\n# The location of the log file. Default value: STDOUT.\nlog_location \"{{ chef.log_location|default('STDO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6978, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/directory
8,006
[ "no_license" ]
[ { "path": "roles/directory/tasks/main.yml", "content": "- name: Assert on 'chdir'\n assert:\n that: (chdir is defined and chdir is not none and chdir | trim != '')\n tags:\n - directory\n - directory_assert_chdir\n- name: Create Directory\n file:\n path: \"{{ chdir }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/gem
8,006
[ "no_license" ]
[ { "path": "roles/gem/tasks/main.yml", "content": "- name: 'Debug: data'\n debug: var=data verbosity=3\n tags:\n - debug\n - gem\n - gem_debug\n- name: Update Rubygems\n shell: gem update --system --no-document\n register: gem_update_system\n changed_when: gem_update_system.stdout...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1255, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/git
8,006
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Assert on 'git.dest'\n assert:\n that: (git.dest is defined and git.dest is not none and git.dest | trim != '')\n tags:\n - git\n - git_assert_dest\n- name: Assert on 'git.repo'\n assert:\n that: (git.repo is defined ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1665, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/list
8,006
[ "no_license" ]
[ { "path": "roles/list/tasks/list.yml", "content": "- name: 'Inventory'\n debug: msg=\"{{ inv_host }}\"\n with_items: \"{{ groups['all'] }}\"\n loop_control:\n loop_var: inv_host\n tags:\n - debug\n - list\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1979, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/packages
8,006
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "- name: Assert on 'data'\n assert:\n that: (data is defined and data is not none and data|trim != '')\n tags:\n - packages\n - packages_assert_data\n- name: 'Debug: data'\n debug: var=data verbosity=3\n tags:\n - debug\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2024, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/permissions
8,006
[ "no_license" ]
[ { "path": "roles/permissions/tasks/main.yml", "content": "- name: Adjust Permissions\n file:\n path: \"{{ chdir }}\"\n mode: \"{{ mode|default('u=rwX,g=rX,o=rX') }}\"\n owner: \"{{ owner|default(ansible_user) }}\"\n group: \"{{ group|default('root') }}\"\n recurse: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/pip
8,006
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "- name: 'Debug: data'\n debug: var=data verbosity=3\n tags:\n - debug\n - python\n - pip\n - pip_debug\n- name: Resolve pip requirements\n pip:\n virtualenv: \"{{ data.virtualenv|default(omit) }}\"\n requirements: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1171, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/run_chef
8,006
[ "no_license" ]
[ { "path": "roles/run_chef/tasks/main.yml", "content": "- name: Assert on 'chef.run'\n assert:\n that: (chef.run is defined and chef.run is not none and chef.run | trim != '')\n tags:\n - chef\n - chef_run\n - chef_assert_run\n- name: Assert on 'chef.run_list'\n assert:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1778, "all_permissive": false }
ansible_role
swoswo/taxigirl
103f5a971338066ada6bf0dc78d7c6d05fbde06e
1
roles/shell
8,006
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "- name: Assert on 'data.commands'\n assert:\n that: (data.commands is defined and data.commands is not none and data.commands | trim != '')\n tags:\n - shell\n - shell_assert\n- name: 'Debug: data'\n debug: var=data verbosity=3\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
btgartamaker/laptop_config
8d1a0cb4e2833aa222234b5208d7f6106dd6491f
0
roles/development
8,006
[ "no_license" ]
[ { "path": "roles/development/tasks/java_jdk.yml", "content": "- name: install key (apt)\n become: yes\n apt_key:\n url: '{{ jdk_mirror }}/corretto.key'\n state: present\n\n- name: install Terraform repo (apt)\n become: yes\n apt_repository:\n repo: 'deb {{ jdk_mirror }} stable main'\n filena...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 3426, "all_permissive": false }
ansible_role
jkesarwani123/sample-ansible
41c71a6fa00e193566e307d3e192f2a4c4059ecf
0
roles/sample
8,006
[ "no_license" ]
[ { "path": "roles/sample/vars/main.yml", "content": "URL: jkdevops.online", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/sample/tasks/main.yml", "content": "- name: Print hello world\n ansible.builtin.debug:\n msg: Hello from role sam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 200, "all_permissive": false }
ansible_role
raywu60kg/my-ansible
be03b9e99f79bd9cc77680fcb4ee6605cc73a0b3
0
roles/common
8,006
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: \"apt-get update\"\n shell: \"apt-get update\"\n- name: \"install utils\"\n shell: \"apt-get -y install curl\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/balancer
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/balancer/vars/main.yml", "content": "# ssl_pem comes from the vault\nssl_pem: '{{ vaulted_ssl_pem }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "provisioner/roles/balancer/templates/haproxy.conf.j2", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4519, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/common
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/common/tasks/newrelic-plugin-agent-actions.yml", "content": "- name: Restarting newrelic plugin agent service\n sudo: true\n service: name=newrelic_plugin_agent state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2062, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/deploy_user
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/deploy_user/tasks/main.yml", "content": "- name: Create the deploy group\n group: name={{ deploy_user }} system=yes state=present\n- name: Create Deploy user\n user: name={{ deploy_user }} groups=sudo shell=/bin/bash state=present\n- name: Add to own group\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/foxcomm
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/foxcomm/tasks/main.yml", "content": "- name: Create router_config dir\n sudo: true\n file: path=/home/core/router_config state=directory mode=0755 owner=core group=core\n\n- name: Create or update config for router\n template: src=servers.toml.j2 dest=/home/core/router_config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 748, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/java
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/java/tasks/main.yml", "content": "- name: Make sure JRE is installed\n apt: name=openjdk-7-jre-headless\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/kibana
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/kibana/tasks/main.yml", "content": "- name: Download Kibana.\n get_url:\n url: \"https://download.elastic.co/kibana/kibana/kibana-{{ kibana_version }}-linux-{{ kibana_arch }}.tar.gz\"\n dest: \"{{ workspace }}/kibana.tar.gz\"\n\n- name: Expand Kibana.\n command: >\n t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2040, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/mongodb
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/mongodb/tasks/main.yaml", "content": "---\n\n# Create mongodb cluster using Google Compute Engine interface\n# - name: mongodb | add repository\n# apt_repository: repo='deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen' update_cache=yes\n# tags: mong...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2163, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/redis
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/redis/tasks/main.yml", "content": "- name: Update apt cache\n sudo: true\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Installing redis and its dependencies\n sudo: true\n apt: pkg={{ item }} state=latest install_recommends=no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/rsyslog-config
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/rsyslog-config/templates/nginx.conf", "content": "# error log\ninput(type=\"imfile\"\n stateFile=\"stat-nginx-error\"\n File=\"/var/log/nginx/error.log\"\n Tag=\"nginx-error-{{environments_tag}}\"\n Facility=\"local1\")\n\n# access log\ninput(type=\"imfile\"\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1337, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/rsyslog-omelasticsearch
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/rsyslog-omelasticsearch/tasks/main.yml", "content": "- name: \"Update rsyslog\"\n apt: pkg=rsyslog state=latest update_cache=yes default_release=wheezy-backports\n\n- name: \"Install additional packages\"\n apt: pkg=rsyslog-elasticsearch state=installed\n\n- name: \"Install rs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/solr
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/solr/templates/www.conf.j2", "content": "upstream solr {\n server 127.0.0.1:8983;\n}\n\nserver {\n listen 80;\n server_name _;\n\n auth_basic \"<PASSWORD>\";\n auth_basic_user_file .htpasswd;\n\n location / {\n proxy_pass http://solr;\n }\n}\n\nupstream slaves {\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4596, "all_permissive": false }
ansible_role
FoxComm/core_services
fe4453954f2793ae621d85de97049b268961b3c2
0
provisioner/roles/ssh
8,006
[ "no_license" ]
[ { "path": "provisioner/roles/ssh/tasks/main.yml", "content": "- name: Set up authorized_keys for users\n authorized_key: key='{{ item.value }}' user={{ deploy_user }} state=present\n with_items:\n - '{{ public_keys }}'\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
antonanisimov/test-task
caac8574fa9f7fbc90bbc3ebf39055e3429e893a
0
ansible/roles/common
8,011
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Collect facts\n setup:\n gather_subset:\n - 'all'\n\n- name: Update system\n become: true\n apt:\n update_cache: yes \n force_apt_get: yes \n cache_valid_time: 3600\n\n- name: Upgrade all packages\n become: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
antonanisimov/test-task
caac8574fa9f7fbc90bbc3ebf39055e3429e893a
0
ansible/roles/consumer
8,011
[ "no_license" ]
[ { "path": "ansible/roles/consumer/tasks/main.yml", "content": "- name: Copy project to VM\n copy:\n src: ../../../app/consumer\n dest: \"{{ home_directory }}\"\n\n- name: Build Consumer application \n shell: go build .\n args:\n chdir: consumer/\n\n- name: Check running process\n shell: echo -n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": false }
ansible_role
antonanisimov/test-task
caac8574fa9f7fbc90bbc3ebf39055e3429e893a
0
ansible/roles/golang
8,011
[ "no_license" ]
[ { "path": "ansible/roles/golang/tasks/main.yml", "content": "---\n- name: Check Golang\n stat:\n path: \"/usr/local/go/bin/go\"\n register: stat_result\n\n- name: Install golang\n block:\n - name: Remove old installation of Golang\n become: true\n file:\n path: /usr/local/go\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
antonanisimov/test-task
caac8574fa9f7fbc90bbc3ebf39055e3429e893a
0
ansible/roles/grafana
8,011
[ "no_license" ]
[ { "path": "ansible/roles/grafana/tasks/main.yml", "content": "- name: Gather package facts\n package_facts:\n manager: apt\n\n- name: Install Grafana\n block:\n - name: Add the Grafana GPG key and APT repository\n shell: |\n curl https://packages.grafana.com/gpg.key | sudo apt-key add -\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2171, "all_permissive": false }
ansible_role
antonanisimov/test-task
caac8574fa9f7fbc90bbc3ebf39055e3429e893a
0
ansible/roles/node_exporter
8,011
[ "no_license" ]
[ { "path": "ansible/roles/node_exporter/templates/node_exporter.service.j2", "content": "[Unit]\nDescription=Node Exporter\n\n\n[Service]\nExecStart={{ node_exporter_bin_path }}/node_exporter {{ node_exporter_options }}\n\n[Install]\nWantedBy=default.target", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1864, "all_permissive": false }
ansible_role
antonanisimov/test-task
caac8574fa9f7fbc90bbc3ebf39055e3429e893a
0
ansible/roles/producer
8,011
[ "no_license" ]
[ { "path": "ansible/roles/producer/tasks/main.yml", "content": "- name: Copy project to VM\n copy:\n src: ../../../app/producer\n dest: \"{{ home_directory }}\"\n\n- name: Build Producer application \n shell: go build .\n args:\n chdir: producer/\n\n- name: Check running process\n shell: echo -n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
antonanisimov/test-task
caac8574fa9f7fbc90bbc3ebf39055e3429e893a
0
ansible/roles/prometheus
8,011
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "- name: Gather package facts\n package_facts:\n manager: apt\n\n- name: Install Prometheus\n block:\n - name: apt install prometheus\n apt:\n name: prometheus\n state: latest\n update_cache: yes\n cache_valid_time:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1442, "all_permissive": false }
ansible_role
antonanisimov/test-task
caac8574fa9f7fbc90bbc3ebf39055e3429e893a
0
ansible/roles/rabbitmq
8,011
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/tasks/main.yml", "content": "\n- name: Gather package facts\n package_facts:\n manager: apt\n\n- name: Install RabbitMQ\n block:\n - name: Add RabbitMQ apt repos key\n apt_key:\n url: \"{{ item }}\"\n state: present\n with_items:\n - \"https://dl....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2697, "all_permissive": false }
ansible_role
zhanglei/ansible-elasticsearch
477b25ed99c9cddf03160cc13b7492eeddf9c867
0
roles/elasticsearch
8,011
[ "permissive" ]
[ { "path": "roles/elasticsearch/README.md", "content": "# 介绍\n基于 Ansible 安装 elasticsearch 单机或集群。\n\n# Role 介绍\n\n| role | 功能 | 默认端口 | \n| :---- | ---- | ---- | \n| init | 环境初始化,包括:<br>- 关闭Selinux<br>- 关闭防火墙<br>- 更换yum源为阿里源<br>- 设置时区为 Asia/Shanghai<br>- 安装NTP<br>- 设置ntp时钟同步<br>- 增加文件描述符<br>- 禁用交换<br>- 调整虚拟内存<...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1847, "all_permissive": true }
ansible_role
zhanglei/ansible-elasticsearch
477b25ed99c9cddf03160cc13b7492eeddf9c867
0
roles/jdk
8,011
[ "permissive" ]
[ { "path": "roles/jdk/tasks/install-jdk-centos.yml", "content": "---\n# 在 CentOS 中安装 jdk1.8\n- name: 复制 jdk-8u211-linux-x64.rpm 到 /usr/local\n copy: \n src: jdk-8u211-linux-x64.rpm \n dest: /usr/local/\n- name: Install jdk1.8\n yum:\n name: /usr/local/jdk-8u211-linux-x64.rpm\n state: present\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": true }
ansible_role
zhanglei/ansible-elasticsearch
477b25ed99c9cddf03160cc13b7492eeddf9c867
0
roles/kibana
8,011
[ "permissive" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "---\n\n- name: 复制 kibana 包到 /usr/local/\n copy: \n src: kibana-7.4.2-x86_64.rpm\n dest: /usr/local/kibana-7.4.2-x86_64.rpm\n\n- name: 安装 kibana\n yum: \n name: /usr/local/kibana-7.4.2-x86_64.rpm\n state: present\n\n- name: 配置 kibana\n templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 516, "all_permissive": true }
ansible_role
ryklebaron/hostAndGroupVars
3f5ec809db8874ceb219a07cefaadf14e8d8797e
0
roles/routers
8,011
[ "no_license" ]
[ { "path": "roles/routers/tasks/main.yml", "content": "---\n\n- name: Configure basic settings\n become: yes\n hosts: routers\n gather_facts: False\n tasks:\n \n - name: Backup router\n ios_config:\n backup: yes\n backup_options:\n dir_path: $PWD/backup\n\n - name: Se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1570, "all_permissive": false }
ansible_role
OceanicSix/ansible-kali
a9fb76f6d986867ca024f09d4bdf08426583be1e
0
roles/download-git-files
8,011
[ "no_license" ]
[ { "path": "roles/download-git-files/tasks/kerbrute.yml", "content": "---\n- name: \"Download kerbrute latest release\"\n git:\n repo: \"https://github.com/ropnop/kerbrute\"\n dest: \"{{ ansible_env.HOME }}/git/kerbrute/\"\n- name: \"Building kerbrute\"\n shell: |\n cd \"{{ ansible_env.HOME }}/git...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 1860, "all_permissive": false }
ansible_role
OceanicSix/ansible-kali
a9fb76f6d986867ca024f09d4bdf08426583be1e
0
roles/download-server-files
8,011
[ "no_license" ]
[ { "path": "roles/download-server-files/handlers/main.yml", "content": "---\n# handlers file for download-server-file\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/download-server-files/tests/test.yml", "content": "---\n- hosts: localh...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 930, "all_permissive": false }
ansible_role
OceanicSix/ansible-kali
a9fb76f6d986867ca024f09d4bdf08426583be1e
0
roles/firefox-config
8,011
[ "no_license" ]
[ { "path": "roles/firefox-config/defaults/main.yml", "content": "---\n# defaults file for firefox-config\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/firefox-config/tasks/main.yml", "content": "---\n# tasks file for firefox-config\n- ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1145, "all_permissive": false }
ansible_role
OceanicSix/ansible-kali
a9fb76f6d986867ca024f09d4bdf08426583be1e
0
roles/install-from-apt
8,011
[ "no_license" ]
[ { "path": "roles/install-from-apt/tasks/main.yml", "content": "---\n# tasks file for install-from-apt\n- name: \"install package from apt\"\n apt:\n name:\n - tmux\n - apache2\n - php\n - php-mysql\n - jq\n - ascii\n - gobuster\n - ipython3\n - mariadb-server...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 607, "all_permissive": false }
ansible_role
OceanicSix/ansible-kali
a9fb76f6d986867ca024f09d4bdf08426583be1e
0
roles/pip3-install
8,011
[ "no_license" ]
[ { "path": "roles/pip3-install/defaults/main.yml", "content": "---\n# defaults file for pip3-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/pip3-install/tasks/main.yml", "content": "---\n# tasks file for pip3-install\n- name: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 407, "all_permissive": false }
ansible_role
OceanicSix/ansible-kali
a9fb76f6d986867ca024f09d4bdf08426583be1e
0
roles/setup-package
8,011
[ "no_license" ]
[ { "path": "roles/setup-package/tasks/vim.yml", "content": "---\n- name: \"Copy vim config\"\n copy:\n src: files/vimrc\n dest: \"{{ ansible_env.HOME }}/.vimrc\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/setup-package/tests/tes...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 2237, "all_permissive": false }
ansible_role
OceanicSix/ansible-kali
a9fb76f6d986867ca024f09d4bdf08426583be1e
0
roles/setup-system
8,011
[ "no_license" ]
[ { "path": "roles/setup-system/handlers/main.yml", "content": "---\n# handlers file for setup-system\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/setup-system/tasks/wordlist.yml", "content": "---\n- name: \"Check if wordlist is copied...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1324, "all_permissive": false }
ansible_role
max-l-weaver/flask_app_ansible_deploy
526c7e6d3841bdd6141a573d17a7d9e0cbeae311
0
roles/flask
8,011
[ "no_license" ]
[ { "path": "roles/flask/tasks/main.yml", "content": "---\n\n- name: Install essential packages first\n apt: pkg={{ item }} state=latest update_cache=yes\n with_items:\n - nginx\n - git\n - supervisor\n\n- name: Install pip\n apt: pkg=python-pip update_cache=yes\n \n- name: Install Flask\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1438, "all_permissive": false }
ansible_role
max-l-weaver/flask_app_ansible_deploy
526c7e6d3841bdd6141a573d17a7d9e0cbeae311
0
roles/mariadb
8,011
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- name: install software-properties-common\n apt: name=software-properties-common \n\n- name: Add repo key for mariadb\n apt_repository: repo='deb [arch=amd64,i386,ppc64el] http://lon1.mirrors.digitalocean.com/mariadb/repo/10.1/ubuntu xenial mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
JigarProjects/agentsystem
97e12f3b9c11e390507226ebf999aa9924896d81
0
ansible/roles/agent
8,011
[ "no_license" ]
[ { "path": "ansible/roles/agent/tasks/main.yml", "content": "---\n- name: installing git\n become: yes\n apt:\n name: git\n update_cache: yes\n\n- name: fetching the code\n git:\n repo: https://github.com/JigarProjects/agentsystem.git\n dest: agentSystem\n\n- name: setting run time environ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
JigarProjects/agentsystem
97e12f3b9c11e390507226ebf999aa9924896d81
0
ansible/roles/consul
8,011
[ "no_license" ]
[ { "path": "ansible/roles/consul/tasks/main.yml", "content": "---\n- name: updating repository\n apt:\n name: unzip\n update_cache: yes\n\n- name: download consul 0.9.0 binary\n get_url:\n url: https://releases.hashicorp.com/consul/0.9.0/consul_0.9.0_linux_amd64.zip\n dest: /usr/local/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
hentati97/hello
b9b360822a78cbc3d28a2761ff383b3733f21746
0
Ansible/roles/docker
8,011
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n- name: create docker image\n docker_image:\n name: hentati97/devops\n build:\n path: /var/lib/jenkins/workspace/final\n pull: no \n source: build\n state: present\n force_source: true\n- name: run container docker\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
Raj34970/Ansible-nginx
f9579f1d930d9106795f2e022c47ac2ee5029c5a
1
roles/nginx
8,011
[ "no_license" ]
[ { "path": "roles/nginx/tasks/remove_files.yml", "content": "# code:language=ansible\n---\n- name: Removing all the files\n tags:\n - never\n - purge_all\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: absent\n loop:\n - \"{{ nginx_sites_enabled }}\"\n - \"{{ nginx_sites_availabl...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3670, "all_permissive": false }
ansible_role
Moussi/ansible_docker_mediawiki
14b5e66163cb2550047a3fafbb817d5a02e31267
0
roles/apache
8,011
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n\n- name: \"install apache\"\n yum:\n name: \"httpd\"\n state: \"present\"\n\n- name: \"enable apache service\"\n service:\n name: \"httpd\"\n state: \"started\"\n enabled: yes\n\n# install php packags only i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 934, "all_permissive": false }
ansible_role
Moussi/ansible_docker_mediawiki
14b5e66163cb2550047a3fafbb817d5a02e31267
0
roles/mariadb
8,011
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n# Install mariadb server packages and python extensions\n- name: \"mariadb-server installation\"\n yum:\n name: \"mariadb-server,MySQL-python\"\n state: \"installed\"\n\n # Activate MariaDB service\n- name: \"start mariadb service\"\n se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
BharadwajAyinapurapu/Spring-Boot-Thymeleaf
4d01dd659e75706dad0eb4a17e87795d382295e1
0
roles/tomcat_deploy
8,011
[ "no_license" ]
[ { "path": "roles/tomcat_deploy/vars/main.yml", "content": "tomcat_package: apache-tomcat-9.0.67\nwar_package: spring-boot-thymeleaf-2.0.0.war\ntomcat_package: apache-tomcat-9.0.67\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/tomcat_depl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 487, "all_permissive": false }
ansible_role
BharadwajAyinapurapu/Spring-Boot-Thymeleaf
4d01dd659e75706dad0eb4a17e87795d382295e1
0
roles/tomcat_install
8,011
[ "no_license" ]
[ { "path": "roles/tomcat_install/tasks/main.yml", "content": "- name: Install Java\n apt:\n name: openjdk-11-jdk\n state: latest\n \n- name: Install Tomcat\n get_url:\n url: (( tomcat_url }}\n dest: /usr/local\n\n- name: Unarchive Tomcat Package\n unarchive:\n src: /usr/local/{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 430, "all_permissive": false }
ansible_role
jeroneemou/ubuntu-ansible-setup
368ba9fbe78fe6b103143fcbf2e843def39831e8
0
roles/snap
8,011
[ "no_license" ]
[ { "path": "roles/snap/tasks/main.yml", "content": "---\n# tasks file for snap\n\n- name: Install PHPStorm\n snap:\n name: phpstorm\n classic: yes\n\n- name: Install slack\n snap:\n name: slack\n classic: yes\n\n- name: Install Spotify\n snap:\n name: spotify\n\n- name: Install sublime\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 284, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/clean_data
8,011
[ "no_license" ]
[ { "path": "roles/clean_data/handlers/main.yml", "content": "---\n# handlers file for clean_data\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/clean_data/vars/main.yml", "content": "---\n# vars file for clean_data\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 341, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/common
8,011
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: \"Build hosts file\"\n lineinfile: dest=/etc/hosts regexp='^{{ item }}.*' line=\"{{ hostvars[item].ansible_default_ipv4.address }} {{hostvars[item].ansible_fqdn}} {{hostvars[item].ansible_hostname}}\" state=present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/docker
8,011
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n# handlers file for docker\n- name: reload systemd\n command: systemctl --system daemon-reload\n\n- name: restart docker\n service: name=docker state=restarted\n \n- name: start docker\n service: name=docker state=started", "license_type":...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1548, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/etcd
8,011
[ "no_license" ]
[ { "path": "roles/etcd/tasks/configure_etcd.yml", "content": "---\n# tasks file for etcd installation\n\n- name: Create config directory\n file: path=\"/etc/etcd\" state=directory\n\n- name: Write etcd config file\n template: src={{ etcd_version }}/etcd.conf.j2 dest=/etc/etcd/etcd.conf\n\n- name: Write etc...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3346, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/flannel
8,011
[ "no_license" ]
[ { "path": "roles/flannel/tasks/main.yml", "content": "---\n# tasks file for flannel\n\n- name: Determine if etcd flannel config enabled\n shell: \"curl -L {{flannel_etcd_url_scheme}}://{{ groups['etcd'][0] }}:2379/v2/keys/coreos.com/network\"\n register: check_flannel_not_configured\n run_once: true\n \...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6021, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/haproxy
8,011
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n# tasks file for haproxy\n\n- name: Enable ip forward on fly\n shell: echo 1 > /proc/sys/net/ipv4/ip_forward\n \n- name: Add to sysctl.conf if not exist\n sysctl: name=\"net.ipv4.ip_forward\" value=1 sysctl_set=yes state=present reload=no\n \n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2856, "all_permissive": false }
ansible_role
cheyang/ansible-kubernetes
45d92b8b9b1da058a12fe467193c5614fe1c24e8
1
roles/k8s-fix
8,011
[ "no_license" ]
[ { "path": "roles/k8s-fix/handlers/main.yml", "content": "---\n# handlers file for k8s-fix\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/k8s-fix/defaults/main.yml", "content": "---\n# defaults file for k8s-fix\n", "license_type": "...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1019, "all_permissive": false }