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
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/lumension
7,511
[ "no_license" ]
[ { "path": "roles/lumension/handlers/main.yml", "content": "---\n# handlers file for lumension\n\n- name: restart_patchagent\n shell: /usr/local/patchagent/patchservice restart\n register: result\n listen: \"HEAT PatchLink Agent started\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2383, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/nmon
7,511
[ "no_license" ]
[ { "path": "roles/nmon/tasks/main.yml", "content": "---\n# tasks file for nmon\n\n- name: Check if already installed\n stat: path=/opt/cbts/msops/bin/nmon\n register: installed\n tags: nmon\n \n- name: Install NMON\n copy:\n src: nmon\n dest: /opt/cbts/msops/bin/nmon\n owner: root\n group: ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/ntp
7,511
[ "no_license" ]
[ { "path": "roles/ntp/handlers/main.yml", "content": "---\n# handlers file for ntp\n#\n- name: restart \"{{ ntp_daemon }}\" \n service:\n name: \"{{ ntp_daemon }}\" \n state: restarted\n when: ntp_enabled\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 }...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1356, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/ops-menu
7,511
[ "no_license" ]
[ { "path": "roles/ops-menu/files/hpux.ops.menu.sh", "content": "#!/sbin/sh\n\nexport TERM=vt100\n\nfunction CPU\n{\necho \"Top 10 CPU processes - View 1\"\necho \"\"\necho \"Searching......\"\necho \"\"\n#/usr/bin/top -n 1|head -17\n/usr/bin/top -d 1 -n 10 -f /tmp/ops.top.out\ncat /tmp/ops.top.out\n#ps -eo p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 13970, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/resolv.conf
7,511
[ "no_license" ]
[ { "path": "roles/resolv.conf/defaults/main.yml", "content": "---\n# defaults file for resolv_conf\n\nresolv_conf_nameservers:\n - 8.8.8.8\n - 8.8.4.4\nresolv_conf_search_domains:\n - \"{{ ansible_domain }}\"\nresolv_conf_options:\n - rotate\n - timeout:1\n", "license_type": "no_license", "detec...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1752, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/rhui
7,511
[ "no_license" ]
[ { "path": "roles/rhui/tasks/main.yml", "content": "---\n# tasks file for rhui\n\n- name: Add a line to /etc/hosts for RHUI\n lineinfile:\n dest: /etc/hosts\n line: '192.168.127.12 nmslebrhcds01.cbnms.com nmslebrhcds01'\n state: present\n when: ansible_distribution == 'RedHat' \n tags: [ 'rhui']\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1594, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/rsyslog
7,511
[ "no_license" ]
[ { "path": "roles/rsyslog/handlers/main.yml", "content": "---\n# handlers file for syslog\n\n- name: restart rsyslog\n service:\n name: rsyslog\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/rsyslog/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 510, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/selinux
7,511
[ "no_license" ]
[ { "path": "roles/selinux/tasks/main.yml", "content": "---\n# tasks file for selinux\n\n- name: Install libselinux-python bindings\n yum: name=libselinux-python state=present\n tags: [ 'selinux' ]\n\n- name: Configure selinux\n selinux: \n policy: \"{{ selinux_policy }}\"\n state: \"{{ selinux_state...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 425, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/snmp
7,511
[ "no_license" ]
[ { "path": "roles/snmp/defaults/main.yml", "content": "---\n# defaults file for snmp\nsnmpd_config: true\nsnmpd_enable: true\n\n# Define read-only snmpd settings\nsnmpd_authorized_networks: []\n# - network: 10.0.101.0/24\n# community: example\n\nsnmpd_sysLocation: \"Cincinnati\"\nsnmpd_sysContact: \"CBTS...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1947, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/vmware-tools
7,511
[ "no_license" ]
[ { "path": "roles/vmware-tools/tasks/main.yml", "content": "---\n# tasks file for vmware_tools\n\n- block:\n - name: Add the VMware Tools Repository key on RHEL 6\n rpm_key:\n key: https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub\n state: present\n notify: yum-clean-al...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1201, "all_permissive": false }
ansible_role
virt-s1/perf-agent
69600b7425eaf99f95ecbb3790a9f31892061d7e
5
pbench_setup/roles/install_dev_environment
7,520
[ "no_license" ]
[ { "path": "pbench_setup/roles/install_dev_environment/vars/main.yml", "content": "---\n# vars file for install_dev_environment\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "pbench_setup/roles/install_dev_environment/handlers/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 273, "all_permissive": false }
ansible_role
virt-s1/perf-agent
69600b7425eaf99f95ecbb3790a9f31892061d7e
5
pbench_setup/roles/install_packages
7,520
[ "no_license" ]
[ { "path": "pbench_setup/roles/install_packages/handlers/main.yml", "content": "---\n# handlers file for install_packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "pbench_setup/roles/install_packages/vars/main.yml", "content": "---\n# va...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 711, "all_permissive": false }
ansible_role
virt-s1/perf-agent
69600b7425eaf99f95ecbb3790a9f31892061d7e
5
pbench_setup/roles/install_pbench
7,520
[ "no_license" ]
[ { "path": "pbench_setup/roles/install_pbench/vars/main.yml", "content": "---\ncoprdistro: \"{{ 'epel-9-$basearch'\n if ansible_distribution == 'RedHat' and\n (ansible_distribution_major_version == '10' or ansible_distribution_major_version == '9') \n else\n 'epel-8-$basearch'\n if ansible_distribu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5124, "all_permissive": false }
ansible_role
maxorama/sw-core-253
2b69626122ac440bf0784cb770ba929ef90e1739
0
roles/display_info
7,520
[ "permissive" ]
[ { "path": "roles/display_info/tasks/main.yml", "content": "---\n\n- name: \"display device\"\n cli_command:\n command: 'display device'\n register: data_device\n when: ansible_network_os == 'community.network.ce'\n\n- name: \"display version\"\n ce_command: \n commands: 'display version'\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": true }
ansible_role
maxorama/sw-core-253
2b69626122ac440bf0784cb770ba929ef90e1739
0
roles/ospf
7,520
[ "permissive" ]
[ { "path": "roles/ospf/tasks/main.yml", "content": "---\n\n- set_fact:\n ospf_list: \"{{ lookup('template', 'ospf.json.j2', errors='strict') }}\"\n when: ansible_network_os == 'community.network.ce' and ospf_enable == 1\n\n- name: Setting up router-id\n ce_config:\n lines:\n - \"router id {{ rou...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1790, "all_permissive": true }
ansible_role
maxorama/sw-core-253
2b69626122ac440bf0784cb770ba929ef90e1739
0
roles/ports
7,520
[ "permissive" ]
[ { "path": "roles/ports/tasks/main.yml", "content": "---\n\n- set_fact:\n nested_list: \"{{ lookup('file', './huawei.json') }}\"\n when: ansible_network_os == 'community.network.ce'\n\n- name: Setting up port description\n ce_config:\n lines:\n - \"{{ item.desc }}\"\n parents: \"interface {{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1280, "all_permissive": true }
ansible_role
maxorama/sw-core-253
2b69626122ac440bf0784cb770ba929ef90e1739
0
roles/services
7,520
[ "permissive" ]
[ { "path": "roles/services/templates/sflow.json.j2", "content": "{ \n \"sflow_enable\": 1,\n \"sflow_params\": [ \n\t\t \"sflow collector 1 ip {{ sflow_ip }} port {{ sflow_port}} description {{ sflow_desc }}\",\n \"sflow agent ip {{ hostname_ip }}\"\n\t\t]\n}\n\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2983, "all_permissive": true }
ansible_role
maxorama/sw-core-253
2b69626122ac440bf0784cb770ba929ef90e1739
0
roles/show_config
7,520
[ "permissive" ]
[ { "path": "roles/show_config/tasks/main.yml", "content": "---\n\n- name: Retrieve current configuration\n cli_command:\n command: 'dis current-config'\n register: result\n when: ansible_network_os == 'community.network.ce'\n\n- name: Show configuration\n debug:\n var: result.stdout_lines\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": true }
ansible_role
maxorama/sw-core-253
2b69626122ac440bf0784cb770ba929ef90e1739
0
roles/vlans
7,520
[ "permissive" ]
[ { "path": "roles/vlans/tasks/main.yml", "content": "---\n\n- set_fact:\n vlans_list: \"{{ lookup('template', './vlans.json', errors='strict') }}\"\n when: ansible_network_os == 'community.network.ce' and vlan_enable == 1\n\n- name: Adding vlans\n ce_config:\n lines:\n - \"name {{ item.name }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2361, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/adminapi
7,520
[ "permissive" ]
[ { "path": "roles/adminapi/tasks/users.yml", "content": "---\n- name: Create user\n command: \"{{ adminapi_path }} {{ adminapi_operations['add']['user'] }} {{ adminapi_defaults }}\"\n\n- name: Add user to role\n command: \"{{ adminapi_path }} {{ adminapi_operations['add']['userrole'] }} {{ adminapi_default...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1903, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/customer_config
7,520
[ "permissive" ]
[ { "path": "roles/customer_config/tasks/main.yml", "content": "---\n- name: Set tar file name\n set_fact:\n tar_name: customer_{{ inventory_hostname }}.tar.gz\n\n- name: Archive node customer/application\n archive:\n path: /opt/apigee/customer/application\n dest: /tmp/customer.tar.gz\n format: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/diagram
7,520
[ "permissive" ]
[ { "path": "roles/diagram/tasks/main.yml", "content": "---\n- name: Verify node version\n command: node --version\n register: node_version \n\n- name: Verify etp version\n command: etp --version\n register: etp_version \n\n- name: \n set_fact:\n diagram_name: \"{{ (topology_src | splitext)[0].split(...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/inventory
7,520
[ "permissive" ]
[ { "path": "roles/inventory/tasks/main.yml", "content": "---\n- name: Generate template\n delegate_to: localhost\n template:\n src: inventory.INI.j2\n dest: \"{{ playbook_dir }}/inventory/inventory_{{ json_schema.planet }}.INI\"\n \n", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6550, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/keystore
7,520
[ "permissive" ]
[ { "path": "roles/keystore/tasks/main.yml", "content": "---\n- name: Set task facts\n set_fact:\n tls_tmp_path: \"{{ playbook_dir }}/tmp\"\n\n- name: Creates scan dir if it doesn't exist\n file:\n path: \"{{ tls_tmp_path }}\"\n state: directory \n\n- name: Create TLS directory\n file:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2096, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/logs
7,520
[ "permissive" ]
[ { "path": "roles/logs/tasks/main.yml", "content": "---\n- name: Set tar file name\n set_fact:\n tar_name: log_{{ inventory_hostname }}.tar.gz\n\n\n- name: Find download log\n find:\n path: /opt/apigee/var/log/edge-message-processor/logs\n hidden: yes\n recurse: yes\n age: -2d\n register: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1124, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/onboard
7,520
[ "permissive" ]
[ { "path": "roles/onboard/tasks/main.yml", "content": "- name: Set region\n set_fact: \n region: \"{{ hostvars[inventory_hostname]['region'] }}\"\n- name: Edge provision\n command: /opt/apigee/apigee-service/bin/apigee-service apigee-provision setup-org -f /tmp/apigee/response_{{ planet }}_{{ region }}_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/planet_scan
7,520
[ "permissive" ]
[ { "path": "roles/planet_scan/templates/planet_memory.txt.j2", "content": "{% for r in planet_mem %}\n{{ r['item'][0] ~ \": \" ~ hostvars[r.item.0]['ansible_host'] }}\n{{ \"Memory: \" if r['cmd'][0].startswith(\"free\") else \"Disk usage:\" }}\n{% for d in r['stdout_lines'] %}\n{{ d }}\n{% endfor %}\n\n\n{% ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 7640, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/port_checking
7,520
[ "permissive" ]
[ { "path": "roles/port_checking/tasks/qpid.yml", "content": "---\n# tasks file for port-connectivity-validator\n- name: Include qpid groups and ports\n include_vars:\n file: qpid.yml\n\n# REGIONAL\n- name: QPIDD -> DS port connectivity status \n shell: |\n PASS=`nmap -Pn {{ hostvars[item.0].ansible_...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 18149, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/prereq
7,520
[ "permissive" ]
[ { "path": "roles/prereq/tasks/main.yml", "content": "---\n- name: Install required packages\n become: yes\n yum: \n pkg: \"{{ item }}\" \n state: installed\n with_items:\n - wget\n - curl\n - telnet\n - nc \n - nmap \n - java-1.8.0-openjdk-devel\n\n- name: Set JAVA_HOME for the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3011, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/report
7,520
[ "permissive" ]
[ { "path": "roles/report/vars/main.yml", "content": "cp_ports:\n - cs_port \n - zk_port\n - ms_ds_port\n - ms_r_port\n - ms_mp_port\n - ms_pg_port\n - ms_qpid_port\n - mp_ds_port\n - mp_ms_port\n - mp_mp_port\n - mp_qpid_port\n - r_ds_port\n - r_ms_port\n - qpid_ds_port\n - qpid_ms_port\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5394, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/response_files
7,520
[ "permissive" ]
[ { "path": "roles/response_files/templates/response_provision.cfg.j2", "content": "#############################################################################\n# @region : {{ region.upper() }}\n# @date : {{ ansible_date_time['iso8601_micro'] }}\n# @author : {{ ansible_user_id }}\n# @inventory: {{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4973, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/setup
7,520
[ "permissive" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: Setup {{ profile }}\n become: yes\n command: bash /opt/apigee/apigee-setup/bin/setup.sh -p {{ profile }} -f /tmp/apigee/response_{{ planet }}_{{ hostvars[inventory_hostname]['region'] }}.cfg\n async: 3600\n poll: 5\n when: cmd is defined ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2554, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/systemlimits
7,520
[ "permissive" ]
[ { "path": "roles/systemlimits/templates/limits.conf.j2", "content": "{% if inventory_hostname in groups['ds'] %}\napigee soft memlock unlimited\n# apigee hard memlock unlimited\napigee soft as unlimited\napigee hard as unlimited\n{% endif %}\napigee soft nofile 32768\napigee hard nofile 65536\n", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 970, "all_permissive": true }
ansible_role
maruti123/apigee-pc-auto
dcdc5a90823d161ccb80450a8662eaf6174dfd72
3
roles/vhost_tls
7,520
[ "permissive" ]
[ { "path": "roles/vhost_tls/tasks/main.yml", "content": "---\n- name: Create Virtual Host \n uri:\n url: http://localhost:8080/v1/o/{{ org }}/environments/{{ env }}/virtualhosts/{{ vhost_name }}\n method: POST\n body: \"{{ lookup('template', 'vhost_body.json.j2') }}\"\n body_format: json\n f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 839, "all_permissive": true }
ansible_role
chaoswest-tv/infra
5cede7b95a4d11eaefeed4f8718e1405677ca054
0
roles/common
7,520
[ "no_license" ]
[ { "path": "roles/common/meta/main.yaml", "content": "---\ngalaxy_info:\n role_name: common\n author: <NAME> <<EMAIL>>\n description: Install common packages\n company: Chaoswest TV\n min_ansible_version: 2.4\n platforms:\n - name: Debian\n versions:\n - sid\n - buster\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 616, "all_permissive": false }
ansible_role
chaoswest-tv/infra
5cede7b95a4d11eaefeed4f8718e1405677ca054
0
roles/concierge
7,520
[ "no_license" ]
[ { "path": "roles/concierge/tasks/main.yaml", "content": "---\n- name: run concierge stack\n docker_compose:\n pull: yes\n remove_orphans: yes\n project_name: concierge\n definition:\n version: \"2\"\n volumes:\n ffmpeg_progress:\n services:\n concierge:\n i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1170, "all_permissive": false }
ansible_role
chaoswest-tv/infra
5cede7b95a4d11eaefeed4f8718e1405677ca054
0
roles/docker
7,520
[ "no_license" ]
[ { "path": "roles/docker/templates/daemon.json.j2", "content": "{\n \"log-driver\": \"journald\",\n \"live-restore\": true\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/docker/meta/main.yaml", "content": "---\ngalaxy_info:\n role...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 979, "all_permissive": false }
ansible_role
chaoswest-tv/infra
5cede7b95a4d11eaefeed4f8718e1405677ca054
0
roles/no_snapd
7,520
[ "no_license" ]
[ { "path": "roles/no_snapd/meta/main.yaml", "content": "---\ngalaxy_info:\n role_name: no_snapd\n author: <NAME> <<EMAIL>>\n description: remove snapd\n company: Chaoswest TV\n min_ansible_version: 2.4\n platforms:\n - name: Debian\n versions:\n - sid\n - buster\n - jessie\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 508, "all_permissive": false }
ansible_role
chaoswest-tv/infra
5cede7b95a4d11eaefeed4f8718e1405677ca054
0
roles/node_exporter
7,520
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yaml", "content": "- name: install package\n become: yes\n apt:\n name: prometheus-node-exporter\n\n- name: template prometheus-node-exporter file\n become: yes\n notify: restart-prometheus-node-exporter\n template:\n src: prometheus-node-exporter.j2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1694, "all_permissive": false }
ansible_role
chaoswest-tv/infra
5cede7b95a4d11eaefeed4f8718e1405677ca054
0
roles/srs_edge
7,520
[ "no_license" ]
[ { "path": "roles/srs_edge/templates/srs.edge.conf.j2", "content": "listen {{ srs_edge_rtmp_port }};\nmax_connections 1000;\nsrs_log_tank console;\npid ./objs/srs.pid;\nutc_time on;\ninotify_auto_reload on;\n\nvhost __defaultVhost__ {\n cluster {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1342, "all_permissive": false }
ansible_role
chaoswest-tv/infra
5cede7b95a4d11eaefeed4f8718e1405677ca054
0
roles/srs_origin
7,520
[ "no_license" ]
[ { "path": "roles/srs_origin/templates/srs.origin.conf.j2", "content": "listen {{ srs_origin_rtmp_port }};\nmax_connections 1000;\nsrs_log_tank console;\npid ./objs/srs.pid;\nutc_time on;\ninotify_auto_reload on;\n\nhttp_api {\n enabled on;\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3315, "all_permissive": false }
ansible_role
chaoswest-tv/infra
5cede7b95a4d11eaefeed4f8718e1405677ca054
0
roles/ufw
7,520
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yaml", "content": "---\n- name: install packages\n become: yes\n package:\n name: ufw\n\n- name: always allow ssh access\n become: yes\n ufw:\n rule: allow\n name: OpenSSH\n\n- name: enable ufw\n become: yes\n ufw:\n state: enabled\n default: reject\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 614, "all_permissive": false }
ansible_role
morganchik/les-09
0f74117ec390658fe136cd8bf3ee50713ca06a03
0
roles/common
7,520
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: Ensure packages is present\n apt: name={{item}} state=present\n with_items:\n - tree\n - mc\n - net-tools\n - ncdu", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
Archips/Cloud-1
2e5714ce764201767db35387d0b129686d7d09e3
0
ansible/roles/copy-files
7,520
[ "no_license" ]
[ { "path": "ansible/roles/copy-files/tasks/files/docker-compose-app/requirements/wordpress/conf/wpscript.sh", "content": "#!/bin/bash\n\nsleep 10\n\ncd /var/www/html/wordpress\n\nif [ ! -f wp-config.php ]; then\n\techo \"cREATING CONFIG .... !\\n\"\n\twp config create --allow-root \\\n\t\t--dbname=${SQL_DATA...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 5045, "all_permissive": false }
ansible_role
Archips/Cloud-1
2e5714ce764201767db35387d0b129686d7d09e3
0
ansible/roles/install-docker
7,520
[ "no_license" ]
[ { "path": "ansible/roles/install-docker/tasks/main.yml", "content": "---\n# tasks file for docker-compose\n\n- name: Install pip\n apt:\n name: python3-pip\n update_cache: yes\n state: present\n\n- name: Install docker packages\n remote_user: root\n apt:\n name: \"{{ item }}\"\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1541, "all_permissive": false }
ansible_role
Archips/Cloud-1
2e5714ce764201767db35387d0b129686d7d09e3
0
ansible/roles/launch-db
7,520
[ "no_license" ]
[ { "path": "ansible/roles/launch-db/handlers/main.yml", "content": "---\n# handlers file for launch-db\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/launch-db/tasks/main.yml", "content": "---\n# tasks file for launch-db\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 418, "all_permissive": false }
ansible_role
Archips/Cloud-1
2e5714ce764201767db35387d0b129686d7d09e3
0
ansible/roles/launch-webapp
7,520
[ "no_license" ]
[ { "path": "ansible/roles/launch-webapp/tasks/main.yml", "content": "---\n# tasks file for launch-webapp\n- name: Build Docker Compose\n command: docker-compose build\n args:\n chdir: /home/files/docker-compose-app\n\n- name: Launch Docker Compose\n command: docker-compose up -d\n args:\n chdir: /h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 440, "all_permissive": false }
ansible_role
AnantV-dev/ansible.jenkins
328e1d1c53080d500774e1e14950ef0e5dc538f4
0
roles/EC2
7,520
[ "no_license" ]
[ { "path": "roles/EC2/defaults/main.yml", "content": "---\n# defaults file for EC2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/EC2/vars/main.yml", "content": "---\n# vars file for EC2\nkeypair:\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1321, "all_permissive": false }
ansible_role
MuhammadAhmad522/Odoo-Production
c0021202682b7417db3d86fd94a70363ade0e52a
0
roles/nginx
7,520
[ "no_license" ]
[ { "path": "roles/nginx/templates/odoo.conf.j2", "content": "# Odoo server\nupstream odoo {\n server 127.0.0.1:8069;\n}\nupstream odoochat {\n server 127.0.0.1:8072;\n}\nmap $http_upgrade $connection_upgrade {\n default upgrade;\n '' close;\n}\nmap $sent_http_content_type $content_type_csp {\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4036, "all_permissive": false }
ansible_role
MuhammadAhmad522/Odoo-Production
c0021202682b7417db3d86fd94a70363ade0e52a
0
roles/odoo
7,520
[ "no_license" ]
[ { "path": "roles/odoo/templates/odoo.service.j2", "content": "[Unit] \nDescription=Odoo \nAfter=network.target postgresql.service \n \n[Service] \nType=simple \nUser={{ sudo_user }}\nGroup={{ erp_group }} \nRestart=always\nExecStart=/usr/bin/python3 /opt/odoo/odoo-bin --config {{ odoo_install_dir }}/.odoorc...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1561, "all_permissive": false }
ansible_role
MuhammadAhmad522/Odoo-Production
c0021202682b7417db3d86fd94a70363ade0e52a
0
roles/postgresql
7,520
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Ensure directory for PostgreSQL key exists\n ansible.builtin.file:\n path: /usr/share/postgresql-common/pgdg\n state: directory\n mode: '0755'\n retries: 5\n\n- name: Download PostgreSQL GPG key\n ansible.builtin.get_url:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2018, "all_permissive": false }
ansible_role
MuhammadAhmad522/Odoo-Production
c0021202682b7417db3d86fd94a70363ade0e52a
0
roles/ssl
7,520
[ "no_license" ]
[ { "path": "roles/ssl/tasks/main.yml", "content": "---\n\n- name: Ensure directory for SSL certificates exists\n ansible.builtin.file:\n path: /etc/ssl/nginx\n state: directory\n mode: '0755'\n owner: root\n group: root\n\n- name: Generate a private key\n community.crypto.openssl_privatekey:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 844, "all_permissive": false }
ansible_role
MuhammadAhmad522/Odoo-Production
c0021202682b7417db3d86fd94a70363ade0e52a
0
roles/users
7,520
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: Create ERP group\n ansible.builtin.group:\n name: \"{{ erp_group }}\"\n state: present\n\n- name: Create SSH user\n ansible.builtin.user:\n name: \"{{ ssh_user }}\"\n shell: /bin/bash\n state: present\n generate_ssh_key: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2438, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/bitnami
7,520
[ "no_license" ]
[ { "path": "roles/bitnami/tasks/migrate.yml", "content": "---\n# roles/bitnami/tasks/migrate.yml\n\n- name: migrate database\n command: bundle exec rake redmine:plugins:migrate RAILS_ENV=production\n chdir={{ redmine_home }}\n environment:\n PATH: \"{{ bitnami_path }}\"\n register: result\n chang...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3725, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/common
7,520
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# roles/common/tasks/main.yml\n\n- name: create local.repo\n template: src=etc/yum.repos.d/local.repo dest=/etc/yum.repos.d/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/expect
7,520
[ "no_license" ]
[ { "path": "roles/expect/tasks/main.yml", "content": "---\n# roles/expect/tasks/main.yml\n\n- name: install expect\n yum: name=expect disablerepo=* enablerepo=local\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/jdk
7,520
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n# roles/jdk/tasks/main.yml\n\n- name: copy jdk rpm\n copy: src={{ downloads_dir }}/{{ jdk_rpm }} dest=/root/tmp/\n\n- name: install jdk\n yum: name=/root/tmp/{{ jdk_rpm }} disablerepo=*\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/jenkins
7,520
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# roles/jenkins/tasks/main.yml\n\n- name: copy jenkins rpm\n copy: src={{ downloads_dir }}/{{ jenkins_rpm }} dest=/root/tmp/\n\n- name: install jenkins\n yum: name=/root/tmp/{{ jenkins_rpm }} disablerepo=*\n\n- name: change jenkins settings\n lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1394, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/public
7,520
[ "no_license" ]
[ { "path": "roles/public/tasks/main.yml", "content": "---\n# roles/public/tasks/main.yml\n\n- name: make public dir\n file: path={{ public_dir }} state=directory\n\n- name: create httpd-public.conf\n template:\n src: apache2/conf/extra/httpd-public.conf\n dest: \"{{ bitnami_home }}/apache2/conf/extra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/redmine-patches
7,520
[ "no_license" ]
[ { "path": "roles/redmine-patches/tasks/patch_projects.yml", "content": "---\n# roles/redmine-patches/tasks/patch_projects.yml\n\n- name: patch projects/show view\n replace:\n dest: \"{{ redmine_home }}/app/views/projects/show.html.erb\"\n regexp: '(<div class=\"splitcontentleft\">)\\n( +<% if @projec...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1895, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/redmine-plugins
7,520
[ "no_license" ]
[ { "path": "roles/redmine-plugins/tasks/install_plugin.yml", "content": "---\n# roles/redmine-plugins/tasks/install_plugin.yml\n\n- name: remove {{ plugin_name }} unarchived dir\n file: path=~/tmp/{{ plugin_unarchived_dir }} state=absent\n\n- name: unarchive {{ plugin_name }} plugin\n unarchive: src={{ plu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1153, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/redmine-settings
7,520
[ "no_license" ]
[ { "path": "roles/redmine-settings/files/lib/tasks/redmine_setup.rake", "content": "desc \"Setup Redmine.\"\n\ntask :redmine_setup => :environment do\n app_title = ENV['redmine_title']\n host_name = ENV['redmine_host']\n\n count = 0\n\n settings = {\n text_formatting: 'markdown',\n reposito...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2805, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/redmine-themes
7,520
[ "no_license" ]
[ { "path": "roles/redmine-themes/tasks/install_theme.yml", "content": "---\n# roles/redmine-themes/tasks/install_theme.yml\n\n- name: remove {{ theme_name }} unarchived dir\n file: path=~/tmp/{{ theme_unarchived_dir }} state=absent\n\n- name: unarchive {{ theme_name }} theme\n unarchive: src={{ theme_archi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 942, "all_permissive": false }
ansible_role
glad2121/bitnami-ansible
c26fa4f68874ab754b1b85e028150e1934a09637
1
roles/subversion
7,520
[ "no_license" ]
[ { "path": "roles/subversion/templates/scripts/scm/post-create.sh", "content": "#!/bin/sh\n\nSCM_REPO_PATH=$1\nSCM_TYPE=$2\nSCM_PROJECT=$3\n\nSCM_REPO_URL=file://$SCM_REPO_PATH\n\nPATH={{ bitnami_home }}/subversion/bin:$PATH\n\ncase \"$SCM_TYPE\" in\n svn)\n svn mkdir $SCM_REPO_URL/{trunk,branches,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3075, "all_permissive": false }
ansible_role
AndrewKarpaty/ELK_Ansible_Client
432f4fb3fee49949722c840c7c13788c0870a7ba
0
roles/elk-client
7,520
[ "no_license" ]
[ { "path": "roles/elk-client/defaults/main.yml", "content": "---\n# defaults file for ansible-elk\n\njava_version: 1.8.0\n\nlogstash:\n adress: 10.0.0.24\n ssl: /etc/pki/tls/certs/logstash-forwarder.crt\n\nbeats:\n version: 5.x\n\n\n \n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1284, "all_permissive": false }
ansible_role
Davikky/ingryd_Group4_ansible-project
654397733e9f02bb4e39c7669715d2f218cd2d07
0
roles/base
7,521
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Update package cache\n block:\n - name: Update package cache for Ubuntu\n tags: Ubuntu,update\n when: ansible_os_family == 'Debian'\n apt:\n update_cache: yes\n register: ubuntu_update_result\n\n - name: Display upd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1412, "all_permissive": false }
ansible_role
Davikky/ingryd_Group4_ansible-project
654397733e9f02bb4e39c7669715d2f218cd2d07
0
roles/db_servers
7,521
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: Install MySQL database (Ubuntu)\n tags: ubuntu_mysql, installation\n apt:\n name: mysql-server\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install MySQL database (Oracle Linux)\n tags: oraclelinux_mysql, in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1790, "all_permissive": false }
ansible_role
Davikky/ingryd_Group4_ansible-project
654397733e9f02bb4e39c7669715d2f218cd2d07
0
roles/file_servers
7,521
[ "no_license" ]
[ { "path": "roles/file_servers/tasks/main.yml", "content": "- name: Install Samba\n tags: samba_installation\n package:\n name: samba \n state: present\n\n- name: Start and Enable samba service\n tags: samba_service\n service:\n name: \"{{ 'smb' if ansible_distribution == 'OracleLinux' else 'sm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1170, "all_permissive": false }
ansible_role
Davikky/ingryd_Group4_ansible-project
654397733e9f02bb4e39c7669715d2f218cd2d07
0
roles/web_servers
7,521
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: Install apache and apache supporting software\n tags: apache_installation\n block:\n - name: Install apache2 & php packages (Ubuntu)\n tags: ubuntu_apache\n apt:\n name:\n - apache2\n - libapache2-mod-p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2668, "all_permissive": false }
ansible_role
theol1049/ansible-check_mk
73d71225e30315068ae5583d99a836127885ded7
0
roles/common
7,521
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n# file: roles/common/handlers/main.yml\n- name: restart ntp\n service: name=ntp state=restarted\n tags:\n - ntpd\n\n- name: restart xinetd\n service: name=xinetd state=restarted\n tags: xinetd\n\n- name: restart sshd\n service: name=sshd s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2687, "all_permissive": false }
ansible_role
theol1049/ansible-check_mk
73d71225e30315068ae5583d99a836127885ded7
0
roles/loadbalancers
7,521
[ "no_license" ]
[ { "path": "roles/loadbalancers/tasks/main.yml", "content": "---\n- name: make sure haproxy and socat is installed\n yum: name={{ item}} state=latest\n with_items:\n - socat\n - haproxy\n tags: packages\n\n- name: copy haproxy configuration files\n copy: src=../files/haproxy.cfg.j2 dest=/etc/haprox...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4291, "all_permissive": false }
ansible_role
theol1049/ansible-check_mk
73d71225e30315068ae5583d99a836127885ded7
0
roles/omd
7,521
[ "no_license" ]
[ { "path": "roles/omd/tasks/main.yml", "content": "---\n# file: roles/common/tasks/main.yml\n# we need omd host/site from omd role\n- include_vars: roles/omd/vars/main.yml\n\n- name: make sure epel is installed\n yum: pkg={{ item }} state=installed\n with_items:\n - epel-release\n tags: packages\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 863, "all_permissive": false }
ansible_role
theol1049/ansible-check_mk
73d71225e30315068ae5583d99a836127885ded7
0
roles/webservers
7,521
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yml", "content": "---\n- name: make sure httpd is installed\n yum: name=httpd state=latest\n tags: httpd\n\n- name: enable httpd\n service: name=httpd enabled=yes state=started\n tags:\n - httpd\n\n- name: enable http status\n copy: src=../files/status.conf.j2 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2060, "all_permissive": false }
ansible_role
arnaudbaali/ansible-lamp
a9b369cb535e24aa84739a17a9918d031c99dea7
0
roles/mysql
7,521
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\n\nmysql_root_password: \"<PASSWORD>\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/mysql/tasks/main.yml", "content": "---\n# MySQL Role\n\n- name: Installing MySQL Server\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3902, "all_permissive": false }
ansible_role
arnaudbaali/ansible-lamp
a9b369cb535e24aa84739a17a9918d031c99dea7
0
roles/nginx
7,521
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\n# Default variables for Nginx config\n\nnginx_server_name: \"www.exemple.com\"\nnginx_log_dir: \"/var/log/nginx/\"\nnginx_default_root: \"/var/www/default/\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1459, "all_permissive": false }
ansible_role
SathishKumarKanigiri/ansiblePractice
5a6a570eb096a30d17d82cdf5a4ef840467a3c95
0
roles/common
7,521
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "# roles/common/tasks/main.yml\r\n- name: Create Sample File\r\n import_tasks: create_sampleFile.yml\r\n when: ansible_facts['os_family']|lower == 'redhat'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 480, "all_permissive": false }
ansible_role
SathishKumarKanigiri/ansiblePractice
5a6a570eb096a30d17d82cdf5a4ef840467a3c95
0
roles/oci
7,521
[ "no_license" ]
[ { "path": "roles/oci/tasks/main.yaml", "content": "---\n - name: ensures /root/.oci dir exists\n file: \n path: \"/root/.oci\"\n state: directory\n - name: Copy OCI Configs\n ansible.builtin.copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n owner: root\n gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
dddeeemmm/assignment
bb49ef70247c9edfc863498c01363aae94dc3932
0
ansible/roles/k8s
7,521
[ "no_license" ]
[ { "path": "ansible/roles/k8s/meta/main.yml", "content": "galaxy_info:\n author: '<NAME>'\n description: 'Install and configure Kubernetes HA on Centos7'\n\n license: 'MIT'\n\n min_ansible_version: '2.9'\n\n platforms:\n - name: 'Ubuntu'\n versions:\n - '22.04'\n\n galaxy_tags: [ 'kuber...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5277, "all_permissive": false }
ansible_role
dddeeemmm/assignment
bb49ef70247c9edfc863498c01363aae94dc3932
0
ansible/roles/nginx
7,521
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tests/test.yml", "content": "---\n\n- hosts: 'nginx'\n become: 'true'\n roles:\n - { name: 'nginx', tags: 'nginx' }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "ansible/roles/nginx/README.md", "content"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2146, "all_permissive": false }
ansible_role
cloud-ru-tech/ansible-foreman-demo
fe804a546ddd6dd7c410757cd6e2a7f9dea58abe
4
roles/common
7,521
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Perform a dist-upgrade.\n ansible.builtin.apt:\n upgrade: dist\n update_cache: true\n\n- name: Check if a reboot is required.\n ansible.builtin.stat:\n path: /var/run/reboot-required\n get_md5: false\n register: reboot_required...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
cloud-ru-tech/ansible-foreman-demo
fe804a546ddd6dd7c410757cd6e2a7f9dea58abe
4
roles/foreman
7,521
[ "no_license" ]
[ { "path": "roles/foreman/files/srv/tftp/startnet.cmd", "content": "@echo off\nren script peSetup.cmd\nwpeinit\n\ncall peSetup.cmd\npause\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/foreman/templates/etc/dhcp/dhcpd.conf.j2", "content...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 11679, "all_permissive": false }
ansible_role
cloud-ru-tech/ansible-foreman-demo
fe804a546ddd6dd7c410757cd6e2a7f9dea58abe
4
roles/isc-dhcp-server
7,521
[ "no_license" ]
[ { "path": "roles/isc-dhcp-server/handlers/main.yml", "content": "---\n- name: Restart isc-dhcp-server\n ansible.builtin.systemd:\n name: isc-dhcp-server\n state: restarted\n enabled: true\n daemon-reload: true\n\n- name: Restart apache2\n ansible.builtin.systemd:\n name: apache2\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5478, "all_permissive": false }
ansible_role
ajitsingh25/ansible_wls_patch
5f9f8754324ae4dcb11d10b52907175428335d96
7
roles/admin_start
7,521
[ "no_license" ]
[ { "path": "roles/admin_start/tasks/start_admin.yml", "content": "---\n\n- set_fact:\n pega_log_home: /x/web/gops/{{domain_name}}/logs\n\n- set_fact: \n start_admin_command: \"nohup {{ domain_home }}/{{ domain_name }}/bin/startWebLogic.sh > {{ pega_log_home }}/admin_{{ today }}.log &\"\n\n- debug: var=...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2760, "all_permissive": false }
ansible_role
ajitsingh25/ansible_wls_patch
5f9f8754324ae4dcb11d10b52907175428335d96
7
roles/admin_stop
7,521
[ "no_license" ]
[ { "path": "roles/admin_stop/vars/main.yml", "content": "---\n# vars file for admin_stop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/admin_stop/tasks/stop_admin.yml", "content": "---\n- set_fact: \n stop_admin_command: \"{{ domain...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 972, "all_permissive": false }
ansible_role
ajitsingh25/ansible_wls_patch
5f9f8754324ae4dcb11d10b52907175428335d96
7
roles/cleanup
7,521
[ "no_license" ]
[ { "path": "roles/cleanup/handlers/main.yml", "content": "---\n# handlers file for cleanup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/cleanup/vars/main.yml", "content": "---\n# vars file for cleanup\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 399, "all_permissive": false }
ansible_role
ajitsingh25/ansible_wls_patch
5f9f8754324ae4dcb11d10b52907175428335d96
7
roles/ms_start
7,521
[ "no_license" ]
[ { "path": "roles/ms_start/tasks/main.yml", "content": "---\n\n- stat:\n path: \"{{oracle_home}}\"\n sudo: true\n sudo_user: \"{{oracle_user}}\"\n register: ms_start_oracle_home_stat_result\n\n- name: Main MS Start Task\n include: ms_start_main.yml\n when: ms_start_oracle_home_stat_result.stat.exists...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3712, "all_permissive": false }
ansible_role
ajitsingh25/ansible_wls_patch
5f9f8754324ae4dcb11d10b52907175428335d96
7
roles/ms_stop
7,521
[ "no_license" ]
[ { "path": "roles/ms_stop/handlers/main.yml", "content": "---\n# handlers file for ms_stop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/ms_stop/tasks/ms_stop_main.yml", "content": "---\n\n- set_fact:\n config_xml: \"{{ domain_home ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3834, "all_permissive": false }
ansible_role
ajitsingh25/ansible_wls_patch
5f9f8754324ae4dcb11d10b52907175428335d96
7
roles/nm_start
7,521
[ "no_license" ]
[ { "path": "roles/nm_start/defaults/main.yml", "content": "---\n\napp:\n CS:\n domain_name: frontoffice\n serv: pegacspserv\n admin_listen_port: 11102\n\n GOLD:\n domain_name: backoffice\n serv: pegacspserv-disputes\n admin_listen_port: 13102\n\n GEMS:\n domain_name: gems\n serv: g...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1953, "all_permissive": false }
ansible_role
ajitsingh25/ansible_wls_patch
5f9f8754324ae4dcb11d10b52907175428335d96
7
roles/nm_stop
7,521
[ "no_license" ]
[ { "path": "roles/nm_stop/vars/main.yml", "content": "---\n# vars file for nm_stop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/nm_stop/handlers/main.yml", "content": "---\n# handlers file for nm_stop\n", "license_type": "no_licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 941, "all_permissive": false }
ansible_role
ajitsingh25/ansible_wls_patch
5f9f8754324ae4dcb11d10b52907175428335d96
7
roles/wl_opatch
7,521
[ "no_license" ]
[ { "path": "roles/wl_opatch/tasks/oneoff_apply.yml", "content": "---\n#Apply One-Off patches\n- name: Template one-off patch list\n sudo: true\n sudo_user: \"{{oracle_user}}\"\n template:\n src: patch_list.j2\n dest: \"{{ oracle_stage_install }}/patch_list.txt\"\n owner: \"{{ oracle_user }}\"\n ...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 12046, "all_permissive": false }
ansible_role
ajitsingh25/ansible_wls_patch
5f9f8754324ae4dcb11d10b52907175428335d96
7
roles/wlst_scripts
7,521
[ "no_license" ]
[ { "path": "roles/wlst_scripts/templates/getJvmPerMachine.j2", "content": "#Conditionally import wlstModule only when script is executed with jython\nif __name__ == '__main__': \n from wlstModule import *#@UnusedWildImport\n\nimport socket\nimport os\n\ndomainHome = sys.argv[1]\ndomainName = sys.argv[2]\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8916, "all_permissive": false }
ansible_role
OmidEsmailbeig/ansible-examples
603647fa8d07ad0fee6509ab9b6bd3aa6ba856a1
0
docker_installation/roles/docker
7,521
[ "no_license" ]
[ { "path": "docker_installation/roles/docker/tasks/main.yml", "content": "---\n- name: Upgrade system\n apt:\n update_cache: yes\n upgrade: yes\n \n- name: Check docker installation\n register: result\n ignore_errors: yes\n shell: which docker\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1119, "all_permissive": false }
ansible_role
OmidEsmailbeig/ansible-examples
603647fa8d07ad0fee6509ab9b6bd3aa6ba856a1
0
nginx/roles/nginx
7,521
[ "no_license" ]
[ { "path": "nginx/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt:\n update_cache: yes\n name: nginx\n state: present\n \n- name: Copy Nginx config file\n copy:\n src: ../files/default\n dest: /etc/nginx/sites-enabled/default\n notify:\n - Restart Nginx\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
SinaAboutalebi/docker-ha-registry
d63f15d5ae47da8748009140a68f038ce754eb2d
4
ansible/roles/common
7,521
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Check if Docker is installed\n command: docker --version\n register: docker_version\n ignore_errors: true\n\n- name: Install Docker if not already installed\n tasks:\n - name: Add Docker GPG apt Key\n apt_key:\n url: htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1340, "all_permissive": false }
ansible_role
SinaAboutalebi/docker-ha-registry
d63f15d5ae47da8748009140a68f038ce754eb2d
4
ansible/roles/loadbalancer
7,521
[ "no_license" ]
[ { "path": "ansible/roles/loadbalancer/templates/nginx.conf.j2", "content": "events {\n worker_connections 10240;\n multi_accept on;\n}\n\nhttp {\n upstream local_registry {\n server {{ local_registry_ip }}:5000;\n keepalive 32;\n }\n\n upstream backup_loadbalancers {\n {%...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4462, "all_permissive": false }
ansible_role
SinaAboutalebi/docker-ha-registry
d63f15d5ae47da8748009140a68f038ce754eb2d
4
ansible/roles/registry
7,521
[ "no_license" ]
[ { "path": "ansible/roles/registry/tasks/main.yml", "content": "- name: Copy Registry config file to hosts\n copy:\n src: \"{{ registry_config_src }}\"\n dest: \"{{ registry_config_dest }}\"\n tags: copy_config\n\n- name: Deploy Registry Container\n docker_container:\n name: \"{{ registry_contain...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1188, "all_permissive": false }
ansible_role
AbdelrahmanGaberMohamed/ansible-playbooks
8dce85608e5ea8f0e0ee2a9a96ce6639e0827104
0
httpd-ansible/roles/httpd
7,521
[ "no_license" ]
[ { "path": "httpd-ansible/roles/httpd/tasks/main.yml", "content": "---\n# tasks file for httpd\n- include_vars: ../vars/main.yml\n- name: Install httpd\n yum:\n name: httpd\n state: present\n- name: start and enable httpd\n service:\n name: httpd\n state: started\n enabled: true\n- name: con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 495, "all_permissive": false }
ansible_role
ChungHyeongLee/ansible
b1ffebd95ee49239da2028658e6a091f0df35ec1
0
roles/helloworld
7,521
[ "no_license" ]
[ { "path": "roles/helloworld/tasks/main.yml", "content": "---\n# tasks file for helloworld\n- name: Copying the application file\n copy:\n src: helloworld.js\n dest: /home/ec2-user\n owner: ec2-user\n group: ec2-user\n mode: \"0644\"\n notify: restart helloworld\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
ChungHyeongLee/ansible
b1ffebd95ee49239da2028658e6a091f0df35ec1
0
roles/jenkins
7,521
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n\n- name: Removing old version of JAVA from Amazon Linux\n yum:\n name: java-1.7.0-openjdk\n state: absent\n vars:\n ansible_python_interpreter: /usr/bin/python\n\n\n- name: Install specific supported version of ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 986, "all_permissive": false }
ansible_role
ChungHyeongLee/ansible
b1ffebd95ee49239da2028658e6a091f0df35ec1
0
roles/nodejs
7,521
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n# tasks file for nodejs\n- name: Installing node and npm\n yum:\n name: \"{{ item }}\"\n enablerepo: epel \n state: installed\n vars:\n ansible_python_interpreter: /usr/bin/python\n with_items:\n - nodejs\n - npm\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }