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 | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/database7 | 7,894 | [
"no_license"
] | [
{
"path": "roles/database7/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - database7",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/database7/tasks/main.yml",
"content": "---\n#tasks file for da... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/docker | 7,894 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Install Docker initial packages\n yum:\n name: [ 'yum-utils', 'device-mapper-persistent-data', 'lvm2' ] \n state: latest\n\n- name: Download Docker-ce repo\n command: yum-config-manager --add-repo https://download.docker.com/linux/c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/iptables | 7,894 | [
"no_license"
] | [
{
"path": "roles/iptables/tasks/main.yml",
"content": "---\n# tasks file for iptables\n\n- name: load ip_tables kernel module\n command: iptables -L -n\n\n- name: initial save iptables generate files\n command: /sbin/service iptables save\n args:\n warn: no \n\n- name: start and enable iptables servic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/kubemaster | 7,894 | [
"no_license"
] | [
{
"path": "roles/kubemaster/tasks/main.yml",
"content": "---\n\n- name:\n command: \"swapoff -a\"\n\n- name:\n lineinfile:\n path: /etc/selinux/config\n regexp: '^SELINUX='\n line: SELINUX=disabled\n\n- name:\n lineinfile:\n path: /etc/fstab\n regexp: '^/dev/mapper/centos-swap'\n line: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/ldapclients | 7,894 | [
"no_license"
] | [
{
"path": "roles/ldapclients/templates/auto.home.j2",
"content": "* -fstype=autofs,rw,sync prdx-ldap11.ziyotek1.local:/home/&\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/ldapclients/tasks/main.yml",
"content": "---\n\n- name: Instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1472,
"all_permissive": false
} |
ansible_role | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/load_balancers | 7,894 | [
"no_license"
] | [
{
"path": "roles/load_balancers/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - load_balancers",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/load_balancers/tasks/main.yml",
"content": "---\n# t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2658,
"all_permissive": false
} |
ansible_role | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/mariadb | 7,894 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/users.yml",
"content": "#Task file for mariadb users.yml\n#\n---\n\n - namme: Remove anonymous users\n mysql_user:\n name: ''\n host_all: true\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n state: absent\n tags: mariadb\n\n\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1091,
"all_permissive": false
} |
ansible_role | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/nagios_clients | 7,894 | [
"no_license"
] | [
{
"path": "roles/nagios_clients/defaults/main.yml",
"content": "---\n# defaults file for nagios_clients",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/nagios_clients/handlers/main.yml",
"content": "---\n# handlers file for nagios_clients... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/nagios_server | 7,894 | [
"no_license"
] | [
{
"path": "roles/nagios_server/templates/webservers.cfg.j2",
"content": "# generic web services\ndefine hostgroup {\n\thostgroup_name webservers\n alias Web Servers\n}\n\n{% for host in groups['webservers'] %}\ndefine host {\n\tuse linux-server\n\thost_name {{ host }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 26557,
"all_permissive": false
} |
ansible_role | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/packages_for_allboxes | 7,894 | [
"no_license"
] | [
{
"path": "roles/packages_for_allboxes/handlers/main.yml",
"content": "---\n# handlers file for packages_for_allboxes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/packages_for_allboxes/tasks/main.yml",
"content": "---\n- name: Packages... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | selmano/Winter2019-team1- | 8453026c4f5817710a611c0f9e47789b4b91a789 | 0 | roles/repo_mirror | 7,894 | [
"no_license"
] | [
{
"path": "roles/repo_mirror/vars/main.yml",
"content": "---\n# vars file for repo_mirror",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/repo_mirror/tasks/main.yml",
"content": "---\n# tasks file for repo_mirror\n \n - name: Install yu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | agileblaze/Ansible | c847f09057241748ea41697d195a57751a86765c | 0 | roles/code-deploy | 7,894 | [
"no_license"
] | [
{
"path": "roles/code-deploy/meta/main.yml",
"content": "galaxy_info:\n author: Basheer.O \n description: \n company: Agileblaze Technologies Pvt. Ltd.\n \n license: license (GPLv2, CC-BY, etc)\n min_ansible_version: 1.2\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1442,
"all_permissive": false
} |
ansible_role | agileblaze/Ansible | c847f09057241748ea41697d195a57751a86765c | 0 | roles/nginx-addhost | 7,894 | [
"no_license"
] | [
{
"path": "roles/nginx-addhost/templates/php5-fpm-default-teplate.sock.j2",
"content": "[{{host_user}}]\nuser = {{host_user}}\ngroup = {{host_user}}\nlisten = /var/run/php5-fpm-{{host_user}}.sock\nlisten.owner = {{host_user}}\nlisten.group = www-data\nphp_admin_value[disable_functions] = exec,passthru,shell... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4006,
"all_permissive": false
} |
ansible_role | agileblaze/Ansible | c847f09057241748ea41697d195a57751a86765c | 0 | roles/packages | 7,894 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n# tasks file for packages\n- name: Update APT packages\n apt: update_cache=yes\n ignore_errors: yes\n tags:\n - pkg_update\n# action: apt update_cache=yes\n # ignore_errors: yes\n- name: Upgrade APT to the lastest packages\n apt: upgrade=d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 733,
"all_permissive": false
} |
ansible_role | glorisonlai/pwnie | 859ae21fbfbf1264180a94bff7d41ccdb9579300 | 0 | roles/postgresql | 7,894 | [
"no_license"
] | [
{
"path": "roles/postgresql/vars/main.yml",
"content": "---\ndb_user: postgres\ndb_name: master\nunix_user: vagrant\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/postgresql/tests/test.yml",
"content": "---\n- hosts: localhost\n remot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | glorisonlai/pwnie | 859ae21fbfbf1264180a94bff7d41ccdb9579300 | 0 | roles/pwnie-island-game | 7,894 | [
"no_license"
] | [
{
"path": "roles/pwnie-island-game/defaults/main.yml",
"content": "---\n# defaults file for pwnie-island-game\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/pwnie-island-game/vars/main.yml",
"content": "---\n# vars file for pwnie-islan... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 339,
"all_permissive": false
} |
ansible_role | glorisonlai/pwnie | 859ae21fbfbf1264180a94bff7d41ccdb9579300 | 0 | roles/pwnie-island-master | 7,894 | [
"no_license"
] | [
{
"path": "roles/pwnie-island-master/defaults/main.yml",
"content": "---\n# defaults file for pwnie-island\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/pwnie-island-master/tests/test.yml",
"content": "---\n- hosts: localhost\n remot... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | moscalubogdan/to_do_repository | d9e894c4aeebb77182c303af7c11289bfb3d358b | 0 | roles/deploy_docker | 7,894 | [
"no_license"
] | [
{
"path": "roles/deploy_docker/vars/main.yml",
"content": "---\n# vars file for deploy_docker\nhost_port: \"2000\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/deploy_docker/tasks/set_port.yml",
"content": "- name: set port\n shell:... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1319,
"all_permissive": false
} |
ansible_role | moscalubogdan/to_do_repository | d9e894c4aeebb77182c303af7c11289bfb3d358b | 0 | roles/install_docker | 7,894 | [
"no_license"
] | [
{
"path": "roles/install_docker/tasks/installdocker.yml",
"content": "- name: Install Docker\n package:\n name: [ 'docker-ce', 'docker-ce-cli', 'containerd.io', 'docker-compose-plugin' ]\n state: latest\n\n- name: Start Docker service\n service:\n name: docker\n state: started\n enabled: ye... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | chrisbertsch/leak-env | ee942efac0cde1d1f3192653232f72d8fde6d4a1 | 0 | roles/leak-env | 7,894 | [
"no_license"
] | [
{
"path": "roles/leak-env/library/environ.py",
"content": "#!/usr/bin/python -tt\n\nimport os\n\nDOCUMENTATION = '''\n---\nmodule: environ\nversion_added: 2.7\nshort_description: get environment variables\ndescription:\n - Reads Environment Variables\noptions: {}\nauthor: \"<NAME> (@chrisbertsch)\"\n'''\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | ledgerleapllc/CasperAssociationPortal | 2a970bacee7cd86f5da8aa4d1d7436a6e0d46f25 | 3 | ansible/roles/casper-association-portal-frontend | 7,894 | [
"no_license"
] | [
{
"path": "ansible/roles/casper-association-portal-frontend/tasks/prerequisites.yml",
"content": "\n- name: add apt keys\n apt_key:\n url: \"{{ item }}\"\n state: present\n with_items: \"{{ repos.key_urls }}\"\n\n- name: add repositories\n apt_repository:\n repo: \"{{ item }}\"\n state: prese... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 9639,
"all_permissive": false
} |
ansible_role | Jarmos-san/homelab | ba249c4062e00b111c141bf7ab4dbced3faa3e9d | 0 | ansible/roles/cockpit | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/cockpit/handlers/main.yml",
"content": "---\n- name: Build and install cockpit-files\n block:\n - name: Build \"cockpit-files\"\n environment:\n NODE_ENV: production\n community.general.make:\n chdir: \"{{ cockpit_local_repo }}\"\n\n - name: Install 'c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1052,
"all_permissive": false
} |
ansible_role | Jarmos-san/homelab | ba249c4062e00b111c141bf7ab4dbced3faa3e9d | 0 | ansible/roles/common | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/common/vars/main.yml",
"content": "---\n# User and Group Variables\ncommon_sudo_group: \"wheel\"\n\n# Sudoers Path\ncommon_sudoers_directory: \"/etc/sudoers.d\"\n\n# List of Required Packages\ncommon_packages:\n - git\n - curl\n - make\n - tmux\n - neovim\n - nodejs\n - cmatr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2117,
"all_permissive": false
} |
ansible_role | Jarmos-san/homelab | ba249c4062e00b111c141bf7ab4dbced3faa3e9d | 0 | ansible/roles/docker | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/vars/main.yml",
"content": "---\n# Docker Repository URL\ndocker_repo_url: \"https://download.docker.com/linux/fedora/docker-ce.repo\"\n\n# Docker Repository Path\ndocker_repo_dest: \"/etc/yum.repos.d/docker-ce.repo\"\n\n# Docker Packages\ndocker_packages:\n - docker-ce\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | Jarmos-san/homelab | ba249c4062e00b111c141bf7ab4dbced3faa3e9d | 0 | ansible/roles/dotfiles | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/vars/main.yml",
"content": "---\n# Dotfiles Repository\ndotfiles_repo_url: \"https://github.com/Jarmos-san/dotfiles.git\"\n\n# Dotfiles Directory\ndotfiles_dest: \"/home/{{ ansible_user }}/.dotfiles\"\n\n# Dotfiles Git Branch\ndotfiles_version: \"main\"\n\n# Directory Owner... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | Jarmos-san/homelab | ba249c4062e00b111c141bf7ab4dbced3faa3e9d | 0 | ansible/roles/homepage | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/homepage/templates/services.yaml.j2",
"content": "- Download Clients:\n - Transmission:\n icon: transmission\n href: http://{{ ansible_host }}:9091/transmission/web\n description: The Free & Open-Source torrent client\n widget:\n type: trans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4201,
"all_permissive": false
} |
ansible_role | Jarmos-san/homelab | ba249c4062e00b111c141bf7ab4dbced3faa3e9d | 0 | ansible/roles/jellyfin | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/jellyfin/vars/main.yml",
"content": "# The configuration directory for Jellyfin\njellyfin_config_dir: \"/home/{{ ansible_user }}/.config/jellyfin\"\n\n# The directory for TV shows, anime and episodic media\njellyfin_tvshows_dir: \"/home/{{ ansible_user }}/watch/tvshows\"\n\n# The di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | Jarmos-san/homelab | ba249c4062e00b111c141bf7ab4dbced3faa3e9d | 0 | ansible/roles/sonarr | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/sonarr/vars/main.yml",
"content": "# The configuration directory for Sonarr\nsonarr_config_dir: \"/home/{{ ansible_user }}/.config/sonarr\"\n\n# The downloads directory for the download client (to be used by Sonarr)\nsonarr_downloads_dir: \"/home/{{ ansible_user }}/downloads\"\n\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | Jarmos-san/homelab | ba249c4062e00b111c141bf7ab4dbced3faa3e9d | 0 | ansible/roles/transmission | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/transmission/tasks/main.yml",
"content": "---\n- name: Setup Tranmission\n community.docker.docker_container:\n name: transmission\n image: lscr.io/linuxserver/transmission:latest\n restart_policy: unless-stopped\n ports:\n - \"9091:9091\"\n - \"51413:51413\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1077,
"all_permissive": false
} |
ansible_role | amarentis/SRAssesment | fb0d9926022ea1ae930e2df956a4eba478b4878d | 0 | Ansible/roles/nginx-custom | 7,897 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx-custom/tasks/install.yml",
"content": "---\n# tasks file for nginx-\n# - name: uninstll broken package if exists\n# yum:\n# name: epel-release\n# state: absent\n\n- name: Install latest epel-release\n yum:\n name: epel-release\n state: installed\n\n\n- name: i... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1364,
"all_permissive": false
} |
ansible_role | yurnov/IaC_Ansible_basecamp | 9ed49abab70f135495bf9738b2657c12076ab39a | 2 | 07-demo/ansible_project/roles/do_create_droplet | 7,897 | [
"no_license"
] | [
{
"path": "07-demo/ansible_project/roles/do_create_droplet/tasks/main.yml",
"content": "---\n# tasks file for do_create_droplet\n- name: Get SSH Key ID\n uri:\n url: https://api.digitalocean.com/v2/account/keys\n method: GET\n return_content: yes\n headers: \n Content-Type: application/jso... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1251,
"all_permissive": false
} |
ansible_role | yurnov/IaC_Ansible_basecamp | 9ed49abab70f135495bf9738b2657c12076ab39a | 2 | 07-demo/ansible_project/roles/security_update | 7,897 | [
"no_license"
] | [
{
"path": "07-demo/ansible_project/roles/security_update/tasks/main.yml",
"content": "---\r\n\r\n- name: ensure packages\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n update_cache: yes\r\n with_items:\r\n - unattended-upgrade\r\n - ufw\r\n #WA for issue with 'Could not get lock ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | ian2014/ansible | 83e238a47a2ca85df545415cc4bd7e6a48743375 | 0 | ansible_ceph/roles/admin | 7,897 | [
"no_license"
] | [
{
"path": "ansible_ceph/roles/admin/tasks/main.yml",
"content": "---\n- include_vars: \"{{ nodesfile }}\"\n\n- name: Prepare known_hosts entries\n shell: ssh-keyscan -t rsa \"{{ item.hostname }}\"\n with_items: \"{{ nodes }}\"\n register: keyscans\n\n- name: Prepare ~/.ssh/known_hosts\n lineinfile: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2089,
"all_permissive": false
} |
ansible_role | venerayan/tso-validation-firewall-check | deddc9e85e019bbedea6501887eb30adfc456689 | 0 | roles/checkport-windows | 7,897 | [
"no_license"
] | [
{
"path": "roles/checkport-windows/tasks/main.yml",
"content": "---\n\n- name: Include server firewall to check\n include_vars: server.yml\n\n- name: Obtain information about a powercat\n win_stat: \n path: C:\\Windows\\system32\\powercat.ps1\n register: file_info\n \n- name: Copy powercat\n win... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | venerayan/tso-validation-firewall-check | deddc9e85e019bbedea6501887eb30adfc456689 | 0 | roles/validate-linux1 | 7,897 | [
"no_license"
] | [
{
"path": "roles/validate-linux1/tasks/main.yml",
"content": "---\n\n- name: Create linux inventory 1\n shell: printf \"\\tASDF\\n\" | awk -F',' '$1' linux.csv > temp0\n delegate_to: localhost\n run_once: true\n\n- name: Create linux inventory 2\n shell: awk -F',' 'FNR > 1 { print $1 \" ansible_host=\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1350,
"all_permissive": false
} |
ansible_role | venerayan/tso-validation-firewall-check | deddc9e85e019bbedea6501887eb30adfc456689 | 0 | roles/validate-linux2 | 7,897 | [
"no_license"
] | [
{
"path": "roles/validate-linux2/tasks/main.yml",
"content": "---\n\n- name: Include server firewall to check\n include_vars: server.yml\n \n- name: Check NC\n shell: rpm -qa nmap-ncat*\n register: install\n \n- name: Install NC\n yum: \n name: nmap-ncat\n state: latest\n when: instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | TowehE/PHP-App-with-MySQL- | dbede5831887b6b184c2218cfedc3bc3a1e79757 | 0 | ansible/roles/apache_php | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/apache_php/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install Apache and PHP\n apt:\n name:\n - apache2\n - php\n - php-mysql\n - unzip\n state: present\n\n- name: Enable Apache service\n systemd:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | TowehE/PHP-App-with-MySQL- | dbede5831887b6b184c2218cfedc3bc3a1e79757 | 0 | ansible/roles/deploy_app | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_app/tasks/main.yml",
"content": "- name: Remove existing app directory\n file:\n path: \"{{ deploy_path }}\"\n state: absent\n\n- name: Create app directory\n file:\n path: \"{{ deploy_path }}\"\n state: directory\n owner: www-data\n group: www-data\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 717,
"all_permissive": false
} |
ansible_role | TowehE/PHP-App-with-MySQL- | dbede5831887b6b184c2218cfedc3bc3a1e79757 | 0 | ansible/roles/mysql | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: Install MySQL\n apt:\n name:\n - mysql-server\n - python3-pymysql\n state: present\n\n- name: Start MySQL service\n systemd:\n name: mysql\n state: started\n enabled: yes\n\n- name: Create MySQL user\n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | mvilain/ansible-role-common | a04fb2479ca3dec7169688a31ed144564df5ef59 | 0 | roles/ansible | 7,897 | [
"no_license"
] | [
{
"path": "roles/ansible/meta/main.yml",
"content": "galaxy_info:\n author: \"<NAME>\"\n description: install ansible\n license: license (GPLv2, CC-BY, etc)\n\n min_ansible_version: 2.8\n\n platforms:\n - name: Debian\n versions:\n - 10.0 (buster)\n - 11.0 (trusty)\n - 12.0 (bookworm)\n -... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5329,
"all_permissive": false
} |
ansible_role | mvilain/ansible-role-common | a04fb2479ca3dec7169688a31ed144564df5ef59 | 0 | roles/common | 7,897 | [
"no_license"
] | [
{
"path": "roles/common/tasks/Amazon_services.yml",
"content": "# Amazon services tasks for common\n---\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/common/vars/Rocky.yml",
"content": "# vars for RockyLinux version of CentOS 8\n---\n... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 26,
"total_bytes": 19141,
"all_permissive": false
} |
ansible_role | mvilain/ansible-role-common | a04fb2479ca3dec7169688a31ed144564df5ef59 | 0 | roles/vagrant | 7,897 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/Rocky-install.yml",
"content": "# install vagrant on Rocky systems\n---\n\n# installs into /opt/vagrant and /usr/bin/vagrant\n- name: installing Rocky 8 rpm file (this may take a minute)\n dnf:\n name: \"{{ vagrant_url }}/{{ vagrant_rpm_file }}\"\n state: present\n d... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 6128,
"all_permissive": false
} |
ansible_role | mvilain/ansible-role-common | a04fb2479ca3dec7169688a31ed144564df5ef59 | 0 | roles/virtualbox | 7,897 | [
"no_license"
] | [
{
"path": "roles/virtualbox/README.md",
"content": "virtualbox\n=========\n\nThis role installs virtualbox on either a local or remote machine.\nIt will install on a CentOS [67], Alma/Rocky Linux 8, Debian [9|10|11],\nor Fedora 21-35.\n\nRequirements\n------------\n\nThis role assumes that the virtualbox ap... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 12415,
"all_permissive": false
} |
ansible_role | gulaftab/avaxdeploy | 7dd83a75c3eae452333e4018e322cd40a7102268 | 0 | roles/common | 7,897 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Install Chocolatey package manager for Windows\n win_chocolatey:\n name:\n - chocolatey\n - chocolatey-core.extension\n state: present\n\n- name: Ensure chocolatey path is registered\n win_path:\n name: PATH\n elements: C:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1542,
"all_permissive": false
} |
ansible_role | gulaftab/avaxdeploy | 7dd83a75c3eae452333e4018e322cd40a7102268 | 0 | roles/launch | 7,897 | [
"no_license"
] | [
{
"path": "roles/launch/tasks/main.yml",
"content": "---\n- name: Check if run script exists on remote machine \n win_stat:\n path: C:\\bot\\run.bat\n register: run_batch_script\n\n\n- name: Add run script to windows startup (for Autostart)\n win_copy: \n src: C:\\bot\\act.bat\n dest: '{{WIN_STAR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 517,
"all_permissive": false
} |
ansible_role | gulaftab/avaxdeploy | 7dd83a75c3eae452333e4018e322cd40a7102268 | 0 | roles/setup_bot | 7,897 | [
"no_license"
] | [
{
"path": "roles/setup_bot/tasks/main.yml",
"content": "---\n- name: Create remote installation Directory if it does not exists\n win_file:\n path: '{{BOT_INSTALL_DIR}}'\n state: directory \n\n- name: Copy BOT src to Remote directory\n win_copy:\n src: '{{LOCAL_DATA_DIR}}/Empaxco/'\n dest: '{{BOT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1659,
"all_permissive": false
} |
ansible_role | HACManchester/Hackspace-Ansible | 9ca1c6f01d8f8df2601438cb56087dc0a9188439 | 0 | roles/doorbot | 7,897 | [
"no_license"
] | [
{
"path": "roles/doorbot/handlers/main.yml",
"content": "- name: Restart Alfred\n systemd:\n name: alfred\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/doorbot/tasks/main.yml",
"content": "- name: \"Install p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1582,
"all_permissive": false
} |
ansible_role | HACManchester/Hackspace-Ansible | 9ca1c6f01d8f8df2601438cb56087dc0a9188439 | 0 | roles/hackspaceusers | 7,897 | [
"no_license"
] | [
{
"path": "roles/hackspaceusers/tasks/adduser.yml",
"content": "- name: \"Add User for {{user.username}}\"\n user:\n name: \"{{user.username}}\"\n comment: \"{{user.name}}\"\n groups: sudo\n append: yes\n state: present\n shell: /bin/bash\n password: \"{{<PASSWORD>}}\"\n\n- name: \"Add... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | HACManchester/Hackspace-Ansible | 9ca1c6f01d8f8df2601438cb56087dc0a9188439 | 0 | roles/mosquitto-server | 7,897 | [
"no_license"
] | [
{
"path": "roles/mosquitto-server/tasks/main.yml",
"content": "---\n\n- name: \"Install MQTT server package\"\n apt:\n name: \"{{item}}\"\n update_cache: yes\n with_items:\n - mosquitto\n - mosquitto-clients\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | HACManchester/Hackspace-Ansible | 9ca1c6f01d8f8df2601438cb56087dc0a9188439 | 0 | roles/telegram-bot | 7,897 | [
"no_license"
] | [
{
"path": "roles/telegram-bot/tasks/main.yml",
"content": "- name: \"Install prerequisites\"\n apt:\n package: \"{{item}}\"\n state: present\n update_cache: true\n with_items:\n - git\n - virtualenv\n\n- name: \"Create mqtt user\"\n user:\n name: mqtt\n comment: \"MQTT System User\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1439,
"all_permissive": false
} |
ansible_role | HACManchester/Hackspace-Ansible | 9ca1c6f01d8f8df2601438cb56087dc0a9188439 | 0 | roles/vmhost | 7,897 | [
"no_license"
] | [
{
"path": "roles/vmhost/tasks/main.yml",
"content": "---\n- include_vars:\n file: users.yml\n\n- name: \"Install packages\"\n apt:\n name: \"{{item}}\"\n state: installed\n update_cache: yes\n with_items:\n - qemu-kvm\n - libvirt-clients\n - libvirt-daemon-system\n\n- name: \"Add user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | mounikasamireddy/docker-deployment | 49b5a9b13c96aa55107c49f236c4adbda0fe332f | 0 | roles/appdeploy | 7,897 | [
"no_license"
] | [
{
"path": "roles/appdeploy/vars/main.yml",
"content": "#source_path: /home/ec2-user/deployment/roles/appdeploy/templates\n#dest_path: /home/centos #(for centos servers)\n# For ubuntu servers \ndest_path: /home/ubuntu\n# For redhat servers\n#dest_path: /home/ec2-user\n\n\n\n\n\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | mounikasamireddy/docker-deployment | 49b5a9b13c96aa55107c49f236c4adbda0fe332f | 0 | roles/docker-centos-install | 7,897 | [
"no_license"
] | [
{
"path": "roles/docker-centos-install/vars/main.yml",
"content": "docker_repo: https://download.docker.com/linux/centos/docker-ce.repo\ndockerce_version: docker-ce-18.06.3.ce-3.el7\n\n#dockerce_version: docker-ce-17.06.0.ce-1.el7.centos\n\n# If you want to use latest version of docker then in the variable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1057,
"all_permissive": false
} |
ansible_role | mounikasamireddy/docker-deployment | 49b5a9b13c96aa55107c49f236c4adbda0fe332f | 0 | roles/docker-ubuntu-install | 7,897 | [
"no_license"
] | [
{
"path": "roles/docker-ubuntu-install/tasks/main.yml",
"content": " - name: Install aptitude using apt\n apt: \n name: aptitude \n state: latest \n update_cache: yes \n force_apt_get: yes\n - name: Install required system packages\n apt: name={{ item }} state=latest update_cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | bumpo/automation | 55dfa26d9cef3f619b5feb3dd4dde7cb472830be | 0 | aws-key-rotate/roles/rotate | 7,897 | [
"no_license"
] | [
{
"path": "aws-key-rotate/roles/rotate/tasks/main.yml",
"content": "--- # Tasks to rotate aws cli creds on opsaws machines\n\n- name: replacing creds\n copy:\n src: \"{{ playbook_dir }}/new-creds/credentials\"\n dest: /home/opsaws/.aws/\n owner: opsaws\n group: opsaws\n force: yes\n mode:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | bumpo/automation | 55dfa26d9cef3f619b5feb3dd4dde7cb472830be | 0 | ssh-key-rorate/roles/sshrotate | 7,897 | [
"no_license"
] | [
{
"path": "ssh-key-rorate/roles/sshrotate/tasks/main.yml",
"content": "--- # Tasks to rotate ssh keys\n\n\n- name: Creating new SSH key.\n shell: ssh-keygen -t rsa -b \"{{ key_bits }}\" -f \"{{ key_path }}\" -C \"{{ key_comment}}\" -N \"\" > /dev/null\n delegate_to: localhost\n run_once: true\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | bumpo/automation | 55dfa26d9cef3f619b5feb3dd4dde7cb472830be | 0 | yum-cron/roles/ycron | 7,897 | [
"no_license"
] | [
{
"path": "yum-cron/roles/ycron/tasks/main.yml",
"content": "--- # tasks for yum-cron playbook\n\n- name: Installing yum-cron\n yum:\n name: yum-cron\n state: present\n\n- template: \n src: \"{{ playbook_dir }}/roles/ycron/templates/yum-cron.j2\"\n dest: /etc/yum/yum-cron.conf\n mode: 0644\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 898,
"all_permissive": false
} |
ansible_role | suraj9741/kube-deploy | 588cbd03ef4ce38f309895ff5adfaeb6e5a42bc9 | 0 | ansible/update_manifestfile/roles/update_manifestfile | 7,897 | [
"no_license"
] | [
{
"path": "ansible/update_manifestfile/roles/update_manifestfile/tasks/main.yml",
"content": "---\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - virtualenv\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | pedroagribeiro/ansible_dotfiles | 3d211255fcf6d58d92ebab7bbabd9f1b3f087f85 | 0 | roles/asdf | 7,897 | [
"no_license"
] | [
{
"path": "roles/asdf/vars/main.yml",
"content": "---\nasdf_install: true\n\nuser:\n username: pedro\n\ndependencies:\n - libbz2-dev\n - libncurses-dev\n - libffi-dev\n - libreadline-dev\n - libssl-dev\n\nplugins:\n - golang\n - java\n - nodejs\n - python\n\nversions:\n - golang 1.18.4\n - java ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2587,
"all_permissive": false
} |
ansible_role | pedroagribeiro/ansible_dotfiles | 3d211255fcf6d58d92ebab7bbabd9f1b3f087f85 | 0 | roles/docker | 7,897 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Install the necessary packages to run the Docker environment \n ansible.builtin.apt:\n package:\n - docker.io\n - docker-compose\n become: true\n\n- name: Add the 'pedro' user to the docker group\n ansible.builtin.user:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | pedroagribeiro/ansible_dotfiles | 3d211255fcf6d58d92ebab7bbabd9f1b3f087f85 | 0 | roles/git | 7,897 | [
"no_license"
] | [
{
"path": "roles/git/vars/main.yml",
"content": "---\ngit_fuzzy_install: false \n\nusers: \n - username: pedro\n git_fuzzy: \n install: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/git/tasks/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1457,
"all_permissive": false
} |
ansible_role | pedroagribeiro/ansible_dotfiles | 3d211255fcf6d58d92ebab7bbabd9f1b3f087f85 | 0 | roles/golang | 7,897 | [
"no_license"
] | [
{
"path": "roles/golang/vars/main.yml",
"content": "---\n\nuser:\n username: pedro\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/golang/tasks/main.yml",
"content": "---\n\n- name: Create default-golang-pkgs symlink\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | pedroagribeiro/ansible_dotfiles | 3d211255fcf6d58d92ebab7bbabd9f1b3f087f85 | 0 | roles/nodejs | 7,897 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: Create default-npm-pkgs symlink\n ansible.builtin.file:\n src: \"~{{ user.username }}/.dotfiles/roles/nodejs/files/default-npm-pkgs\"\n dest: \"~{{ user.username }}/.default-npm-pkgs\"\n state: link\n become: true\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | pedroagribeiro/ansible_dotfiles | 3d211255fcf6d58d92ebab7bbabd9f1b3f087f85 | 0 | roles/preparation | 7,897 | [
"no_license"
] | [
{
"path": "roles/preparation/handlers/main.yml",
"content": "---\n# handlers file for preparation\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/preparation/tasks/main.yml",
"content": "---\n\n- name: Update all the repositories packag... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | pedroagribeiro/ansible_dotfiles | 3d211255fcf6d58d92ebab7bbabd9f1b3f087f85 | 0 | roles/python | 7,897 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n\n- name: Create default-python-packages symlink\n ansible.builtin.file:\n src: \"~{{ user.username }}/.dotfiles/roles/python/files/default-python-packages\"\n dest: \"~{{ user.username }}/.default-python-packages\"\n state: link\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | pedroagribeiro/ansible_dotfiles | 3d211255fcf6d58d92ebab7bbabd9f1b3f087f85 | 0 | roles/zsh | 7,897 | [
"no_license"
] | [
{
"path": "roles/zsh/files/zshrc",
"content": "# _\n# | |\n# _______| |__ _ __ ___\n# |_ / __| '_ \\| '__/ __|\n# _ / /\\__ \\ | | | | | (__\n# (_)___|___/_| |_|_| \\___|\n\nexport GPG_TTY=$(tty)\nexport DOTFILES=\"$HOME/.dotfiles\"\n\nfor module in $(ls $DOTFILES/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5581,
"all_permissive": false
} |
ansible_role | harshiks3/ANSIBLE | 91d6be6e1f99217fa5ccbcb4442f7821c166853f | 0 | ansible-roles/roles/Webapp | 7,897 | [
"no_license"
] | [
{
"path": "ansible-roles/roles/Webapp/vars/main.yml",
"content": "---\n# vars file for Webapp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "ansible-roles/roles/Webapp/tasks/main.yml",
"content": "---\n# tasks file for Webapp\n\n- import_tasks... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | jacksonmcmath/squatch-lan | 18a53682fa618e9de0d7934f0e85864bfd69e418 | 0 | ansible/roles/create_user | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/create_user/tasks/main.yaml",
"content": "- name: Install user's shell\n when: >\n user.shell is defined and\n '/sh' != user.shell and\n '/bash' != user.shell and\n '/nologin' != user.shell\n ansible.builtin.package:\n name: \"{{ user.shell | split('/') | last }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1599,
"all_permissive": false
} |
ansible_role | jacksonmcmath/squatch-lan | 18a53682fa618e9de0d7934f0e85864bfd69e418 | 0 | ansible/roles/ssh | 7,897 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yaml",
"content": "- name: Enable sudo authentication via ssh-agent\n ansible.builtin.template:\n src: pam.d/ssh_agent.conf.j2\n dest: /etc/pam.d/ssh_agent.conf\n owner: root\n group: root\n mode: u=r,g=r,o=r\n\n- name: Enable SSH_AUTH_SOCK for sudo\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3044,
"all_permissive": false
} |
ansible_role | optionalg/benchmark-tools | 3d5ed4239bc7330031cdc2773660458d30263726 | 0 | roles/common | 7,898 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: ensure common system packages are present\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - build-essential\n - git\n - htop\n - python-dev\n - python-pip\n - python-virtualenv\n - tree\n - vi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | optionalg/benchmark-tools | 3d5ed4239bc7330031cdc2773660458d30263726 | 0 | roles/locust | 7,898 | [
"no_license"
] | [
{
"path": "roles/locust/files/requirements.txt",
"content": "Flask==0.10.1\nJinja2==2.8\nMarkupSafe==0.23\nWerkzeug==0.11.5\nargparse==1.2.1\ngevent==1.1.0\ngreenlet==0.4.9\nitsdangerous==0.24\nlocustio==0.7.3\nmsgpack-python==0.4.7\nrequests==2.9.1\nwsgiref==0.1.2\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | optionalg/benchmark-tools | 3d5ed4239bc7330031cdc2773660458d30263726 | 0 | roles/nginx | 7,898 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: ensure required system packages are present\n apt: name={{ item }} state=present\n with_items:\n - nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/accept_vpc_peering | 7,898 | [
"no_license"
] | [
{
"path": "roles/accept_vpc_peering/tasks/main.yml",
"content": "---\n- name: Accept peering connection\n ec2_vpc_peer:\n region: \"{{peer_region}}\"\n peering_id: \"{{ vpc_peering.peering_id }}\"\n profile: \"{{peer_profile}}\"\n state: accept\n register: action_peer",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/app_lb | 7,898 | [
"no_license"
] | [
{
"path": "roles/app_lb/tasks/main.yml",
"content": "---\n- name: Creating load balancer for web servers\n elb_application_lb:\n name: \"{{lb_name}}\"\n region: \"{{region}}\"\n security_groups: \"{{web_sg.group_id}}\"\n subnets:\n - \"{{ vpc_info.lb1_subnet.subnet.id }}\"\n - \"{{ vp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/app_security_group | 7,898 | [
"no_license"
] | [
{
"path": "roles/app_security_group/vars/main.yml",
"content": "---\n# vars file for roles/subnet\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/app_security_group/defaults/main.yml",
"content": "---\n# defaults file for roles/subnet",... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/cgw | 7,898 | [
"no_license"
] | [
{
"path": "roles/cgw/handlers/main.yml",
"content": "---\n# handlers file for roles/subnet",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/cgw/tasks/main.yml",
"content": "---\n\n- name: Creating Customer Gateway\n ec2_customer_gateway:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/db_security_group | 7,898 | [
"no_license"
] | [
{
"path": "roles/db_security_group/tasks/main.yml",
"content": "---\n- name: Creating DB security group \n ec2_group:\n name: \"{{db_sg_name}}\"\n tags: { \"Name\":\"{{db_sg_name}}\" }\n description: \"{{db_sg_desc}}\"\n vpc_id: \"{{ vpc.vpc.id }}\"\n region: \"{{region}}\"\n rules:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/ec2 | 7,898 | [
"no_license"
] | [
{
"path": "roles/ec2/tasks/main.yml",
"content": "---\n- name: Creating {{instance_name}} EC2 instance\n ec2:\n region: \"{{region}}\"\n state: present\n key_name: \"{{key_pair1}}\"\n instance_tags: { \"Name\":\"{{instance_name}}\" }\n image: \"{{ec2_image}}\"\n instance_type: \"{{ec2_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/igw | 7,898 | [
"no_license"
] | [
{
"path": "roles/igw/handlers/main.yml",
"content": "---\n# handlers file for roles/igw",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/igw/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/nat | 7,898 | [
"no_license"
] | [
{
"path": "roles/nat/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/nat",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/nat/vars/main.yml",
"content": "---\n# vars file for roles/nat",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/rds | 7,898 | [
"no_license"
] | [
{
"path": "roles/rds/tasks/main.yml",
"content": "---\n- name: Creating RDS instance\n rds:\n command: create\n instance_name: \"{{db_name}}\"\n db_engine: \"{{db_instance}}\"\n size: \"{{db_size}}\"\n region: \"{{region}}\"\n publicly_accessible: no\n instance_type: \"{{instance_type}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/rds_subnet_group | 7,898 | [
"no_license"
] | [
{
"path": "roles/rds_subnet_group/vars/main.yml",
"content": "---\n# vars file for vpc",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/rds_subnet_group/handlers/main.yml",
"content": "---\n# handlers file for vpc",
"license_type": "no... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/routetable | 7,898 | [
"no_license"
] | [
{
"path": "roles/routetable/defaults/main.yml",
"content": "---\n# defaults file for roles/routetable",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/routetable/vars/main.yml",
"content": "---\n# vars file for roles/routetable",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/subnet | 7,898 | [
"no_license"
] | [
{
"path": "roles/subnet/tasks/main.yml",
"content": "---\n- name: Creating {{subnet_name}} subnet\n ec2_vpc_subnet:\n state: present\n vpc_id: \"{{ vpc.vpc.id }}\"\n region: \"{{region}}\"\n az: \"{{subnet_az}}\"\n cidr: \"{{cidr_block}}\"\n resource_tags: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/target_groups | 7,898 | [
"no_license"
] | [
{
"path": "roles/target_groups/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/subnet",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/target_groups/tasks/main.yml",
"content": "---\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/vgw | 7,898 | [
"no_license"
] | [
{
"path": "roles/vgw/tasks/main.yml",
"content": "---\n\n- name: Creating Virtual Private Gateway\n ec2_vpc_vgw:\n state: present\n region: \"{{region}}\"\n vpc_id: \"{{ vpc.vpc.id }}\"\n name: \"{{vgw_name}}\"\n type: ipsec.1\n register: vgw\n\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/vpc | 7,898 | [
"no_license"
] | [
{
"path": "roles/vpc/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - vpc",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/vpc/tasks/main.yml",
"content": "---\n- name: Creating VPC\n ec2_vpc_net:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/vpc_peering | 7,898 | [
"no_license"
] | [
{
"path": "roles/vpc_peering/tasks/main.yml",
"content": "---\n- name: Create cross account VPC peering Connection\n ec2_vpc_peer:\n region: \"{{region}}\"\n vpc_id: \"{{ vpc.vpc.id }}\"\n peer_region: \"{{peer_region}}\"\n peer_vpc_id: \"{{peer_vpc_id}}\"\n peer_owner_id: \"{{peer_owner_id}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/vpn_connection | 7,898 | [
"no_license"
] | [
{
"path": "roles/vpn_connection/tasks/main.yml",
"content": "---\n- name: Creating Virtual Private Network connection\n ec2_vpc_vpn:\n state: present\n region: \"{{region}}\"\n vpn_gateway_id: \"{{vgw.vgw.id}}\"\n customer_gateway_id: \"{{cgw.gateway.customer_gateway.customer_gateway_id}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/vpn_routetable | 7,898 | [
"no_license"
] | [
{
"path": "roles/vpn_routetable/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/routetable",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/vpn_routetable/handlers/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | tensult/ansible-automation | ca116bc1a27f963173cf3bba60adf4155b0c0754 | 28 | roles/wb_security_group | 7,898 | [
"no_license"
] | [
{
"path": "roles/wb_security_group/tasks/main.yml",
"content": "---\n- name: Creating web security group\n\n ec2_group:\n name: \"{{wb_sg_name}}\"\n tags: { \"Name\":\"{{wb_sg_name}}\" }\n description: \"{{wb_sg_desc}}\"\n vpc_id: \"{{ vpc.vpc.id }}\"\n region: \"{{region}}\"\n rules:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | maverastegui/infraestructura-k8s | 44fb300d1e42fed375e53c18c048dd045d86290b | 0 | ansible/roles/k8s | 7,898 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/tasks/deploy_fhir_gateway.yaml",
"content": "- name: Desplegar FHIR Gateway\n kubernetes.core.helm:\n name: fhir-gateway\n chart_ref: onaio/fhir-gateway\n chart_repo_url: https://charts.smartregister.org\n chart_version: \"1.0.14\"\n release_namespace: default\n ... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 9984,
"all_permissive": false
} |
ansible_role | abrahamvarricatt/modwsgi_env_setup | e5951cdfcf923f8495989b6c34a51fb49c530dad | 0 | provision/roles/apache_httpd | 7,898 | [
"no_license"
] | [
{
"path": "provision/roles/apache_httpd/handlers/main.yml",
"content": "---\n\n- name: restart apache-httpd\n become: yes\n become_method: sudo\n service:\n name: httpd\n state: restarted\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7015,
"all_permissive": false
} |
ansible_role | abrahamvarricatt/modwsgi_env_setup | e5951cdfcf923f8495989b6c34a51fb49c530dad | 0 | provision/roles/base | 7,898 | [
"no_license"
] | [
{
"path": "provision/roles/base/tasks/main.yml",
"content": "---\n\n- name: Update all packages\n become: yes\n become_method: sudo\n yum: name=* state=latest update_cache=yes\n\n- name: Install EPEL Repository\n become: yes\n become_method: sudo\n yum: name=epel-release state=present\n\n- name: Setup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1568,
"all_permissive": false
} |
ansible_role | abrahamvarricatt/modwsgi_env_setup | e5951cdfcf923f8495989b6c34a51fb49c530dad | 0 | provision/roles/bottle_VENV | 7,898 | [
"no_license"
] | [
{
"path": "provision/roles/bottle_VENV/tasks/main.yml",
"content": "---\n\n- name: Directory to store VENVs\n become: yes\n become_method: sudo\n file:\n path: \"{{ virtualenv_root }}\"\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: 0775\n\n\n#- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1435,
"all_permissive": false
} |
ansible_role | abrahamvarricatt/modwsgi_env_setup | e5951cdfcf923f8495989b6c34a51fb49c530dad | 0 | provision/roles/bottle_config | 7,898 | [
"no_license"
] | [
{
"path": "provision/roles/bottle_config/files/dev/bottle.wsgi",
"content": "import sys\nimport pip\n\ndef application(environ, start_response):\n status = '200 OK'\n\n name = repr(environ['mod_wsgi.process_group'])\n output = 'mod_wsgi.process_group = %s' % name\n\n installed_packages = pip.get... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 12819,
"all_permissive": false
} |
ansible_role | abrahamvarricatt/modwsgi_env_setup | e5951cdfcf923f8495989b6c34a51fb49c530dad | 0 | provision/roles/bottle_sources | 7,898 | [
"no_license"
] | [
{
"path": "provision/roles/bottle_sources/tasks/main.yml",
"content": "---\n\n# Following 3 tasks are to setup the source folder. We want the sources\n# to be accessable on the external /vagrant folder on developer setups.\n# Regular folder otherwise\n\n- name: Create source-code directory on /vagrant\n fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1306,
"all_permissive": false
} |
ansible_role | abrahamvarricatt/modwsgi_env_setup | e5951cdfcf923f8495989b6c34a51fb49c530dad | 0 | provision/roles/install_python27 | 7,898 | [
"no_license"
] | [
{
"path": "provision/roles/install_python27/tasks/main.yml",
"content": "---\n\n- name: Directory to store OSS source-code\n become: yes\n become_method: sudo\n file:\n path: /opt/oss_sources\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: 0775\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1685,
"all_permissive": false
} |
ansible_role | abrahamvarricatt/modwsgi_env_setup | e5951cdfcf923f8495989b6c34a51fb49c530dad | 0 | provision/roles/ping_test | 7,898 | [
"no_license"
] | [
{
"path": "provision/roles/ping_test/tasks/main.yml",
"content": "---\n\n- name: Ansible ping-pong\n ping:\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 40,
"all_permissive": false
} |
ansible_role | abrahamvarricatt/modwsgi_env_setup | e5951cdfcf923f8495989b6c34a51fb49c530dad | 0 | provision/roles/vagrant_database | 7,898 | [
"no_license"
] | [
{
"path": "provision/roles/vagrant_database/tasks/main.yml",
"content": "---\n\n- name: Install MySQL56 x64 server\n become: yes\n become_method: sudo\n yum: name=mysql-community-server state=present\n\n- name: Check if log directory is present\n stat: path=/var/log/mysql\n register: mysqlLog\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3358,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.