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 | jegasega/x_project | 1744fb7422b6d5f8b230906784a79f9bc1c044a3 | 0 | ansible-infra/roles/keepalived | 7,455 | [
"permissive"
] | [
{
"path": "ansible-infra/roles/keepalived/handlers/main.yml",
"content": "---\r\n\r\n- name: restart keepalived\r\n service: name=keepalived state=restarted\r\n\r\n- name: restart snmpd\r\n service: name=snmpd state=restarted\r\n\r\n",
"license_type": "permissive",
"detected_licenses": [
"Ap... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4258,
"all_permissive": true
} |
ansible_role | jegasega/x_project | 1744fb7422b6d5f8b230906784a79f9bc1c044a3 | 0 | ansible-infra/roles/kubernetes | 7,455 | [
"permissive"
] | [
{
"path": "ansible-infra/roles/kubernetes/defaults/main.yml",
"content": "---\r\n\r\nkubernetes_service_restart: \"yes\"\r\ncontainerd_version: \"1.6.15-1\"\r\nkubernetes_version: \"1.25.6-00\"\r\ncni_plugin_version: \"1.1.1\"\r\nkubernetes_master: false\r\nbootstrap_kubernetes_cluster: false\r\n\r\n",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4602,
"all_permissive": true
} |
ansible_role | jegasega/x_project | 1744fb7422b6d5f8b230906784a79f9bc1c044a3 | 0 | ansible-infra/roles/logrotate | 7,455 | [
"no_license"
] | [
{
"path": "ansible-infra/roles/logrotate/README.md",
"content": "## Role: [galera_logrotate](galera_logrotate)\r\n```\r\n> **Task:** Install logrotate via apt\r\n\r\n> **Task:** Install logrotate via yum\r\n\r\n> **Task:** install cron\r\n\r\n> **Task:** check/install hourly logrotate\r\n\r\n> **Task:** che... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1552,
"all_permissive": false
} |
ansible_role | jegasega/x_project | 1744fb7422b6d5f8b230906784a79f9bc1c044a3 | 0 | ansible-infra/roles/nginx-status | 7,455 | [
"no_license"
] | [
{
"path": "ansible-infra/roles/nginx-status/tasks/main.yml",
"content": "---\r\n- name: Configure nginx status page\r\n template:\r\n src: nginx_status.j2\r\n dest: /etc/nginx/conf.d/nginx-status.conf\r\n backup: yes\r\n owner: root\r\n group: root\r\n mode: 0664\r\n notify:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | jegasega/x_project | 1744fb7422b6d5f8b230906784a79f9bc1c044a3 | 0 | ansible-infra/roles/ntp | 7,455 | [
"permissive"
] | [
{
"path": "ansible-infra/roles/ntp/vars/Centos.yml",
"content": "---\r\n\r\nntp_service_name: \"ntpd\"\r\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 33
},
{
"path": "ansible-infra/roles/ntp/templates/ntp.conf.j2",
"content": "# {{ ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 2062,
"all_permissive": true
} |
ansible_role | jegasega/x_project | 1744fb7422b6d5f8b230906784a79f9bc1c044a3 | 0 | ansible-infra/roles/os | 7,455 | [
"no_license"
] | [
{
"path": "ansible-infra/roles/os/tasks/main.yml",
"content": "---\r\n- import_tasks: load_modules.yml\r\n- import_tasks: sysctl.yml\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "ansible-infra/roles/os/defaults/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1480,
"all_permissive": false
} |
ansible_role | jegasega/x_project | 1744fb7422b6d5f8b230906784a79f9bc1c044a3 | 0 | ansible-infra/roles/postfix | 7,455 | [
"no_license"
] | [
{
"path": "ansible-infra/roles/postfix/tasks/main.yml",
"content": "- name: install postfix\r\n yum:\r\n name: postfix\r\n state: latest\r\n notify: restart postfix\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | Gnagano/dwave_leap_vagrant | 4962542b3993dadf6346d8ea3ce0e291154d2cd2 | 0 | provision/roles/gano2018.ansible_anyenv | 7,455 | [
"no_license"
] | [
{
"path": "provision/roles/gano2018.ansible_anyenv/meta/main.yml",
"content": "---\ngalaxy_info:\n author: gano\n description: install anyenv and each envs\n license: MIT\n min_ansible_version: 2.0\n platforms:\n - name: EL\n versions:\n - 6\n - 7\n - name: ubuntu\n versio... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2429,
"all_permissive": false
} |
ansible_role | Gnagano/dwave_leap_vagrant | 4962542b3993dadf6346d8ea3ce0e291154d2cd2 | 0 | provision/roles/gano2018.ansible_dwave_ocean_sdk_setup | 7,455 | [
"no_license"
] | [
{
"path": "provision/roles/gano2018.ansible_dwave_ocean_sdk_setup/defaults/main.yml",
"content": "leap_dwave_ocean_sdk_repository:\n https://github.com/dwavesystems/dwave-ocean-sdk.git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "provision/ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1650,
"all_permissive": false
} |
ansible_role | Gnagano/dwave_leap_vagrant | 4962542b3993dadf6346d8ea3ce0e291154d2cd2 | 0 | provision/roles/gano2018.ansible_each_env_install | 7,455 | [
"no_license"
] | [
{
"path": "provision/roles/gano2018.ansible_each_env_install/vars/CentOS6_php.yml",
"content": "required_libraries:\n - bzip2-devel\n - cmake\n - curl-devel\n - freetype-devel\n - gcc\n - gcc-c++\n - git\n - libicu-devel\n - libjpeg-devel\n - libmcrypt-devel\n - libpng-devel\n - libtidy-devel\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 4216,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/copy_adbkey | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/copy_adbkey/README.md",
"content": "# Role Name\n\n`copy_adbkey`\n\nCopy the adbkey files to the chrome-bot home directory.\n\nDoes this safely by extracting the files from berglas to temp files, copying\nthem over, and then deleting the temp files.\n\n## Role Name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2250,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/copy_authorized_keys | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/copy_authorized_keys/tasks/posix.yml",
"content": "# Copy the first set of keys exclusively, which will remove keys that have been removed from the local `authorized_keys`.\n- name: Copy master list authorized_keys file exclusively.\n ansible.posix.authorized_key:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/copy_service_account_key | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/copy_service_account_key/README.md",
"content": "# Role Name\n\n`copy_service_account_key`\n\n## Description\n\nCopy the service account key to the chrome-bot home directory.\n\nDoes this safely by extracting the files from berglas to temp files, copying\nthem over... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2466,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/create_chrome_bot_user | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/create_chrome_bot_user/tasks/linux.yml",
"content": "- name: Make sure we have a 'sudo' group\n group:\n name: sudo\n state: present\n\n- name: Allow 'sudo' group to have passwordless sudo\n become: true\n lineinfile:\n dest: /etc/sudoers\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/install_compui | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/install_compui/README.md",
"content": "# Role Name\n\n`install_compui`\n\n## Description\n\nInstalls `comp-ui-cron-job` to the machine and arranges for it to run daily.\n\n## Variables Required\n\nRequires `gather_facts` to detect the target operating system.\n\n##... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3883,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/install_test_machine_monitor | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/install_test_machine_monitor/meta/argument_specs.yml",
"content": "argument_specs:\n main:\n short_description:\n The main entry point for the install_test_machine_monitor role.\n options:\n test_machine_monitor_version:\n type: \"str\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6325,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/install_vnc_server | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/install_vnc_server/tasks/main.yml",
"content": "- name: Install UltraVNC server for Windows.\n import_tasks: win.yml\n when: ansible_facts['system']|lower == \"win32nt\"\n\n- name: Other platforms.\n fail:\n msg: This system isn't supported, please add suppor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/install_win_gpu_drivers | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/install_win_gpu_drivers/tasks/main.yml",
"content": "- name: Fail if platform unsupported.\n fail:\n msg: This role is Windows-only.\n when: ansible_facts['system']|lower not in ['win32nt']\n\n- name: Build getgpu.exe\n delegate_to: 127.0.0.1\n run_once: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1655,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/install_win_graphics_tools | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/install_win_graphics_tools/tasks/main.yml",
"content": "- name: Fail if platform unsupported.\n fail:\n msg: Cannot install Graphics Tools on platforms other than Windows.\n when: ansible_facts['system']|lower not in ['win32nt']\n\n# Reference links:\n# - http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/load_secret_vars | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/load_secret_vars/README.md",
"content": "# Role Name\n\nLoads secrets from [berglas](https://github.com/GoogleCloudPlatform/berglas) and\nmakes them available as a variable. See\n[//kube/secrets](https://skia.googlesource.com/buildbot/+/refs/heads/main/kube/secrets... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1997,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/rfkill | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/rfkill/tasks/main.yml",
"content": "# tasks file for rfkill\n- name: Install rfkill\n become: true\n apt:\n update_cache: yes\n pkg:\n - rfkill\n\n- name: block wifi\n become: true\n shell: rfkill block wifi\n\n- name: block bluetooth\n become: true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | ep-infosec/50_google_skia-buildbot | 5607ed6e430825ccaa445966de2dec998601d2e6 | 1 | skolo/ansible/switchboard/roles/swarming_needs | 7,455 | [
"no_license"
] | [
{
"path": "skolo/ansible/switchboard/roles/swarming_needs/tasks/linux.yml",
"content": "- name: Install tools for Apple devices.\n # imobiledevice is currently only built for RPIs (arm64).\n when: swarming_needs__needs_mobile_tools and ( ansible_facts['architecture']|lower == \"arm64\" )\n block:\n - ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7320,
"all_permissive": false
} |
ansible_role | wsaadi-scc/wordpress | 78bfdd9c9b09d4ed9e06007fec17affb440171f7 | 0 | backup_h/roles/dump_wordpress | 7,455 | [
"no_license"
] | [
{
"path": "backup_h/roles/dump_wordpress/tasks/main.yml",
"content": "#takes a backup of a wordpress install, to get it ready for deployment.\n---\n#clear and recreate the backup directory\n- name: delete the old backup\n local_action: file path=/srv/wordpress/backup_h state=absent\n- name: create new back... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | Selalelo/Ansible-System-monitoring-project | c2cdc6e46a16613e8585b3605d70f23549ea9821 | 0 | roles/grafana | 7,455 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "---\n- name: Add Grafana APT Repository\n become: yes\n apt_repository:\n repo: deb https://packages.grafana.com/oss/deb stable main\n state: present\n update_cache: yes\n\n- name: Install Grafana\n become: yes\n apt:\n name: grafana\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 724,
"all_permissive": false
} |
ansible_role | Selalelo/Ansible-System-monitoring-project | c2cdc6e46a16613e8585b3605d70f23549ea9821 | 0 | roles/node_exporter | 7,455 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yml",
"content": "---\n- name: Install Prometheus Node Exporter\n become: yes\n apt:\n name: prometheus-node-exporter\n state: present\n\n- name: Start Prometheus Node Exporter\n service:\n name: prometheus-node-exporter\n state: started\n enabled:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | Selalelo/Ansible-System-monitoring-project | c2cdc6e46a16613e8585b3605d70f23549ea9821 | 0 | roles/prometheus | 7,455 | [
"no_license"
] | [
{
"path": "roles/prometheus/template/prometheus.yml.j2",
"content": "global:\n scrape_interval: 15s\n\nscrape_configs:\n - job_name: 'nodes'\n static_configs:\n - targets: ['172.31.39.83:9100', '172.31.38.77:9100']\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | richi-geek/workadventure | 52a8cec7256ae563b98837aa7825af43900c69ba | 0 | ansible/roles/docker | 7,455 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Run apt update if the last one is more than one day\n apt:\n update_cache: true\n cache_valid_time: 86400\n\n- name: Ensure git, make, docker.io & docker-compose are present\n apt:\n name:\n - git\n - make\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | richi-geek/workadventure | 52a8cec7256ae563b98837aa7825af43900c69ba | 0 | ansible/roles/traefik | 7,455 | [
"no_license"
] | [
{
"path": "ansible/roles/traefik/templates/.env.j2",
"content": "#\n# Basic configuration\n#\n\n# The directory to store data in\nDATA_DIR=./wa\n\n#\n# Certificate config\n#\n\n# The email address used by Let's encrypt to send renewal warnings (compulsory)\nACME_EMAIL=\n\n#\n# Advanced configuration\n# Gene... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6478,
"all_permissive": false
} |
ansible_role | richi-geek/workadventure | 52a8cec7256ae563b98837aa7825af43900c69ba | 0 | ansible/roles/uploader | 7,455 | [
"no_license"
] | [
{
"path": "ansible/roles/uploader/tasks/main.yml",
"content": "---\n- name: Create /etc/workadventure directory\n file:\n path: /etc/workadventure\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: Copy docker-compose file\n template:\n src: docker-compose.yml.j2\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2061,
"all_permissive": false
} |
ansible_role | cookew/okd-installer | 49d12cb97bae119cf47b2f16114eddc59d92686a | 0 | roles/okd | 7,455 | [
"no_license"
] | [
{
"path": "roles/okd/defaults/main.yml",
"content": "# Version of OKD on CentOS Stream CoreOS to use.\n# The versions can be located on the github webpage.\n# https://github.com/okd-project/okd/releases\n# Alternatively, use \"latest\" to install the latest stable version.\n# okd_installer_version: 4.19.0-o... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10554,
"all_permissive": false
} |
ansible_role | akwasnie/elk | a45ed663fae3778e29a940a869d4e8b5152259f7 | 1 | ansible/roles/elk-stack | 7,458 | [
"no_license"
] | [
{
"path": "ansible/roles/elk-stack/tasks/elasticsearch.yml",
"content": "---\n- name: elasticsearch container\n docker:\n name: elasticsearch\n image: elasticsearch:2.1\n state: started\n volumes:\n - \"{{ role_path }}/files/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.y... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 944,
"all_permissive": false
} |
ansible_role | akwasnie/elk | a45ed663fae3778e29a940a869d4e8b5152259f7 | 1 | ansible/roles/logstash-file | 7,458 | [
"no_license"
] | [
{
"path": "ansible/roles/logstash-file/tasks/logstash.yml",
"content": "---\n- name: logstash container\n docker:\n name: logstash-file\n image: \"logstash:2.1\"\n state: started\n volumes:\n - \"{{ role_path }}/files/config:/etc/logstash\"\n - \"/Users/ala/Documents/Projects/WIT2016/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | evmoroz/dotfiles | a62fa772c41aeba5ff06437e4adefcd3562d61d3 | 0 | ansible/roles/alacritty | 7,458 | [
"no_license"
] | [
{
"path": "ansible/roles/alacritty/defaults/main.yml",
"content": "---\nsrc_dir: /opt/src\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "ansible/roles/alacritty/handlers/main.yml",
"content": "- name: Install Alacritty\n become: true\n com... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | evmoroz/dotfiles | a62fa772c41aeba5ff06437e4adefcd3562d61d3 | 0 | ansible/roles/browserpass | 7,458 | [
"no_license"
] | [
{
"path": "ansible/roles/browserpass/handlers/main.yml",
"content": "- name: Verify browserpass Signature\n become: no\n command: gpg --verify browserpass-linux64.zip.sig\n args:\n chdir: /tmp\n\n- name: Extract browserpass\n unarchive:\n src: /tmp/browserpass-linux64.zip\n dest: /opt/git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1445,
"all_permissive": false
} |
ansible_role | evmoroz/dotfiles | a62fa772c41aeba5ff06437e4adefcd3562d61d3 | 0 | ansible/roles/composer | 7,458 | [
"no_license"
] | [
{
"path": "ansible/roles/composer/handlers/main.yml",
"content": "---\n- name: Composer global install\n composer:\n global_command: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/roles/composer/tasks/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1039,
"all_permissive": false
} |
ansible_role | evmoroz/dotfiles | a62fa772c41aeba5ff06437e4adefcd3562d61d3 | 0 | ansible/roles/dotfiles | 7,458 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/tasks/main.yml",
"content": "- name: Repository is up-tp-date\n git:\n repo: '{{ dotfiles_repo }}'\n dest: \"{{ dotfiles_home}}\"\n update: no\n\n- name: create symlinks\n file:\n src: \"{{ dotfiles_home }}/{{ item }}\"\n dest: \"{{ ansible_env.HO... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | evmoroz/dotfiles | a62fa772c41aeba5ff06437e4adefcd3562d61d3 | 0 | ansible/roles/funcfun | 7,458 | [
"no_license"
] | [
{
"path": "ansible/roles/funcfun/tasks/main.yml",
"content": "- name: Repository is up-tp-date\n become: false\n git:\n repo: '<EMAIL>:ttyz/funcfun.git'\n dest: \"{{src_dir}}/funcfun\"\n\n- name: Ensure funcfun is loaded\n become: false\n lineinfile:\n path: '~/.local.bashrc'\n line:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | evmoroz/dotfiles | a62fa772c41aeba5ff06437e4adefcd3562d61d3 | 0 | ansible/roles/password-store | 7,458 | [
"no_license"
] | [
{
"path": "ansible/roles/password-store/tasks/main.yml",
"content": "- name: Password-Store is cloned\n become: true\n git:\n repo: https://git.zx2c4.com/password-store\n dest: \"{{src_dir}}/password-store\"\n notify: Install Password-Store\n\n- name: pass-otp extension is cloned\n become: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 579,
"all_permissive": false
} |
ansible_role | evmoroz/dotfiles | a62fa772c41aeba5ff06437e4adefcd3562d61d3 | 0 | ansible/roles/python-tools | 7,458 | [
"no_license"
] | [
{
"path": "ansible/roles/python-tools/defaults/main.yml",
"content": "python_tools:\n - name: awscli\n - name: hangups\n exec: python3\n - name: docker-compose\n - name: pygments\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1484,
"all_permissive": false
} |
ansible_role | evmoroz/dotfiles | a62fa772c41aeba5ff06437e4adefcd3562d61d3 | 0 | ansible/roles/vim | 7,458 | [
"no_license"
] | [
{
"path": "ansible/roles/vim/tasks/main.yml",
"content": "---\n- name: Install vim\n become: true\n package:\n name: vim\n state: latest\n when: pkg_manager is not defined\n\n- name: Setup dirs\n file:\n path: \"{{ ansible_env.HOME }}/.{{ item }}\"\n state: directory\n with_items:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3606,
"all_permissive": false
} |
ansible_role | rajathacker/ansible_meetup | f31b55dacc1d7450218ed3fcf2261e93fc04a00d | 0 | roles/httpd | 7,458 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "---\n# tasks file for roles/httpd\n- name: Installing HTTPD\n yum:\n name: httpd\n state: latest\n- name: Copying index.html\n copy:\n src: index.html\n dest: /var/www/html/\n- name: Starting and Enabling HTTPD\n service:\n name: httpd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | again09/Ansible_Switch | 62a6e76adf3f50ffcbe980b4e88693d484b3d42b | 0 | roles/default | 7,458 | [
"no_license"
] | [
{
"path": "roles/default/tasks/main.yml",
"content": "---\n# tasks file for Ansible_Switch\n#- name: Configure Pica8 switches\n# hosts: pica8_switches\n# tasks:\n- name: Transfer the script\n copy: src=../files/default.conf dest=/home/admin/default.conf force=yes mode=0777\n\n- name: Activate the configu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/ceilometer | 7,458 | [
"no_license"
] | [
{
"path": "roles/ceilometer/tasks/main.yml",
"content": "- name: create db script\n template: src=createdb.j2 dest=/tmp/createdb.js\n register: dbjs\n\n\n- name: pause 20s\n pause: seconds=20\n\n- name: set the lang env\n shell: export LC_ALL=C\n\n- name: create ceilometer database\n shell: mongo --por... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/chrony | 7,458 | [
"no_license"
] | [
{
"path": "roles/chrony/tasks/main.yml",
"content": "---\n\n\n- name: Install Chrony Service\n apt: name=chrony state=installed force=yes\n\n\n- name: Configure chrony\n template: src=chrony.j2 dest=/etc/chrony.conf\n\n \n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/cinder | 7,458 | [
"no_license"
] | [
{
"path": "roles/cinder/tasks/main.yml",
"content": "---\n\n- name: Create cinder database\n mysql_db: name={{ cinder_db_name }} state=present\n when: hostname == \"controller1\"\n\n- name: Create cinder user in database\n mysql_user: name={{ cinder_db_user }} password={{ cinder_db_pass }} host=% priv=*... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2048,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/cinder-volume | 7,458 | [
"no_license"
] | [
{
"path": "roles/cinder-volume/templates/cinder.j2",
"content": "[DEFAULT]\nrootwrap_config = /etc/cinder/rootwrap.conf\napi_paste_confg = /etc/cinder/api-paste.ini\n#iscsi_helper = tgtadm\nvolume_name_template = volume-%s\n#volume_group = cinder-volumes\nverbose = True\nauth_strategy = keystone\nstate_path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1653,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/common | 7,458 | [
"no_license"
] | [
{
"path": "roles/common/templates/sources.list.j2",
"content": "deb [arch=amd64] http://{{ apt_mirror_addr }}/ trusty main\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "roles/common/templates/chrony_controller23.j2",
"content": "server cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3061,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/dashboard | 7,458 | [
"no_license"
] | [
{
"path": "roles/dashboard/templates/ports.j2",
"content": "# If you just change the port or add more ports here, you will likely also\n# have to change the VirtualHost statement in\n# /etc/apache2/sites-enabled/000-default.conf\n\nListen {{ hostname }}:80\n\n<IfModule ssl_module>\n Listen 443\n</IfM... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/glance | 7,458 | [
"no_license"
] | [
{
"path": "roles/glance/tasks/main.yml",
"content": "---\n\n- name: Create glance database\n mysql_db: name={{ glance_db_name }} state=present\n when: hostname == \"controller1\"\n\n- name: Create glance user in database\n mysql_user: name={{ glance_db_user }} password={{ glance_db_pass }} host=% priv=*... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2118,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/haproxy | 7,458 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/keepalived_cnt2.j2",
"content": "\nglobal_defs {\n router_id {{ hostname }}\n}\n\nvrrp_script haproxy {\n script \"killall -0 haproxy\"\n interval 2\n weight -2\n}\n\nvrrp_instance 60 {\n virtual_router_id 60\n advert_int 1\n priority 102\n state BACKUP\n nopreemp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2386,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/heat | 7,458 | [
"no_license"
] | [
{
"path": "roles/heat/tasks/main.yml",
"content": "---\n\n\n\n- name: Create heat database\n mysql_db: name={{ heat_db_name }} state=present\n when: hostname == \"controller1\"\n\n\n- name: Create heat user in database\n mysql_user: name={{ heat_db_user }} password={{ heat_db_pass }} host=% priv=*.*:ALL... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2719,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/keystone | 7,458 | [
"no_license"
] | [
{
"path": "roles/keystone/tasks/main.yml",
"content": "---\n\n\n\n- name: Create keystone db\n mysql_db: name={{ keystone_db_name }} state=present\n when: hostname == \"controller1\"\n\n- name: Create keystone user\n mysql_user: name={{ keystone_db_user }} password={{ keystone_db_pass }} host=% priv=*.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 15374,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/mariadb | 7,458 | [
"no_license"
] | [
{
"path": "roles/mariadb/templates/hauser.sql",
"content": "grant all on *.* to root@'%' identified by '{{ mysql_root_db_pass }}' with grant option;\ninsert into mysql.user (Host,User) values (\"{{ groups[['controller'][0]][0] }}\",'haproxy');\ninsert into mysql.user (Host,User) values (\"{{ groups[['contro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3292,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/neutron | 7,458 | [
"no_license"
] | [
{
"path": "roles/neutron/handlers/main.yml",
"content": "---\n\n- name: restart neutron-server\n service: name=neutron-server state=restarted\n\n\n- name: restart neutron-l3-agent\n service: name=neutron-l3-agent state=restarted\n\n\n- name: restart neutron-dhcp-agent\n service: name=neutron-dhcp-agent s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2998,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/neutron-compute | 7,458 | [
"no_license"
] | [
{
"path": "roles/neutron-compute/handlers/main.yml",
"content": "---\n\n- name: restart neutron-plugin\n service: name=neutron-plugin-openvswitch-agent state=restarted\n\n\n- name: restart openvswitch\n service: name=openvswitch-switch state=restarted\n\n\n\n\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/nova | 7,458 | [
"no_license"
] | [
{
"path": "roles/nova/tasks/main.yml",
"content": "---\n\n- name: Create nova database\n mysql_db: name={{ nova_db_name }} state=present\n when: hostname == \"controller1\"\n\n- name: Create nova user in database\n mysql_user: name={{ nova_db_user }} password={{ <PASSWORD> }} host=% priv=*.*:ALL,GRANT s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2995,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/nova-compute | 7,458 | [
"no_license"
] | [
{
"path": "roles/nova-compute/tasks/main.yml",
"content": "---\n\n- name: Install nova compute packages\n apt: name={{ item }} state=installed force=yes\n with_items:\n - nova-compute\n - sysfsutils\n\n- name: Configure nova\n template: src=nova.j2 dest=/etc/nova/nova.conf\n notify:\n - restart no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1982,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/rabbitmq | 7,458 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n\n\n- name: Install rabbitmq server\n apt: name=rabbitmq-server state=latest force=yes\n notify: restart rabbitmq\n\n#- name: Add rabbitmq user\n# rabbitmq_user: user={{ rabbit_userid }}\n# password={{ <PASSWORD>_<PASSWORD> }}\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2236,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/swift | 7,458 | [
"no_license"
] | [
{
"path": "roles/swift/tasks/main.yml",
"content": "---\n\n\n- name: Install swift packages\n apt: name={{ item }} state=installed force=yes\n with_items:\n - swift\n - swift-proxy\n - python-swiftclient\n\n- name: Ensure /etc/swift/ is ok\n file: path=/etc/swift state=directory owner=root group=sw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5798,
"all_permissive": false
} |
ansible_role | yinghai9989/openstack-ansible-ha | 11a0d9e8b6bb32efe478c12a640cd3cba4c94190 | 0 | roles/swift-storage | 7,458 | [
"no_license"
] | [
{
"path": "roles/swift-storage/tasks/main.yml",
"content": "---\n\n\n- name: Install swift-storage packages\n apt: name={{ item }} state=installed force=yes\n with_items:\n - xfsprogs\n - rsync\n - swift\n - swift-account\n - swift-container\n - swift-object\n\n- name: Ensure /srv/node is ok\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3609,
"all_permissive": false
} |
ansible_role | andrelohmann/vagrant-camunda | f1e0d3a73b2e543687b4869b930c7f69bd47cd11 | 0 | ansible_vagrant/roles/camunda_installer | 7,458 | [
"no_license"
] | [
{
"path": "ansible_vagrant/roles/camunda_installer/tasks/main.yml",
"content": "---\n\n- name: add python docker module\n apt:\n name: \"{{ packages }}\"\n state: present\n dpkg_options: 'force-confnew,force-confdef'\n autoclean: yes\n autoremove: yes\n update_cache: yes\n cache_valid_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1969,
"all_permissive": false
} |
ansible_role | shmulya/billmaster | af944e45d25d1831f216ed61d4b62ae362da8056 | 0 | roles/application | 7,458 | [
"no_license"
] | [
{
"path": "roles/application/templates/uwsgi.ini.j2",
"content": "[uwsgi]\nmodule = server:app\nmaster = true\nsocket = :9000\ndie-on-term = true\nattach-daemon = {{ ansible_python_interpreter }} scheduler.py\nlogto = /var/log/billmaster/uwsgi.log\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3063,
"all_permissive": false
} |
ansible_role | shmulya/billmaster | af944e45d25d1831f216ed61d4b62ae362da8056 | 0 | roles/nginx | 7,458 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\n\nbillmaster_frontend_packages:\n - 'nginx'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: update apt cache\n shell:\n c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | shmulya/billmaster | af944e45d25d1831f216ed61d4b62ae362da8056 | 0 | roles/python | 7,458 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n\n- name: update apt cache\n shell:\n cmd: 'apt update'\n\n- name: install requirement packages\n package:\n name: '{{ billmaster_requirement_packages }}'\n state: present\n\n- name: install billmaster requirements\n pip:\n name: '{{ b... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | damon-shaw/udacity-p3 | 745614923a8762f841ab0add04b8cc5f77b9f7ac | 0 | .circleci/ansible/roles/configure-server | 7,458 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n# A play to update the local cache of package versions with the latest information from the\n# central repository.\n- name: \"Update Package Cache\"\n become: true # use sudo\n apt:\n update_cache: true\n\n- name: \"U... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | damon-shaw/udacity-p3 | 745614923a8762f841ab0add04b8cc5f77b9f7ac | 0 | .circleci/ansible/roles/deploy | 7,458 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"Copy Application Dependencies\"\n become: true\n synchronize:\n src: ~/project/backend/node_modules\n dest: /home/ubuntu/udacity-p3\n recursive: true\n\n- name: \"Copy Built Application\"\n become: true\n sync... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | guyingyan/Board-Installer | d5b322ca7f4a50f92426a4d78dfd42f17d9c7546 | 0 | ansible_k8s/roles/chrony | 7,458 | [
"no_license"
] | [
{
"path": "ansible_k8s/roles/chrony/tasks/main.yml",
"content": "---\n- name: timedatectl set-timezone \"Asia/Shanghai\"\n shell: timedatectl set-timezone \"Asia/Shanghai\"\n\n- name: install chrony\n yum: name=chrony state=latest\n\n- name: enable chronyd\n service: name=chronyd enabled=yes\n- name: sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | guyingyan/Board-Installer | d5b322ca7f4a50f92426a4d78dfd42f17d9c7546 | 0 | ansible_k8s/roles/docker | 7,458 | [
"no_license"
] | [
{
"path": "ansible_k8s/roles/docker/tasks/main.yml",
"content": "---\n- name: install docker-ce\n yum: name=docker-ce state=latest\n\n- name: start docker\n service: name=docker enabled=yes state=started\n\n- name: config daemon.json file\n template: src={{role_path}}/templates/daemon.json dest=/etc/dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | guyingyan/Board-Installer | d5b322ca7f4a50f92426a4d78dfd42f17d9c7546 | 0 | ansible_k8s/roles/k8s | 7,458 | [
"no_license"
] | [
{
"path": "ansible_k8s/roles/k8s/tasks/main.yml",
"content": "---\n\n- name: create directory to save rpm package\n shell: mkdir -p /tmp/rpm\n- name: copy docker-ce rpm package\n copy: src={{role_path}}/../../pre-env/k8s dest=/tmp/rpm\n\n- copy:\n src: \"{{role_path}}/files/k8s.repo\"\n dest: /etc/y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | guyingyan/Board-Installer | d5b322ca7f4a50f92426a4d78dfd42f17d9c7546 | 0 | ansible_k8s/roles/load-k8s-images-master | 7,458 | [
"no_license"
] | [
{
"path": "ansible_k8s/roles/load-k8s-images-master/tasks/main.yml",
"content": "---\n\n\n- name: push image to registry\n shell: docker pull {{registry_ip_address}}:5000/k8simage/{{item}}\n with_items:\n - \"pause:3.1\"\n - \"kube-proxy:v1.15.3\"\n - \"kube-apiserver:v1.15.3\"\n - \"kube-sche... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | guyingyan/Board-Installer | d5b322ca7f4a50f92426a4d78dfd42f17d9c7546 | 0 | ansible_k8s/roles/master | 7,458 | [
"no_license"
] | [
{
"path": "ansible_k8s/roles/master/tasks/main.yml",
"content": "---\n\n- name: copy init file\n template: src={{role_path}}/templates/chrony_server.conf dest=/etc/chrony.conf mode=755\n\n- name: create /etc/kubernetes/pki\n file: path=/etc/kubernetes/pki state=directory mode=755\n\n- name: create directo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1782,
"all_permissive": false
} |
ansible_role | guyingyan/Board-Installer | d5b322ca7f4a50f92426a4d78dfd42f17d9c7546 | 0 | ansible_k8s/roles/push-images | 7,458 | [
"no_license"
] | [
{
"path": "ansible_k8s/roles/push-images/tasks/main.yml",
"content": "---\n\n- name: copy image to localion\n copy: src={{role_path}}/../../pre-env/images/{{item}} dest={{docker_image_dir}}\n with_items:\n - \"k8s-images.tar\"\n\n- name: load image\n shell: docker load -i {{docker_image_dir}}/{{item}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | guyingyan/Board-Installer | d5b322ca7f4a50f92426a4d78dfd42f17d9c7546 | 0 | ansible_k8s/roles/uninstall | 7,458 | [
"no_license"
] | [
{
"path": "ansible_k8s/roles/uninstall/tasks/main.yml",
"content": "---\n\n- name: stop all the container\n shell: docker stop $(docker ps|awk '{print $1}')\n ignore_errors: yes\n\n- name: remove imaages\n shell: docker rmi -f $(docker images|awk '{print $3}')\n ignore_errors: yes\n \n- name: install k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | guyingyan/Board-Installer | d5b322ca7f4a50f92426a4d78dfd42f17d9c7546 | 0 | ansible_k8s/roles/uninstall_edgecore | 7,458 | [
"no_license"
] | [
{
"path": "ansible_k8s/roles/uninstall_edgecore/tasks/main.yml",
"content": "---\n\n- name: stop cloudcore\n service: name=edgecore state=stopped\n ignore_errors: yes\n\n- name: rm /usr/lib/systemd/system/cloudcore.service\n file: path={{item}} state=absent \n with_items:\n - \"/usr/lib/systemd/syste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | PatKolzin/Ansible | 888f21c72e7584708a7e83cf7d2a12009cfc0d2f | 0 | 05/playbook/roles/vector-role | 7,458 | [
"no_license"
] | [
{
"path": "05/playbook/roles/vector-role/defaults/main.yml",
"content": "---\n# defaults file for vector-role\nvector_version: \"0.35.0-1\"\nansible_architecture: \"x86_64\"\nvector_config:\n sources:\n logs_logs:\n type: demo_logs\n format: syslog\n interval: 1\n transforms:\n parse_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3816,
"all_permissive": false
} |
ansible_role | aliabbas666/DevOpsDocs | b595363eed793ae3875f2c5d73fe299ff8691413 | 0 | AIDE/roles/alerts | 7,461 | [
"no_license"
] | [
{
"path": "AIDE/roles/alerts/tasks/main.yaml",
"content": "- name: Configuring Alerts\n lineinfile:\n path: /etc/postfix/main.cf\n line: \"relayhost = \"\n state: absent\n\n- name: Configuring Alerts\n blockinfile:\n path: /etc/postfix/main.cf\n block: |\n relayhost = [smtp.gmail.com]:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | aliabbas666/DevOpsDocs | b595363eed793ae3875f2c5d73fe299ff8691413 | 0 | AIDE/roles/check | 7,461 | [
"no_license"
] | [
{
"path": "AIDE/roles/check/tasks/main.yaml",
"content": "- name: Checking Files Integrity\n command: aide -c /etc/aide/aide.conf --check\n register: output\n failed_when: output.rc != 0 and output.rc != 1 and output and output.rc != 4 and output.rc != 7\n changed_when: output.rc == 1 or output == 2 or ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | aliabbas666/DevOpsDocs | b595363eed793ae3875f2c5d73fe299ff8691413 | 0 | AIDE/roles/install | 7,461 | [
"no_license"
] | [
{
"path": "AIDE/roles/install/tasks/main.yaml",
"content": "- name: Installing Aide\n apt:\n name: aide\n state: present\n\n- name: Copying Config File\n command: cp /etc/aide/aide.conf .\n\n- name: Configuring Aide\n blockinfile:\n path: /etc/aide/aide.conf\n block: |\n !/bin\n !/b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1081,
"all_permissive": false
} |
ansible_role | aliabbas666/DevOpsDocs | b595363eed793ae3875f2c5d73fe299ff8691413 | 0 | AIDE/roles/update | 7,461 | [
"no_license"
] | [
{
"path": "AIDE/roles/update/tasks/main.yaml",
"content": "- name: Updating FIM Databse\n command: aide -c /etc/aide/aide.conf --update\n register: output\n failed_when: output.rc != 0 and output.rc != 1 and output != 2 and output.rc != 4 and output.rc != 5 and output.rc != 7\n changed_when: output.rc =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | altyn-kenzhebaev/network-hw18 | c6010bf305d0a469b1a5bdcb258f057d55f1b979 | 0 | ansible/roles/centralRouter | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/centralRouter/tasks/main.yml",
"content": "---\n - name: add default gateway for centralRouter\n lineinfile:\n dest: /etc/sysconfig/network-scripts/ifcfg-eth0\n line: DEFROUTE=no\n\n - name: add default gateway for centralRouter\n lineinfile:\n dest: /etc/sysc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 919,
"all_permissive": false
} |
ansible_role | altyn-kenzhebaev/network-hw18 | c6010bf305d0a469b1a5bdcb258f057d55f1b979 | 0 | ansible/roles/centralServer | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/centralServer/tasks/main.yml",
"content": "---\n - name: add default gateway for centralServer\n lineinfile:\n dest: /etc/sysconfig/network-scripts/ifcfg-eth0\n line: DEFROUTE=no\n\n - name: add default gateway for centralServer\n lineinfile:\n dest: /etc/sysc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | altyn-kenzhebaev/network-hw18 | c6010bf305d0a469b1a5bdcb258f057d55f1b979 | 0 | ansible/roles/inetRouter | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/inetRouter/tasks/main.yml",
"content": "---\n - name: Stop and disable Firewalld\n systemd:\n name: firewalld\n state: stopped\n enabled: false\n\n - name: Install iptables\n yum:\n name:\n - iptables\n - iptables-services\n state: present\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | altyn-kenzhebaev/network-hw18 | c6010bf305d0a469b1a5bdcb258f057d55f1b979 | 0 | ansible/roles/office1Router | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/office1Router/tasks/main.yml",
"content": "---\n - name: add default gateway for office1Router\n lineinfile:\n dest: /etc/sysconfig/network-scripts/ifcfg-eth0\n line: DEFROUTE=no\n\n - name: add default gateway for office1Router\n lineinfile:\n dest: /etc/sysc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | altyn-kenzhebaev/network-hw18 | c6010bf305d0a469b1a5bdcb258f057d55f1b979 | 0 | ansible/roles/office1Server | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/office1Server/tasks/main.yml",
"content": "---\n - name: add default gateway for office1Server\n lineinfile:\n dest: /etc/sysconfig/network-scripts/ifcfg-eth0\n line: DEFROUTE=no\n\n - name: add default gateway for office1Server\n lineinfile:\n dest: /etc/sysc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | altyn-kenzhebaev/network-hw18 | c6010bf305d0a469b1a5bdcb258f057d55f1b979 | 0 | ansible/roles/office2Router | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/office2Router/tasks/main.yml",
"content": "---\n - name: add default gateway for office2Router\n lineinfile:\n dest: /etc/sysconfig/network-scripts/ifcfg-eth0\n line: DEFROUTE=no\n\n - name: add default gateway for office2Router\n lineinfile:\n dest: /etc/sysc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | altyn-kenzhebaev/network-hw18 | c6010bf305d0a469b1a5bdcb258f057d55f1b979 | 0 | ansible/roles/office2Server | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/office2Server/tasks/main.yml",
"content": "---\n - name: add default gateway for office2Server\n lineinfile:\n dest: /etc/sysconfig/network-scripts/ifcfg-eth0\n line: DEFROUTE=no\n\n - name: add default gateway for office2Server\n lineinfile:\n dest: /etc/sysc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | maikenp/inf9380_ansible | 5d0e0e4bf7d06ca248530c342b12576e49ce6115 | 0 | roles/slurm_common | 7,461 | [
"no_license"
] | [
{
"path": "roles/slurm_common/tasks/main.yml",
"content": "---\n\n- name: Install epel-release\n yum: \n name: epel-release\n state: present\n\n- name: Install and set up munge\n include: munge.yml\n\n\n######################## \n### slurm common\n######################## \n\n- name: Create `slurm` ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5988,
"all_permissive": false
} |
ansible_role | maikenp/inf9380_ansible | 5d0e0e4bf7d06ca248530c342b12576e49ce6115 | 0 | roles/slurm_compute | 7,461 | [
"no_license"
] | [
{
"path": "roles/slurm_compute/files/node_healthcheck",
"content": "#!/bin/bash\n### /usr/local/sbin/node_healthcheck\n### Code lives in https://source.coderefinery.org/maikenp/maiken (should move to UiO BitBucket)\n###\n\n## Configuration ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 10551,
"all_permissive": false
} |
ansible_role | maikenp/inf9380_ansible | 5d0e0e4bf7d06ca248530c342b12576e49ce6115 | 0 | roles/slurm_master | 7,461 | [
"no_license"
] | [
{
"path": "roles/slurm_master/templates/slurmdbd.conf.j2",
"content": "# THIS FILE IS CONTROLLED BY ANSIBLE\n# local modifications will be overwritten\n# the next time ansible` is run!\n#\n\n\n#\n# SLURM DB configuration `slurmdbd.conf`.\n#\n# This is only required on machines running the `slurmdbd`\n# daem... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9089,
"all_permissive": false
} |
ansible_role | menna15/UdaPeople | 39429b9eac6fd76d1d5cab1d620a37b175b49535 | 5 | .circleci/ansible/roles/deploy | 7,461 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "- name: Copy backend files\n become: true\n copy:\n src: /root/project/artifact.tar.gz\n dest: /home/ubuntu/artifact.tar.gz\n\n- name: Prepare job\n shell: |\n cd /home/ubuntu/\n tar xzvf artifact.tar.gz\n pwd\n ls -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | Korbad/ansible-collection-korbad.virtualization | 2e4426819495acf1d0f867c6d85925f643e74703 | 0 | roles/almalinux8 | 7,461 | [
"no_license"
] | [
{
"path": "roles/almalinux8/meta/main.yml",
"content": "---\ndependencies:\n - managed_iso_file",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/almalinux8/tasks/main.yml",
"content": "---\n- include_role:\n name: qemu_img_file\n vars... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | Korbad/ansible-collection-korbad.virtualization | 2e4426819495acf1d0f867c6d85925f643e74703 | 0 | roles/managed_iso_file | 7,461 | [
"no_license"
] | [
{
"path": "roles/managed_iso_file/tasks/main.yml",
"content": "---\n- name: Ensure that the managed iso files dir exists at {{ managed_iso_files_path }}\n file:\n state: directory\n path: \"{{ managed_iso_files_path }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | Korbad/ansible-collection-korbad.virtualization | 2e4426819495acf1d0f867c6d85925f643e74703 | 0 | roles/managed_vagrant_file | 7,461 | [
"no_license"
] | [
{
"path": "roles/managed_vagrant_file/templates/Vagrantfile_libvirt.j2",
"content": "Vagrant.configure(\"2\") do |config|\n config.vm.box = \"{{ vagrant_vm_box }}\"\n config.vm.provision \"ansible\" do |ansible|\n ansible.verbose = \"v\"\n ansible.playbook = \"{{ provisioner_playbook }}\"\n end\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2964,
"all_permissive": false
} |
ansible_role | Korbad/ansible-collection-korbad.virtualization | 2e4426819495acf1d0f867c6d85925f643e74703 | 0 | roles/qemu_img_file | 7,461 | [
"no_license"
] | [
{
"path": "roles/qemu_img_file/tasks/main.yml",
"content": "---\n- name: Ensure that the qemu image files path exists at {{ qemu_image_files_path }}\n file:\n state: directory\n path: \"{{ qemu_image_files_path }}\"\n\n- name: Generate qemu image file if it doesn't exist\n command:\n cmd: qemu-im... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | Korbad/ansible-collection-korbad.virtualization | 2e4426819495acf1d0f867c6d85925f643e74703 | 0 | roles/vagrant_up | 7,461 | [
"no_license"
] | [
{
"path": "roles/vagrant_up/tasks/main.yml",
"content": "---\n- name: Set vagrant box state {{ vagrant_box_dir }}\n command:\n cmd: vagrant up\n chdir: \"{{ vagrant_box_dir }}\"\n environment:\n VAGRANT_DEFAULT_PROVIDER: libvirt\n VAGRANT_HOME: \"{{ user_vagrant_home_path }}\" # ~/.vagrant.d i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | mhrynovets/gcp-iaac | 7bd4a8b717124ac6011462f36982e6c05008dd7b | 0 | ansible/roles/update-os | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/update-os/tasks/main.yml",
"content": "---\n- name: update all packages on Debain-based\n apt:\n name: \"*\"\n state: latest\n force_apt_get: true\n when: ansible_facts['os_family']|lower == 'debian'\n\n- name: update all packages on RedHat-based\n yum:\n name: \"*\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | AllyssonC/ambientephp | 5fb3d7010ed9d8b225482b593c12476c48fc873b | 0 | ansible/roles/apache | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/main.yml",
"content": "---\n# These tasks install http and the php modules.\n\n- name: Create apache group\n group:\n name: \"{{ apachegroupname }}\"\n gid: \"{{ apachegroupid }}\"\n\n- name: Create apache user\n user:\n name: \"{{ apacheusername }}\"\n ui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | AllyssonC/ambientephp | 5fb3d7010ed9d8b225482b593c12476c48fc873b | 0 | ansible/roles/code | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/code/templates/auth.json",
"content": "{\n \"github-oauth\": {\n \"github.com\": \"7<PASSWORD>\"\n }\n}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "ansible/roles/code/tasks/main.yml",
"content": "---\n\n- name:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | AllyssonC/ambientephp | 5fb3d7010ed9d8b225482b593c12476c48fc873b | 0 | ansible/roles/common | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Check SO distro and version\n fail: msg=\"Invalid SO\"\n when: ansible_distribution != 'Ubuntu' or ansible_distribution_version != '14.04'\n\n- name: Install se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1186,
"all_permissive": false
} |
ansible_role | AllyssonC/ambientephp | 5fb3d7010ed9d8b225482b593c12476c48fc873b | 0 | ansible/roles/php | 7,461 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n - name: Include PHP7 repo on apt\n apt_repository: repo='ppa:ondrej/php'\n\n - name: Install PHP\n apt: name={{item}} update_cache=true state=latest\n with_items:\n - php7.0\n - libapache2-mod-php7.0\n - php7.0-curl\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 378,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.