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
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/lxde
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/lxde/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Remove packages\"\n apt:\n state: absent\n purge: yes\n pkg:\n - ubuntu-desktop\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/nvme-ssd-integrate
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/nvme-ssd-integrate/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Install packages\"\n apt:\n state: latest\n pkg:\n - parted\n - rsync\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2031, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/performance-mode
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/performance-mode/tasks/main.yml", "content": "---\n\n- name: \"Set performance mode {{ nv.performance.mode }} and max frequencies\"\n shell: |\n nvpmodel -m {{ nv.performance.mode }}\n /usr/bin/jetson_clocks\n /usr/bin/jetson_clocks --show\n register: performan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/sata-ssd-activate
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/sata-ssd-activate/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Configure boot menu to boot from SSD by default given configured ssd.uuid\"\n template:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1607, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/sata-ssd-prepare
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/sata-ssd-prepare/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Install packages\"\n apt:\n state: latest\n pkg:\n - parted\n - rsync\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1463, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/sdk-components-install
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/sdk-components-install/tasks/main.yml", "content": "---\n\n- name: \"Install CUDA repo, dependencies and add public key\"\n shell: |\n dpkg -i /var/sdk-components/cuda-repo-*.deb\n apt-get install -fy\n apt-key add /var/cuda-repo*/*.pub\n register: cuda_repo\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 928, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/sdk-components-sync
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/sdk-components-sync/tasks/main.yml", "content": "---\n\n- name: \"Install rsync\"\n apt:\n state: present\n update_cache: yes\n pkg:\n - rsync\n\n- name: \"Create /var/sdk-components\"\n file:\n path: /var/sdk-components\n state: directory\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/swap
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/swap/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Create swapfile\"\n include_role:\n name: geerlingguy.swap", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/test
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/test/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Install prerequisites\"\n apt:\n state: latest\n pkg:\n - golang\n\n- name: \"Build\"\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/vnc
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/vnc/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Install packages\"\n apt:\n state: present\n update_cache: yes\n pkg:\n - vnc4server\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1107, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/xrdp
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/xrdp/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Install packages\"\n apt:\n state: present\n update_cache: yes\n pkg:\n - xrdp\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }
ansible_role
Otus-DevOps-2022-02/ravaevay_infra
367c313c60d4e60d59af35228f96ca52d8d3f76b
0
ansible/roles/app
545
[ "no_license" ]
[ { "path": "ansible/roles/app/defaults/main.yml", "content": "---\n# defaults file for app\ndb_host: 10.128.0.5 # <-- подставьте сюда ваш IP\nenv: local\ndeploy_user: appuser\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "ansible/roles/app/handl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 647, "all_permissive": false }
ansible_role
Otus-DevOps-2022-02/ravaevay_infra
367c313c60d4e60d59af35228f96ca52d8d3f76b
0
ansible/roles/db
545
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "- name: Add an Apt signing key, uses whichever key is at the URL\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-4.2.asc\n state: present\n\n- name: Add specified repository into sources list\n apt_repository:\n repo: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4409, "all_permissive": false }
ansible_role
valerybun/ab-logstash
2f0caab9f6a81df0b57e68df0713185c2a42368c
0
roles/elasticsearch
551
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/plugins.yml", "content": "---\n\n- include: plugins.2.yml\n name: hello\n # when: elasticsearch_1x_series == \"False\"\n tags: [elasticsearch, elasticsearch-install]\n\n# the < 2.0 way\n- include: plugins.1.yml\n when: elasticsearch_1x_series == \"True\"\n tags: [ela...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
valerybun/ab-logstash
2f0caab9f6a81df0b57e68df0713185c2a42368c
0
roles/ini
551
[ "no_license" ]
[ { "path": "roles/ini/tasks/main.yml", "content": "- shell: ps -e | grep \"VBox\" | awk 'NR==1{print $1}'\n register: unique_id\n\n- ini_file: dest=/etc/ini_ab-logstash section=general option=uniqueID value={{unique_id.stdout}} mode=0600\n sudo: true\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
valerybun/ab-logstash
2f0caab9f6a81df0b57e68df0713185c2a42368c
0
roles/logstash
551
[ "no_license" ]
[ { "path": "roles/logstash/tasks/setup-Debian.yml", "content": "---\n- name: Add Elasticsearch apt key.\n apt_key:\n url: http://packages.elasticsearch.org/GPG-KEY-elasticsearch\n state: present\n sudo: true\n\n- name: Add Logstash repository.\n sudo: true\n apt_repository:\n repo: 'deb http://p...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1663, "all_permissive": false }
ansible_role
jgourmelen/k8shomemade
943f98b7eb6f92aafaf64a27e927140b49da1100
0
roles/common
551
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- debug:\n msg:\n - \"System: {{ inventory_hostname }}\"\n - \"Architecture: {{ ansible_architecture }}\"\n - \" OS Family: {{ ansible_os_family }}\"\n - \"OS: {{ ansible_distribution}}\"\n - \"Release: {{ ansible_distribu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4991, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/acpid
551
[ "no_license" ]
[ { "path": "roles/acpid/files/etc_acpi_actions_lid", "content": "#!/bin/sh\n\n# Dell laptops does not turn off brightness when LID is closed.\n\nif [ -d '/sys/class/backlight/intel_backlight' ]; then\n control_directory='/sys/class/backlight/intel_backlight'\nelif [ -d '/sys/class/backlight/amdgpu_bl0' ];...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 13283, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/apt
551
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "- name: apt\n tags: [apt]\n block:\n - name: debian specific\n when: ansible_distribution == 'Debian'\n block:\n - name: /etc/apt/sources.list\n template:\n src: debian/etc_apt_sources.list.j2\n dest: \"/etc/apt/sources.list\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1279, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/bluetooth
551
[ "no_license" ]
[ { "path": "roles/bluetooth/tasks/main.yml", "content": "- name: bluetooth\n tags: [bluetooth]\n block:\n - name: autostart bluetooth on system startup\n service:\n name: bluetooth\n runlevel: default\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/chrony
551
[ "no_license" ]
[ { "path": "roles/chrony/tasks/main.yml", "content": "- name: chrony\n tags: [chrony]\n block:\n - name: chrony.conf\n notify: restart chronyd\n copy:\n src: etc_chrony_chrony.conf\n dest: /etc/chrony/chrony.conf\n owner: root\n group: root\n mode: 0644\n \n - name: autost...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 450, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/connman
551
[ "no_license" ]
[ { "path": "roles/connman/tasks/main.yml", "content": "- name: connman\n tags: [connman]\n block:\n - name: /etc/connman directory\n file:\n path: /etc/connman\n state: directory\n owner: root\n group: root\n mode: 0700\n \n - name: /var/lib/connman directory\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2660, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/cronie
551
[ "no_license" ]
[ { "path": "roles/cronie/tasks/main.yml", "content": "- name: cronie\n tags: [cronie]\n block:\n - name: autostart cronie on boot\n service:\n name: cronie\n runlevel: default\n enabled: true\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/disable_cpu_boost
551
[ "no_license" ]
[ { "path": "roles/disable_cpu_boost/tasks/main.yml", "content": "- name: disable_cpu_boost\n tags: [disable_cpu_boost]\n block:\n - name: /etc/local.d/disable_cpu_boost.start\n copy:\n dest: /etc/local.d/disable_cpu_boost.start\n owner: root \n group: root\n mode: 0700\n conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 312, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/dispatch-conf
551
[ "no_license" ]
[ { "path": "roles/dispatch-conf/tasks/main.yml", "content": "- name: dispatch-conf\n tags: [dispatch-conf]\n block:\n - name: use colordiff\n lineinfile: \n dest: /etc/dispatch-conf.conf\n regexp: '^diff='\n line: \"diff=\\\"colordiff -Nu '%s' '%s'\\\"\"\n state: present\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/docker
551
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: docker\n tags: [docker]\n block:\n - name: install docker packages on apt-enabled distros\n when: ansible_pkg_mgr == \"apt\"\n apt:\n name:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-compose-plug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/elogind
551
[ "no_license" ]
[ { "path": "roles/elogind/tasks/main.yml", "content": "- name: elogind\n tags: [elogind]\n block:\n - name: autostart elogind on boot\n service:\n name: elogind\n runlevel: boot\n enabled: true\n \n - name: Disable elogind actions on power/sleep buttons and lid close events.\n ini_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/eselect-python
551
[ "no_license" ]
[ { "path": "roles/eselect-python/tasks/main.yml", "content": "- name: eselect-python\n tags: [eselect-python]\n block:\n - name: Query python-exec config for system Python interpreter\n changed_when: False\n register: current_system_python_interpreter\n shell: sed -n '/^#/!{p;q}' /etc/python-exe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 506, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/fstab
551
[ "no_license" ]
[ { "path": "roles/fstab/tasks/main.yml", "content": "- name: fstab\n tags: fstab\n block:\n - name: /etc/fstab\n template:\n src: etc_fstab.j2\n dest: /etc/fstab\n owner: root\n group: root\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/fstrim
551
[ "no_license" ]
[ { "path": "roles/fstrim/files/etc_cron.weekly_fstrim", "content": "#!/bin/sh\n\nionice -c idle fstrim -a\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/fstrim/tasks/main.yml", "content": "- name: fstrim\n tags: [fstrim]\n block:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 228, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/home_files
551
[ "no_license" ]
[ { "path": "roles/home_files/files/DOTconfig_polybar_config.ini", "content": "[colors]\n;background = #282A2E\nbackground = #000000\nbackground-alt = #373B41\nforeground = #C5C8C6\nprimary = #FFFFFF\nsecondary = #8ABEB7\nalert = #A54242\ndisabled = #707880\norange = #fb7e14\ngrey = #585858\n\n[bar/main]\nwid...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 33, "total_bytes": 26410, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/hostname
551
[ "no_license" ]
[ { "path": "roles/hostname/handlers/main.yml", "content": "- name: restart hostname\n when: skip_handlers is not defined\n service:\n name: hostname\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/hostname/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 426, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/hosts
551
[ "no_license" ]
[ { "path": "roles/hosts/templates/etc_hosts.j2", "content": "127.0.0.1 {{ hostname }} localhost\n::1 {{ hostname }} localhost\n\n{% if common_hosts is defined and misc.include_common_hosts is defined and misc.include_common_hosts %}\n{% for host in common_hosts %}\n{% if 'ip_address' in host and ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 532, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/intel-wifi
551
[ "no_license" ]
[ { "path": "roles/intel-wifi/tasks/main.yml", "content": "- name: intel-wifi\n tags: [intel-wifi]\n block:\n - name: /etc/modprobe.d/iwlmvm.conf\n copy:\n dest: /etc/modprobe.d/iwlmvm.conf\n owner: root\n group: root\n mode: 0644\n content: |\n options iwlmvm power_schem...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 327, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/iptables-script
551
[ "no_license" ]
[ { "path": "roles/iptables-script/tasks/main.yml", "content": "- name: iptables-script\n tags: [iptables-script]\n block:\n - name: /etc/init.d/iptables-script\n copy:\n src: etc_init.d_iptables-script\n dest: /etc/init.d/iptables-script\n owner: root\n group: root\n mode: 0755...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4693, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/locale
551
[ "no_license" ]
[ { "path": "roles/locale/defaults/main.yml", "content": "locale_path:\n Gentoo: /etc/env.d/02locale\n Ubuntu: /etc/default/locale\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/locale/tasks/main.yml", "content": "- name: locale\n tag...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 872, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/mdns
551
[ "no_license" ]
[ { "path": "roles/mdns/tasks/main.yml", "content": "- name: mdns\n tags: [mdns]\n block:\n - name: install avahi-daemon via apt\n when: ansible_pkg_mgr == \"apt\"\n apt:\n name: avahi-daemon\n state: present\n update_cache: yes\n\n - name: enable hostname lookup using mdns\n linei...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/metalog
551
[ "no_license" ]
[ { "path": "roles/metalog/tasks/main.yml", "content": "- name: metalog\n tags: [metalog]\n block:\n - name: autostart metalog on boot\n service:\n name: metalog\n runlevel: boot\n enabled: true\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/net
551
[ "no_license" ]
[ { "path": "roles/net/templates/etc_conf.d_net.j2", "content": "{% for interface in network.interfaces %}\nconfig_{{ interface.name }}=\"{{ interface.address }}\"\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/net/tasks/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 683, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/pam_limits
551
[ "no_license" ]
[ { "path": "roles/pam_limits/tasks/main.yml", "content": "- name: pam_limits\n tags: [pam_limits]\n block:\n - name: nofile soft limit set to 65536\n pam_limits:\n domain: '*'\n limit_type: soft\n limit_item: nofile\n value: \"65536\"\n\n - name: nofile hard limit set to 65536\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/portage
551
[ "no_license" ]
[ { "path": "roles/portage/templates/etc_portage_make.conf.j2", "content": "CHOST=\"x86_64-pc-linux-gnu\"\n\nCFLAGS=\"-O3 -pipe -march={{ target_cpu }}\"\nCXXFLAGS=\"${CFLAGS}\"\nRUSTFLAGS=\"-C target-cpu={{ target_cpu }} -v\"\n\nACCEPT_KEYWORDS=\"~amd64\"\n\nCLEAN_DELAY=\"0\"\n\nPORTAGE_NICENESS=\"19\"\nPORT...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10134, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/profile.d
551
[ "no_license" ]
[ { "path": "roles/profile.d/tasks/home-profile.d.yml", "content": "- name: create home-profile.d.sh in /etc/profile.d\n copy:\n dest: /etc/profile.d/home-profile.d.sh\n owner: root\n group: root\n mode: 0644\n content: |\n #!/bin/sh\n for e in \"${HOME}/.config/profile.d\"/*; do\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 455, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/rc_conf
551
[ "no_license" ]
[ { "path": "roles/rc_conf/tasks/main.yml", "content": "- name: rc_conf\n tags: [rc_conf]\n block:\n - name: /etc/rc.conf deployment\n copy:\n dest: /etc/rc.conf\n src: etc_rc.conf\n owner: root\n group: root\n mode: 0644\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/sshd
551
[ "no_license" ]
[ { "path": "roles/sshd/handlers/main.yml", "content": "- name: restart sshd\n when: skip_handlers is not defined\n service:\n name: sshd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/sshd/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1235, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/sudoers
551
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "- name: sudoers\n tags: [sudoers]\n block:\n - name: /etc/sudoers.d/wheel_group\n copy:\n dest: /etc/sudoers.d/wheel_group\n owner: root\n group: root\n mode: 0600\n content: |\n %wheel ALL = NOPASSWD: /sbin/poweroff...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 513, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/sysctl
551
[ "no_license" ]
[ { "path": "roles/sysctl/tasks/main.yml", "content": "- name: sysctl\n tags: [sysctl]\n block:\n - include_tasks: vm_tune.yml\n - include_tasks: inotify_tune.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/sysctl/tasks/vm_tune.yml",...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 551, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/system_user
551
[ "no_license" ]
[ { "path": "roles/system_user/tasks/main.yml", "content": "- name: system_user\n tags: [system_user]\n block:\n - assert:\n that:\n - user is defined\n - group is defined\n \n - name: add user\n user:\n name: '{{ user }}'\n group: '{{ group }}'\n groups: '{{ additional_g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/tailscale
551
[ "no_license" ]
[ { "path": "roles/tailscale/tasks/main.yml", "content": "- name: tailscale\n tags: [tailscale]\n block:\n - name: autostart tailscale on system startup\n service:\n name: tailscale\n runlevel: default\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/udev
551
[ "no_license" ]
[ { "path": "roles/udev/tasks/main.yml", "content": "- name: udev\n tags: [udev]\n block:\n - name: Disable eudev predictable interface names.\n notify: reload udev rules\n copy:\n dest: /etc/udev/rules.d/80-net-name-slot.rules\n content: \"# This file only masks content of /lib/udev/rules....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2443, "all_permissive": false }
ansible_role
fff7d1bc/conf-mgmt
5af74b607eb4eee4e6d23f0804d72938cf676e22
1
roles/wireguard
551
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/connection.yml", "content": "- name: deploy configuration files\n template:\n src: connection.conf.j2\n dest: \"/etc/wireguard/{{ connection.name }}.conf\"\n owner: root\n group: root\n mode: 0600\n\n- name: start and enable autostart of {{ connection.name }...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4925, "all_permissive": false }
ansible_role
nareshdevopscloud/devops-ansible
208b7bc3d586678ac4482a8d9b838d96a4af1419
3
roles/first_role
551
[ "no_license" ]
[ { "path": "roles/first_role/defaults/main.yml", "content": "---\n# defaults file for first_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/first_role/tasks/main.yml", "content": "---\n- name: call child playbook\n include_tasks: \...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 557, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/application
551
[ "no_license" ]
[ { "path": "deployment/roles/application/tasks/main.yaml", "content": "---\n# Removes docker containers running in the VM\n- name: Remove running web application\n become: yes\n docker_compose:\n project_src: .\n state: absent\n\n# Starts the application based on the image present in the docker-compo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/application-environment
551
[ "no_license" ]
[ { "path": "deployment/roles/application-environment/tasks/main.yaml", "content": "---\n# Delete application folders to allow application update\n- name: Delete folders\n become: yes\n file:\n path: \"{{ app_destination_directory }}/{{ item }}\"\n state: absent\n with_items:\n - backend\n - da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1604, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/attach-volume
551
[ "no_license" ]
[ { "path": "deployment/roles/attach-volume/tasks/main.yaml", "content": "---\n# Install xfsprogs to format volumes\n- name: Install xfsprogs\n become: yes\n apt:\n name: xfsprogs\n state: latest\n update_cache: yes\n\n# Format volumes\n- name: Format volume\n become: yes\n filesystem:\n fstyp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 972, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/common
551
[ "no_license" ]
[ { "path": "deployment/roles/common/tasks/main.yaml", "content": "---\n# Install dependencies on the host\n# Installing pip\n- name: Install pip\n become: yes\n apt:\n name: ['python-pip']\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n# Updating pip\n- name: Up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/couchdb
551
[ "no_license" ]
[ { "path": "deployment/roles/couchdb/tasks/main.yaml", "content": "---\n# Pull couchDB in Database Instances\n- name: Pull couchDB image \n become: yes \n docker_image:\n name: \"{{ couchdb_image }}\"\n source: pull\n\n# Remove couchDB in Database Instances\n- name: Remove old couchDB containers\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2000, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/couchdb-environment
551
[ "no_license" ]
[ { "path": "deployment/roles/couchdb-environment/tasks/main.yaml", "content": "---\n# Setting up CouchDB cluster\n- name: Registering nodes in cluster\n command: \"curl -X POST http://{{couchdb_user_name}}:{{couchdb_password}}@{{ansible_default_ipv4.address}}:5984/_cluster_setup -H \\\"Content-Type:applicat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2027, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/harvester-stream
551
[ "no_license" ]
[ { "path": "deployment/roles/harvester-stream/tasks/main.yaml", "content": "---\n# Copy Directories to Database Instances\n- name: Copy harvest and script folder\n become: yes\n synchronize:\n src: \"{{ copy_source_directory }}{{ item }}\"\n dest: \"{{ copy_destination_directory }}\"\n mode: push\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1395, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/harvester-tweetid
551
[ "no_license" ]
[ { "path": "deployment/roles/harvester-tweetid/tasks/main.yaml", "content": "---\n# Copy Directories to Database Instances\n- name: Copy harvest and script folder\n become: yes\n synchronize:\n src: \"{{ copy_source_directory }}{{ item }}\"\n dest: \"{{ copy_destination_directory }}\"\n mode: push...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1658, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/instance
551
[ "no_license" ]
[ { "path": "deployment/roles/instance/tasks/main.yaml", "content": "---\n# Create an instance on NeCTAR\n- name: Create an instance\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor: '{{ instance_flavor }}'\n availability_zon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2080, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/instance-environment
551
[ "no_license" ]
[ { "path": "deployment/roles/instance-environment/tasks/main.yaml", "content": "---\n# Delete couchdb shards\n- name: Delete folders\n become: yes\n file:\n path: \"/data/couchdb/{{ item }}\"\n state: absent\n with_items:\n - .delete\n - shards\n\n# Deleting data files of couchdb\n- name: Dele...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2668, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/proxy
551
[ "no_license" ]
[ { "path": "deployment/roles/proxy/tasks/main.yaml", "content": "---\n# Adding proxys for VM\n- name: Add proxy in etc/environment\n become: yes\n blockinfile:\n path: /etc/environment\n block: |\n HTTP_PROXY=http://wwwproxy.unimelb.edu.au:8000/\n HTTPS_PROXY=http://wwwproxy.unimelb.edu.au:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
trundn/COMP90024_Assignment2
806158c4f09d258dd2d40721e49decd01516716b
0
deployment/roles/remote-security-group
551
[ "no_license" ]
[ { "path": "deployment/roles/remote-security-group/tasks/main.yaml", "content": "---\n# Create remote security group\n- name: Create a remote security group\n os_security_group:\n name: '{{ item.name }}'\n description: '{{ item.description }}'\n state: present\n loop: '{{ remote_security_groups }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1066, "all_permissive": false }
ansible_role
poojasree/Ansible_infra
70bc69741019ec62e4a2df102231c73e58ef96a2
0
ANSIBLE_POC/roles/docker_installation
551
[ "no_license" ]
[ { "path": "ANSIBLE_POC/roles/docker_installation/tasks/user_setup.yml", "content": "---\n- name: Add 'docker' group\n group:\n name: docker\n state: present\n\n- name: Add ansible_user to 'docker' group\n user:\n name: \"{{ ansible_user }}\"\n groups: docker\n append: yes\n register: user_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2204, "all_permissive": false }
ansible_role
poojasree/Ansible_infra
70bc69741019ec62e4a2df102231c73e58ef96a2
0
ANSIBLE_POC/roles/emmetog.jenkins
551
[ "no_license" ]
[ { "path": "ANSIBLE_POC/roles/emmetog.jenkins/tasks/configure-jenkins.yml", "content": "---\n\n- name: Configuration file is up to date (config.xml)\n become: yes\n become_method: sudo\n become_user: root\n template:\n src: \"{{ jenkins_source_config_xml }}\"\n dest: \"{{ jenkins_home }}/config.xml...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2550, "all_permissive": false }
ansible_role
poojasree/Ansible_infra
70bc69741019ec62e4a2df102231c73e58ef96a2
0
ANSIBLE_POC/roles/jenkins_installation
551
[ "no_license" ]
[ { "path": "ANSIBLE_POC/roles/jenkins_installation/tasks/main.yml", "content": "- name: Ensure jenkins directory on docker host\n file:\n state: directory\n owner: 1000\n group: 1000\n path: /share/jenkins\n\n- name: Pull the latest official jenkins docker image\n docker_image:\n name: \"jen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 509, "all_permissive": false }
ansible_role
poojasree/Ansible_infra
70bc69741019ec62e4a2df102231c73e58ef96a2
0
ANSIBLE_POC/roles/provision_VM_using_ARM_template
551
[ "no_license" ]
[ { "path": "ANSIBLE_POC/roles/provision_VM_using_ARM_template/tasks/main.yml", "content": "---\n - name: Deploy a Vm using ARM template\n shell: \"\n az group deployment create\n --name Deploy_VM_SSH\n --resource-group {{Resource_group}}\n --template-file {{path_to_ARM_template}}\n --p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 707, "all_permissive": false }
ansible_role
cleary/livecode-distro-package-profile
6251c5c778501b0a096636db0af3ec12b8ca5c7c
0
roles/cli
551
[ "no_license" ]
[ { "path": "roles/cli/tasks/install-packages.yml", "content": "---\n- name: Install packages (excluding Recommends)\n apt:\n state: present\n update_cache: no\n install_recommends: no\n name: [ 'command-not-found',\n 'dnsutils',\n 'ed',\n 'ftp',\n 'les...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1091, "all_permissive": false }
ansible_role
cleary/livecode-distro-package-profile
6251c5c778501b0a096636db0af3ec12b8ca5c7c
0
roles/de-kde
551
[ "no_license" ]
[ { "path": "roles/de-kde/tasks/install-packages.yml", "content": "---\n- name: Install packages (including Recommends)\n apt:\n state: present\n update_cache: no\n install_recommends: no\n name: [ 'sddm',\n 'sddm-theme-breeze',\n #'accountwizard',\n 'ark',\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2953, "all_permissive": false }
ansible_role
cleary/livecode-distro-package-profile
6251c5c778501b0a096636db0af3ec12b8ca5c7c
0
roles/distro-ubuntustudio
551
[ "no_license" ]
[ { "path": "roles/distro-ubuntustudio/meta/main.yml", "content": "---\ndependencies:\n - { role: roles/repos }\n - { role: roles/kernel-meta }\n - { role: roles/essential }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/distro-ubuntustu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 450, "all_permissive": false }
ansible_role
cleary/livecode-distro-package-profile
6251c5c778501b0a096636db0af3ec12b8ca5c7c
0
roles/essential
551
[ "no_license" ]
[ { "path": "roles/essential/tasks/postinst.yml", "content": "---\n- name: set default locale to \"{{ default_locale }}\"\n lineinfile:\n dest: /etc/default/locale\n line: \"LANG={{ default_locale }}\"\n state: present\n\n- name: remove any unwanted other locales\n lineinfile:\n dest: /etc/defau...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2590, "all_permissive": false }
ansible_role
cleary/livecode-distro-package-profile
6251c5c778501b0a096636db0af3ec12b8ca5c7c
0
roles/hwsupport
551
[ "no_license" ]
[ { "path": "roles/hwsupport/tasks/postinst.yml", "content": "---\n\n- name: Prune leaked build host mdadm setups from the ISO\n lineinfile:\n path: /etc/mdadm/mdadm.conf\n state: absent\n regexp: ^ARRAY\n\n- name: configure sensible default for netplan, ref lp bug #1638842\n template:\n src: te...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3779, "all_permissive": false }
ansible_role
cleary/livecode-distro-package-profile
6251c5c778501b0a096636db0af3ec12b8ca5c7c
0
roles/kernel-meta
551
[ "no_license" ]
[ { "path": "roles/kernel-meta/tasks/postinst.yml", "content": "---\n\n#- name: Get exact name of the linux-modules-extra-XX package\n# shell: dpkg -l | grep linux-modules-extra- | awk '{print $2}'\n# register: pkg\n# changed_when: False\n#\n#\n#- name: Remove kernel module extra package (if required)\n# ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 889, "all_permissive": false }
ansible_role
cleary/livecode-distro-package-profile
6251c5c778501b0a096636db0af3ec12b8ca5c7c
0
roles/repos
551
[ "no_license" ]
[ { "path": "roles/repos/tasks/install-repos.yml", "content": "---\n- name: set apt proxy\n template:\n src: templates/00apt-cacher-proxy.template\n dest: /etc/apt/apt.conf.d/00apt-cacher-proxy\n owner: root\n group: root\n mode: '0644'\n\n- name: add apt_keys via file for additional repositor...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1004, "all_permissive": false }
ansible_role
cleary/livecode-distro-package-profile
6251c5c778501b0a096636db0af3ec12b8ca5c7c
0
roles/services
551
[ "no_license" ]
[ { "path": "roles/services/tasks/postinst.yml", "content": "---\n- name: permit root ssh logins\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: ^PermitRootLogin*\n line: \"PermitRootLogin yes\"\n\n- name: do not hash known hosts for bash_completion\n lineinfile:\n dest: /etc/ssh/ssh_config...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2491, "all_permissive": false }
ansible_role
cleary/livecode-distro-package-profile
6251c5c778501b0a096636db0af3ec12b8ca5c7c
0
roles/utils
551
[ "no_license" ]
[ { "path": "roles/utils/meta/main.yml", "content": "---\ndependencies:\n - { role: roles/essential }\n - { role: roles/repos }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/utils/tasks/postinst.yml", "content": "---\n- name: Create h...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8052, "all_permissive": false }
ansible_role
cleary/livecode-distro-package-profile
6251c5c778501b0a096636db0af3ec12b8ca5c7c
0
roles/xserver
551
[ "no_license" ]
[ { "path": "roles/xserver/tasks/install-packages.yml", "content": "---\n- name: Install packages (excluding Recommends)\n apt:\n state: present\n update_cache: no\n install_recommends: no\n name: [ 'fontconfig',\n 'fontconfig-config',\n 'fonts-dejavu',\n 'fonts-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2169, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/authorized_key
551
[ "no_license" ]
[ { "path": "roles/authorized_key/meta/main.yml", "content": "---\ndependencies: []\ngalaxy_info:\n role_name: authorized_key\n author: <NAME>\n description: Manage presence of authorized keys on a host\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\n - name: Debian...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3740, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/chrony
551
[ "no_license" ]
[ { "path": "roles/chrony/tasks/main.yml", "content": "---\n- name: Ensure chrony package is present\n tags:\n - chrony\n become: true\n ansible.builtin.dnf:\n name: chrony\n state: present\n\n- name: Ensure chrony configurations are managed\n tags:\n - chrony\n become: true\n ansible.builti...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5150, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/cloudflared
551
[ "no_license" ]
[ { "path": "roles/cloudflared/templates/cloudflared.systemd.j2", "content": "[Unit]\nDescription=Cloudflare Tunnel (%i)\nAfter=network.target\n\n[Service]\nExecStart=/usr/bin/cloudflared --config /etc/cloudflared/%i.yaml --no-autoupdate {{ cloudflared_command }}\nGroup={{ cloudflared_group }}\nRestart=always...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7325, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/cronie
551
[ "no_license" ]
[ { "path": "roles/cronie/tasks/main.yml", "content": "---\n- name: Ensure cronie package is present\n tags:\n - cronie\n become: true\n ansible.builtin.dnf:\n name: cronie\n state: present\n\n- name: Ensure cronie allow configuration is managed\n tags:\n - cronie\n become: true\n ansible.bu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4929, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/device_info
551
[ "no_license" ]
[ { "path": "roles/device_info/meta/main.yml", "content": "---\ndependencies: []\ngalaxy_info:\n role_name: device_info\n author: <NAME>\n description: Gather information about devices and partitions\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\n - name: GenericLi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2513, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/directory
551
[ "no_license" ]
[ { "path": "roles/directory/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n pre_tasks:\n - name: Ensure directory attributes are gathered\n tags:\n - directory\n ansible.builtin.stat:\n path: \"{{ _directory.1 }}\"\n register: __directory_stat\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4423, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/dnf
551
[ "no_license" ]
[ { "path": "roles/dnf/templates/dnf.conf.j2", "content": "# {{ ansible_managed }}\n\n{% for section in dnf_conf.keys() %}\n[{{ section }}]\n{% for key, value in dnf_conf[section] | dictsort %}\n{% if value is sameas true %}\n{{ key }} = 1\n{% elif value is sameas false %}\n{{ key }} = 0\n{% eli...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4441, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/dnf_automatic
551
[ "no_license" ]
[ { "path": "roles/dnf_automatic/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n tasks:\n - name: Ensure dnf automatic service facts are gathered\n tags:\n - dnf_automatic\n ansible.builtin.service_facts:\n\n - name: Ensure dnf automatic service facts are ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8453, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/dnf_versionlock
551
[ "no_license" ]
[ { "path": "roles/dnf_versionlock/defaults/main.yml", "content": "---\ndnf_versionlock_enabled: true\ndnf_versionlock_locklist: /etc/dnf/plugins/versionlock.list\ndnf_versionlock_packages: []\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4202, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/docker
551
[ "no_license" ]
[ { "path": "roles/docker/meta/main.yml", "content": "---\ndependencies: []\ngalaxy_info:\n role_name: docker\n author: <NAME>\n description: Docker Community Edition\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\n - name: EL\n versions:\n - all\n gala...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6495, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/docker_compose
551
[ "no_license" ]
[ { "path": "roles/docker_compose/templates/docker-compose.yml.j2", "content": "---\n{% if _project.networks is defined and _project.networks | length > 0 %}\nnetworks:\n {{ _project.networks | to_nice_yaml(indent=2) | indent(2) }}\n{% endif %}\n{% if _project.services is defined and _project.services | leng...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 9659, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/docker_container
551
[ "no_license" ]
[ { "path": "roles/docker_container/tasks/main.yml", "content": "---\n- name: Ensure docker python packages are present\n tags:\n - docker_container\n become: true\n ansible.builtin.dnf:\n name: python3-requests\n state: present\n\n- name: Ensure docker containers are managed\n tags:\n - docke...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 9020, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/docker_network
551
[ "no_license" ]
[ { "path": "roles/docker_network/meta/main.yml", "content": "---\ndependencies:\n - role: docker\n tags: docker_network\ngalaxy_info:\n role_name: docker_network\n author: <NAME>\n description: Manage docker networks\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3180, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/elrepo
551
[ "no_license" ]
[ { "path": "roles/elrepo/tasks/main.yml", "content": "---\n- name: Ensure elrepo repository key is present\n tags:\n - elrepo\n become: true\n ansible.builtin.rpm_key:\n key: https://www.elrepo.org/RPM-GPG-KEY-elrepo.org\n state: present\n\n- name: Ensure elrepo repository package is present\n t...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4901, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/epel
551
[ "no_license" ]
[ { "path": "roles/epel/README.md", "content": "# epel\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nExtra Packages for Enterprise Linux\n\n## Requirements\n\nNone\n\n## Role Variables\n\n epel_packages: []\n epel_rep...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3693, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/filesystem
551
[ "no_license" ]
[ { "path": "roles/filesystem/meta/main.yml", "content": "---\ndependencies: []\ngalaxy_info:\n role_name: filesystem\n author: <NAME>\n description: Makes a filesystem\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\n - name: Debian\n versions:\n - all\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3904, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/git
551
[ "no_license" ]
[ { "path": "roles/git/defaults/main.yml", "content": "---\ngit_packages:\n - git\ngit_repositories: []\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/git/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6800, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/group
551
[ "no_license" ]
[ { "path": "roles/group/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n pre_tasks:\n - name: Ensure group information is gathered\n tags:\n - group\n ansible.builtin.getent:\n database: group\n fail_key: false\n\n - name: Ensure group inform...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3369, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/hostnamectl
551
[ "no_license" ]
[ { "path": "roles/hostnamectl/README.md", "content": "# hostnamectl\n\n[![License](https://img.shields.io/badge/license-GPLv3-lightgreen)](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nControl the system hostname\n\n## Requirements\n\nNone\n\n## Role Variables\n\n hostnamectl_chassis: serv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4305, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/kopia
551
[ "no_license" ]
[ { "path": "roles/kopia/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n tasks:\n - name: Ensure kopia service information is gathered\n tags:\n - kopia\n ansible.builtin.service_facts:\n\n - name: Ensure kopia service information is verified\n tags:\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8136, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/localectl
551
[ "no_license" ]
[ { "path": "roles/localectl/meta/main.yml", "content": "---\ndependencies: []\ngalaxy_info:\n role_name: localectl\n author: <NAME>\n description: Control the system locale and keyboard layout settings\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\n - name: EL\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3424, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/logind
551
[ "no_license" ]
[ { "path": "roles/logind/templates/logind.conf.j2", "content": "# {{ ansible_managed }}\n\n[Login]\nHandleHibernateKey={{ logind_handlehibernatekey }}\nHandleHibernateKeyLongPress={{ logind_handlehibernatekeylongpress }}\nHandleLidSwitch={{ logind_handlelidswitch }}\nHandleLidSwitchExternalPower={{ logind_ha...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7171, "all_permissive": false }
ansible_role
linuxhq/ansible-collection-linux
32822051b5af17f4ec25e24f1d66161076c6e145
1
roles/logrotate
551
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "---\n- name: Ensure logrotate package is present\n tags:\n - logrotate\n become: true\n ansible.builtin.dnf:\n name: logrotate\n state: present\n\n- name: Ensure logrotate configuration is managed\n tags:\n - logrotate\n become: true\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5044, "all_permissive": false }