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 | ABHICLOUDS/cedec-b-3-ansible | f3de3ec08f86ab3028a36ae04ab163b66140d71b | 0 | roles/appserver | 283 | [
"no_license"
] | [
{
"path": "roles/appserver/vars/main.yml",
"content": "TOMCAT_URL: https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.89/bin/apache-tomcat-8.5.89.tar.gz\nTOMCAT_ZIP: apache-tomcat-8.5.89.tar.gz\nTOMCAT: apache-tomcat-8.5.89",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 161
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 790,
"all_permissive": false
} |
ansible_role | Daniel1magdy/Automated-CICD-Pipeline-Java-Website | 2c1043a728ff71c84068f9056446b839169075a0 | 0 | ansible/roles/prometheus | 283 | [
"permissive"
] | [
{
"path": "ansible/roles/prometheus/templates/prometheus.service.j2",
"content": "[Unit]\nDescription=Prometheus\nAfter=network.target\n\n[Service]\nUser=root\nExecStart=/opt/prometheus/prometheus-2.51.2.linux-amd64/prometheus --config.file=/opt/prometheus/prometheus.yml --storage.tsdb.path=/opt/prometheus/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2624,
"all_permissive": true
} |
ansible_role | JuniYadi/ansible-roles | df4b3e633065b84093149f92501fe1b6a22a7110 | 0 | roles/dependencies | 283 | [
"no_license"
] | [
{
"path": "roles/dependencies/tasks/main.yml",
"content": "---\n- name: Install Dependencies\n apt:\n pkg:\n - git\n - curl\n - nano\n - wget\n - jq\n - zip\n - unzip",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible/roles/firewall | 283 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall/tasks/firewalld/unique_rules.yml",
"content": "---\n## Unique rules template, uncomment and modify as needed ##\n\n# - name: \"Specific server-name\" zone rules\n# include_tasks: tasks/iptables/public/public_server-name.yml\n# when: (firewall_server-name_enable | defaul... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 21299,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible/roles/freeipa | 283 | [
"no_license"
] | [
{
"path": "ansible/roles/freeipa/defaults/main.yml",
"content": "---\nfqdn: \"{{ inventory_hostname }}\"\n# ipaddress: #\"{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}\"\ndescription: Managed by ansible\n# ns_host_location: Lab\n# ns_os_version: system\n# ns_hardware_platform: Hardwa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2325,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible/roles/init_setups | 283 | [
"no_license"
] | [
{
"path": "ansible/roles/init_setups/tasks/motd.yml",
"content": "---\n- name: Install neofetch\n package:\n name: neofetch\n\n- name: mkdir config\n file:\n path: ~/.config/neofetch\n state: directory\n become_user: \"{{ ansible_user }}\"\n\n- name: mkdir config\n file:\n path: /root/.confi... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9722,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible/roles/init_setupsv2 | 283 | [
"no_license"
] | [
{
"path": "ansible/roles/init_setupsv2/tasks/1_useradd.yml",
"content": "---\n## FOR CENTOS ##\n- name: Add a new user\n user:\n name: \"{{ item.username }}\"\n groups: \"{{ item.groups | default('') }}\"\n password: \"{{ init_setup_password | password_hash('<PASSWORD>') }}\"\n shell: /bin/bash... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3524,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible/roles/nginx | 283 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/confs/xoa1.conf.j2",
"content": "## provisioned by ansible\n\nserver {\n listen 443 ssl http2;\n listen [::]:443 ssl http2;\n\n server_name xoa1.local.drokdev.pro;\n {# root /var/www/xoa1.local.drokdev.pro/public; #}\n\n # SSL\n ssl_certificate {{di... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 17616,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible/roles/proxmox | 283 | [
"no_license"
] | [
{
"path": "ansible/roles/proxmox/README.md",
"content": "Role Name: ansible_role_proxmox\n===============================\n\nAutomationing cloning, provisioning or removing VM's and LXC containers through ansible. This role can be deployed in through AWX and cmdline.\n\n- Cloning vm's as well as utilizing c... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 11971,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible/roles/wowza | 283 | [
"no_license"
] | [
{
"path": "ansible/roles/wowza/defaults/main.yml",
"content": "wowza_file: \"WowzaStreamingEngine-4.7.1-linux-x64-installer.run\"\nwowza_download_path: \"www.wowza.com/downloads/WowzaStreamingEngine-4-7-1\"\nwowza_user_name: \"admin\"\nwowza_password: \"<PASSWORD>\"\nwowza_license_key: \"<KEY>\"\n",
"li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2481,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible_role_collection/roles/apache | 283 | [
"no_license"
] | [
{
"path": "ansible_role_collection/roles/apache/tasks/configure-Debian.yml",
"content": "---\n- name: Configure Apache.\n lineinfile:\n dest: \"{{ apache_server_root }}/ports.conf\"\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n state: present\n with_items: \"{{ apache_ports_con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4328,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible_role_collection/roles/awx_pod | 283 | [
"no_license"
] | [
{
"path": "ansible_role_collection/roles/awx_pod/tasks/main.yml",
"content": "---\n\n- name: ensure pod conf dir exists\n file:\n path: \"{{ awx_pod_yaml_dir }}\"\n state: directory\n\n- name: do preparations for running pod\n block:\n\n - name: \"set AWX configuration file: {{ awx_pod_yaml_path }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5805,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible_role_collection/roles/firewall | 283 | [
"no_license"
] | [
{
"path": "ansible_role_collection/roles/firewall/tasks/iptables/input/input_openvpn_NAT.yml",
"content": "---\n- name: iptables - Allow incoming VPN connection\n iptables:\n chain: INPUT\n protocol: \"{{ openvpn_proto | default('udp') }}\"\n destination_port: \"{{openvpn_port | default(1194) }}\"... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 17896,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible_role_collection/roles/freeipa | 283 | [
"no_license"
] | [
{
"path": "ansible_role_collection/roles/freeipa/example-playbooks/user/add-group.yml",
"content": "- ipa_group:\n name: oinstall\n gidnumber: 54321\n state: present\n ipa_host: ipa.example.com\n ipa_user: admin\n ipa_pass: <PASSWORD>\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3914,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible_role_collection/roles/init_setups | 283 | [
"no_license"
] | [
{
"path": "ansible_role_collection/roles/init_setups/templates/resolv.conf.j2",
"content": "# {{ ansible_managed }}\n\n{% if init_setup_resolv_search | length > 0 %}\nsearch {{ init_setup_resolv_search|join(' ') }}\n{% endif %}\n{% if init_setup_resolv_domain != \"\" %}\ndomain {{ init_setup_resolv_domain }... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5025,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible_role_collection/roles/proxmox | 283 | [
"no_license"
] | [
{
"path": "ansible_role_collection/roles/proxmox/example-playbooks/user/add-user.yml",
"content": "- ipa_user:\n name: pinky\n state: present\n krbpasswordexpiration: <PASSWORD>\n givenname: Pinky\n sn: Acme\n mail:\n - <EMAIL>\n telephonenumber:\n - '+555123456'\n sshpubkey:\n... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 15401,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | ansible_role_collection/roles/repo | 283 | [
"no_license"
] | [
{
"path": "ansible_role_collection/roles/repo/vars/debian.yml",
"content": "---\nhttpd_packages:\n - hostname # needed for generating default certificate file\n - apache2\n - apache2-utils\n\nhttpd_config: /etc/apache2/apache2.conf\nhttpd_ssl_config: /etc/httpd/conf.d/ssl.conf\nhttpd_status_config: /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1868,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | roles/ansible-wowza-master | 283 | [
"no_license"
] | [
{
"path": "roles/ansible-wowza-master/README.md",
"content": "# ansible-wowza\n\n## Ansible role for Wowza 4.7.0\nThis role automates the installation of the Wowza Media Server, including their installer, which contains a very\nlong EULA, and 7 interactive prompts.\n\n# Requirements\n- Java jdk - I use open... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4409,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | roles/systemli.prosody | 283 | [
"no_license"
] | [
{
"path": "roles/systemli.prosody/tasks/web.yml",
"content": "---\n\n- name: create .well-known\n file:\n path: \"{{ prosody_web_dir }}/.well-known\"\n state: directory\n owner: \"{{ prosody_web_user }}\"\n group: \"{{ prosody_web_user }}\"\n mode: 0755\n\n- name: Create .well-known/host-met... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 19638,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | roles/timorunge.freeipa_server | 283 | [
"no_license"
] | [
{
"path": "roles/timorunge.freeipa_server/tasks/main.yml",
"content": "---\n\n- name: Gather OS specific variables\n include_vars: \"{{ lookup('first_found', params) }}\"\n vars:\n params:\n files:\n - \"{{ ansible_os_family }}-{{ ansible_distribution }}-{{ ansible_distribution_version }}.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1556,
"all_permissive": false
} |
ansible_role | CJerkins/archived_ansible | cca738ff70138e4b85a58407869b2b92155cc945 | 0 | roles/timorunge.sssd | 283 | [
"no_license"
] | [
{
"path": "roles/timorunge.sssd/tasks/sssd-config.yml",
"content": "---\n\n- name: Copy SSSD init script\n copy:\n dest: /etc/init.d/sssd\n group: root\n mode: 0755\n owner: root\n src: \"sssd.init-{{ ansible_os_family }}\"\n notify:\n - restart sssd\n when: >\n (not sssd_from_so... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2197,
"all_permissive": false
} |
ansible_role | sudge64/ansible_configuration | 62ffdaa579b0c4d58aa84d5f222f003e9b0ccac9 | 0 | roles/arch | 283 | [
"no_license"
] | [
{
"path": "roles/arch/tasks/software/apt.yml",
"content": "---\n- name: Fix broken installs\n ansible.builtin.shell: apt --fix-broken install\n\n- name: Install VS Codium Repo\n ansible.builtin.shell: wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | sudo... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2118,
"all_permissive": false
} |
ansible_role | sudge64/ansible_configuration | 62ffdaa579b0c4d58aa84d5f222f003e9b0ccac9 | 0 | roles/base | 283 | [
"no_license"
] | [
{
"path": "roles/base/tasks/software/github.yml",
"content": "---\n- name: Install zsh-syntax-highlighting from GitHub\n become_user: cjwade\n ansible.builtin.git:\n repo: https://github.com/zsh-users/zsh-syntax-highlighting.git\n dest: /home/cjwade/.zsh/zsh-syntax-highlighting\n clone: yes\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8271,
"all_permissive": false
} |
ansible_role | sudge64/ansible_configuration | 62ffdaa579b0c4d58aa84d5f222f003e9b0ccac9 | 0 | roles/fedora | 283 | [
"no_license"
] | [
{
"path": "roles/fedora/tasks/software/dnf.yml",
"content": "---\n- name: Enable RPM Fusion Repos\n ansible.builtin.shell: dnf install \\ https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm\n when: ansible_distribution in [\"Fedora\", \"Nobara\"]\n\n- name: Enab... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2626,
"all_permissive": false
} |
ansible_role | sudge64/ansible_configuration | 62ffdaa579b0c4d58aa84d5f222f003e9b0ccac9 | 0 | roles/pop!_os | 283 | [
"no_license"
] | [
{
"path": "roles/pop!_os/tasks/software/mangohud.yml",
"content": "---\n- name: Install MangoHud from GitHub 1\n package:\n name:\n - build-essential\n - meson\n - ninja-build\n - glslang-tools\n - libx11-dev\n - cmake\n - libxnvctrl-dev\n - libdbus-1-dev\n sta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1025,
"all_permissive": false
} |
ansible_role | rwdevlead/Homelab | 0f89424ad3c54200fa3db6b52b5e2a84b3a91f8a | 0 | ansible/playbooks/Docker-Portainer/roles/portainer_deploy | 285 | [
"no_license"
] | [
{
"path": "ansible/playbooks/Docker-Portainer/roles/portainer_deploy/tasks/main.yml",
"content": "---\n- name: Ensure docker-compose is installed\n ansible.builtin.package:\n name: docker-compose\n state: present\n\n- name: Ensure Docker service is running\n ansible.builtin.service:\n name: docke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1624,
"all_permissive": false
} |
ansible_role | rwdevlead/Homelab | 0f89424ad3c54200fa3db6b52b5e2a84b3a91f8a | 0 | ansible/playbooks/mySQL-metal/roles/mySQL_deploy | 285 | [
"no_license"
] | [
{
"path": "ansible/playbooks/mySQL-metal/roles/mySQL_deploy/tasks/main.yml",
"content": "---\n- name: install python, pip etc\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - pip\n - python3\n - python3-pymysql \n - default-libmysqlclient-dev\n\n- name: install ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1558,
"all_permissive": false
} |
ansible_role | DmitriyEssensci/automate_built_os_ansible | bafabd7956528ee6edc31c0a8a0494dccb465684 | 1 | roles/1c | 285 | [
"no_license"
] | [
{
"path": "roles/1c/tasks/1c_install.yml",
"content": "---\n# 1c_install file for 1c\n- name: 1.0 Check timezone\n shell: \"{{ srvr1c_shell_check_timezone }}\"\n register: stdout_timedatectl\n\n- name: 1.1 Set timezone\n shell: \"{{ srvr1c_shell_timezone }}\"\n become: true\n when: stdout_timedatectl.s... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 55622,
"all_permissive": false
} |
ansible_role | DmitriyEssensci/automate_built_os_ansible | bafabd7956528ee6edc31c0a8a0494dccb465684 | 1 | roles/adduser | 285 | [
"no_license"
] | [
{
"path": "roles/adduser/tasks/main.yml",
"content": "---\n# tasks file for addusers\n- name: 1.0 Check family\n debug:\n msg: \"OS family: {{ ansible_os_family }}\"\n\n- name: 1.2 Ensure what {{ addusers_group }} group exists\n ansible.builtin.group:\n name: \"{{ addusers_group }}\"\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | DmitriyEssensci/automate_built_os_ansible | bafabd7956528ee6edc31c0a8a0494dccb465684 | 1 | roles/check_system | 285 | [
"no_license"
] | [
{
"path": "roles/check_system/tasks/main.yml",
"content": "---\n# tasks file for check_system\n- name: 1.0 Gather system information and check internet connectivity\n ansible.builtin.setup:\n gather_subset:\n - 'network'\n when: ansible_os_family != \"MosOS Arbat\"\n \n- name: 1.1 Gethering and d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1360,
"all_permissive": false
} |
ansible_role | DmitriyEssensci/automate_built_os_ansible | bafabd7956528ee6edc31c0a8a0494dccb465684 | 1 | roles/install_apps | 285 | [
"no_license"
] | [
{
"path": "roles/install_apps/tasks/main.yml",
"content": "---\n# tasks file for install_apps\n- name: Install apps\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop: \"{{ installapps_apps_list }}\"\n ignore_errors: yes\n when: ansible_os_family == \"Debian\"\n become: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | DmitriyEssensci/automate_built_os_ansible | bafabd7956528ee6edc31c0a8a0494dccb465684 | 1 | roles/jenkins | 285 | [
"no_license"
] | [
{
"path": "roles/jenkins/defaults/main.yml",
"content": "---\n# defaults file for jenkins\njenkins_ensure_keyrings: /etc/apt/keyrings\njenkins_download_pgp: https://pkg.jenkins.io/debian/jenkins.io-2023.key\njenkins_dest_gpg: /usr/share/keyrings/jenkins-keyring.asc\njenkins_service_status: systemctl status ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4305,
"all_permissive": false
} |
ansible_role | DmitriyEssensci/automate_built_os_ansible | bafabd7956528ee6edc31c0a8a0494dccb465684 | 1 | roles/prometheus | 285 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/etc/alertmanager/alertmanager.yml.j2",
"content": "---\nglobal:\n resolve_timeout: 5m\n\nroute:\n receiver: 'telegram'\n group_wait: 10s\n group_interval: 5m\n repeat_interval: 3h\n\nreceivers:\n - name: 'telegram'\n webhook_configs:\n - url: \"https://api... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 36431,
"all_permissive": false
} |
ansible_role | pakosaan/ansible-tutorials | ba53d07937b548ccfae52e4f41342743d532a32a | 0 | roles/base | 285 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for torvald\n tags: always\n authorized_key:\n user: torvald\n key: \"<KEY>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | pakosaan/ansible-tutorials | ba53d07937b548ccfae52e4f41342743d532a32a | 0 | roles/db_servers | 285 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: Installing MariaDb in Fedora\n tags: db,mariadb\n package:\n name: mariadb-server\n state: latest\n\n- name: Starting Maridb Service in Fedora\n tags: db,mariadb,fedora\n systemd:\n name: mariadb\n state: started\n enabled: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | pakosaan/ansible-tutorials | ba53d07937b548ccfae52e4f41342743d532a32a | 0 | roles/file_servers | 285 | [
"no_license"
] | [
{
"path": "roles/file_servers/tasks/main.yml",
"content": "- name: Installing Samba\n tags: samba\n package:\n name: samba\n state: latest\n\n- name: Starting Samba Service in Fedora\n tags: samba,fedora\n systemd:\n name: smb\n state: started\n enabled: yes\n when: ansible_distribution ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | pakosaan/ansible-tutorials | ba53d07937b548ccfae52e4f41342743d532a32a | 0 | roles/web_servers | 285 | [
"no_license"
] | [
{
"path": "roles/web_servers/handlers/main.yml",
"content": "- name: restart_apache\n systemd:\n name: \"{{apache_service}}\"\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/web_servers/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | pakosaan/ansible-tutorials | ba53d07937b548ccfae52e4f41342743d532a32a | 0 | roles/workstation | 285 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/main.yml",
"content": "- name: Installing unzip\n package:\n name: unzip\n state: present\n\n- name: Installing terraform via remote url\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.9.8/terraform_1.9.8_linux_amd64.zip\n dest: /usr/local/bin/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | ceph/chacra | df70306085d1842e21e38d42143bc2c9b15a228e | 9 | deploy/playbooks/roles/common | 285 | [
"no_license"
] | [
{
"path": "deploy/playbooks/roles/common/templates/systemd/chacra.sysconfig.j2",
"content": "# {{ ansible_managed }}\nPECAN_CONFIG={{ app_home }}/src/{{ app_name }}/prod.py\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "deploy/playbooks/roles/co... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 27800,
"all_permissive": false
} |
ansible_role | ceph/chacra | df70306085d1842e21e38d42143bc2c9b15a228e | 9 | deploy/playbooks/roles/repos | 285 | [
"no_license"
] | [
{
"path": "deploy/playbooks/roles/repos/tasks/main.yml",
"content": "---\n- name: Update apt\n become: true\n apt:\n update_cache: yes\n\n- name: Install needed packages\n become: true \n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - reprepro\n - createrepo\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | ceph/chacra | df70306085d1842e21e38d42143bc2c9b15a228e | 9 | deploy/playbooks/roles/statsd | 285 | [
"no_license"
] | [
{
"path": "deploy/playbooks/roles/statsd/templates/systemd/80-statsd.preset.j2",
"content": "# {{ ansible_managed }}\n# chacra web service\n\nenable statsd.service\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "deploy/playbooks/roles/statsd/defa... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2843,
"all_permissive": false
} |
ansible_role | HirokaMitsunaga/ansible | 07b43d878d2197d511355fd36f2ebbe8fbdd58b0 | 0 | wordpress_deploy/roles/common | 285 | [
"no_license"
] | [
{
"path": "wordpress_deploy/roles/common/tasks/main.yml",
"content": "---\n## SELinuxのモード変更\n## https://docs.ansible.com/ansible/latest/collections/ansible/posix/selinux_module.html\n## SELinuxについて参考:https://atmarkit.itmedia.co.jp/ait/articles/1808/16/news016.html\n#- name: configure / Selinux permmisived\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | HirokaMitsunaga/ansible | 07b43d878d2197d511355fd36f2ebbe8fbdd58b0 | 0 | wordpress_deploy/roles/mariadb | 285 | [
"no_license"
] | [
{
"path": "wordpress_deploy/roles/mariadb/tasks/check_install.yml",
"content": "- name: check_install / Remove current packages\n yum:\n name: mariadb-libs\n state: absent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "wordpress_deploy/role... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1100,
"all_permissive": false
} |
ansible_role | HirokaMitsunaga/ansible | 07b43d878d2197d511355fd36f2ebbe8fbdd58b0 | 0 | wordpress_deploy/roles/nginx | 285 | [
"no_license"
] | [
{
"path": "wordpress_deploy/roles/nginx/templates/nginx.conf",
"content": "# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser nginx;\nworker_processes auto;\nerror_log /var/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2656,
"all_permissive": false
} |
ansible_role | HirokaMitsunaga/ansible | 07b43d878d2197d511355fd36f2ebbe8fbdd58b0 | 0 | wordpress_deploy/roles/php-fpm | 285 | [
"no_license"
] | [
{
"path": "wordpress_deploy/roles/php-fpm/tasks/configure.yml",
"content": "- name: configure / Setup log directory\n file:\n path: /var/log/php-fpm\n owner: \"{{phpfpm_user}}\"\n group: \"{{phpfpm_group}}\"\n mode: 0755\n state: directory\n \n- name: configure / Start php-fpm service\n sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | HirokaMitsunaga/ansible | 07b43d878d2197d511355fd36f2ebbe8fbdd58b0 | 0 | wordpress_deploy/roles/wordpress | 285 | [
"no_license"
] | [
{
"path": "wordpress_deploy/roles/wordpress/tasks/check_install.yml",
"content": "- name: install / Download WordPress\n yum:\n name: git\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "wordpress_deploy/roles/wordpress/tasks... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | OpenClass/ksl-ubl | eb56157d9e77958727425e3112d118cd57becf0b | 0 | roles/base | 285 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: Update Ubuntu Repository\n apt:\n update_cache: True\n cache_valid_time: 3600\n tags: base\n\n- name: Install pip\n apt:\n name: python-pip\n state: present\n tags: base\n\n- name: Install virtualenv\n apt:\n name: virtualenv\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | OpenClass/ksl-ubl | eb56157d9e77958727425e3112d118cd57becf0b | 0 | roles/rabbitmq | 285 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: Install erlang\n apt:\n name: erlang\n state: present\n apt_cache: True\n tags: rabbitmq\n\n- name: Install rabbitMQ Server\n apt:\n name: rabbitmq-server\n state: present\n tags: rabbitmq \n\n- name: Enable rabbitMQ management ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1771,
"all_permissive": false
} |
ansible_role | hypebeast/gostats | 4ee1019d344a9fc8cd5c4c32946bd7372de44cc9 | 7 | deployment/roles/bigquery | 285 | [
"no_license"
] | [
{
"path": "deployment/roles/bigquery/files/github_schema.json",
"content": "[\n {\"name\": \"title\", \"type\": \"string\", \"mode\": \"nullable\"},\n {\"name\": \"description\", \"type\": \"string\", \"mode\": \"nullable\"},\n {\"name\": \"url\", \"type\": \"string\", \"mode\": \"nullable\"},\n {\"name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1400,
"all_permissive": false
} |
ansible_role | hypebeast/gostats | 4ee1019d344a9fc8cd5c4c32946bd7372de44cc9 | 7 | deployment/roles/common | 285 | [
"no_license"
] | [
{
"path": "deployment/roles/common/templates/index.html",
"content": "<!doctype html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n\n <title>Welcome to {{ domain }}</title>\n\n</head>\n\n<body>\n <h1>Welcome to {{ domain }}</h1>\n <p>Your server is now set up for basic use. Now you can start ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3794,
"all_permissive": false
} |
ansible_role | hypebeast/gostats | 4ee1019d344a9fc8cd5c4c32946bd7372de44cc9 | 7 | deployment/roles/crawler | 285 | [
"no_license"
] | [
{
"path": "deployment/roles/crawler/tasks/main.yml",
"content": "---\n# Deploys the crawler application\n\n- name: Ensure crawler directory exists\n file: dest=/home/gostats/crawler owner=gostats group=gostats state=directory\n\n- name: Copy package to sever and unpack it\n unarchive: src=../../../../buil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 786,
"all_permissive": false
} |
ansible_role | hypebeast/gostats | 4ee1019d344a9fc8cd5c4c32946bd7372de44cc9 | 7 | deployment/roles/users | 285 | [
"no_license"
] | [
{
"path": "deployment/roles/users/tasks/main.yml",
"content": "---\n# Creates a deploy user and your main user.\n# Enables key based login, passwordless sudo for deploy and sets a password for your user.\n\n- name: Create deploy group\n group: name=deploy state=present\n\n- name: Create user deploy\n user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2404,
"all_permissive": false
} |
ansible_role | hypebeast/gostats | 4ee1019d344a9fc8cd5c4c32946bd7372de44cc9 | 7 | deployment/roles/web | 285 | [
"no_license"
] | [
{
"path": "deployment/roles/web/tasks/main.yml",
"content": "---\n# Deploys the web application\n\n- name: Ensure the web server directory exists\n file: dest=/home/gostats/webserver owner=gostats group=gostats state=directory\n\n- name: Copy package to sever and unpack it\n unarchive: src=../../../../bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | natsukinull/myk8s-on-proxmox | ec0720583b3a5febff989282133d1700374ffa43 | 0 | ansible/roles/01-ssh-keygen | 285 | [
"no_license"
] | [
{
"path": "ansible/roles/01-ssh-keygen/tasks/main.yaml",
"content": "- name: mkdir .ssh\n become: yes\n file: dest=/home/{{ ansible_ssh_user }}/.ssh/ state=directory owner={{ ansible_ssh_user }} group={{ ansible_ssh_user }}\n\n- name: generate ssh-key\n become: yes\n openssh_keypair:\n path: /home/{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | natsukinull/myk8s-on-proxmox | ec0720583b3a5febff989282133d1700374ffa43 | 0 | ansible/roles/02-ssh-setup-sshd-config | 285 | [
"no_license"
] | [
{
"path": "ansible/roles/02-ssh-setup-sshd-config/tasks/main.yaml",
"content": "- name: Copy file\n ansible.builtin.copy:\n src: /home/{{ ansible_ssh_user }}/.ssh/id_ed25519.pub\n dest: /home/{{ ansible_ssh_user }}/.ssh/id_ed25519.pub\n\n- name: Set authorized key taken from file\n ansible.posix.aut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | natsukinull/myk8s-on-proxmox | ec0720583b3a5febff989282133d1700374ffa43 | 0 | ansible/roles/common | 285 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yaml",
"content": "- name: apt update & full-upgrade\n become: yes\n apt:\n update_cache: yes\n upgrade: full\n\n- name: sudo no password\n become: yes\n lineinfile:\n path: /etc/sudoers\n line: \"{{ ansible_ssh_user }} ALL=NOPASSWD: ALL\"\n inse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | farhan1988/trymuffin.resume | cc672ea7f1136c025dbf653958c4381d75ceaf23 | 0 | ansible/roles/nginx | 285 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Create a group for this application\n group: name={{ site_group }} state=present\n\n- name: Create a user for this application\n user: name={{ site_user }} comment=\"Application account for cloud selector\" group={{ site_group }}\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2891,
"all_permissive": false
} |
ansible_role | bigstepinc/graylog-ansible | 272a191e399b78db20e5317b2d0bb7887553d6a1 | 3 | roles/common | 285 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: RAW install libselinux-python\n raw: yum -y install libselinux-python\n tags:\n - common\n\n- name: Add EPEL Repo\n yum: name=http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm state=present\n tags:\n - common... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1645,
"all_permissive": false
} |
ansible_role | bigstepinc/graylog-ansible | 272a191e399b78db20e5317b2d0bb7887553d6a1 | 3 | roles/elasticsearch | 285 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/templates/elasticsearch.yml.j2",
"content": "---\nnetwork.host: \"127.0.0.1\"\nnode.name: \"graylog_elasticsearch\"\nindex.number_of_replicas: 0\nindex.number_of_shards: 2\nscript.disable_dynamic: true\ncluster.name: \"graylog\"\ntransport.tcp.port: \"9300\"\ndiscovery.zen.pin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1646,
"all_permissive": false
} |
ansible_role | bigstepinc/graylog-ansible | 272a191e399b78db20e5317b2d0bb7887553d6a1 | 3 | roles/finish | 285 | [
"no_license"
] | [
{
"path": "roles/finish/tasks/main.yml",
"content": "---\n\n- name: Print access Info\n debug: msg=\"your graylog instace is now accessible at https://{{ server_name }} or https://{{ ansible_default_ipv4.address }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 160
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | bigstepinc/graylog-ansible | 272a191e399b78db20e5317b2d0bb7887553d6a1 | 3 | roles/graylog | 285 | [
"no_license"
] | [
{
"path": "roles/graylog/templates/server.conf.j2",
"content": "is_master = true\nnode_id_file = /etc/graylog/server/node-id\npassword_secret = {{ password_secret }}\nroot_password_sha2 = {{ root_password_sha2 }}\nplugin_dir = /usr/share/graylog-server/plugin\nrest_listen_uri = http://127.0.0.1:12900/\nrota... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4054,
"all_permissive": false
} |
ansible_role | bigstepinc/graylog-ansible | 272a191e399b78db20e5317b2d0bb7887553d6a1 | 3 | roles/mongodb | 285 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "---\n\n- name: Copy mongo repo file\n copy: src=mongodb.repo dest=/etc/yum.repos.d/mongodb.repo owner=root group=root\n tags: [mongorepo, mongodb]\n\n- name: Install mongo-org\n yum: name=mongodb-org state=latest\n notify: restart mongodb\n tags: mo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | bigstepinc/graylog-ansible | 272a191e399b78db20e5317b2d0bb7887553d6a1 | 3 | roles/nginx | 285 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\n\nuse_self_signed_cert: \"yes\"\nserver_name: \"{{ ansible_fqdn }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Install n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | heron2014/example.dev | a0aaac96a1db204d3ef4b4ba014fd9862d6b9d18 | 1 | ansible/roles/common | 285 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Validate Ansible version\n assert:\n that:\n - \"{{ ansible_version is defined }}\"\n - \"{{ ansible_version.full | version_compare(minimum_ansible_version, '>=') }}\"\n msg: \"Your Ansible version is too old. Trellis r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | heron2014/example.dev | a0aaac96a1db204d3ef4b4ba014fd9862d6b9d18 | 1 | ansible/roles/composer | 285 | [
"no_license"
] | [
{
"path": "ansible/roles/composer/tasks/main.yml",
"content": "---\n- name: Add Composer PPA\n apt_repository: repo=\"ppa:duggan/composer\" update_cache=yes\n\n- name: Install Composer\n apt: name=php5-composer state=present force=yes\n\n- name: Composer self update\n command: composer self-update\n reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | heron2014/example.dev | a0aaac96a1db204d3ef4b4ba014fd9862d6b9d18 | 1 | ansible/roles/remote-user | 285 | [
"no_license"
] | [
{
"path": "ansible/roles/remote-user/tasks/main.yml",
"content": "---\n- name: Determine whether to connect as root or admin_user\n local_action: shell ssh -o PasswordAuthentication=no root@{{ inventory_hostname }} \"echo can_connect\"\n failed_when: false\n changed_when: false\n register: root_status\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | heron2014/example.dev | a0aaac96a1db204d3ef4b4ba014fd9862d6b9d18 | 1 | ansible/roles/users | 285 | [
"no_license"
] | [
{
"path": "ansible/roles/users/tasks/main.yml",
"content": "---\n- name: Ensure sudo group is present\n group: name=sudo state=present\n\n- name: Ensure sudo group has sudo privileges\n lineinfile: dest=/etc/sudoers\n state=present\n regexp=\"^%sudo\"\n line=\"%sudo ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 989,
"all_permissive": false
} |
ansible_role | Cloud-Schematics/ansible-is-instance-actions | 6d1c3cebe39e7cd314a9cd7644deb27e498f21dc | 3 | roles/stop | 285 | [
"no_license"
] | [
{
"path": "roles/stop/tasks/main.yml",
"content": "---\n\n - name: Stop the vsi instance\n ibm_is_instance_action:\n instance_id: \"{{ instance_id | default('') }}\"\n instance_ip: \"{{ instance_ip | default('') }}\"\n instance_ip_list: \"{{ instance_ip_list | default('[]')}}\"\n ibm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | cityfarmer/ansible-aws-ec2-ceph | 4e6991fb5b675b11ce3d47175e4c8de378d59dfd | 0 | roles/rhel7-base | 285 | [
"no_license"
] | [
{
"path": "roles/rhel7-base/tasks/main.yml",
"content": "- name: check/install ntp client\n yum:\n name: ntp\n state: present\n\n- name: start ntpd service\n service:\n name: ntpd\n state: started\n enabled: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | vojtechmarek-dev/homelab-ansible | 9f3c12f4420995779679e4e7d26b893b454b7805 | 0 | roles/base | 285 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n# Install required packages on the host\n\n- name: \"Disable all apt recommendations and suggestions\"\n copy:\n src: \"99local\"\n dest: \"/etc/apt/apt.conf.d/99local\"\n owner: root\n group: root\n mode: 0644\n tags: ['config']\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1754,
"all_permissive": false
} |
ansible_role | vojtechmarek-dev/homelab-ansible | 9f3c12f4420995779679e4e7d26b893b454b7805 | 0 | roles/docker | 285 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/preinstall_debian.yml",
"content": "---\n- name: Install Repo manager dependencies\n ansible.builtin.package:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n state: present\n update_cache: true\n\n- name: Add Docker GPG apt... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3290,
"all_permissive": false
} |
ansible_role | vojtechmarek-dev/homelab-ansible | 9f3c12f4420995779679e4e7d26b893b454b7805 | 0 | roles/user | 285 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: Create user\n user:\n name: \"{{ secrets.user.name }}\"\n # need to use string itermediate pipe because of password_hash by itself does not work with vault password get from variables\n password: \"{{ secrets.user.password | string | passw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | tc0208/elk | 0cc2c06c6747e47c09cf816f3c7338e155ccf980 | 0 | roles/elasticsearch | 285 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/vars/main.yml",
"content": "remote_user: fih\nyum_repo_path: /etc/yum.repos.d\n\nelasticsearch_conf_path: /etc/elasticsearch\nelasticsearch_data_path: /data/elasticsearch\nuser: elasticsearch\ngroup: elasticsearch\n\ncluster_name: elk\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | tc0208/elk | 0cc2c06c6747e47c09cf816f3c7338e155ccf980 | 0 | roles/filebeat_common | 285 | [
"no_license"
] | [
{
"path": "roles/filebeat_common/tasks/main.yml",
"content": "---\n\n- name: add beats yum repo\n copy: >\n src=beats.repo dest={{ yum_repo_path }}/beats.repo owner=root group=root mode=0644\n sudo: True\n when: (ansible_distribution == \"CentOS\" and ansible_distribution_major_version == \"6\")\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1016,
"all_permissive": false
} |
ansible_role | tc0208/elk | 0cc2c06c6747e47c09cf816f3c7338e155ccf980 | 0 | roles/filebeat_icinga2 | 285 | [
"no_license"
] | [
{
"path": "roles/filebeat_icinga2/tasks/main.yml",
"content": "---\n\n- name: deploy filebeat.j2 file\n template: src=filebeat.j2 dest={{ conf_path }}/filebeat.yml owner={{ user }} group={{ group }} mode=0644\n sudo: True\n notify: restart filebeat\n\n\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | tc0208/elk | 0cc2c06c6747e47c09cf816f3c7338e155ccf980 | 0 | roles/fluentd_common | 285 | [
"no_license"
] | [
{
"path": "roles/fluentd_common/tasks/main.yml",
"content": "---\n\n# rpm --import https://packages.treasuredata.com/GPG-KEY-td-agent\n\n- name: add fluentd yum repo\n copy: >\n src=td.repo dest={{ yum_repo_path }}/td.repo owner=root group=root mode=0644\n become: yes\n\n- name: install fluentd\n re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | tc0208/elk | 0cc2c06c6747e47c09cf816f3c7338e155ccf980 | 0 | roles/fluentd_icinga2 | 285 | [
"no_license"
] | [
{
"path": "roles/fluentd_icinga2/vars/main.yml",
"content": "remote_user: fih\nyum_repo_path: /etc/yum.repos.d\n\nconf_path: /etc/td-agent/\n\nuser: root\ngroup: root\n\nfluentd_host: 10.58.70.98\nport: 5141\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | tc0208/elk | 0cc2c06c6747e47c09cf816f3c7338e155ccf980 | 0 | roles/fluentd_server | 285 | [
"no_license"
] | [
{
"path": "roles/fluentd_server/vars/main.yml",
"content": "remote_user: fih\nyum_repo_path: /etc/yum.repos.d\n\nconf_path: /etc/td-agent/\n\nuser: root\ngroup: root\n\nelasticsearch_host: 10.58.70.98\nelasticsearch_port: 9200\n\nsyslog_port: 5140\nport: 5141\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2307,
"all_permissive": false
} |
ansible_role | tc0208/elk | 0cc2c06c6747e47c09cf816f3c7338e155ccf980 | 0 | roles/kibana | 285 | [
"no_license"
] | [
{
"path": "roles/kibana/vars/main.yml",
"content": "remote_user: fih\nyum_repo_path: /etc/yum.repos.d\n\nkibana_conf_path: /opt/kibana/config\nuser: kibana\ngroup: kibana\n\nserver_port: 9999\nserver_host: \"10.58.70.98\"\nelasticsearch_url: \"http://10.58.70.98:9200\"\nelasticsearch_host: \"10.58.70.98\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | tc0208/elk | 0cc2c06c6747e47c09cf816f3c7338e155ccf980 | 0 | roles/logstash | 285 | [
"no_license"
] | [
{
"path": "roles/logstash/templates/30-beats-output.j2",
"content": "output {\n if [type] == \"apache2\" {\n elasticsearch {\n hosts => [\"{{ elasticsearch }}\"]\n sniffing => true\n manage_template => false\n index => \"web\"\n }\n }\n if [type] == \"apr_web\" {\n elasticsearch {\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6142,
"all_permissive": false
} |
ansible_role | nimphybarnwal/ansible-playbook | 31a2577ef75e90c80c65101801eae0eeb7fde00a | 0 | roles/tomcat | 285 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "---\r\n- name: Update apt package\r\n apt: name=\"*\" state=latest update_cache=true force_apt_get=true \r\n\r\n- name: Install Java 11\r\n apt: name=default-jdk state=present\r\n\r\n- name: add group \"tomcat\"\r\n group: name=tomcat\r\n\r\n- name: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1715,
"all_permissive": false
} |
ansible_role | bang-tokyo/bang-ops | 364653c9c115ea0f5bd2b7ce3c9fd1beecfad4cc | 0 | roles/apt-db | 285 | [
"no_license"
] | [
{
"path": "roles/apt-db/tasks/main.yml",
"content": "- name: \"mkdir datadir\"\n file: dest=/data state=directory mode=0755\n\n- name: 'install apt db packages'\n apt: pkg=\"{{item}}\" state=present\n with_items:\n - zsh\n - tree\n - mysql-server-5.6\n - python-mysqldb\n tags: mysqld\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1526,
"all_permissive": false
} |
ansible_role | bang-tokyo/bang-ops | 364653c9c115ea0f5bd2b7ce3c9fd1beecfad4cc | 0 | roles/apt-dev | 285 | [
"no_license"
] | [
{
"path": "roles/apt-dev/tasks/main.yml",
"content": "- name: 'install apt db packages'\n apt: pkg=\"{{item}}\" state=present\n with_items:\n - emacs24-nox\n\n- name: add .ssh/config\n template: src=../files/ssh_config dest=/home/{{ item }}/.ssh/config owner={{ item }} group=users mode=644\n with_ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | bang-tokyo/bang-ops | 364653c9c115ea0f5bd2b7ce3c9fd1beecfad4cc | 0 | roles/apt-web | 285 | [
"no_license"
] | [
{
"path": "roles/apt-web/tasks/main.yml",
"content": "- name: 'install apt db packages'\n apt: pkg=\"{{item}}\" state=present\n with_items:\n - zsh\n - tree\n - mysql-client-5.6\n - libmysqld-dev\n - imagemagick\n\n- name: Install Bundler\n sudo_user: root\n command: bash -lc \"/usr/local... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | bang-tokyo/bang-ops | 364653c9c115ea0f5bd2b7ce3c9fd1beecfad4cc | 0 | roles/users | 285 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "- name: apt update\n sudo_user: root\n command: bash -lc \"apt-get update\"\n\n- name: 'install apt packages'\n apt: pkg=\"{{item}}\" state=present\n with_items:\n - language-pack-ja\n\n- name: locale update\n sudo_user: root\n command: bash -lc \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1700,
"all_permissive": false
} |
ansible_role | realpython/automated-deployments | eb037d7a7adacb5928a2d5c0403344ea57498242 | 36 | prod/roles/common | 282 | [
"no_license"
] | [
{
"path": "prod/roles/common/tasks/08_systemd.yml",
"content": "##\n# Set up systemd for executing gunicorn_start script\n##\n- name: write a systemd service file\n template: src=django-bootstrap.service\n dest=/etc/systemd/system\n become: yes\n notify:\n - restart app\n - resta... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 5960,
"all_permissive": false
} |
ansible_role | dariusban/lemp | 436fba1721b3296dbf63fdf8402b70bd4f05e3ea | 0 | roles/common | 282 | [
"no_license"
] | [
{
"path": "roles/common/tasks/tools.yaml",
"content": "---\n# This task is responsible for installing nginx on our extraordinary server. \n- name: Install mysql client\n apt:\n name: mysql-client\n state: present\n\n- name: Install curl package \n apt:\n name: curl\n state: present\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | jlangbid13/Langbid_PrelimExam | adbcc91952917dd2636a84843deb79fdf7be8a9a | 0 | HOA8.1/roles/nagios | 282 | [
"no_license"
] | [
{
"path": "HOA8.1/roles/nagios/tasks/main.yml",
"content": "- name: install nagios in Ubuntu\n apt:\n name:\n - nagios4\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install nagios in CentOS\n dnf:\n name:\n - nagios\n state: latest\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 295,
"all_permissive": false
} |
ansible_role | jlangbid13/Langbid_PrelimExam | adbcc91952917dd2636a84843deb79fdf7be8a9a | 0 | roles/base | 282 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n - name: install unzip\n package:\n name: unzip\n\n - name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.12.28/terraform_0.12.28_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1513,
"all_permissive": false
} |
ansible_role | johnpmitsch/katello-backup-restore-test | 8978b2418524896de12d37fa6214f40e75071380 | 1 | roles/backup | 282 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "- include_tasks: backup_restore.yml\n loop: \"{{ scenario_names }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/backup/defaults/main.yml",
"content": "backup_args: \"\"\nclean_u... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3341,
"all_permissive": false
} |
ansible_role | johnpmitsch/katello-backup-restore-test | 8978b2418524896de12d37fa6214f40e75071380 | 1 | roles/setup | 282 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "- name: Check that mandatory variables are updated\n fail: msg=\"Please declare either pr_number or use_master_branch using --extra-vars\"\n when: pr_number == \"changeme\" and not use_master_branch\n\n- name: install the latest version of git\n yum:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1009,
"all_permissive": false
} |
ansible_role | straubt1/partner-bootcamp | e179ca1a6c4bb205e33a29cfffc541e9fe8b9cd2 | 1 | configuration/roles/common | 282 | [
"no_license"
] | [
{
"path": "configuration/roles/common/defaults/main.yml",
"content": "---\n# defaults file for common\nfile_location: /tmp/common.txt",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "configuration/roles/common/tasks/main.yml",
"content": "---\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | straubt1/partner-bootcamp | e179ca1a6c4bb205e33a29cfffc541e9fe8b9cd2 | 1 | configuration/roles/consul | 282 | [
"no_license"
] | [
{
"path": "configuration/roles/consul/tasks/server.yml",
"content": "---\n- name: Consul Server Configuration\n debug:\n msg: 'Consul Server Configuration'\n- name: Create consul server systemd service file \n template:\n src: consul-server.service.j2\n dest: /etc/systemd/system/consul-server.ser... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5670,
"all_permissive": false
} |
ansible_role | straubt1/partner-bootcamp | e179ca1a6c4bb205e33a29cfffc541e9fe8b9cd2 | 1 | configuration/roles/vault | 282 | [
"no_license"
] | [
{
"path": "configuration/roles/vault/defaults/main.yml",
"content": "---\n# defaults file for vault\nvault_config_dir: \"/etc/vault.d\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "configuration/roles/vault/tasks/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5820,
"all_permissive": false
} |
ansible_role | andrikstravinsky/ansible_homework | 2d24b5bddd6c4911ebb4edd64b062722a0557b2f | 0 | ansible_v1/roles/get_host_info | 282 | [
"no_license"
] | [
{
"path": "ansible_v1/roles/get_host_info/tasks/main.yml",
"content": "--- \n- name: Get distribution name and version\n debug: msg=\"The server {{ansible_nodename}} has installed linux distribution {{ ansible_distribution }} version {{ ansible_distribution_version }}\" \n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | andrikstravinsky/ansible_homework | 2d24b5bddd6c4911ebb4edd64b062722a0557b2f | 0 | ansible_v2/roles/create_file | 282 | [
"no_license"
] | [
{
"path": "ansible_v2/roles/create_file/tasks/main.yml",
"content": "---\n- name: Create new file with permissions\n become: true\n file:\n path: /etc/iaac\n state: touch\n mode: 0500\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | andrikstravinsky/ansible_homework | 2d24b5bddd6c4911ebb4edd64b062722a0557b2f | 0 | ansible_v2/roles/get_host_info | 282 | [
"no_license"
] | [
{
"path": "ansible_v2/roles/get_host_info/tasks/main.yml",
"content": "--- \n- name: Get distribution name and version\n shell: hostnamectl | grep -oP \"(?<=Operating System:).*\"\n register: system_info\n\n- shell: hostname\n register: hostname \n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | mandar-pro/aws-ansible | e517ed9ba13845cc89d2f5be3c510d84542d7db9 | 0 | roles/aws-infra | 282 | [
"no_license"
] | [
{
"path": "roles/aws-infra/tasks/main.yml",
"content": "- name: Setup AWS CLI\n shell: >\n aws configure set aws_access_key_id \"{{ aws_access_key }}\" --profile {{ aws_profile }};\n aws configure set aws_secret_access_key \"{{ aws_secret_key }}\" --profile {{ aws_profile }};\n aws configure set r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7050,
"all_permissive": false
} |
ansible_role | Egaresg26/ansible_OSPF | 9182b33045997bb1ebc134fba5600167d238d332 | 0 | roles/r1_ipa | 282 | [
"no_license"
] | [
{
"path": "roles/r1_ipa/tasks/main.yml",
"content": "---\n - name: Configure top level configuration\n cisco.ios.ios_config:\n lines: hostname {{ inventory_hostname }}\n\n - name: interface IP address\n cisco.ios.ios_config:\n lines:\n - no switchport\n - ip addre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | Egaresg26/ansible_OSPF | 9182b33045997bb1ebc134fba5600167d238d332 | 0 | roles/r1_ospfa | 282 | [
"no_license"
] | [
{
"path": "roles/r1_ospfa/tasks/main.yml",
"content": "---\n- name: Set OSPF configuration\n cisco.ios.ios_config:\n lines:\n - netw 10.10.9.0 0.0.0.255 area 0\n - netw 10.10.10.0 0.0.0.255 area 1\n - netw 10.10.11.0 0.0.0.255 area 1\n - netw 10.10.12.0 0.0.0.255 area 1\n - netw 10.10.13.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.