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 | MiroYld/ansible-open-balena | 1e24ed0afab3b1c827acd00233359dac1d340b5a | 4 | roles/open_balena | 58 | [
"no_license"
] | [
{
"path": "roles/open_balena/tasks/main.yml",
"content": "- name: create group balena\n ansible.builtin.user:\n name: \"{{ balena_group_name }}\"\n state: present\n\n- name: create user balena\n ansible.builtin.user:\n name: \"{{ balena_username }}\"\n password: \"{{ <PASSWORD> }}\"\n group... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1667,
"all_permissive": false
} |
ansible_role | MiroYld/ansible-open-balena | 1e24ed0afab3b1c827acd00233359dac1d340b5a | 4 | roles/test | 58 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yml",
"content": "- name: ping host\n ansible.builtin.ping:\n\n- name: print msg\n ansible.builtin.debug:\n msg: \"playbook is running to install open balena\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | MiroYld/ansible-open-balena | 1e24ed0afab3b1c827acd00233359dac1d340b5a | 4 | roles/ui_admin | 58 | [
"no_license"
] | [
{
"path": "roles/ui_admin/scripts/start_admin_ui.sh",
"content": "#!/bin/bash\n\nif [ $# -ne 4 ]; then\n echo \"Usage: $0 <secrets_file> <api_version_file> <quickstart_script> <domain_name>\"\n exit 1\nfi\n\nextract_data() {\n file_path=\"$1\"\n while IFS='=' read -r var val; do\n\tif [[ $var ==... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1636,
"all_permissive": false
} |
ansible_role | MiroYld/ansible-open-balena | 1e24ed0afab3b1c827acd00233359dac1d340b5a | 4 | roles/utils | 58 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/main.yml",
"content": "---\n- name: update all packages to their latest version\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n \n- name: utils installation\n ansible.builtin.apt:\n name:\n - docker\n - acl\n - docker-compose\n - python3\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 897,
"all_permissive": false
} |
ansible_role | jbhannah/hannah-home | e62a03d463657cca9f138502108e688f8dd44308 | 0 | ansible/roles/dnscrypt-proxy | 58 | [
"no_license"
] | [
{
"path": "ansible/roles/dnscrypt-proxy/tasks/main.yml",
"content": "- name: Create dnscrypt-proxy system group\n group:\n name: \"{{ dnscrypt_proxy_system_group }}\"\n system: true\n\n- name: Create dnscrypt-proxy system user\n user:\n name: \"{{ dnscrypt_proxy_system_user }}\"\n groups: \"{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1828,
"all_permissive": false
} |
ansible_role | jbhannah/hannah-home | e62a03d463657cca9f138502108e688f8dd44308 | 0 | ansible/roles/nginx | 58 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install nginx-{{ nginx_flavor }}\n apt:\n name: nginx-{{ nginx_flavor }}\n state: present\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n\n- name: Disable default nginx site\n file:\n path: /etc/nginx/sites-enabled/defaul... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | jbhannah/hannah-home | e62a03d463657cca9f138502108e688f8dd44308 | 0 | ansible/roles/node-exporter | 58 | [
"no_license"
] | [
{
"path": "ansible/roles/node-exporter/meta/main.yml",
"content": "dependencies:\n - role: ufw\n - role: cloudalchemy.node-exporter\n vars:\n node_exporter_version: 0.17.0\n node_exporter_web_listen_address: 0.0.0.0:{{ node_exporter_port }}\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | jbhannah/hannah-home | e62a03d463657cca9f138502108e688f8dd44308 | 0 | ansible/roles/php | 58 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "- name: Install PHP\n apt:\n name: php-fpm\n state: present\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | jbhannah/hannah-home | e62a03d463657cca9f138502108e688f8dd44308 | 0 | ansible/roles/pi_hole | 58 | [
"no_license"
] | [
{
"path": "ansible/roles/pi_hole/meta/main.yml",
"content": "dependencies:\n - role: ufw\n - role: nginx\n vars:\n nginx_flavor: light\n - role: php\n - role: dnscrypt-proxy\n vars:\n dnscrypt_proxy_port: 5353\n dnscrypt_proxy_ufw: false\n",
"license_type": "no_license",
"de... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1941,
"all_permissive": false
} |
ansible_role | jbhannah/hannah-home | e62a03d463657cca9f138502108e688f8dd44308 | 0 | ansible/roles/ufw | 58 | [
"no_license"
] | [
{
"path": "ansible/roles/ufw/defaults/main.yml",
"content": "ufw_allowed_ips:\n - 192.168.0.0/16\n - fe80::/64\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "ansible/roles/ufw/tasks/main.yml",
"content": "- name: Install UFW\n become: tru... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | dicastro/homelab | 1376e8fe2154f720dc6c0d0f8a32c0d8dc8393e7 | 0 | roles/add-dns-rewrite | 58 | [
"no_license"
] | [
{
"path": "roles/add-dns-rewrite/tasks/main.yaml",
"content": "# Role: add-dns-rewrite\n#\n# This role manages DNS rewrite rules in AdGuard Home via its HTTP API.\n# It checks if a rewrite rule exists for a given domain and adds it if missing.\n#\n# INPUT VARIABLES:\n# ----------------\n# rewrite_domain ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1426,
"all_permissive": false
} |
ansible_role | dicastro/homelab | 1376e8fe2154f720dc6c0d0f8a32c0d8dc8393e7 | 0 | roles/add-to-homer | 58 | [
"no_license"
] | [
{
"path": "roles/add-to-homer/templates/service_item.yaml.j2",
"content": "name: {{ homer_service_name }}\nitems:\n - name: {{ homer_item.name }}\n subtitle: {{ homer_item.subtitle }}\n url: {{ homer_item.url }}\n{% if homer_item.icon is defined %}\n icon: {{ homer_item.icon }}\n{% endif %}\n{% if... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6118,
"all_permissive": false
} |
ansible_role | dicastro/homelab | 1376e8fe2154f720dc6c0d0f8a32c0d8dc8393e7 | 0 | roles/deploy-through-portainer | 58 | [
"no_license"
] | [
{
"path": "roles/deploy-through-portainer/tasks/main.yaml",
"content": "# Role: deploy-through-portainer\n#\n# This role deploys or updates a Docker Compose stack in Portainer using the API.\n# It checks if the stack already exists and decides whether to create or update it.\n#\n# INPUT VARIABLES:\n# ------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3352,
"all_permissive": false
} |
ansible_role | dicastro/homelab | 1376e8fe2154f720dc6c0d0f8a32c0d8dc8393e7 | 0 | roles/ensure-directories-exist | 58 | [
"no_license"
] | [
{
"path": "roles/ensure-directories-exist/tasks/main.yaml",
"content": "# ------------------------------------------------------------------------------\n# Role Name: ensure-directories-exist\n# Description:\n# This role ensures that required directories (such as volume sources) exist\n# on the target h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2488,
"all_permissive": false
} |
ansible_role | dicastro/homelab | 1376e8fe2154f720dc6c0d0f8a32c0d8dc8393e7 | 0 | roles/extract-named-ports-to-dict | 58 | [
"no_license"
] | [
{
"path": "roles/extract-named-ports-to-dict/tasks/main.yaml",
"content": "# Role: extract-named-ports-to-dict\n#\n# This role extract named ports to a dictionary.\n#\n# INPUT VARIABLES:\n# ----------------\n# ports\n#\n# OUTPUT FACTS:\n# -------------\n# ports_dict (dictionary) Dictionary containing... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | dicastro/homelab | 1376e8fe2154f720dc6c0d0f8a32c0d8dc8393e7 | 0 | roles/generate-bcrypt-password | 58 | [
"no_license"
] | [
{
"path": "roles/generate-bcrypt-password/tasks/main.yaml",
"content": "# Role: generate-bcrypt-password\n#\n# This role generates and manages a bcrypt hash of a given plaintext password.\n# It calculates a checksum to detect if the password changed since last run.\n#\n# INPUT VARIABLES:\n# ----------------... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2706,
"all_permissive": false
} |
ansible_role | dicastro/homelab | 1376e8fe2154f720dc6c0d0f8a32c0d8dc8393e7 | 0 | roles/get-portainer-token-and-endpoints-map | 58 | [
"no_license"
] | [
{
"path": "roles/get-portainer-token-and-endpoints-map/tasks/main.yaml",
"content": "# Role: get-portainer-token-and-endpoints-map\n#\n# This role authenticates with the Portainer API, retrieves existing endpoints,\n# and maps them to a dictionary keyed by their name for easy lookup.\n#\n# INPUT VARIABLES:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1943,
"all_permissive": false
} |
ansible_role | monkeyswithbuttons/ansible_variables | 37e78db3fb57a890bec6dd4c1ab114588dd8e6a7 | 0 | roles/interfacetest | 58 | [
"no_license"
] | [
{
"path": "roles/interfacetest/defaults/main.yml",
"content": "---\ninterface: eth0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "roles/interfacetest/tasks/main.yml",
"content": "---\n- name: Interface\n debug:\n msg: Interface is {{ in... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | amirorviss/VPN | 42b988888b6cc4d218d4ac5f3dae9e69b8dfec7f | 0 | roles/bunkerweb | 58 | [
"no_license"
] | [
{
"path": "roles/bunkerweb/tasks/main.yml",
"content": "---\n- name: Create the folders\n ansible.builtin.file:\n path: \"{{ docker_dir }}/{{ item }}\"\n state: directory\n owner: root\n group: 101\n mode: 0770\n loop:\n - bunkerweb/\n - bunkerweb/data\n\n- name: Copy the env file\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | BElluu/Ansible-Posthog | 26bb38a1307d49741a6ccd5ccf46068f18fe37b5 | 0 | roles/curl | 58 | [
"no_license"
] | [
{
"path": "roles/curl/tasks/main.yml",
"content": "---\n- name: Ensure Curl is installed on Ubuntu/Debian\n apt:\n name: curl\n state: present\n update: true\n when: ansible_os_family == 'Debian'\n\n- name: Ensure Curl is installed on RHEL/CentOS\n yum:\n name: curl\n state: present\n u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | BElluu/Ansible-Posthog | 26bb38a1307d49741a6ccd5ccf46068f18fe37b5 | 0 | roles/posthog | 58 | [
"no_license"
] | [
{
"path": "roles/posthog/tasks/main.yml",
"content": "---\n- include: prepare_environment.yml\n- include: build_posthog.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/posthog/tasks/prepare_environment.yml",
"content": "---\n - nam... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1433,
"all_permissive": false
} |
ansible_role | xtimon/test | f714ad41bed43028078f806096b84d09d646fb11 | 0 | playbooks/roles/grafana | 58 | [
"no_license"
] | [
{
"path": "playbooks/roles/grafana/tasks/main.yml",
"content": "---\n- name: Create datasources directory\n file:\n path: \"/etc/{{ grafana_container_name }}/provisioning/datasources\"\n state: directory\n mode: \"0755\"\n tags:\n - grafana\n\n- name: Create dashboards directory\n file:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2041,
"all_permissive": false
} |
ansible_role | xtimon/test | f714ad41bed43028078f806096b84d09d646fb11 | 0 | playbooks/roles/kafka | 58 | [
"no_license"
] | [
{
"path": "playbooks/roles/kafka/tasks/main.yml",
"content": "- name: Kafka volume\n community.general.docker_volume:\n name: \"{{ kafka_container_name }}\"\n tags:\n - kafka\n\n- name: Kafka container\n community.general.docker_container:\n name: \"{{ kafka_container_name }}\"\n image: \"{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2534,
"all_permissive": false
} |
ansible_role | xtimon/test | f714ad41bed43028078f806096b84d09d646fb11 | 0 | playbooks/roles/kafka-exporter | 58 | [
"no_license"
] | [
{
"path": "playbooks/roles/kafka-exporter/tasks/main.yml",
"content": "- name: Kafka-exporter container\n community.general.docker_container:\n name: kafka-exporter\n image: \"{{ kafka_exporter_image }}\"\n restart_policy: always\n container_default_behavior: compatibility\n command: \"{{ ka... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | xtimon/test | f714ad41bed43028078f806096b84d09d646fb11 | 0 | playbooks/roles/prometheus | 58 | [
"no_license"
] | [
{
"path": "playbooks/roles/prometheus/tasks/main.yml",
"content": "---\n- name: Prometheus configuration\n template:\n src: \"{{ role_path }}/templates/prometheus.yml.j2\"\n dest: \"/etc/{{ prometheus_container_name }}.yml\"\n mode: \"0644\"\n notify:\n - Restart prometheus\n tags:\n - pro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1648,
"all_permissive": false
} |
ansible_role | xtimon/test | f714ad41bed43028078f806096b84d09d646fb11 | 0 | playbooks/roles/solution1 | 58 | [
"no_license"
] | [
{
"path": "playbooks/roles/solution1/files/solution1.py",
"content": "import os\nimport logging\nimport time\nfrom time import sleep\nfrom kafka import KafkaProducer\n\nlogger = logging.getLogger('solution1')\nlogger.setLevel(logging.INFO)\nlogFormat = logging.Formatter('%(asctime)s : %(levelname)s : %(mess... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2885,
"all_permissive": false
} |
ansible_role | xtimon/test | f714ad41bed43028078f806096b84d09d646fb11 | 0 | playbooks/roles/solution2 | 58 | [
"no_license"
] | [
{
"path": "playbooks/roles/solution2/defaults/main.yml",
"content": "---\nsolution2_kafka_input_topic: input\nsolution2_kafka_output_topic: input\nsolution2_kafka_bootstap_servers: \"server1:9092,server2:9092\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3564,
"all_permissive": false
} |
ansible_role | xtimon/test | f714ad41bed43028078f806096b84d09d646fb11 | 0 | playbooks/roles/zookeeper | 58 | [
"no_license"
] | [
{
"path": "playbooks/roles/zookeeper/defaults/main.yml",
"content": "---\nzookeeper_image: zookeeper:3.6.2\nzookeeper_id: 1\nzookeeper_servers_list: \"server.1=0.0.0.0:2888:3888 server.2=zoo2_ip:2888:3888 server.3=zoo3_ip:2888:3888\"\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/auditd | 58 | [
"no_license"
] | [
{
"path": "roles/auditd/tasks/audit_rules.yml",
"content": "---\n- name: audit.rules\n block:\n - name: Generate rules for SUID and SGID files\n ansible.builtin.shell: >\n find / -xdev \\( -perm -4000 -o -perm -2000 \\) -type f\n | awk '{print \"-a always,exit -F path=\" $1 \" -F perm... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 9709,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/bootstrap | 58 | [
"no_license"
] | [
{
"path": "roles/bootstrap/tasks/main.yml",
"content": "---\n- name: Bootstrap\n block:\n - name: Install python3, python3-pip\n ansible.builtin.yum:\n state: present\n name:\n - python3\n - python3-pip\n register: install_out\n changed_when: '\"already ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 861,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/ds_agent | 58 | [
"no_license"
] | [
{
"path": "roles/ds_agent/vars/main.yml",
"content": "---\nos_family: \"{{ ansible_facts['distribution'] }}\"\nmajor_version: \"{{ ansible_facts['distribution_major_version'] }}\"\ndist: \"{{ os_family + '_' + major_version }}\"\narch: \"{{ ansible_facts['architecture'] }}\"\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2320,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/etc_hosts | 58 | [
"no_license"
] | [
{
"path": "roles/etc_hosts/defaults/main.yml",
"content": "---\netc_hosts_path: \"/etc/hosts\"\nntp_header: \"^#.*NTP.*\"\nds_header: '^#.*D(eep)?\\s*?S(ecurity)?.*'\nocs_header: \"^#.*OCS.*\"\ntw_header: \"^#.*T(rip)?W(ire)?.*\"\n\nheader_entries:\n - regexp: \"{{ ntp_header }}\"\n line: \"\\n#---NTP--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4927,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/fireeye | 58 | [
"no_license"
] | [
{
"path": "roles/fireeye/defaults/main.yml",
"content": "---\nfireeye_conf: \"agent_config.json\"\nfireeye_pkg: \"xagt-31.28.17-1.el7.x86_64.rpm\"\nfireeye_pkg_dst_path: \"/tmp/{{ fireeye_pkg }}\"\n\nfireeye_base_dir: \"/opt\"\nfireeye_bin: \"{{ fireeye_base_dir }}/fireeye/bin\"\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2155,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/grub | 58 | [
"no_license"
] | [
{
"path": "roles/grub/vars/main.yml",
"content": "---\nos_family: \"{{ ansible_facts['distribution'] }}\"\nmajor_version: \"{{ ansible_facts['distribution_major_version'] }}\"\ndist: \"{{ os_family + '_' + major_version }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 639,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/inactive_password_lock | 58 | [
"no_license"
] | [
{
"path": "roles/inactive_password_lock/tasks/main.yml",
"content": "---\n- name: Inactive password lock\n block:\n - name: Check inactive period\n ansible.builtin.shell: >\n useradd -D | grep --color=none -oP '(?<=INACTIVE=).*'\n register: period_out\n changed_when: period_out.std... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/nagios | 58 | [
"no_license"
] | [
{
"path": "roles/nagios/tasks/main.yml",
"content": "---\n- name: Nagios\n block:\n - name: Extract tarball\n ansible.builtin.unarchive:\n src: \"{{ nagios_tarball }}\"\n dest: \"{{ nagios_dest }}\"\n mode: preserve\n\n - name: Start service\n ansible.builtin.service:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/ocs_agent | 58 | [
"no_license"
] | [
{
"path": "roles/ocs_agent/defaults/main.yml",
"content": "---\nocs_bin:\n RedHat_7: /usr/opt/ocs-rhel7/bin/ocsinventory-agent\n RedHat_8: /usr/opt/ocs-rhel8/bin/ocsinventory-agent\n\nocs_crontab:\n - name: \"ocs_agent\"\n minute: \"0\"\n hour: \"2\"\n weekday: \"6\"\n user: root\n job: >\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1029,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/os_patching | 58 | [
"no_license"
] | [
{
"path": "roles/os_patching/handlers/main.yml",
"content": "---\n- name: Reboot now\n ansible.builtin.reboot:\n # pre_reboot_delay: 60\n # post_reboot_delay: 60\n reboot_timeout: 300\n listen: reboot_handler\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 999,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/splunk | 58 | [
"no_license"
] | [
{
"path": "roles/splunk/defaults/main.yml",
"content": "---\nsplunk_tgz: \"splunkforwarder-9.0.1-82c987350fde-Linux-x86_64.tgz\"\nsplunk_base_dir: \"/opt\"\nsplunk_bin: \"{{ splunk_base_dir }}/splunkforwarder/bin/splunk\"\nsplunk_username: \"admin\"\nsplunk_password: \"<PASSWORD>\"\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5354,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/sshd | 58 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yml",
"content": "---\n- name: sshd_conf\n vars:\n esc_key: \"{{ item.key | regex_escape() }}\"\n esc_value: \"{{ item.value | regex_escape() }}\"\n block:\n - name: Comment wrong config\n vars:\n regexp: \"({{ exclude_pattern }}{{ include_pattern }})\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3114,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/tripwire | 58 | [
"no_license"
] | [
{
"path": "roles/tripwire/tasks/main.yml",
"content": "---\n- name: TripWire\n block:\n - name: Check if config files are present\n ansible.builtin.stat:\n path: \"{{ item }}\"\n register: tw_conf\n loop: \"{{ tripwire_files }}\"\n loop_control:\n label: \"{{ item }}\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4544,
"all_permissive": false
} |
ansible_role | d0ublew/ansible-automation | c733dae6f691e5149f7c726e7f46e727d20193d9 | 0 | roles/var_log | 58 | [
"no_license"
] | [
{
"path": "roles/var_log/tasks/main.yml",
"content": "---\n- name: /var/log/\n block:\n - name: Check if files exist\n ansible.builtin.stat:\n path: \"{{ item.name }}\"\n register: check_files_out\n loop: \"{{ files }}\"\n loop_control:\n label: \"{{ item.name }}\"\n\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2630,
"all_permissive": false
} |
ansible_role | wulinyun/kubeasz-0.6.0 | 8a4035a579888016a7f0a80b8221afaf4add23a8 | 0 | roles/prepare | 58 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "# 系统基础软件环境\n- import_tasks: debian.yml\n when: ansible_distribution == \"Ubuntu\" or ansible_distribution == \"Debian\"\n\n- import_tasks: centos.yml\n when: ansible_distribution == \"CentOS\" or ansible_distribution == \"RedHat\"\n\n# 公共系统参数设置\n- impo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | manupaisable/vagrant-ci-gocd | 88d1d46efdd1b676fa51b87a16c3c04f2546e309 | 0 | provisioning/roles/gocd-agent | 58 | [
"no_license"
] | [
{
"path": "provisioning/roles/gocd-agent/tasks/main.yml",
"content": "---\n- name: Install Java 8\n include_role:\n name: gocd-server\n tasks_from: java-8\n\n- name: Install git\n include_role:\n name: gocd-server\n tasks_from: git\n\n- name: Download GoCD repo\n get_url: \n url: https://d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | manupaisable/vagrant-ci-gocd | 88d1d46efdd1b676fa51b87a16c3c04f2546e309 | 0 | provisioning/roles/gocd-example-pipeline | 58 | [
"no_license"
] | [
{
"path": "provisioning/roles/gocd-example-pipeline/tasks/main.yml",
"content": "---\n- name: Check if pipeline config repos already present\n lineinfile:\n path: /etc/go/cruise-config.xml\n line: \" <config-repos>\"\n state: present\n check_mode: yes\n register: config_repos\n\n- name: If not,... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 907,
"all_permissive": false
} |
ansible_role | manupaisable/vagrant-ci-gocd | 88d1d46efdd1b676fa51b87a16c3c04f2546e309 | 0 | provisioning/roles/gocd-server | 58 | [
"no_license"
] | [
{
"path": "provisioning/roles/gocd-server/tasks/java-8.yml",
"content": "- name: Install Java 8 \n yum: \n name: \"{{ item }}\"\n state: present\n with_items:\n - unzip\n - java-1.8.0-openjdk\n - libselinux-python\n - libsemanage-python\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 848,
"all_permissive": false
} |
ansible_role | thervieu/cloud-1 | 16ea4e9bd5932e32ec382e200035cce1c88eeeca | 0 | roles/01-install | 58 | [
"no_license"
] | [
{
"path": "roles/01-install/tasks/main.yml",
"content": "---\n- name: Add Docker GPG apt Key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n ansible.builtin.apt_repository:\n repo: deb https://download.docker.com/l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | thervieu/cloud-1 | 16ea4e9bd5932e32ec382e200035cce1c88eeeca | 0 | roles/02-docker_setup | 58 | [
"no_license"
] | [
{
"path": "roles/02-docker_setup/tasks/main.yml",
"content": "---\n- name: Create the Docker network\n community.docker.docker_network:\n name: \"{{ network_name }}\"\n\n- name: Create the MariaDB volume\n community.docker.docker_volume:\n name: \"{{ bdd_vol }}\"\n\n- name: Create the Wordpress volu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | thervieu/cloud-1 | 16ea4e9bd5932e32ec382e200035cce1c88eeeca | 0 | roles/03-mariadb | 58 | [
"no_license"
] | [
{
"path": "roles/03-mariadb/templates/Dockerfile.j2",
"content": "FROM mariadb:latest\n\nENV MYSQL_ROOT_PASSWORD=\"{{ db_root_password }}\"\n\nENV MYSQL_DATABASE=\"{{ db_wp_name }}\"\nENV MYSQL_USER=\"{{ db_wp_user }}\"\nENV MYSQL_PASSWORD=\"{{ db_user_password }}\"\n\nENV MYSQL_TCP_PORT=\"{{ db_port }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 914,
"all_permissive": false
} |
ansible_role | thervieu/cloud-1 | 16ea4e9bd5932e32ec382e200035cce1c88eeeca | 0 | roles/04-phpmyadmin | 58 | [
"no_license"
] | [
{
"path": "roles/04-phpmyadmin/templates/Dockerfile.j2",
"content": "FROM phpmyadmin:latest\n\nENV PMA_ARBITRARY=1\n\nENV PMA_HOST=\"{{ db_name }}\"\nENV PMA_PORT=\"{{ db_port }}\"\nENV PMA_ABSOLUTE_URI=\"https://{{IP}}/phpmyadmin/\"\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | thervieu/cloud-1 | 16ea4e9bd5932e32ec382e200035cce1c88eeeca | 0 | roles/05-wordpress | 58 | [
"no_license"
] | [
{
"path": "roles/05-wordpress/templates/Dockerfile.j2",
"content": "FROM wordpress:latest\n\nENV WORDPRESS_DB_HOST=\"{{ db_name }}:{{ db_port }}\"\nENV WORDPRESS_DB_USER=\"root\"\nENV WORDPRESS_DB_PASSWORD=\"{{ <PASSWORD> }}\"\nENV WORDPRESS_DB_NAME=\"{{ db_wp_name }}\"\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | thervieu/cloud-1 | 16ea4e9bd5932e32ec382e200035cce1c88eeeca | 0 | roles/06-apache | 58 | [
"no_license"
] | [
{
"path": "roles/06-apache/templates/Dockerfile.j2",
"content": "FROM httpd:latest\n\nEXPOSE 80 443\n\nRUN mkdir -p /usr/local/apache2/conf/sites\nRUN mkdir -p \"{{ ssl_cert_path }}\"\n\nCOPY httpd.conf /usr/local/apache2/conf/httpd.conf\nCOPY website.conf /usr/local/apache2/conf/sites/website.conf\n\nCOPY ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3563,
"all_permissive": false
} |
ansible_role | derek99401/webdev | 86686764a41c101aa8c7a16f412e1d8f7fe9ba16 | 0 | ansible/roles/common | 58 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/essentials.yml",
"content": "############################\n# essential packages\n############################\n\n- name: Install essential packages from deb\n apt: name={{item}} update_cache=yes\n sudo: yes\n with_items:\n - vim\n - git\n - build-essential\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1990,
"all_permissive": false
} |
ansible_role | aegrodin/nginx-ansible | 02cb46ac46fa7ae1129a207006ead52b30048a00 | 0 | roles/nginx | 58 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/vhost.j2",
"content": "server {\r\n listen 80;\r\n server_name {{ ngx_server_name }} www.{{ ngx_server_name }};\r\n\r\n access_log /var/www/{{ ngx_server_name }}/logs/{{ ngx_server_name }}-acc main;\r\n error_log /var/www/{{ ngx_server_name }}/logs/{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3006,
"all_permissive": false
} |
ansible_role | devopsabi/youtube | e3bfd142b937dad7e0473a0a22903958e2ba30c7 | 4 | httpd/roles/httpd | 62 | [
"no_license"
] | [
{
"path": "httpd/roles/httpd/templates/index.j2",
"content": "<!doctype html>\n<html>\n <head>\n <title>This is the title of the webpage!</title>\n </head>\n <body bgcolor=\"{{item.color}}\">\n <p><h1>{{item.name}}</h1></p>\n </body>\n</html>\n\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 1409,
"all_permissive": false
} |
ansible_role | george4n/tv-ansible | ce23df49183a00dbbaf21672a7b356c002e6acf1 | 0 | roles/3foretag | 62 | [
"no_license"
] | [
{
"path": "roles/3foretag/files/policy.json",
"content": "{\n\t\"ShowHomeButton\": true,\n\t\"HomepageLocation\": \"https://apps.mypurecloud.ie\",\n\t\"HardwareAccelerationModeEnabled\": false,\n\t\"BookmarkBarEnabled\": true,\n\t\"ManagedBookmarks\": [{\n\t\t\t\"toplevel_name\": \"3 Services\"\n\t\t},\n\t\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1951,
"all_permissive": false
} |
ansible_role | george4n/tv-ansible | ce23df49183a00dbbaf21672a7b356c002e6acf1 | 0 | roles/3savedesk | 62 | [
"no_license"
] | [
{
"path": "roles/3savedesk/tasks/main.yml",
"content": "- file:\n path: /etc/opt/chrome/policies/managed/\n state: directory\n mode: 0755\n\n- name: Setting Chrome Group Policies\n copy: src=../files/policy.json dest=/etc/opt/chrome/policies/managed/policy.json owner=root group=root mode=0755\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | george4n/tv-ansible | ce23df49183a00dbbaf21672a7b356c002e6acf1 | 0 | roles/alert | 62 | [
"no_license"
] | [
{
"path": "roles/alert/files/alert-temp",
"content": "#!/bin/bash\n\nMAX_TEMP=70\nSENSOR_OUTPUT=$(sensors | grep -oP 'Physical.*?\\+\\K[0-9.]+')\nINT=${SENSOR_OUTPUT%.*}\nDIFF=$(echo \"$INT - $MAX_TEMP\" | bc)\nDEG=$'\\xc2\\xb0'C\n\nfunction notify {\n\ncurl -s --request POST \\\n --url <KEY> \\\n --heade... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1477,
"all_permissive": false
} |
ansible_role | george4n/tv-ansible | ce23df49183a00dbbaf21672a7b356c002e6acf1 | 0 | roles/basic | 62 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "########## NETWORK SETTINGS ##########\n\n- name: Settings sudoers NOPASSWD\n lineinfile:\n path: /etc/sudoers\n regexp: '^%sudo'\n line: '%sudo ALL=(ALL) NOPASSWD:ALL'\n owner: root\n group: root\n mode: 440\n\n- name: Setting Hosts Fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7970,
"all_permissive": false
} |
ansible_role | george4n/tv-ansible | ce23df49183a00dbbaf21672a7b356c002e6acf1 | 0 | roles/basic18 | 62 | [
"no_license"
] | [
{
"path": "roles/basic18/tasks/main.yml",
"content": "########## NETWORK SETTINGS ##########\n\n- name: Settings sudoers NOPASSWD\n lineinfile:\n path: /etc/sudoers\n regexp: '^%sudo'\n line: '%sudo ALL=(ALL) NOPASSWD:ALL'\n owner: root\n group: root\n mode: 440\n\n- name: Setting Hosts F... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4986,
"all_permissive": false
} |
ansible_role | george4n/tv-ansible | ce23df49183a00dbbaf21672a7b356c002e6acf1 | 0 | roles/external | 62 | [
"no_license"
] | [
{
"path": "roles/external/tasks/main.yml",
"content": "########## NETWORK SETTINGS ##########\n\n- name: Settings sudoers NOPASSWD\n lineinfile:\n path: /etc/sudoers\n regexp: '^%sudo'\n line: '%sudo ALL=(ALL) NOPASSWD:ALL'\n owner: root\n group: root\n mode: 440\n\n- name: Setting Hosts ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4311,
"all_permissive": false
} |
ansible_role | george4n/tv-ansible | ce23df49183a00dbbaf21672a7b356c002e6acf1 | 0 | roles/laptops | 62 | [
"no_license"
] | [
{
"path": "roles/laptops/tasks/main.yml",
"content": "########## NETWORK SETTINGS ##########\n\n- name: Settings sudoers NOPASSWD\n lineinfile:\n path: /etc/sudoers\n regexp: '^%sudo'\n line: '%sudo ALL=(ALL) NOPASSWD:ALL'\n owner: root\n group: root\n mode: 440\n\n- name: Setting Hosts F... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6602,
"all_permissive": false
} |
ansible_role | george4n/tv-ansible | ce23df49183a00dbbaf21672a7b356c002e6acf1 | 0 | roles/rollback | 62 | [
"no_license"
] | [
{
"path": "roles/rollback/files/hosts",
"content": "127.0.0.1 localhost\n127.0.1.1 hostname\n192.168.42.250 server\n172.20.100.11 skynet.tvloc\n172.20.10.11 skynet2.tvloc\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/rollback/tasks/main.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | george4n/tv-ansible | ce23df49183a00dbbaf21672a7b356c002e6acf1 | 0 | roles/televinken | 62 | [
"no_license"
] | [
{
"path": "roles/televinken/files/policy.json",
"content": "{\n\t\"ShowHomeButton\": true,\n\t\"HomepageLocation\": \"https://tv.dialingozone.com\",\n\t\"HardwareAccelerationModeEnabled\": false,\n\t\"BookmarkBarEnabled\": true,\n\t\"ManagedBookmarks\": [\n\t\t{\n\t\t\t\"toplevel_name\": \"Office\"\n\t\t},\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3153,
"all_permissive": false
} |
ansible_role | george4n/tv-ansible | ce23df49183a00dbbaf21672a7b356c002e6acf1 | 0 | roles/tvcc | 62 | [
"no_license"
] | [
{
"path": "roles/tvcc/tasks/main.yml",
"content": "- name: Setting Environment Paths\n copy: src=../files/environment dest=/etc/environment owner=root group=root mode=0644\n\n- name: Setting Firefox shortcut\n copy: src=../files/firefox.desktop dest=/usr/share/applications/firefox.desktop owner=root group... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1213,
"all_permissive": false
} |
ansible_role | Jagadeesh3737/expense-ansible | b86371c16343313994ad359c05252de85f9252bb | 0 | roles/backend | 62 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yml",
"content": "- name: disabling the nodejs\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: enabling the nodejs:18 version\n ansible.builtin.shell: dnf module enable nodejs:18 -y\n\n- name: installing the node js\n ansible.builtin.dnf:\n name: no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1101,
"all_permissive": false
} |
ansible_role | Jagadeesh3737/expense-ansible | b86371c16343313994ad359c05252de85f9252bb | 0 | roles/frontend | 62 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: installing nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: copy expense conf file\n ansible.builtin.copy:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: import common role app pre-re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | Jagadeesh3737/expense-ansible | b86371c16343313994ad359c05252de85f9252bb | 0 | roles/mysql | 62 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: disabling the mysql\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: copy mysql repo\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: installing mysql server\n ansible.builtin.dnf:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | mareksj/homework | 1dce99750c46f653d0868f8a50f186fe00d48ae6 | 0 | roles/generate_ORCL_output | 62 | [
"no_license"
] | [
{
"path": "roles/generate_ORCL_output/handlers/main.yml",
"content": "---\n# handlers file for /etc/ansible/roles/generate_ORCL_output",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/generate_ORCL_output/vars/main.yml",
"content": "---\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5406,
"all_permissive": false
} |
ansible_role | mareksj/homework | 1dce99750c46f653d0868f8a50f186fe00d48ae6 | 0 | roles/install_oracle_client | 62 | [
"no_license"
] | [
{
"path": "roles/install_oracle_client/defaults/main.yml",
"content": "---\n# defaults file for /etc/ansible/roles/install_oracle_client",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/install_oracle_client/templates/oracleclient.soft.rsp.j2"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 15093,
"all_permissive": false
} |
ansible_role | Quiq/ha-valkey | 0248c2e21397c8f3b1711a4bb0f06251051043fb | 14 | roles/valkeydb | 62 | [
"permissive"
] | [
{
"path": "roles/valkeydb/tasks/main.yml",
"content": "---\n- include_vars: config.yml\n\n## NOTE: There are many ways to let Ansible know what cluster/subcluster you are deploying\n## here for example we are using \"ec2_instance_facts\" module to get AWS EC2 tags\n# # Collect EC2 tags and set facts\n# - lo... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 20369,
"all_permissive": true
} |
ansible_role | Quiq/ha-valkey | 0248c2e21397c8f3b1711a4bb0f06251051043fb | 14 | roles/valkeydb-misc | 62 | [
"permissive"
] | [
{
"path": "roles/valkeydb-misc/templates/redis-commander.json",
"content": "{\n \"noSave\": true,\n \"noLogData\": false,\n \"ui\": {\n \"sidebarWidth\": 250,\n \"locked\": false,\n \"cliHeight\": 50,\n \"cliOpen\": false,\n \"foldingChar\": \":\"\n },\n \"redis\": {\n \"readOnly\": f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5242,
"all_permissive": true
} |
ansible_role | RcRonco/vault-cluster | c11843d0d6dc8430d2b289375ac2d30a2c9c75b4 | 4 | roles/consul-deploy | 62 | [
"no_license"
] | [
{
"path": "roles/consul-deploy/tasks/install.yml",
"content": "---\n# File: tasks/install.yml - package installation tasks for Consul\n\n- name: OS packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ consul_os_packages }}\"\n tags: installation\n\n- name: Check Consul pac... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 18145,
"all_permissive": false
} |
ansible_role | RcRonco/vault-cluster | c11843d0d6dc8430d2b289375ac2d30a2c9c75b4 | 4 | roles/vault-deploy | 62 | [
"no_license"
] | [
{
"path": "roles/vault-deploy/defaults/main.yml",
"content": "---\n# File: defaults/main.yml - Main default variables for Vault\n\nvault_version: \"{{ lookup('env','VAULT_VERSION') | default('0.7.0', true) }}\"\nvault_pkg: \"vault_{{ vault_version }}_linux_amd64.zip\"\nvault_zip_url: \"https://releases.hash... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 10023,
"all_permissive": false
} |
ansible_role | RaskinBond/INS | 3ad4f7d25f8884fb27eb83c28e9f99261eeb5666 | 0 | tomcat9/collection_tc/roles/tomcat9 | 62 | [
"no_license"
] | [
{
"path": "tomcat9/collection_tc/roles/tomcat9/tasks/main.yml",
"content": "---\n#tasks file for tomcat9\n- include_tasks: setup-Debian.yml\n when: ansible_facts['os_family'] == \"Debian\"\n- include_tasks: setup-Java.yml\n- include_tasks: setup-tomcat.yml\n- include_tasks: setup-deployment.yml\n\n",
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3594,
"all_permissive": false
} |
ansible_role | RaskinBond/INS | 3ad4f7d25f8884fb27eb83c28e9f99261eeb5666 | 0 | tomcat9/roles tc/roles/tomcat9 | 62 | [
"no_license"
] | [
{
"path": "tomcat9/roles tc/roles/tomcat9/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - standard\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "tomcat9/roles tc/roles/tomcat9/tasks/setup-Debian.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | freifunkhamburg/ansible-config | 510f8da3efacaef44926cca29cf2140df98557d4 | 1 | roles/basics-ffhh | 62 | [
"no_license"
] | [
{
"path": "roles/basics-ffhh/tasks/main.yml",
"content": "---\n- name: install popular user packages\n apt:\n name:\n - mosh\n - nano\n - wget\n - zsh\n state: present\n\n- name: copy new-user script\n copy:\n src: new-user\n dest: /usr/local/sbin\n owner: root\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1531,
"all_permissive": false
} |
ansible_role | freifunkhamburg/ansible-config | 510f8da3efacaef44926cca29cf2140df98557d4 | 1 | roles/certsync | 62 | [
"no_license"
] | [
{
"path": "roles/certsync/defaults/main.yml",
"content": "---\ncertsync_dir: /etc/ssl/certsync\ncertsync_host: srv01.hamburg.freifunk.net\ncertsync_key: /root/.ssh/certsync\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/certsync/tasks/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1221,
"all_permissive": false
} |
ansible_role | freifunkhamburg/ansible-config | 510f8da3efacaef44926cca29cf2140df98557d4 | 1 | roles/error-pages | 62 | [
"no_license"
] | [
{
"path": "roles/error-pages/tasks/main.yml",
"content": "---\n- name: create directory\n file:\n path: /var/www/error-pages\n state: directory\n\n- name: copy error-pages\n copy:\n src: error-pages/\n dest: /var/www/error-pages/\n\n- name: copy error-pages.conf\n copy:\n src: error-pages.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | freifunkhamburg/ansible-config | 510f8da3efacaef44926cca29cf2140df98557d4 | 1 | roles/nginx-ffhh | 62 | [
"no_license"
] | [
{
"path": "roles/nginx-ffhh/tasks/main.yml",
"content": "---\n- name: copy snippets\n copy:\n src: snippets/\n dest: /etc/nginx/snippets/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | VerticalRelevance/InfrastructureFoundations-Blueprint | 5943d0980c81319b37fad2368a8f92e3cb1ab006 | 0 | src/validation_build/service_catalog_products/EC2Vault/Ansible/roles/vault-service | 62 | [
"no_license"
] | [
{
"path": "src/validation_build/service_catalog_products/EC2Vault/Ansible/roles/vault-service/tasks/main.yml",
"content": "# Installs Apache\n- name: install the latest version of Apache\n yum:\n name: httpd\n state: latest\n# Installs the latest verision of yum-utils(yum utility)\n- name: install th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | sgotand/libvirt_qemu_dev_env | f951139f7706afe7e45000a9e97e2a954bea5c08 | 0 | playbook/roles/apt | 62 | [
"no_license"
] | [
{
"path": "playbook/roles/apt/tasks/main.yml",
"content": "- name: change mirror\n become: yes\n replace:\n path: \"/etc/apt/sources.list\"\n regexp: 'http://.*(archive|security)\\.ubuntu\\.com/ubuntu(.+)'\n replace: 'http://ftp.iij.ad.jp/pub/linux/ubuntu/archive\\g<2>'\n register: apt_mirror\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | sgotand/libvirt_qemu_dev_env | f951139f7706afe7e45000a9e97e2a954bea5c08 | 0 | playbook/roles/users | 62 | [
"no_license"
] | [
{
"path": "playbook/roles/users/tasks/main.yml",
"content": "- name: keep PATH on sudo\n become: yes\n lineinfile:\n path: \"/etc/sudoers\"\n line: 'Defaults env_keep += \"PATH\"'\n state: present\n validate: /usr/sbin/visudo -cf %s\n\n- name: keep GOPATH on sudo\n become: yes\n lineinfil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | staranto/ansible-labs | 96378f22463ca1d24436d8dd32d04f389e4295ad | 0 | lab2/roles/env_check | 62 | [
"no_license"
] | [
{
"path": "lab2/roles/env_check/tasks/main.yaml",
"content": "---\n# Make sure that these vars are valued from the appropriate env entry.\n- name: \"Confirm environment\"\n assert:\n that:\n - \"{{ item }} is defined\"\n - \"{{ item }} != ''\"\n fail_msg: \"{{ item }} is not defined properl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | staranto/ansible-labs | 96378f22463ca1d24436d8dd32d04f389e4295ad | 0 | lab2/roles/lb | 62 | [
"no_license"
] | [
{
"path": "lab2/roles/lb/templates/nginx.conf",
"content": "events { }\n\nhttp {\n upstream mysidlabs {\n {% for host in groups['tag_mysidlabs_tier_web'] %}\n server {{ hostvars[host]['ansible_eth0']['ipv4']['address'] }};\n {% endfor %}\n }\n\n server {\n listen 80;\n location / {\n prox... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | staranto/ansible-labs | 96378f22463ca1d24436d8dd32d04f389e4295ad | 0 | lab2/roles/web | 62 | [
"no_license"
] | [
{
"path": "lab2/roles/web/tasks/main.yaml",
"content": "---\n\n- name: \"Confirm proper owner\"\n assert:\n that:\n - \"ec2_tag_mysidlabs_owner == siduser\"\n fail_msg: \"Host is not owned by {{ siduser }}\"\n\n- name: Install Apache\n become: true\n yum:\n name: httpd\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | IgnilD/ansible_v1 | ef345a1f3ad8200766255785d1162685136a045a | 0 | roles/db_servers | 62 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": " - name: install mariadb package (Rocky)\n tags: rocky,db,mariadb\n yum:\n name: mariadb\n state: latest\n when: ansible_distribution == \"Rocky\"\n\n - name: install mariadb package (Ubuntu)\n tags: db,mariadb,ubuntu\n apt:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | IgnilD/ansible_v1 | ef345a1f3ad8200766255785d1162685136a045a | 0 | roles/web_servers | 62 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": " - name: install apache and php packages\n tags: apache,apache2,httpd,php\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n - name: start and enable apache service\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | as-vighe/ansible-petclinic | 6b6cc33dca2078abf135bd38d1d3e7a1fa034ba3 | 0 | roles/ansible-local-setup | 64 | [
"no_license"
] | [
{
"path": "roles/ansible-local-setup/handlers/main.yml",
"content": "---\n# handlers file for ansible-local-setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/ansible-local-setup/defaults/main.yml",
"content": "---\n# defaults file f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 940,
"all_permissive": false
} |
ansible_role | as-vighe/ansible-petclinic | 6b6cc33dca2078abf135bd38d1d3e7a1fa034ba3 | 0 | roles/petclinic | 64 | [
"no_license"
] | [
{
"path": "roles/petclinic/tasks/main.yml",
"content": "---\n# tasks file for petclinic\n\n\n# for webserver\n\n \n - name: check apache and if not present then install\n apt:\n name: \"{{ package_name }}\"\n state: latest\n update_cache: yes\n\n - name: Install java\n apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1244,
"all_permissive": false
} |
ansible_role | swfz/ansible-playbook-resque_web | 945c22b75489b74cf33f32005c873e5261295424 | 0 | roles/resque_web | 64 | [
"no_license"
] | [
{
"path": "roles/resque_web/templates/resque_web.ini.j2",
"content": "[program:resque_web]\nautorestart = True\nlog_stderr = True\nstopsignal = QUIT\nlog_stdout = True\nuser = {{ app_user }}\nenvironment=PATH=\"PATH:/usr/local/bin:/usr/bin:/bin\",HOME=\"/home/{{ app_user }}\"\ncommand = {{ rbenv.bin }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 990,
"all_permissive": false
} |
ansible_role | roolo/provision-ansible | f3080c954e4b7e55914c113dcccec0bcf6a162e9 | 3 | roles/app-dot-net-client | 64 | [
"no_license"
] | [
{
"path": "roles/app-dot-net-client/tasks/main.yml",
"content": "---\n- name: Install Apps for OSX\n homebrew_cask: name={{item.package_name}} state=present\n with_items:\n - package_name: app-dot-net-orbit\n app_name: Orbit\n - package_name: app-dot-net-wedge\n app_name: Wedge\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | roolo/provision-ansible | f3080c954e4b7e55914c113dcccec0bcf6a162e9 | 3 | roles/casked | 64 | [
"no_license"
] | [
{
"path": "roles/casked/meta/main.yml",
"content": "---\ndependencies:\n - { role: homebrewed }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/casked/tasks/main.yaml",
"content": "---\n- name: Initialize cask\n homebrew_tap:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | roolo/provision-ansible | f3080c954e4b7e55914c113dcccec0bcf6a162e9 | 3 | roles/elasticsearch | 64 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: Install homebrew package\n homebrew: name=elasticsearch state=present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | roolo/provision-ansible | f3080c954e4b7e55914c113dcccec0bcf6a162e9 | 3 | roles/frontend-dev | 64 | [
"no_license"
] | [
{
"path": "roles/frontend-dev/tasks/main.yml",
"content": "---\n- name: Install npm packages\n npm: name={{item}} state=present global=yes\n with_items: npm_packages\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | roolo/provision-ansible | f3080c954e4b7e55914c113dcccec0bcf6a162e9 | 3 | roles/git-client | 64 | [
"no_license"
] | [
{
"path": "roles/git-client/handlers/main.yml",
"content": "---\n- name: Configure the global ignore file\n command: git config core.excludesfile {{git_gitignore_global_path}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/git-clien... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1383,
"all_permissive": false
} |
ansible_role | roolo/provision-ansible | f3080c954e4b7e55914c113dcccec0bcf6a162e9 | 3 | roles/gollum-wiki | 64 | [
"no_license"
] | [
{
"path": "roles/gollum-wiki/tasks/file-works.yml",
"content": "---\n\n- name: Create dir for wiki\n file: dest={{ item.path }}/\n state=directory\n with_items: wiki_paths\n\n- name: Create git repo for wiki\n shell: git init creates={{ item.path }}/.git chdir={{ item.path }}/\n with_items: wiki_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2909,
"all_permissive": false
} |
ansible_role | roolo/provision-ansible | f3080c954e4b7e55914c113dcccec0bcf6a162e9 | 3 | roles/mysql-machine | 64 | [
"no_license"
] | [
{
"path": "roles/mysql-machine/tasks/main.yml",
"content": "---\n- name: Install packages\n homebrew: name=mysql state=present\n\n- name: Install Apps for OSX\n homebrew_cask: name=sequel-pro state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | roolo/provision-ansible | f3080c954e4b7e55914c113dcccec0bcf6a162e9 | 3 | roles/ruby-dev | 64 | [
"no_license"
] | [
{
"path": "roles/ruby-dev/tasks/main.yaml",
"content": "---\n- name: Setup RubyGems\n lineinfile:\n create: yes\n dest: ~/.gemrc\n line: 'gem: --no-ri --no-rdoc --no-document'\n state: present\n\n- name: Setup default gems\n lineinfile:\n create: yes\n dest: ~/.rvm/gemsets/global.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | roolo/provision-ansible | f3080c954e4b7e55914c113dcccec0bcf6a162e9 | 3 | roles/ssl-requester | 64 | [
"no_license"
] | [
{
"path": "roles/ssl-requester/tasks/main.yml",
"content": "---\n- name: Ensure there is place for custom certificates\n file: dest=~/.ca state=directory\n\n- name: Update certificates\n get_url: url=http://curl.haxx.se/ca/cacert.pem\n dest=~/.ca/cacert.pem\n force=yes\n\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.