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
vasniv/ansible_deb
59fa2c868b6a62e3ff188f4b771aa3ff9fbf98d5
0
roles/db_setup
7,719
[ "no_license" ]
[ { "path": "roles/db_setup/defaults/main.yml", "content": "---\n# defaults file for db_setup\nmysql_root_password: <PASSWORD>\nmysql_user_password: <PASSWORD>\nnew_db_name: test_db\nnew_user_name: test1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1883, "all_permissive": false }
ansible_role
vasniv/ansible_deb
59fa2c868b6a62e3ff188f4b771aa3ff9fbf98d5
0
roles/docker_setup
7,719
[ "no_license" ]
[ { "path": "roles/docker_setup/handlers/main.yml", "content": "---\n# handlers file for docker_setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/docker_setup/tasks/main.yml", "content": "---\n\n- name: Install Packages for DOCKER\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 648, "all_permissive": false }
ansible_role
vasniv/ansible_deb
59fa2c868b6a62e3ff188f4b771aa3ff9fbf98d5
0
roles/start_docker_container
7,719
[ "no_license" ]
[ { "path": "roles/start_docker_container/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - start_docker_container", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/start_docker_container/vars/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 708, "all_permissive": false }
ansible_role
vasniv/ansible_deb
59fa2c868b6a62e3ff188f4b771aa3ff9fbf98d5
0
roles/web_server
7,719
[ "no_license" ]
[ { "path": "roles/web_server/tasks/main.yml", "content": "\n---\n\n- name: Check Linux distribution\n debug: var=\"ansible_os_family\"\n\n- block: #=========DEBIAN BLOCK============\n\n - name: Install DEBIAN Packages\n apt: \n pkg:\n - haproxy\n - php-xml\n - php-mysqli\n - py...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1413, "all_permissive": false }
ansible_role
Knowledge-Labz/ansible-py-layers
512c9afeea01ca89a1da10e67128a88ff932720d
0
roles/generate_combined_layers
7,719
[ "no_license" ]
[ { "path": "roles/generate_combined_layers/tasks/main.yml", "content": "- name: Ensure our work directory is there\n file:\n path: /opt/py39_combo_layers\n state: directory\n\n- name: Ensure we have a directory per defined layers\n file:\n path: /opt/py39_combo_layers/{{ item.name }}\n state: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 932, "all_permissive": false }
ansible_role
Knowledge-Labz/ansible-py-layers
512c9afeea01ca89a1da10e67128a88ff932720d
0
roles/generate_layers
7,719
[ "no_license" ]
[ { "path": "roles/generate_layers/tasks/main.yml", "content": "- name: Ensure our work directory is there\n file:\n path: /opt/py39_layers\n state: directory\n\n- name: Ensure we have a directory per defined layers\n file:\n path: /opt/py39_layers/{{ item }}\n state: directory\n with_items: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 820, "all_permissive": false }
ansible_role
Knowledge-Labz/ansible-py-layers
512c9afeea01ca89a1da10e67128a88ff932720d
0
roles/upload_combined_layers
7,719
[ "no_license" ]
[ { "path": "roles/upload_combined_layers/tasks/main.yml", "content": "- name: Upload the zipped packages to Lambda layers\n shell: |\n LATEST=$(aws lambda list-layer-versions \\\n --layer-name {{ whos_your_daddy }}-layer-{{ item.name }} \\\n --query 'LayerVersions[0].LayerVersionArn')\n TRIMMED=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1756, "all_permissive": false }
ansible_role
Knowledge-Labz/ansible-py-layers
512c9afeea01ca89a1da10e67128a88ff932720d
0
roles/upload_layers
7,719
[ "no_license" ]
[ { "path": "roles/upload_layers/tasks/main.yml", "content": "- name: Upload the zipped packages to Lambda layers\n shell: |\n LATEST=$(aws lambda list-layer-versions \\\n --layer-name {{ whos_your_daddy }}-layer-{{ item }} \\\n --query 'LayerVersions[0].LayerVersionArn')\n TRIMMED=$(echo $LATEST...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1677, "all_permissive": false }
ansible_role
kajal-lufha/Autoassignment2
98f984c525441d58313453c8223cca399c6e36b3
0
roles/datadisk
7,719
[ "no_license" ]
[ { "path": "roles/datadisk/tasks/main.yml", "content": "---\n# tasks/main.yml\n- name: Partition data disk\n parted:\n device: \"{{ datadisk_device }}\"\n number: \"{{ item.index }}\"\n state: present\n part_start: \"{{ ((item.index - 1) * 100) + 1 }}%\"\n part_end: \"{{ (item.index * 100) }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1141, "all_permissive": false }
ansible_role
kajal-lufha/Autoassignment2
98f984c525441d58313453c8223cca399c6e36b3
0
roles/system_profile
7,719
[ "no_license" ]
[ { "path": "roles/system_profile/tasks/main.yml", "content": "---\n# tasks/main.yml\n- name: Append to /etc/profile\n blockinfile:\n path: /etc/profile\n block: |\n # This is a test block added by Ansible...\n # Created by: {{ ansible_user }}\n export TMOUT=1800\n\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
kajal-lufha/Autoassignment2
98f984c525441d58313453c8223cca399c6e36b3
0
roles/users
7,719
[ "no_license" ]
[ { "path": "roles/users/defaults/main.yml", "content": "---\ncloudadmins_group: cloudadmins\n\nusers:\n - name: user1000\n group:\n - cloudadmins\n - wheel\n - name: user2000\n group:\n - cloudadmins\n - wheel\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 948, "all_permissive": false }
ansible_role
kajal-lufha/Autoassignment2
98f984c525441d58313453c8223cca399c6e36b3
0
roles/webserver
7,719
[ "no_license" ]
[ { "path": "roles/webserver/restart-apache", "content": "#!/usr/bin/env bash\nsystemctl restart {{ webserver_service }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/webserver/templates/default.j2", "content": "<VirtualHost *:{{ webser...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1800, "all_permissive": false }
ansible_role
point911/es_6x_ansible
028b565c9c16abe0d441f785d56a50b226e92b2c
0
roles/curator
7,719
[ "no_license" ]
[ { "path": "roles/curator/templates/delete_shipments.yml.j2", "content": "---\n# Remember, leave a key empty if there is no value. None will be a string,\n# not a Python \"NoneType\"\n#\n# Also remember that all examples have 'disable_action' set to True. If you\n# want to use this action as a template, be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2109, "all_permissive": false }
ansible_role
point911/es_6x_ansible
028b565c9c16abe0d441f785d56a50b226e92b2c
0
roles/kibana_plugins
7,719
[ "no_license" ]
[ { "path": "roles/kibana_plugins/files/logtrail.json", "content": "{\n \"index_patterns\" : [\n {\n \"es\": {\n \"default_index\": \"log.services*\",\n \"allow_url_parameter\": false\n },\n \"tail_interval_in_seconds\": 10,\n \"es_index_time_offset_in_seconds\": 0,\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 9753, "all_permissive": false }
ansible_role
point911/es_6x_ansible
028b565c9c16abe0d441f785d56a50b226e92b2c
0
roles/searchguard
7,719
[ "no_license" ]
[ { "path": "roles/searchguard/tasks/main.yaml", "content": "- name: Stop Elasticsearch\n service: name=elasticsearch state=stopped\n\n- name: \"Delete xpack.security.enabled: false, will be added in searchguard section\"\n lineinfile:\n path: /etc/elasticsearch/elasticsearch.yml\n regexp: xpack.secur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1079, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/awscli
7,714
[ "no_license" ]
[ { "path": "roles/awscli/tasks/main.yml", "content": "---\n- include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version | int}}.yml\"\n - \"../vars/{{ ansible_distribution }}.yml\"\n - \"../vars/{{ ansible_os_family }}.yml\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 474, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/bluez
7,714
[ "no_license" ]
[ { "path": "roles/bluez/vars/default.yml", "content": "bluez_package_name: bluez\nbluez_utils_package_name: bluez-utils\nbluez_service_name: bluetooth\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/bluez/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 872, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/castget
7,714
[ "no_license" ]
[ { "path": "roles/castget/vars/default.yml", "content": "castget_package_name: castget\ncastget_service_name: castget\ncastget_folders: \n- blockchain-insider\n- datatransmission\n- drumcode\n- expansion\n- hospital\n- johnb\n- metalheadz\n- resident\n- rinsefm\n- solid-steel\n- shogun-audio\n- tms\n- this-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1623, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/ccid
7,714
[ "no_license" ]
[ { "path": "roles/ccid/vars/default.yml", "content": "ccid_package_name: ccid\nopensc_package_name: opensc\nopensc_service_name: pcscd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/ccid/tasks/main.yml", "content": "---\n- include_vars:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 746, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/common
7,714
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: full system upgrade\n become: true\n pacman:\n update_cache: yes\n upgrade: yes\n\n- name: Install aur packages\n aur:\n name: \"{{ item }}\"\n user: \"{{ ansible_env.USER }}\"\n with_items:\n - dwm\n - kubectl-bin\n - led...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3558, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/cups
7,714
[ "no_license" ]
[ { "path": "roles/cups/vars/default.yml", "content": "cups_package_name: cups\ncups_service_name: org.cups.cupsd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/cups/tasks/main.yml", "content": "---\n- include_vars: \"{{ item }}\"\n wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 638, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/dnscrypt-proxy
7,714
[ "no_license" ]
[ { "path": "roles/dnscrypt-proxy/tasks/main.yml", "content": "---\n- name: Install dnscrypt-proxy\n become: true\n package: \n name: dnscrypt-proxy\n state: present\n\n- name: Add dnscrypt user\n become: true\n user:\n name: dnscrypt\n shell: /sbin/nologin\n home: /var/dnscrypt\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/dnsmasq
7,714
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main.yml", "content": "---\n- name: Install dnsmasq\n become: true\n package: \n name: dnsmasq\n state: present\n\n- name: Copy dnsmasq configuration\n become: true\n copy:\n src: \"{{ role_path }}/files/dnsmasq.conf\"\n dest: /etc/dnsmasq.conf\n owner: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/docker
7,714
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker\n become: true\n package: \n name: docker\n state: present\n\n- name: Start docker\n service: \n name: docker\n enabled: yes\n state: started\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/go
7,714
[ "no_license" ]
[ { "path": "roles/go/vars/Ubuntu.yml", "content": "go_package_name: golang-go\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/go/tasks/main.yml", "content": "---\n- include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 619, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/iptables
7,714
[ "no_license" ]
[ { "path": "roles/iptables/tasks/main.yml", "content": "---\n- name: Install iptables\n become: true\n package: \n name: iptables\n state: present\n\n- name: Ansible copy files remote to remote\n become: true\n copy:\n src: /etc/iptables/empty.rules\n dest: /etc/iptables/iptables.rules\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1625, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/isync
7,714
[ "no_license" ]
[ { "path": "roles/isync/tasks/main.yml", "content": "---\n- include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version | int}}.yml\"\n - \"../vars/{{ ansible_distribution }}.yml\"\n - \"../vars/{{ ansible_os_family }}.yml\"\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1057, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/motd
7,714
[ "no_license" ]
[ { "path": "roles/motd/files/motd.j2", "content": "-----------------------------\nHostname: {{ ansible_hostname }}\nIP address : {{ ansible_default_ipv4.address }}\n\nThis server is managed by Ansible. \nDo not edit configuration files directly.\nMaintainers: <EMAIL>\n-----------------------------\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 385, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/mpd
7,714
[ "no_license" ]
[ { "path": "roles/mpd/vars/default.yml", "content": "mpd_package_name: mpd\nmpd_service_name: mpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/mpd/tasks/main.yml", "content": "---\n- include_vars: \"{{ item }}\"\n with_first_found:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 693, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/msmtp
7,714
[ "no_license" ]
[ { "path": "roles/msmtp/tasks/main.yml", "content": "---\n- name: Install msmtp\n become: true\n package: \n name: msmtp\n state: present\n\n- name: Copy msmtpq scripts\n become: true\n copy:\n src: \"{{ item }}\"\n dest: /usr/local/bin/\n owner: root\n group: root\n mode: 0755\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 847, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/newsboat
7,714
[ "no_license" ]
[ { "path": "roles/newsboat/tasks/main.yml", "content": "---\n- include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version | int}}.yml\"\n - \"../vars/{{ ansible_distribution }}.yml\"\n - \"../vars/{{ ansible_os_family }}.yml\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1119, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/nitrokey
7,714
[ "no_license" ]
[ { "path": "roles/nitrokey/tasks/main.yml", "content": "---\n- name: Install ccid\n become: true\n package: \n name: ccid\n state: present\n\n- name: Copy nitrokey configuration\n become: true\n copy:\n src: \"{{ role_path }}/files/41-nitrokey.rules\"\n dest: /etc/udev/rules.d/41-nitrokey.ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/ntp
7,714
[ "no_license" ]
[ { "path": "roles/ntp/vars/default.yml", "content": "ntp_package_name: ntp\nntp_service_name: ntpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/ntp/tasks/main.yml", "content": "---\n- include_vars: \"{{ item }}\"\n with_first_found:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 679, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/redshift
7,714
[ "no_license" ]
[ { "path": "roles/redshift/tasks/main.yml", "content": "---\n- include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version | int}}.yml\"\n - \"../vars/{{ ansible_distribution }}.yml\"\n - \"../vars/{{ ansible_os_family }}.yml\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 672, "all_permissive": false }
ansible_role
shapeshed/alpha-60
8dbd930024a6282028d36cbdc6be44cb5e7aa473
1
roles/xorg
7,714
[ "no_license" ]
[ { "path": "roles/xorg/tasks/main.yml", "content": "---\n- name: Copy xorg keyboard configuration\n become: true\n copy:\n src: \"{{ role_path }}/files/00-keyboard.conf\"\n dest: /etc/X11/xorg.conf.d/00-keyboard.conf\n owner: root\n group: root\n mode: 0644\n\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
Nathn-G/octopus
6aad33ca4a48b83ee3163e171b22619c8310d686
0
roles/base
7,714
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Install git\n become: yes\n apt:\n state: present\n name:\n - git\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
Nathn-G/octopus
6aad33ca4a48b83ee3163e171b22619c8310d686
0
roles/poll
7,714
[ "no_license" ]
[ { "path": "roles/poll/templates/poll.service.j2", "content": "[Unit]\nDescription=Pollservice\n\n[Service]\nUser=debian\nEnvironment=REDIS_HOST={{ hostvars['redis']['ansible_default_ipv4']['address'] }}\nWorkingDirectory=/etc/poll/poll/\nExecStart=flask run --host=0.0.0.0\nRestart=always\n\n[Install]\nWante...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1356, "all_permissive": false }
ansible_role
Nathn-G/octopus
6aad33ca4a48b83ee3163e171b22619c8310d686
0
roles/postgresql
7,714
[ "no_license" ]
[ { "path": "roles/postgresql/handlers/main.yml", "content": "\n- name: restart-postgresql\n become: true\n service: \n name: postgresql@12-main\n state: restarted\n\n- name: execute-schema-sql\n postgresql_query: \n db: paul\n path_to_script: \"/tmp/schema.sql\"\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2424, "all_permissive": false }
ansible_role
Nathn-G/octopus
6aad33ca4a48b83ee3163e171b22619c8310d686
0
roles/redis
7,714
[ "no_license" ]
[ { "path": "roles/redis/handlers/main.yml", "content": "\n- name: daemon-reload\n become: true\n systemd:\n daemon_reload: yes\n\n- name: restart-service\n become: true\n service:\n name: redis-server\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 935, "all_permissive": false }
ansible_role
Nathn-G/octopus
6aad33ca4a48b83ee3163e171b22619c8310d686
0
roles/result
7,714
[ "no_license" ]
[ { "path": "roles/result/handlers/main.yml", "content": "\n- name: npm-init\n become: yes\n shell: \"npm i\"\n args:\n chdir: /etc/result/result/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/result/templates/result.service.j2", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1437, "all_permissive": false }
ansible_role
Nathn-G/octopus
6aad33ca4a48b83ee3163e171b22619c8310d686
0
roles/worker
7,714
[ "no_license" ]
[ { "path": "roles/worker/handlers/main.yml", "content": "\n- name: extract-worker-tar\n become: yes\n ansible.builtin.unarchive:\n src: worker.tar\n dest: /etc/worker/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/worker/tasks/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1521, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/backup
7,714
[ "no_license" ]
[ { "path": "src/roles/backup/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: backup-test\n image: ubuntu:22.04\n pre_build_image: true\n privileged: true\n volumes:\n - /sys/fs/cgroup:/sys/fs/cgroup:ro\n command:...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 48579, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/common
7,714
[ "no_license" ]
[ { "path": "src/roles/common/defaults/main.yml", "content": "# defaults/main.yml for common role\n#\n# All variables are documented with type, default, and description.\n\n# System timezone to configure\n# Type: string\n# Default: \"UTC\"\ncommon_timezone: \"UTC\"\n\n# List of essential system packages to in...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1829, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/crowdsec
7,714
[ "no_license" ]
[ { "path": "src/roles/crowdsec/defaults/main.yml", "content": "# defaults/main.yml for crowdsec role\n#\n# All variables are documented with type, default, and description.\n\n# Version of CrowdSec to deploy\n# Type: string\n# Default: \"1.5.2\"\ncrowdsec_version: \"1.5.2\"\n\n# List of CrowdSec collections ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2119, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/dns_management
7,714
[ "no_license" ]
[ { "path": "src/roles/dns_management/README.md", "content": "# DNS Management Role\n\nThis Ansible role manages DNS records for Mailu email domains. It currently supports Cloudflare as a DNS provider and handles the creation of all necessary DNS records for proper email delivery and authentication.\n\n## Res...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 9272, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/docker_base
7,714
[ "no_license" ]
[ { "path": "src/roles/docker_base/defaults/main.yml", "content": "---\n# Default values for docker_base role\n#\n# All variables are documented with type, default, and description as required by the style guide.\n\n# Docker installation method (\"package\" or \"script\")\n# Type: string\n# Default: \"package...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 8523, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/domain_management
7,714
[ "no_license" ]
[ { "path": "src/roles/domain_management/handlers/main.yml", "content": "---\n# handlers file for domain_management role\n\n- name: Reload domain configurations\n ansible.builtin.meta: refresh_inventory\n\n- name: Update domain facts\n ansible.builtin.set_fact:\n domain_configs_updated: true", "licen...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 11525, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/firewall
7,714
[ "no_license" ]
[ { "path": "src/roles/firewall/meta/main.yml", "content": "# meta/main.yml for firewall role\n---\ndependencies:\n - role: hardening\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "src/roles/firewall/tasks/main.yml", "content": "# tasks/main....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2086, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/hardening
7,714
[ "no_license" ]
[ { "path": "src/roles/hardening/README.md", "content": "# Hardening Role\n\nThis role applies OS-level security hardening, including sysctl tuning, SSH daemon lockdown (PermitRootLogin no, PasswordAuthentication no, AllowUsers), and SSH warning banner configuration. It must run after the common role and befo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4035, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/health_check
7,714
[ "no_license" ]
[ { "path": "src/roles/health_check/templates/notify_smtp.py.j2", "content": "#!/usr/bin/env python3\n\"\"\"\nSMTP Notification Module for Mailu Health Check\n\"\"\"\n\nimport smtplib\nimport socket\nfrom email.mime.text import MIMEText\nfrom email.mime.multipart import MIMEMultipart\nfrom datetime import dat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 17190, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/mail_security
7,714
[ "no_license" ]
[ { "path": "src/roles/mail_security/templates/mta-sts.txt.j2", "content": "version: STSv1\nmode: {{ mta_sts_mode }}\nmax_age: {{ mta_sts_max_age }}\nmx: {{ domain_item.ansible_facts.domain_config.hostname }}\n{% if domain_item.ansible_facts.domain_config.additional_mx_hosts is defined %}\n{% for mx_host in d...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 20301, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/mailu
7,714
[ "no_license" ]
[ { "path": "src/roles/mailu/tasks/health_check.yml", "content": "---\n# Health check tasks for Mailu services\n\n- name: Check if Docker service exists\n ansible.builtin.systemd:\n name: docker\n register: docker_service_check\n failed_when: false\n changed_when: false\n\n- name: Fail if Docker servic...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 39518, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/monitoring
7,714
[ "no_license" ]
[ { "path": "src/roles/monitoring/templates/alert_rules.yml.j2", "content": "groups:\n- name: mailu_alerts\n rules:\n # System-level alerts\n - alert: HighCPULoad\n expr: 100 - (avg by(instance) (rate(node_cpu_seconds_total{mode=\"idle\"}[5m])) * 100) > 80\n for: 5m\n labels:\n severity: warn...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 36439, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/traefik
7,714
[ "no_license" ]
[ { "path": "src/roles/traefik/templates/tls.yml.j2", "content": "---\n# TLS configuration for Traefik\n\ntls:\n options:\n default:\n minVersion: \"VersionTLS12\"\n {% if traefik_ssl_options == \"modern\" %}\n # Modern compatibility (Firefox 63+, Android 10.0+, Chrome 70+, Edge 75+, Safari...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 18195, "all_permissive": false }
ansible_role
robertsinfosec/iac-mailu
1b6ed84b14e2c10f2fbd65a40bc6b2678f5a270e
0
src/roles/user_management
7,714
[ "no_license" ]
[ { "path": "src/roles/user_management/README.md", "content": "# User Management Role\n\nThis Ansible role manages email users and aliases for the Mailu mail server. It handles user creation, password management, quota settings, and email aliases including catchall addresses.\n\n## Responsibilities\n\n- Creat...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 13772, "all_permissive": false }
ansible_role
hideame/ansible_aws
981d1e403ed82335f1c34742f88d54e9ad9f936f
0
roles/apache24
7,714
[ "no_license" ]
[ { "path": "roles/apache24/tasks/main.yml", "content": "- name: apacheインストール\n yum:\n name: httpd\n state: present\n\n- name: httpdサービスを再起動し、自動起動を有効化\n service:\n name: httpd\n state: restarted\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
hideame/ansible_aws
981d1e403ed82335f1c34742f88d54e9ad9f936f
0
roles/common
7,714
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: コマンドインストール\n yum:\n name: tree\n state: present\n\n- name: タイムゾーンの変更\n shell: sudo cp /usr/share/zoneinfo/Japan /etc/localtime\n\n# ロケールは英語のままとする\n# - name: ロケール設定済みかを確認\n# shell: localectl status | grep LANG=ja_JP.utf8\n# register: lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
hideame/ansible_aws
981d1e403ed82335f1c34742f88d54e9ad9f936f
0
roles/mariadb55_WP
7,714
[ "no_license" ]
[ { "path": "roles/mariadb55_WP/tasks/main.yml", "content": "- name: MariaDBインストール\n yum:\n name: ['mariadb-5.5.64', 'mariadb-server-5.5.64', 'MySQL-python-1.2.5']\n state: present\n\n#- name: httpプロトコル開放 # AWSではセキュリティグループで管理\n# firewalld:\n# service: http\n# state: enabled\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1198, "all_permissive": false }
ansible_role
hideame/ansible_aws
981d1e403ed82335f1c34742f88d54e9ad9f936f
0
roles/munin-node
7,714
[ "no_license" ]
[ { "path": "roles/munin-node/tasks/main.yml", "content": "#- name: muninポート開放 # AWSではセキュリティグループで管理\n# firewalld:\n# port: 4949/tcp\n# state: enabled\n# permanent: true\n\n- name: Minin-nodeインストール\n yum:\n name: munin-node\n state: present\n\n- name: 公開鍵の配置\n become_user: mun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3960, "all_permissive": false }
ansible_role
hideame/ansible_aws
981d1e403ed82335f1c34742f88d54e9ad9f936f
0
roles/munin-server
7,714
[ "no_license" ]
[ { "path": "roles/munin-server/tasks/main.yml", "content": "- name: Mininインストール\n yum:\n name: munin\n state: present\n\n- name: SSH鍵作成\n user:\n name: munin\n generate_ssh_key: yes\n\n# - name: 手動でグラフの作成(初回だけでOK)\n# become_user: munin\n# shell: /usr/bin/munin-cron\n\n- name: cron設定実施(※通常は自...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2676, "all_permissive": false }
ansible_role
hideame/ansible_aws
981d1e403ed82335f1c34742f88d54e9ad9f936f
0
roles/php73
7,714
[ "no_license" ]
[ { "path": "roles/php73/tasks/main.yml", "content": "- name: PHPインストール\n yum:\n name: ['php73-php', 'php73-php-mbstring', 'php73-php-mysqlnd', 'php73-php-pdo']\n enablerepo: remi,remi-php73\n state: present # パッケージがインストールされていなければインストール\n # php73-php: -phpを付与しないとApacheが利用...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": false }
ansible_role
hideame/ansible_aws
981d1e403ed82335f1c34742f88d54e9ad9f936f
0
roles/repository
7,714
[ "no_license" ]
[ { "path": "roles/repository/tasks/main.yml", "content": "- name: EPELリポジトリを追加\n yum:\n name: ['https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm']\n state: present\n\n- name: Remiリポジトリを追加(PHP7用)\n yum:\n name: ['http://rpms.famillecollet.com/enterprise/remi-release-7.rpm']\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
hideame/ansible_aws
981d1e403ed82335f1c34742f88d54e9ad9f936f
0
roles/serverspec
7,714
[ "no_license" ]
[ { "path": "roles/serverspec/tasks/main.yml", "content": "- name: amazon-linux-extras有効化(ruby2.6)済みなら実施しない\n shell: amazon-linux-extras | grep ruby2.6 | grep enabled\n register: ruby_status_check\n failed_when: ruby_status_check.rc not in [0, 1]\n changed_when: false\n\n- name: amazon-linux-extras有効化(rub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 843, "all_permissive": false }
ansible_role
hideame/ansible_aws
981d1e403ed82335f1c34742f88d54e9ad9f936f
0
roles/swap
7,714
[ "no_license" ]
[ { "path": "roles/swap/tasks/main.yml", "content": "- name: swapファイルの有無を確認\n stat:\n path: /swapfile\n register: swap\n\n- name: swapファイル作成\n shell: \"{{ item }}\"\n with_items:\n - dd if=/dev/zero of=/swapfile bs=1M count=1024\n - mkswap /swapfile\n - swapon /swapfile\n when: not swap.stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1146, "all_permissive": false }
ansible_role
hideame/ansible_aws
981d1e403ed82335f1c34742f88d54e9ad9f936f
0
roles/wordpress
7,714
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "- name: WP-CLIコマンドのダウンロード\n get_url:\n url: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar\n dest: /usr/local/bin/wp\n owner: apache\n group: apache\n mode: 0755\n\n- name: WordPressがダウンロード済みなら実施しない\n stat:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5246, "all_permissive": false }
ansible_role
pseguel-redhat/cloud_demo
dc6dec9815b3fe20f6d3cb47454f5035c7f03dde
0
create_infra/roles/azure
7,714
[ "no_license" ]
[ { "path": "create_infra/roles/azure/tasks/main.yml", "content": "---\n- name: Create a resource group\n azure_rm_resourcegroup:\n name: \"{{ resource_group }}\"\n location: \"{{ location }}\"\n\n- name: Create virtual network\n azure_rm_virtualnetwork:\n resource_group: \"{{ resource_group }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2468, "all_permissive": false }
ansible_role
pseguel-redhat/cloud_demo
dc6dec9815b3fe20f6d3cb47454f5035c7f03dde
0
lamp_simple/roles/db
7,714
[ "no_license" ]
[ { "path": "lamp_simple/roles/db/tasks/main.yml", "content": "---\n# This playbook will install mysql and create db user and give permissions.\n\n- name: Install Mysql from Repo\n yum:\n name: https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm\n state: present\n\n- name: Install Mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1333, "all_permissive": false }
ansible_role
pseguel-redhat/cloud_demo
dc6dec9815b3fe20f6d3cb47454f5035c7f03dde
0
lamp_simple/roles/web
7,714
[ "no_license" ]
[ { "path": "lamp_simple/roles/web/tasks/install_httpd.yml", "content": "---\n# These tasks install http and the php modules.\n\n- name: Install http and php etc\n yum: \n name: \"{{ packages }}\" \n state: present\n vars:\n packages:\n - httpd\n - php\n - php-mysql\n - git\n - libse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
cackharot/crown
fc1f22180cf7f12b577ad607514d90c320bf8183
0
ansible/roles/common
7,714
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# - apt: update_cache=yes\n# become: yes\n\n- name: Get system name\n command: \"uname -r\"\n register: sysname\n\n- name: Install essentials\n apt: pkg={{item}} state=present update_cache=no\n become: yes\n with_items:\n - apt-tran...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
cackharot/crown
fc1f22180cf7f12b577ad607514d90c320bf8183
0
ansible/roles/kube_master
7,714
[ "no_license" ]
[ { "path": "ansible/roles/kube_master/tasks/main.yml", "content": "---\n- name: Download go lang\n shell: cd /tmp && ([ -f go1.7.4.linux-amd64.tar.gz ] || [ -f /usr/local/go/bin/go ] || wget https://storage.googleapis.com/golang/go1.7.4.linux-amd64.tar.gz)\n\n- name: extract go lang\n become: yes\n shell:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1325, "all_permissive": false }
ansible_role
kevincoakley/ansible-role-mongodb
87c4cb2b7be532a7283fbc267a17da6c0d8b8504
0
tests/roles/mongodb-test
7,714
[ "no_license" ]
[ { "path": "tests/roles/mongodb-test/tasks/main.yml", "content": "---\n- name: Download and install netcat (yum)\n yum: name={{ item }} state=installed\n with_items:\n - nc\n when: ansible_os_family == \"RedHat\"\n\n- name: Download and install netcat (apt)\n apt: name={{ item }} state=installed\n wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
mrutten/mariadb
ed8247d97fa04d52604c1fac4ae013b8d0a4278f
0
roles/connection
7,714
[ "no_license" ]
[ { "path": "roles/connection/tasks/main.yml", "content": "---\n- name: Configure bind address for Debian / Ubuntu\n ansible.builtin.lineinfile:\n dest: /etc/mysql/mariadb.conf.d/50-server.cnf\n regexp: \"^#?bind-address\"\n line: bind-address = {{ bind_address }}\n notify: restart mariadb\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
mrutten/mariadb
ed8247d97fa04d52604c1fac4ae013b8d0a4278f
0
roles/dba
7,714
[ "no_license" ]
[ { "path": "roles/dba/tasks/main.yml", "content": "---\n- name: Create DBA\n community.mysql.mysql_user:\n login_user: root\n name: \"dba\"\n # SELECT PASSWORD('<PASSWORD>');\n password: <PASSWORD>\"\n encrypted: true\n host: \"%\"\n priv: \"*.*:ALL,GRANT\"\n state: present\n tags:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
mrutten/mariadb
ed8247d97fa04d52604c1fac4ae013b8d0a4278f
0
roles/installation
7,714
[ "no_license" ]
[ { "path": "roles/installation/tasks/main.yml", "content": "---\n- name: Install MariaDB for Debian / Ubuntu\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n with_items:\n - iproute2\n - mariadb-server\n - python3-pymysql\n when: ansible_facts['os_fam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1305, "all_permissive": false }
ansible_role
mrutten/mariadb
ed8247d97fa04d52604c1fac4ae013b8d0a4278f
0
roles/mysql-secure-installation
7,714
[ "no_license" ]
[ { "path": "roles/mysql-secure-installation/tasks/main.yml", "content": "---\n# mysql_secure_installation does 3 things;\n# 1. Change the default root password\n# 2. Remove anonymous users\n# 3. Remove test database and access to it\n\n- name: Generate new root password\n command: openssl rand -hex 8 create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1334, "all_permissive": false }
ansible_role
takanao14/ansible-keepalived
7f73eefd4c502155d94fc8dcd688522ac5a86d99
0
roles/keepalived
7,714
[ "permissive" ]
[ { "path": "roles/keepalived/tasks/main.yml", "content": "---\n# This role installs and sets up keepalived\n\n- name: Install keepalived (Centos)\n yum: name=keepalived state=present\n when: ansible_os_family == \"RedHat\"\n tags: keepalived\n notify: restart keepalived\n\n- name: Install keepalived (deb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1212, "all_permissive": true }
ansible_role
gregsowell/ansible-essential-training
6fc64ac9d1a94e635bd0a7b2adaa7cb3988064d9
0
roles/add_users
7,717
[ "no_license" ]
[ { "path": "roles/add_users/vars/main.yml", "content": "---\n# vars file for add_users\nnew_user:\n - test1\n - test2\n - test3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/add_users/tasks/main.yml", "content": "---\n# tasks file f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
gregsowell/ansible-essential-training
6fc64ac9d1a94e635bd0a7b2adaa7cb3988064d9
0
roles/nginx
7,717
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n# handlers file for nginx\n- name: Restart nginx\n when: nginx_config.changed\n ansible.builtin.service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1517, "all_permissive": false }
ansible_role
tien7668/empty-react
3fbfe0b2d3e2f01bcadc03e60252d5a4e9d86ceb
0
ansible/roles/add_deploy_user
7,717
[ "no_license" ]
[ { "path": "ansible/roles/add_deploy_user/tasks/main.yml", "content": "- name: Add deploy user\n user:\n name: \"{{ deploy_user }}\"\n shell: /bin/bash\n # run this to get hashed password: openssl passwd -salt SomeSalt -1 deploy\n password: \"{{deploy_password}}\"\n- name: set deploy as s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
tien7668/empty-react
3fbfe0b2d3e2f01bcadc03e60252d5a4e9d86ceb
0
ansible/roles/common
7,717
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Update all packages to the latest version\n apt:\n upgrade: yes\n update_cache: yes\n- name: Importing Postgres's GPG key to apt\n shell: \"wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1869, "all_permissive": false }
ansible_role
tien7668/empty-react
3fbfe0b2d3e2f01bcadc03e60252d5a4e9d86ceb
0
ansible/roles/github_runner
7,717
[ "no_license" ]
[ { "path": "ansible/roles/github_runner/tasks/main.yml", "content": "- name: Creates directory\n become_user: \"{{deploy_user}}\"\n file:\n path: /home/{{deploy_user}}/{{project_name}}\n state: directory\n- name: Github action config\n # run_once: true\n become_user: \"{{deploy_user}}\"\n shell: |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1757, "all_permissive": false }
ansible_role
tien7668/empty-react
3fbfe0b2d3e2f01bcadc03e60252d5a4e9d86ceb
0
ansible/roles/nginx
7,717
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Install nginx\n apt:\n name: nginx\n state: latest\n\n- name: copy nginx config file\n copy:\n src: \"{{ nginx_location }}\"\n dest: /etc/nginx/sites-available/default\n owner: deploy\n mode: '0777'\n notify:\n - Res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/abaqus
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/abaqus/tasks/main.yml", "content": "---\n\n- name: install abaqus\n\n when: ansible_os_family == 'RedHat'\n\n block:\n\n - name: Mount software\n import_role:\n name: volume\n tasks_from: mount\n\n - name: Upgrade all packages\n become: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1610, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/apt
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/apt/tasks/main.yml", "content": "---\n\n- name: Upgrade all packages\n become: true\n apt:\n upgrade: dist\n update_cache: yes\n register: apt_action\n retries: 100\n delay: 10\n until: apt_action is success or ('Failed to lock apt for exclusive operation' not in a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 597, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/astro_apt
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/astro_apt/tasks/main.yml", "content": "---\n\n- name: install astro apt packages\n become: yes\n apt:\n name:\n - xpa-tools\n - saods9\n - sextractor\n - ftools-fv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/ciao
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/ciao/tasks/main.yml", "content": "---\n\n- name: download ciao install script\n get_url:\n url: https://cxc.cfa.harvard.edu/cgi-gen/ciao/ciao412_install.cgi?standard=true\n dest: $HOME/ciao-install\n mode: +x\n\n- name: install ciao dependencies\n become: yes\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 766, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/cleanup
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/cleanup/tasks/main.yml", "content": "---\n\n- include_tasks: \"{{ ansible_os_family | lower }}_package_manager_clean.yml\"\n\n- name: Clean up logs keys and configs\n shell: \"{{ item }}\"\n become: yes\n args:\n warn: no\n with_items:\n - 'find /var/log -type f -exe...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1473, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/conda
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/conda/tasks/main.yml", "content": "---\n\n- name: download miniconda\n get_url:\n url: https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh\n dest: \"$HOME/miniconda.sh\"\n mode: +x\n\n- name: install miniconda\n shell:\n chdir: \"$HOME\"\n cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1052, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/conda_env
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/conda_env/meta/argument_specs.yml", "content": "---\nargument_specs:\n main:\n short_description: Conda env file to copy and install\n options:\n env_file:\n type: \"str\"\n required: true\n description: \"Conda env file to copy and install\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1223, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/heasoft
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/heasoft/meta/argument_specs.yml", "content": "---\n\nargument_specs:\n\n main:\n short_description: Mounting the software volume\n options:\n mount_path:\n type: \"str\"\n required: true\n description: \"Path to mount the software volume on to\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2839, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/idl
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/idl/vars/main.yml", "content": "---\n\nidl_astro_dir: /usr/local/idlastro\nidl_utils_dir: /usr/local/idlutils\nidl_spec2d_dir: /usr/local/idlspec2d\nidl_dir: /usr/local/IDL\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3169, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/inputrc
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/inputrc/tasks/main.yml", "content": "---\n\n- name: set forward/reverse search history bindings\n copy:\n dest: \"$HOME/.inputrc\"\n mode: '0644'\n content: |\n \"\\e[A\": history-search-backward\n \"\\e[B\": history-search-forward\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/intel
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/intel/tasks/main.yml", "content": "---\n\n- name: install intel parallel studio\n\n block:\n\n - name: Mount software\n import_role:\n name: volume\n tasks_from: mount\n\n - name: install intel parallel studio silently\n become: yes\n shell:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/iraf_dragons
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/iraf_dragons/tasks/main.yml", "content": "---\n\n- name: astro conda envs\n include_role:\n name: conda_env\n vars:\n env_file: \"{{ file }}\"\n loop_control:\n loop_var: file\n loop:\n - \"env_fermitools.yml\"\n - \"env_dragons.yml\"\n - \"env_gemini.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 761, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/mathematica
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/mathematica/tasks/main.yml", "content": "---\n\n- name: install mathematica\n\n block:\n\n - name: Mount software\n import_role:\n name: volume\n tasks_from: mount\n\n - name: install Mathematica dependencies\n become: yes\n apt:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1043, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/matlab
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/matlab/tasks/main.yml", "content": "---\n\n- name: install matlab\n\n block:\n\n - name: Mount software\n import_role:\n name: volume\n tasks_from: mount\n\n - name: install Matlab dependencies\n become: yes\n apt:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7238, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/pywifes
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/pywifes/tasks/main.yml", "content": "---\n\n- name: clone PyWiFeS\n git:\n repo: https://github.com/PyWiFeS/pipeline.git\n dest: $HOME/pywifes\n\n- name: copy pywifes conda env file\n copy:\n src: \"env_pywifes.yml\"\n dest: \"$HOME/env_pywifes.yml\"\n mode: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 780, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/tempo2
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/tempo2/meta/main.yml", "content": "---\n\ndependencies:\n - role: conda\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "build/ansible/roles/tempo2/tasks/main.yml", "content": "---\n\n- name: clone tempo2\n git...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 717, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/volume
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/volume/vars/main.yml", "content": "---\n\nnfs_key_path: \"/var/tmp/nfs.key\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "build/ansible/roles/volume/tasks/sshfs_install_debian.yml", "content": "---\n\n- name:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2277, "all_permissive": false }
ansible_role
ADACS-Australia/adacs-nectar-images
4218de6b83b380e777c4e1ea51b706aff832a217
0
build/ansible/roles/xmm
7,717
[ "no_license" ]
[ { "path": "build/ansible/roles/xmm/tasks/main.yml", "content": "---\n\n- name: install xmm dependencies\n become: yes\n apt:\n name:\n - perl\n - grace\n - wcstools\n\n- name: create SAS directory\n file:\n path: \"$HOME/SAS\"\n state: directory\n\n- name: download sas\n get_url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2281, "all_permissive": false }