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 | 1PipeTeaseOps/ica0002 | edd84752f763bc13daf61ada3846dffdad274748 | 0 | roles/grafana | 55 | [
"no_license"
] | [
{
"path": "roles/grafana/templates/grafana.ini.j2",
"content": "[server]\nroot_url = http://grafana/grafana/\nserve_from_sub_path = true\n\n[security]\nadmin_user = {{ grafana_admin_user }}\nadmin_password = {{ <PASSWORD>admin_password }}",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1601,
"all_permissive": false
} |
ansible_role | 1PipeTeaseOps/ica0002 | edd84752f763bc13daf61ada3846dffdad274748 | 0 | roles/influxdb | 55 | [
"no_license"
] | [
{
"path": "roles/influxdb/tasks/main.yaml",
"content": "---\n\n# Install InfluxDB\n- name: Download influxdb\n get_url:\n url: \"https://dl.influxdata.com/influxdb/releases/influxdb_1.8.10_amd64.deb\"\n dest: \"/home/ubuntu/influxdb\"\n\n- name: Install influxdb\n apt:\n deb: \"/home/ubuntu/influxdb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | 1PipeTeaseOps/ica0002 | edd84752f763bc13daf61ada3846dffdad274748 | 0 | roles/init | 55 | [
"no_license"
] | [
{
"path": "roles/init/tasks/main.yaml",
"content": "- name: Update APT cache\n ansible.builtin.apt:\n cache_valid_time: 86400\n \n- name: Install Prometheus Node Exporter\n apt:\n name: prometheus-node-exporter\n state: present\n\n- name: Ensure Prometheus Node Exporter is running\n systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 643,
"all_permissive": false
} |
ansible_role | 1PipeTeaseOps/ica0002 | edd84752f763bc13daf61ada3846dffdad274748 | 0 | roles/mysql | 55 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "---\n- name: Install MySQL Server\n ansible.builtin.apt:\n name:\n - mysql-server\n - python3-pymysql\n state: present\n\n- name: Copy Override Config\n template:\n src: override.cnf.j2\n dest: /etc/mysql/mysql.conf.d/override.cnf\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1450,
"all_permissive": false
} |
ansible_role | 1PipeTeaseOps/ica0002 | edd84752f763bc13daf61ada3846dffdad274748 | 0 | roles/nginx | 55 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/default.j2",
"content": "server {\n listen 80 default_server;\n server_name _;\n\n {% if inventory_hostname in groups['web_servers'] %}\n location / {\n uwsgi_pass localhost:5000;\n include uwsgi_params;\n }\n {% endif %}\n\n {% if inventor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1304,
"all_permissive": false
} |
ansible_role | 1PipeTeaseOps/ica0002 | edd84752f763bc13daf61ada3846dffdad274748 | 0 | roles/prometheus | 55 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/prometheus.j2",
"content": "# Prometheus startup arguments\nARGS=\"--web.external-url=http://1pipeteaseops-2/prometheus\" ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/prometheus/tasks/main.yaml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1487,
"all_permissive": false
} |
ansible_role | 1PipeTeaseOps/ica0002 | edd84752f763bc13daf61ada3846dffdad274748 | 0 | roles/uwsgi | 55 | [
"no_license"
] | [
{
"path": "roles/uwsgi/tasks/main.yaml",
"content": "- name: Install uWSGI\n apt:\n name: \n - uwsgi\n - uwsgi-plugin-python3\n state: present\n\n- name: Configure host uwsgi\n ansible.builtin.template:\n src: agama.ini.j2\n dest: /etc/uwsgi/apps-enabled/agama.ini\n owner: agama\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | IsabelleDC/Cards_game | 017437e084dc8b3dc5f266906709b1cec6b013c8 | 0 | deploy/roles/web | 55 | [
"no_license"
] | [
{
"path": "deploy/roles/web/vars/main.yml",
"content": "---\n\nvirtualenv_path: \"/home/ubuntu/.virtualenvs/playing\"\n\ngit_repo: https://github.com/IsabelleRey/Cards_game.git\nproject_name: playing-cards\nproject_path: \"/home/ubuntu/{{ project_name }}\"\nrequirements_file: \"{{ project_path }}/requiremen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | rajasekhar2304/SADemoDRtest_iac | fcdaf6671d40cba24c4d5ef0808d2d2648914be1 | 0 | roles/copy | 55 | [
"no_license"
] | [
{
"path": "roles/copy/tasks/main.yml",
"content": "- name: copy\n become: true \n synchronize:\n src: \"{{ src_dir }}\"\n dest: \"{{ dest_dir }}\"\n rsync_opts:\n # - \"--exclude=node_modules\"\n - \"--exclude=SADemoDRtest_iac\"\n - \"--exclude=.git\"\n - \"--exclude=.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | rajasekhar2304/SADemoDRtest_iac | fcdaf6671d40cba24c4d5ef0808d2d2648914be1 | 0 | roles/delete | 55 | [
"no_license"
] | [
{
"path": "roles/delete/tasks/main.yml",
"content": "- name: Remove file (delete file)\n become: true\n file:\n path: \"{{ dest_dir }}/*\"\n state: absent\n tags:\n - clean_files",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | rajasekhar2304/SADemoDRtest_iac | fcdaf6671d40cba24c4d5ef0808d2d2648914be1 | 0 | roles/ebdeploy | 55 | [
"no_license"
] | [
{
"path": "roles/ebdeploy/tasks/main.yml",
"content": "- name: eb appversion\n become: true\n shell: \"chdir={{ dest_dir }} /root/.local/bin/eb deploy\" \n register: appv_output\n tags:\n - eb_deploy\n- set_fact: \n ver_no: \"{{ appv_output.stdout | regex_search('app-\\\\d{6}_\\\\d{12}')}}\"\n- d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | GuillaumeDorschner/Setup | 0078cb53fc05dfda3aeedb206df36b22ab0c5afb | 0 | roles/common | 55 | [
"no_license"
] | [
{
"path": "roles/common/tasks/ssh_key.yml",
"content": "- name: Install SSH Keys\n block:\n - name: Ensure .ssh directory exists\n file:\n path: '{{ ansible_env.HOME }}/.ssh'\n state: directory\n mode: '0700'\n\n - name: Ensure GNU tar is installed (macOS only)\n homebr... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 11628,
"all_permissive": false
} |
ansible_role | GuillaumeDorschner/Setup | 0078cb53fc05dfda3aeedb206df36b22ab0c5afb | 0 | roles/software | 55 | [
"no_license"
] | [
{
"path": "roles/software/tasks/browser.yml",
"content": "# Macos\n- name: Install Brave Browser | macOS\n community.general.homebrew_cask:\n name: brave-browser\n state: present\n when: ansible_facts['os_family'] == 'Darwin'\n\n# Debian\n- block:\n - name: Ensure the /etc/apt/keyrings directory ... | {
"task_files": 19,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 20,
"total_bytes": 53630,
"all_permissive": false
} |
ansible_role | GuillaumeDorschner/Setup | 0078cb53fc05dfda3aeedb206df36b22ab0c5afb | 0 | roles/system | 55 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yml",
"content": "- name: Run all software setup tasks\n include_tasks: '{{ item }}'\n loop:\n - packages.yml\n - system_config.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles/system/tasks/pac... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2597,
"all_permissive": false
} |
ansible_role | mathiasgimenez/UTNFRA_SO_2do_Parcial_Gimenez | dff52c37edefb8dc0c4a4c7e73b3de14970c27ff | 0 | 202406/ansible/roles/2do_parcial | 55 | [
"no_license"
] | [
{
"path": "202406/ansible/roles/2do_parcial/defaults/main.yml",
"content": "alumno_nombre: Mathias\nalumno_apellido: Gimenez\nalumno_division: 311\n\nequipo_ip: 192.168.56.3\nequipo_distro: Vagrant\nequipo_cores: 4\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | roles/custom-rhel-iso | 55 | [
"no_license"
] | [
{
"path": "roles/custom-rhel-iso/tasks/write_to_disk.yml",
"content": "---\n- name: Write the content of the custom kickstartable iso image to USB disk\n command: \"livecd-iso-to-disk --format --reset-mbr {{ iso.output }} {{ iso.disk_to_write_to }}\"\n become: true\n changed_when: false\n when:\n - i... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6019,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | roles/git-server | 55 | [
"no_license"
] | [
{
"path": "roles/git-server/tasks/repos.yml",
"content": "---\n- name: Ensure dedicated git group exists\n group:\n name: \"{{ git.group|default('git') }}\"\n\n- name: Ensure dedicated git user exists\n user:\n name: \"{{ git.user|default('git') }}\"\n group: \"{{ git.group|default('git') }}\"\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1861,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | roles/kvm | 55 | [
"no_license"
] | [
{
"path": "roles/kvm/tasks/main.yml",
"content": "- include: install.yml\n- include: kvm.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/kvm/tests/run.sh",
"content": "#!/bin/bash\nset -ex\n\ncd ${0%/*}/../\nansible-playbook tests/t... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2585,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | roles/libvirt-guests | 55 | [
"no_license"
] | [
{
"path": "roles/libvirt-guests/tasks/_create_guest.yml",
"content": "---\n# for debug:\n- debug: var=_guest\n\n- name: Check if this libvirt guest was created already\n command: \"virsh dominfo {{ _guest.name }}\"\n ignore_errors: true\n register: find_libvirt_guest\n changed_when: false\n\n- name: Ens... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4573,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | roles/libvirt-host | 55 | [
"no_license"
] | [
{
"path": "roles/libvirt-host/templates/libvirt-network.xml.j2",
"content": "<!-- @see http://libvirt.org/formatnetwork.html -->\n<network>\n <name>{{ _network.name }}</name>\n <bridge name=\"{{ _network.bridge }}\"/>\n <forward/>\n <domain name='{{ _network.domain }}' localOnly='yes'/>\n <dns>\n <h... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 11589,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | roles/rhui-install | 55 | [
"no_license"
] | [
{
"path": "roles/rhui-install/vars/main.yml",
"content": "common_specs:\n min_nprocs: 2 # ansible_processor_vcpus >= this\n min_ram: 4096 # ansible_memtotal_mb >= this\n\nrhua_specs:\n\ncds_specs:\n min_disk_size: 100 # ansible_mounts[.mount=<brick_mnt_point>].size_available >= this\n\n# vim:sw=2:ts=2... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4300,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | roles/setup-yum-repos | 55 | [
"no_license"
] | [
{
"path": "roles/setup-yum-repos/tasks/main.yml",
"content": "---\n- include: _setup_repo.yml\n with_items: \"{{ yum_repos }}\"\n loop_control:\n loop_var: _repo\n\n# vim:sw=2:ts=2:et:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/s... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4836,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | roles/yum-repo-server | 55 | [
"no_license"
] | [
{
"path": "roles/yum-repo-server/templates/yum.repo.j2",
"content": "[{{ _repo.id }}]\nname={{ _repo.name is defined and _repo.name or _repo.id }}\nbaseurl=http://{{ repo_server }}/{{ httpd.repos_subdir }}/{{ _repo.id }}\n#metadata_expire=1h\nenabled=1\nskip_if_unavailable=True\n{% if _repo.gpgkey is define... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4197,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | satellite-6/roles/common | 55 | [
"no_license"
] | [
{
"path": "satellite-6/roles/common/tasks/main.yml",
"content": "---\n- include: pre_install_checks.yml\n\n# vim:sw=2:ts=2:et:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "satellite-6/roles/common/tasks/pre_install_checks.yml",
"content": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1627,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | satellite-6/roles/satellite | 55 | [
"no_license"
] | [
{
"path": "satellite-6/roles/satellite/tasks/setup_locations.yml",
"content": "---\n- name: Setup Satellite locations\n shell: |\n test -f ~/.hammer/locations.yml || \\\n (\n locations=$(hammer --csv location list)\n {% for loc in satellite.locations if loc.name -%}\n echo \"${locations}\" |... | {
"task_files": 15,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 11373,
"all_permissive": false
} |
ansible_role | ssato/ansible-playbooks | 73ec92d9b261ca6750deb3756adb51c81651f51f | 0 | satellite-6/roles/virt-who | 55 | [
"no_license"
] | [
{
"path": "satellite-6/roles/virt-who/handlers/main.yml",
"content": "---\n- name: restart virt-whod\n service: name=virt-who state=restarted\n\n# vim:sw=2:ts=2:et:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "satellite-6/roles/virt-who/tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1359,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_11/roles/nginx | 55 | [
"no_license"
] | [
{
"path": "task_11/roles/nginx/defaults/main.yml",
"content": "---\n# defaults file for roles/nginx\nnginx_vars:\n package: nginx\n nginx_port: 8080\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "task_11/roles/nginx/handlers/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_15/roles/grafana | 55 | [
"no_license"
] | [
{
"path": "task_15/roles/grafana/handlers/main.yml",
"content": "---\n- name: daemon reload\n systemd:\n daemon_reload: yes\n\n- name: start grafana\n systemd:\n name: grafana-server\n state: started\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_15/roles/node-exporter | 55 | [
"no_license"
] | [
{
"path": "task_15/roles/node-exporter/defaults/main.yml",
"content": "---\nversion: 1.0.1",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "task_15/roles/node-exporter/handlers/main.yml",
"content": "---\n- name: daemon reload\n systemd:\n d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1007,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_15/roles/prometheus-server | 55 | [
"no_license"
] | [
{
"path": "task_15/roles/prometheus-server/templates/prometheus.yml.j2",
"content": "global:\n evaluation_interval: 15s\n scrape_interval: 15s\n scrape_timeout: 10s\n\nalerting:\n alertmanagers:\n - static_configs:\n - targets:\n\nrule_files:\n\nscrape_configs:\n - job_name: 'prometheus' \n scr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2035,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_16/roles/master-elk | 55 | [
"no_license"
] | [
{
"path": "task_16/roles/master-elk/tasks/main.yml",
"content": "---\n- name: Install epel-release\n yum:\n name:\n - epel-release\n state: present\n\n- name: Add ELK Repo\n yum_repository:\n name: elasticsearch\n file: elasticsearch\n description: Elasticsearch repository for 7.x pack... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1320,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_16/roles/node-elk | 55 | [
"no_license"
] | [
{
"path": "task_16/roles/node-elk/tasks/main.yml",
"content": "---\n- name: Install epel-release\n yum:\n name:\n - epel-release\n state: present\n\n- name: Add ELK Repo\n yum_repository:\n name: elasticsearch\n file: elasticsearch\n description: Elasticsearch repository for 7.x packag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1440,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_21/roles/ospf | 55 | [
"no_license"
] | [
{
"path": "task_21/roles/ospf/tasks/main.yml",
"content": "---\n# tasks file for roles/ospf\n- name: install packages\n yum:\n name: \"{{ packages }}\"\n state: \"present\"\n\n- name: Enable forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n sysctl_set: yes\n state: presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1803,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_25/roles/add_user | 55 | [
"no_license"
] | [
{
"path": "task_25/roles/add_user/tasks/main.yml",
"content": "---\n- name: Create user - \"{{ username }}\"\n user:\n name: \"{{ username }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\" \n state: present\n update_password: on_create\n create_home: yes\n generate_ssh_k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 698,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_25/roles/freeipa-client | 55 | [
"no_license"
] | [
{
"path": "task_25/roles/freeipa-client/tasks/main.yml",
"content": "---\n- name: packages install\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - ipa-client\n - ntp\n - tzdata\n\n- name: disable chronyd \n systemd:\n name: chronyd\n enabled: false\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1116,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_25/roles/freeipa-server | 55 | [
"no_license"
] | [
{
"path": "task_25/roles/freeipa-server/tasks/main.yml",
"content": "---\n- name: Install packages\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - ipa-server\n - ipa-server-dns\n - epel-release\n - ntp\n - tzdata\n\n- name: disable chronyd \n systemd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1086,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_27/roles/barman | 55 | [
"no_license"
] | [
{
"path": "task_27/roles/barman/tasks/main.yml",
"content": "---\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Download barman repo\n get_url:\n url: https://dl.2ndquadrant.com/default/release/get/11/rpm\n dest: /tmp/install-barman-repo.sh\n mode: 055... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2744,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_27/roles/master | 55 | [
"no_license"
] | [
{
"path": "task_27/roles/master/tasks/main.yml",
"content": "---\n- name: Copy postgresql.conf master\n template:\n src: ./files/postgresql.conf\n dest: \"{{ pg_data }}/postgresql.conf\"\n owner: postgres\n group: postgres\n mode: '0600'\n notify: Restart postgres\n\n- name: Make ssg direco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2684,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_27/roles/pg_install | 55 | [
"no_license"
] | [
{
"path": "task_27/roles/pg_install/tasks/main.yml",
"content": "---\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Add postgres repository\n yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | anisov/linux-administration-course | 45e67ddf1934a89698b14a6a9a0a1e530b4c1c65 | 0 | task_27/roles/slave | 55 | [
"no_license"
] | [
{
"path": "task_27/roles/slave/templates/recovery.conf.j2",
"content": "standby_mode = 'on'\nprimary_conninfo = 'host={{ master_ip }} port=5432 user={{ replication_user }} password={{ <PASSWORD> }}'\nprimary_slot_name = {{ replication_slot }}\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | oksifun/gis-300 | 3e1263e29e87a23b583e8cd2acd8eaa8e1384205 | 0 | deploy/roles/celery | 55 | [
"no_license"
] | [
{
"path": "deploy/roles/celery/tasks/main.yml",
"content": "---\n\n- name: pull service_gis image\n docker_image:\n name: hub.eis24.me/service_gis\n tag: \"{{ TAG }}\"\n state: present\n force_source: yes\n source: pull\n tags: gis_celery\n\n- name: ensure gis_celery_worker container is run... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1018,
"all_permissive": false
} |
ansible_role | oksifun/gis-300 | 3e1263e29e87a23b583e8cd2acd8eaa8e1384205 | 0 | deploy/roles/flower | 55 | [
"no_license"
] | [
{
"path": "deploy/roles/flower/tasks/main.yml",
"content": "---\n\n- name: pull service_gis image\n docker_image:\n name: hub.eis24.me/service_gis\n tag: \"{{ TAG }}\"\n state: present\n force_source: yes\n source: pull\n tags: gis_flower\n\n- name: Check is flower_gis dir exists\n stat: p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | oksifun/gis-300 | 3e1263e29e87a23b583e8cd2acd8eaa8e1384205 | 0 | deploy/roles/redis | 55 | [
"no_license"
] | [
{
"path": "deploy/roles/redis/templates/redis.conf.j2",
"content": "# should listen local network\nbind 0.0.0.0\nport {{ redis_port }}\n\nsave 900 1\nsave 300 10\nsave 60 10000\n\nrdbcompression yes\nrdbchecksum yes\ndbfilename dump.rdb\n\ndir /data\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1439,
"all_permissive": false
} |
ansible_role | oksifun/gis-300 | 3e1263e29e87a23b583e8cd2acd8eaa8e1384205 | 0 | deploy/roles/web-django | 55 | [
"no_license"
] | [
{
"path": "deploy/roles/web-django/tasks/main.yml",
"content": "---\n\n- debug: msg=\"PROC_NUM={{ drf_proc_num }} SETTINGS_FILE={{ SETTINGS_FILE }}\"\n tags: gis_webserver\n\n- name: pull service_gis image from hub.eis24.me\n docker_image:\n name: hub.eis24.me/service_gis\n tag: \"{{ TAG }}\"\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | wbentley15/trove-container | 6440ccd2e15a08710a4c4b1c503a37850ba5710d | 0 | roles/create-lxc-container | 55 | [
"no_license"
] | [
{
"path": "roles/create-lxc-container/tasks/main.yml",
"content": "---\n\n- name: Create LXC container\n command: lxc-create -n {{ CTR_NAME }} -t {{ DISTRO }}\n \n- name: Copy LXC config additions\n copy: src=add_config dest=/usr/share mode=0644\n \n- name: Add additional network interface to container\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | wbentley15/trove-container | 6440ccd2e15a08710a4c4b1c503a37850ba5710d | 0 | roles/install-trove | 55 | [
"no_license"
] | [
{
"path": "roles/install-trove/tasks/main.yml",
"content": "---\n\n- name: Install additional packages\n apt: name={{item}} state=present\n with_items:\n - python-trove\n - python-troveclient\n - python-glanceclient\n - trove-common\n - trove-api\n - trove-taskmanager\n - trove-conductor\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | anazworth/dev-playbook | 7d3e8ac036aa63f3c1290c18f0705725787e7963 | 0 | roles/dotfiles | 55 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yaml",
"content": "---\n- name: Clone dotfiles repo\n ansible.builtin.git:\n repo: \"https://github.com/anazworth/.dotfiles.git\"\n dest: \"{{ ansible_env.HOME }}/.dotfiles\"\n version: main\n update: true\n\n- name: Run stow for selected dotfiles\n ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | anazworth/dev-playbook | 7d3e8ac036aa63f3c1290c18f0705725787e7963 | 0 | roles/zsh_setup | 55 | [
"no_license"
] | [
{
"path": "roles/zsh_setup/tasks/main.yaml",
"content": "---\n- name: Ensure Atuin is in .zshrc\n ansible.builtin.lineinfile:\n path: \"{{ ansible_env.HOME }}/.zshrc\"\n line: 'eval \"$(atuin init zsh)\"'\n create: true\n state: present\n\n- name: Ensure Mise is in .zshrc\n ansible.builtin.lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2780,
"all_permissive": false
} |
ansible_role | roboshop-blue-green/ansible | 6d17710dd3e39da0eb9c7e7d2a0ba17830d40d44 | 0 | roles/elk | 55 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/filebeat.yml",
"content": "- name: NA\n debug:\n msg: NA\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 32,
"all_permissive": false
} |
ansible_role | uso8000k/Atlas | 104dd92f6c020df318a1cc3662d86f4d29b90916 | 0 | vagrant/ansible-dep/roles/ansible | 55 | [
"no_license"
] | [
{
"path": "vagrant/ansible-dep/roles/ansible/tasks/main.yaml",
"content": "---\n- name: Set ansible repository\n become: yes\n apt_repository:\n repo: \"ppa:ansible/ansible\"\n\n- name: Install current ansible\n become: yes\n apt:\n pkg: \"{{ item }}\"\n state: installed\n with_items: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | uso8000k/Atlas | 104dd92f6c020df318a1cc3662d86f4d29b90916 | 0 | vagrant/ansible-dep/roles/ansible-ext | 55 | [
"no_license"
] | [
{
"path": "vagrant/ansible-dep/roles/ansible-ext/vars/main.yaml",
"content": "---\nEXT_MODULES:\n #- cumulus.CumulusLinux\n - Juniper.junos\n #- arista.eos\n #- ios-xr.iosxr-ansible\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "vagrant/ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | uso8000k/Atlas | 104dd92f6c020df318a1cc3662d86f4d29b90916 | 0 | vagrant/ansible-dep/roles/ansible-playbook | 55 | [
"no_license"
] | [
{
"path": "vagrant/ansible-dep/roles/ansible-playbook/tasks/main.yaml",
"content": "---\n- name: Install Required Package\n become: yes\n apt: \n pkg: \"{{ item }}\"\n state: installed\n with_items: \n - git\n\n- name: Clone Playbooks\n git:\n repo: \"https://github.com/{{ item }}\"\n des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | uso8000k/Atlas | 104dd92f6c020df318a1cc3662d86f4d29b90916 | 0 | vagrant/ansible-dep/roles/common | 55 | [
"no_license"
] | [
{
"path": "vagrant/ansible-dep/roles/common/tasks/main.yaml",
"content": "# common tasks\n---\n- name: Update List\n apt:\n update_cache: yes\n\n- name: Update all packages\n apt:\n upgrade: yes\n\n- name: Install Common Package\n apt:\n pkg: \"{{ item }}\"\n state: installed\n with_items: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | uso8000k/Atlas | 104dd92f6c020df318a1cc3662d86f4d29b90916 | 0 | vagrant/cumulus-vx/roles/common | 55 | [
"no_license"
] | [
{
"path": "vagrant/cumulus-vx/roles/common/tasks/main.yaml",
"content": "# common tasks\n\n- name: Update List\n become: yes\n apt: update_cache=yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | uso8000k/Atlas | 104dd92f6c020df318a1cc3662d86f4d29b90916 | 0 | vagrant/cumulus-vx/roles/interface | 55 | [
"no_license"
] | [
{
"path": "vagrant/cumulus-vx/roles/interface/handlers/main.yaml",
"content": "- name: Reload networking\n service:\n name: networking \n state: reloaded\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "vagrant/cumulus-vx/ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | uso8000k/Atlas | 104dd92f6c020df318a1cc3662d86f4d29b90916 | 0 | vagrant/cumulus-vx/roles/rsyslog | 55 | [
"no_license"
] | [
{
"path": "vagrant/cumulus-vx/roles/rsyslog/tasks/main.yaml",
"content": "# Overwrite 99-syslog.conf\n---\n- name: Overwrite 99-syslogs.conf\n template:\n src: 99-syslog.conf\n dest: /etc/rsyslog.d/99-syslog.conf\n owner: root\n mode: 0644\n backup: yes\n become: yes\n notify:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | uso8000k/Atlas | 104dd92f6c020df318a1cc3662d86f4d29b90916 | 0 | vagrant/cumulus-vx/roles/snmpd | 55 | [
"no_license"
] | [
{
"path": "vagrant/cumulus-vx/roles/snmpd/vars/main.yaml",
"content": "COMMUNITY : \"public\"\nLOCATION : \"somewhere\"\nMAIL : \"<EMAIL>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "vagrant/cumulus-vx/roles/snmpd/handlers/main.yaml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | phillipbroberts/techtown_ansible | 637d0c61cff5b75841a0d664ac4909a9cc327356 | 0 | docker/dokuwiki_ansible/roles/dokuwiki | 55 | [
"no_license"
] | [
{
"path": "docker/dokuwiki_ansible/roles/dokuwiki/tasks/main.yml",
"content": "---\n- name: download dokuwiki\n get_url: url=http://download.dokuwiki.org/src/dokuwiki/dokuwiki-2015-08-10a.tgz dest=/tmp/dokuwiki.tgz\n\n- name: ensure dokuwiki folder exists.\n file: \"path=/srv/dokuwiki state=directory\"\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1344,
"all_permissive": false
} |
ansible_role | phillipbroberts/techtown_ansible | 637d0c61cff5b75841a0d664ac4909a9cc327356 | 0 | docker/dokuwiki_ansible/roles/nginx | 55 | [
"no_license"
] | [
{
"path": "docker/dokuwiki_ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install packages for nginx\n apt: \"name=nginx-full state=present\"\n\n- name: install /etc/nginx/nginx.conf\n copy: src=nginx.conf dest=/etc/nginx/nginx.conf\n\n- name: install /etc/nginx/conf.d/dokuwiki.conf\n copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | phillipbroberts/techtown_ansible | 637d0c61cff5b75841a0d664ac4909a9cc327356 | 0 | docker/dokuwiki_ansible/roles/php5 | 55 | [
"no_license"
] | [
{
"path": "docker/dokuwiki_ansible/roles/php5/tasks/main.yml",
"content": "---\n- name: Install packages for php5\n apt: \"name={{ item }} state=present\"\n with_items:\n - php5-fpm\n - php5-cli\n - php5-curl\n - php5-gd\n - php5-mcrypt\n - unzip\n - xz-utils\n\n- name: install php.in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | phillipbroberts/techtown_ansible | 637d0c61cff5b75841a0d664ac4909a9cc327356 | 0 | docker/roles/docker | 55 | [
"no_license"
] | [
{
"path": "docker/roles/docker/tasks/main.yml",
"content": "---\n- name: Add the docker repo for yum\n copy: src=docker.repo dest=/etc/yum.repos.d/docker.repo\n\n- name: Install the docker-engine package\n yum: name=docker-engine state=present\n \n- name: install python-pip for docker-py\n yum: name=pyt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | phillipbroberts/techtown_ansible | 637d0c61cff5b75841a0d664ac4909a9cc327356 | 0 | kubernetes/roles/common | 55 | [
"no_license"
] | [
{
"path": "kubernetes/roles/common/tasks/main.yml",
"content": "---\n- name: Determine if Atomic\n stat: path=/run/ostree-booted\n register: s\n changed_when: false\n always_run: yes\n\n- name: Init the is_atomic fact\n set_fact:\n is_atomic: false\n\n- name: Set the is_atomic fact\n set_fact:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1883,
"all_permissive": false
} |
ansible_role | phillipbroberts/techtown_ansible | 637d0c61cff5b75841a0d664ac4909a9cc327356 | 0 | rocket-chat/roles/ntp-example | 55 | [
"no_license"
] | [
{
"path": "rocket-chat/roles/ntp-example/tasks/main.yml",
"content": "---\r\n- name: Install NTP and dependencies\r\n yum: name={{ item }} state=installed\r\n with_items:\r\n - libselinux-python\r\n - ntp\r\n \r\n- name: Install the ntp.conf template file\r\n template: src=ntp.conf.j2 dest=/etc/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 815,
"all_permissive": false
} |
ansible_role | phillipbroberts/techtown_ansible | 637d0c61cff5b75841a0d664ac4909a9cc327356 | 0 | rolespec/roles/hello-world | 55 | [
"no_license"
] | [
{
"path": "rolespec/roles/hello-world/files/app/app.js",
"content": "// Load the express module.\nvar express = require('express'),\napp = express.createServer();\n\n// Respond to requests for / with 'Hello World'.\napp.get('/', function(req, res){\n res.send('Hello World!');\n});\n\n// Listen on port 80... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1445,
"all_permissive": false
} |
ansible_role | mndiayegithub/ansible-aws-ec2 | 1905c466a4e00b04504162f3b515c1e02d93f8d4 | 1 | roles/deploy-ec2 | 55 | [
"no_license"
] | [
{
"path": "roles/deploy-ec2/handlers/main.yml",
"content": "---\n# handlers file for deploy-ec2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/deploy-ec2/defaults/main.yml",
"content": "---\n# defaults file for deploy-ec2\n",
"lice... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2567,
"all_permissive": false
} |
ansible_role | mndiayegithub/ansible-aws-ec2 | 1905c466a4e00b04504162f3b515c1e02d93f8d4 | 1 | roles/deploy-webapp | 55 | [
"no_license"
] | [
{
"path": "roles/deploy-webapp/molecule/default/verify.yml",
"content": "---\n# This is an example playbook to execute Ansible tests.\n\n- name: Verify\n hosts: all\n gather_facts: false\n tasks:\n - name: Container test\n uri:\n url: http://localhost:{{ PORT_CONTAINER }}\n status: 200\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1215,
"all_permissive": false
} |
ansible_role | thomasmerilhou/Ansible2 | b3fa61c784397c24bb3ae1cdd517e658359556b5 | 0 | roles/common | 55 | [
"no_license"
] | [
{
"path": "roles/common/vars/main.yml",
"content": "---\npackages:\n - htop\n - vim\n - sudo\nusers:\n - username: \"test1\"\n password: \"<PASSWORD>\"\n\n - username: \"test2\"\n password: \"<PASSWORD>\"\n\napache_listen_port: 80\napache_vhosts:\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | avlikh/Otus_linux_pro_project | 833a80a651b0833b4cd1f8278b2a1d5441aa51fa | 0 | roles/apache2 | 55 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for apache2\n - name: copy sources.list\n template:\n src : sources.list.j2\n dest : /etc/apt/sources.list\n owner : root\n group : root\n mode : '0644'\n backup: yes\n\n - name: install a list of ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7410,
"all_permissive": false
} |
ansible_role | avlikh/Otus_linux_pro_project | 833a80a651b0833b4cd1f8278b2a1d5441aa51fa | 0 | roles/backup | 55 | [
"no_license"
] | [
{
"path": "roles/backup/templates/exports.j2",
"content": "# /etc/exports: the access control list for filesystems which may be exported\n# to NFS clients. See exports(5).\n#\n# Example for NFSv2 and NFSv3:\n# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 8540,
"all_permissive": false
} |
ansible_role | avlikh/Otus_linux_pro_project | 833a80a651b0833b4cd1f8278b2a1d5441aa51fa | 0 | roles/elk | 55 | [
"no_license"
] | [
{
"path": "roles/elk/files/backup_elk.sh",
"content": "#!/bin/bash\n\n# Устанавливаем переменные\nELASTICSEARCH_DIR=\"/var/lib/elasticsearch\"\nBACKUP_DIR=\"/backup/elk\"\nDATE=$(date +\"%Y-%m-%d_%H-%M-%S\")\nBACKUP_FILE=\"$BACKUP_DIR/elasticsearch_backup_$DATE.tar.gz\"\n\n# Останавливаем Elasticsearch\nech... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 13149,
"all_permissive": false
} |
ansible_role | avlikh/Otus_linux_pro_project | 833a80a651b0833b4cd1f8278b2a1d5441aa51fa | 0 | roles/keys | 55 | [
"no_license"
] | [
{
"path": "roles/keys/tasks/main.yml",
"content": "---\n# tasks file for keys\n - name: copy RSA keys for SSH\n copy:\n src : /root/.ssh/id_rsa.pub\n dest : /root/.ssh/authorized_keys\n owner : root\n group : root\n mode : '0600'\n backup: no\n\n - name: restart SSH se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | avlikh/Otus_linux_pro_project | 833a80a651b0833b4cd1f8278b2a1d5441aa51fa | 0 | roles/monitoring | 55 | [
"no_license"
] | [
{
"path": "roles/monitoring/tasks/main.yml",
"content": "---\n# tasks file for monitoring\n - name: copy sources.list\n template:\n src : sources.list.j2\n dest : /etc/apt/sources.list\n owner : root\n group : root\n mode : '0644'\n backup: yes\n\n - name: install a li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 13350,
"all_permissive": false
} |
ansible_role | avlikh/Otus_linux_pro_project | 833a80a651b0833b4cd1f8278b2a1d5441aa51fa | 0 | roles/mysql | 55 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/mysql.list.j2",
"content": "### THIS FILE IS AUTOMATICALLY CONFIGURED ###\n# You may comment out entries below, but any other modifications may be lost.\n# Use command 'dpkg-reconfigure mysql-apt-config' as root for modifications.\ndeb [signed-by=/usr/share/keyrings/mysql-ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 13645,
"all_permissive": false
} |
ansible_role | avlikh/Otus_linux_pro_project | 833a80a651b0833b4cd1f8278b2a1d5441aa51fa | 0 | roles/nginx | 55 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/grafana.j2",
"content": "server {\n listen 443 ssl;\n server_name grafana.{{ domain }};\n\n ssl_certificate /etc/ssl/certs/fullchain.pem;\n ssl_certificate_key /etc/ssl/private/cert.key;\n ssl_protocols TLSv1.2 TLSv1.3;\n ssl_ciphers HIGH:!aNULL:!MD5;\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11946,
"all_permissive": false
} |
ansible_role | avlikh/Otus_linux_pro_project | 833a80a651b0833b4cd1f8278b2a1d5441aa51fa | 0 | roles/restorewww | 55 | [
"no_license"
] | [
{
"path": "roles/restorewww/tasks/main.yml",
"content": "---\n# tasks file for restorewww\n - name: create a directory if it does not exist /www\n ansible.builtin.file:\n path : /www\n state : directory\n mode : '0777'\n\n - name: create a directory if it does not exist /backup\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1868,
"all_permissive": false
} |
ansible_role | justinwatkinson/ecs-weave-demo | ceb546f8bdf8ca5403ab3bc9864ac82409fef395 | 0 | roles/aws-sdk | 60 | [
"no_license"
] | [
{
"path": "roles/aws-sdk/tasks/main.yaml",
"content": "---\n- name: Install python-pip\n apt: pkg=python-pip state=latest update_cache=yes cache_valid_time=3600\n- name: Install aws-sdk for python (boto3)\n pip: name=boto3\n- name: Install aws-sdk for CLI\n pip: name=awscli\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | justinwatkinson/ecs-weave-demo | ceb546f8bdf8ca5403ab3bc9864ac82409fef395 | 0 | roles/docker-engine | 60 | [
"no_license"
] | [
{
"path": "roles/docker-engine/tasks/main.yaml",
"content": "---\n- name: Get Docker-Engine Version\n shell: \"docker -v || echo 'No version detected'\" #ensure there's something in stdout so that next step doesn't fail!\n register: installed_docker_version\n changed_when: false #Since this is just info ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1018,
"all_permissive": false
} |
ansible_role | justinwatkinson/ecs-weave-demo | ceb546f8bdf8ca5403ab3bc9864ac82409fef395 | 0 | roles/ecs-agent | 60 | [
"no_license"
] | [
{
"path": "roles/ecs-agent/tasks/main.yaml",
"content": "---\n- name: See if ecs-agent is stopped\n shell: \"docker ps -a -f name='ecs-agent' -f status=running\"\n register: ecs_agent_running\n changed_when: false #Since this is just info gathering, no need to report the change\n ignore_errors: yes\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1107,
"all_permissive": false
} |
ansible_role | justinwatkinson/ecs-weave-demo | ceb546f8bdf8ca5403ab3bc9864ac82409fef395 | 0 | roles/weave | 60 | [
"no_license"
] | [
{
"path": "roles/weave/tasks/main.yaml",
"content": "---\n- name: Copy Weave shell script\n copy: src=weave dest=/usr/bin/weave owner={{user}} group={{user}} mode=0755\n- name: Copy Weave peer python script\n copy: src=ecs-peers.py dest=/usr/bin/ecs-peers owner={{user}} group={{user}} mode=0755\n- name: C... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2485,
"all_permissive": false
} |
ansible_role | bearnd/ct-ingester | b19883248269b28d1a49a17f94e9d53f0ab2730c | 0 | roles/app-ct-ingester | 60 | [
"no_license"
] | [
{
"path": "roles/app-ct-ingester/tasks/main.yml",
"content": "---\n\n- name: Update apt cache.\n apt:\n update_cache: yes\n cache_valid_time: 86400\n ignore_errors: true\n become: true\n\n- name: Add the Deadsnakes apt repository to sources.\n apt_repository:\n repo: ppa:deadsnakes/ppa\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 12288,
"all_permissive": false
} |
ansible_role | raspiclu/K3S | 3281500a7979ced6cb344d2968bb61a1c936896c | 0 | roles/prepareNew | 60 | [
"no_license"
] | [
{
"path": "roles/prepareNew/tasks/main.yml",
"content": "---\n# tasks file for ansible-ssh-copy-id\n\n\n- name: Inject SSH public key into remote system\n ssh_copy_id:\n hostname: \"{{ hostvars[groups['node'][index]].node_ip }}\"\n username: \"{{'pi' }}\"\n password: \"{{ '<PASSWORD>' }}\"\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | raspiclu/K3S | 3281500a7979ced6cb344d2968bb61a1c936896c | 0 | roles/raspConfig | 60 | [
"no_license"
] | [
{
"path": "roles/raspConfig/tasks/main.yml",
"content": "---\n\n- name: Vars set\n debug:\n msg: \"Setze namen\"\n \n vars:\n REBOOT: True #Should i reboot at the end of this playbook?\n UPDATE: True\n \n#2 Network Options\n\n#N1 Hostname\n- name: Get hostname\n shell: \"raspi-config nonint get_h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | unindented/provision-tor-relays-with-ansible | 13e4ae7b6404e454a1ce2617dc79909fef8fc534 | 4 | provisioning/roles/common | 60 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n# Tasks that will be run on all nodes.\n\n- include: openntpd.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "provisioning/roles/common/tasks/openntpd.yml",
"content":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 443,
"all_permissive": false
} |
ansible_role | unindented/provision-tor-relays-with-ansible | 13e4ae7b6404e454a1ce2617dc79909fef8fc534 | 4 | provisioning/roles/relay | 60 | [
"no_license"
] | [
{
"path": "provisioning/roles/relay/tasks/main.yml",
"content": "---\n# Tasks that will be run on tor relays.\n\n- include: install.yml\n- include: configure.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "provisioning/roles/relay/tasks/confi... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1313,
"all_permissive": false
} |
ansible_role | unindented/provision-tor-relays-with-ansible | 13e4ae7b6404e454a1ce2617dc79909fef8fc534 | 4 | provisioning/roles/unattended | 60 | [
"no_license"
] | [
{
"path": "provisioning/roles/unattended/templates/upgrades.j2",
"content": "Unattended-Upgrade::Allowed-Origins {\n{% for origin in unattended_allowed_origins %}\n \"${distro_id}:${distro_codename}-{{ origin }}\";\n{% endfor %}\n};\n\nUnattended-Upgrade::Package-Blacklist {\n{% for package in unattended_p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | matlockx/rng | 6e78883779dfc8c6bc3f0a355890b742c021ebcc | 1 | roles/webapp | 60 | [
"no_license"
] | [
{
"path": "roles/webapp/tasks/main.yml",
"content": "---\n - name: create unpack directory\n file: path={{ unpack_dir }} state=directory\n\n - name: Unpack archive\n unarchive: src={{ local_archive }} dest={{ unpack_dir }}\n\n - stat: path=\"{{ app_root }}/common\"\n register: common_dir_stat\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11993,
"all_permissive": false
} |
ansible_role | praveenapadi/IBM-Installation-Manager | 60a0b1906209b68699b033e77084d929f7a7de9c | 0 | roles/iim-install | 60 | [
"no_license"
] | [
{
"path": "roles/iim-install/tasks/main.yml",
"content": "---\n# tasks file for iim-install\n\n- name: Setup Operating System\n include_tasks: setup_os.yml\n\n- name: Define vars\n include_tasks: define_vars.yml\n\n- name: Install IBM Installation Manager\n include_tasks: install_iim.yml\n when: not ins... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2070,
"all_permissive": false
} |
ansible_role | praveenapadi/IBM-Installation-Manager | 60a0b1906209b68699b033e77084d929f7a7de9c | 0 | roles/iim-uninstall | 60 | [
"no_license"
] | [
{
"path": "roles/iim-uninstall/tasks/main.yml",
"content": "---\n# tasks file for iim-uninstall\n\n- include: uninstall_iim.yml\n tags: \n - uninstall-iim\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/iim-uninstall/vars/main.yml",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1199,
"all_permissive": false
} |
ansible_role | sem36/YADRO-Impulse-2025-Telecom-DevOps | c2892f19e5bfc362223bcea616cb1117d76987e0 | 0 | roles/docker_setup | 60 | [
"no_license"
] | [
{
"path": "roles/docker_setup/tasks/main.yml",
"content": "- name: зависимости\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n update_cache: yes\r\n loop:\r\n - apt-transport-https\r\n - ca-certificates\r\n - curl\r\n - gnupg\r\n - lsb-release\r\n\r\n- name: добавление GPG... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1207,
"all_permissive": false
} |
ansible_role | sem36/YADRO-Impulse-2025-Telecom-DevOps | c2892f19e5bfc362223bcea616cb1117d76987e0 | 0 | roles/run_container | 60 | [
"no_license"
] | [
{
"path": "roles/run_container/tasks/main.yml",
"content": "- name: копирование на хост\r\n copy:\r\n src: \"{{ item }}\"\r\n dest: /tmp/{{ item }}\r\n loop:\r\n - logger.py\r\n - Dockerfile\r\n\r\n- name: сборка Dockerа\r\n community.docker.docker_image:\r\n name: my-logger\r\n source:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | hoangviet148/ansible | 182d2a86baaa3affed29a847087a521144adc2fa | 0 | roles/k8s/roles/k8s-install | 60 | [
"no_license"
] | [
{
"path": "roles/k8s/roles/k8s-install/tasks/main.yml",
"content": "---\n- name: component-install\n include_tasks: component-install.yaml\n\n- name: cluster-init\n include_tasks: cluster-init.yaml\n when: inventory_hostname in groups['k8s-master']\n\n- name: get join cluster command\n shell: \"{{ item ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4947,
"all_permissive": false
} |
ansible_role | hoangviet148/ansible | 182d2a86baaa3affed29a847087a521144adc2fa | 0 | roles/k8s/roles/k8s-preinstall | 60 | [
"no_license"
] | [
{
"path": "roles/k8s/roles/k8s-preinstall/files/hosts",
"content": "127.0.0.1 localhost\n192.168.75.128 master\n192.168.75.129 worker1\n192.168.75.130 worker2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/k8s/roles/k8s-preinstall/vars/main.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | hoangviet148/ansible | 182d2a86baaa3affed29a847087a521144adc2fa | 0 | roles/k8s/roles/minikube-install | 60 | [
"no_license"
] | [
{
"path": "roles/k8s/roles/minikube-install/tasks/main.yml",
"content": "---\n\n- name: install docker\n include_tasks: docker-install.yaml\n\n- name: download minikube\n get_url: \n url: https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64\n dest: /home/hoang\n\n- name: copy... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1034,
"all_permissive": false
} |
ansible_role | hoangviet148/ansible | 182d2a86baaa3affed29a847087a521144adc2fa | 0 | roles/k8s/roles/nfs-install | 60 | [
"no_license"
] | [
{
"path": "roles/k8s/roles/nfs-install/tasks/main.yml",
"content": "---\n- name: create partition\n include_tasks: create_partition.yaml\n\n- name: Install nfs server\n apt:\n name:\n - nfs-kernel-server\n state: present\n when: inventory_hostname in groups['k8s-master']\n\n- name: Install nfs... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2501,
"all_permissive": false
} |
ansible_role | hoangviet148/ansible | 182d2a86baaa3affed29a847087a521144adc2fa | 0 | roles/k8s/roles/passwd-rootlogin | 60 | [
"no_license"
] | [
{
"path": "roles/k8s/roles/passwd-rootlogin/tasks/main.yml",
"content": "---\n\n- name: change root password\n user: \n name: \"root\"\n update_password: always\n password: \"{{ <PASSWORD>|password_hash('<PASSWORD>') }}\"\n\n- name: enable root login\n lineinfile:\n dest: /etc/ssh/sshd_config\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | hoangviet148/ansible | 182d2a86baaa3affed29a847087a521144adc2fa | 0 | roles/kafka-kraft | 60 | [
"no_license"
] | [
{
"path": "roles/kafka-kraft/tasks/main.yml",
"content": "- name: Install dependencies\n apt:\n name: openjdk-11-jdk\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Create kafka user and group\n ansible.builtin.user:\n name: kafka\n state: present\n create_home: yes\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3135,
"all_permissive": false
} |
ansible_role | manosnoam/ansible-tempest-remote | 4fd7ad0ae861ad7f126b372ea05be336d46abf66 | 0 | roles/remote_tempest | 60 | [
"permissive"
] | [
{
"path": "roles/remote_tempest/tasks/main.yml",
"content": "---\n\n- name: Install Yum packages for Tempest (git gcc python-devel libffi-devel openssl-devel crudini)\n raw: |\n PROMPT_COMMAND=\n set -v\n sudo rm -f /var/run/yum.pid\n\n if [[ -f /usr/bin/python3 ]] && [[ ! -f /usr/bin/python ]]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 8529,
"all_permissive": true
} |
ansible_role | manosnoam/ansible-tempest-remote | 4fd7ad0ae861ad7f126b372ea05be336d46abf66 | 0 | roles/virsh | 60 | [
"permissive"
] | [
{
"path": "roles/virsh/tasks/main.yml",
"content": "---\n\n- name: Snapshot the Undercloud (clean state, before tempest setup)\n shell: |\n domain_name={{ vars['domain_name'] }}\n virsh snapshot-list $domain_name --name | grep $domain_name || virsh snapshot-create-as $domain_name ${domain_name}_clean... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": true
} |
ansible_role | davidporter-id-au/ansible-starlark-weekend-hack | bef2d7a6e2d11db73341717c6620979691aa726f | 2 | roles/config-provisioning | 60 | [
"no_license"
] | [
{
"path": "roles/config-provisioning/tasks/main.yml",
"content": "- name: setup config for each cluster\n ansible.builtin.copy:\n dest: \"example-data/{{ item.key }}.yaml\"\n content: \"{{ item.value | to_yaml }}\"\n with_dict: \"{{ clusters }}\"\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | davidporter-id-au/ansible-starlark-weekend-hack | bef2d7a6e2d11db73341717c6620979691aa726f | 2 | roles/starlark-task-example | 60 | [
"no_license"
] | [
{
"path": "roles/starlark-task-example/tasks/main.star",
"content": "zones = [\"zone_1\", \"zone_2\"]\n\ndef create_tasks(name):\n out = []\n for z in zones: \n out.append({\n \"name\": name + z,\n \"debug\": {\n \"msg\": \"task ... \"\n }\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 465,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.