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 | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/common-nginx | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/common-nginx/tasks/main.yml",
"content": "---\n#NOTE nginx service has to be restarted after manually obtaining certificates!!!\n- name: \"install ngnix using apt\"\n apt:\n name: \"nginx\"\n state: \"latest\"\n update_cache: yes\n\n- name: \"Allow HTTP(S) connections to N... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/common-nginx-add-domain | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/common-nginx-add-domain/defaults/main.yml",
"content": "---\n# Variables that can be used that are set as fact by role common-decode-extravars-setfacts\n# apollo_full_domain_name\n# apollo_short_machine_name \n# apollo_padded_number \nnginx_conf_domain_name: \"{{apollo_full_domain_n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1951,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/common-partition-format-volume | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/common-partition-format-volume/defaults/main.yml",
"content": "---\nattached_volume:\n device: \"\" # this needs to be defined by hostvar as for example: /dev/vdb\n partition: 1\n fstype: \"ext4\"\n label: \"\" # this needs to be defined by hostvar as for example: JBrowse-Build\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2025,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/common-postgres-set-password | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/common-postgres-set-password/tasks/main.yml",
"content": "---\n# Need to check if user exists first\n- name: \"Check if user {{postgresql_username_to_create}} already exists in postgres database\"\n become_user: \"postgres\"\n become_method: \"sudo\"\n command: \"psql -tAc \\\"SE... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1383,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/common-restart-nginx | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/common-restart-nginx/tasks/main.yml",
"content": "---\n- name: \"Restart nginx service\"\n systemd:\n state: \"restarted\"\n name: \"nginx\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/common-set-etc-hosts-ip | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/common-set-etc-hosts-ip/defaults/main.yml",
"content": "---\nset_etc_hosts_dir_path: \"/etc/hosts\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "ansible/roles/common-set-etc-hosts-ip/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2082,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/common-webdav | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/common-webdav/tasks/main.yml",
"content": "---\n- name: \"install davfs2 (webdav support) using apt\"\n apt:\n name: \"davfs2\"\n state: \"present\"\n update_cache: yes\n\n- name: \"configure davfs2 to allow copying files onto mount\"\n ansible.builtin.lineinfile:\n pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/deploy-install-openstack-ubuntu | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-install-openstack-ubuntu/tasks/main.yml",
"content": "---\n\n- name: \"Install Ubuntu packages for Openstack and Swift clients\"\n apt:\n pkg:\n - python3-openstackclient\n - python3-swiftclient\n state: present\n update_cache: yes\n\n",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/deploy-install-terraform-ubuntu | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-install-terraform-ubuntu/tasks/main.yml",
"content": "---\n\n- name: \"Add terraform Ubuntu repository key\"\n apt_key:\n url: \"{{ terraform_url_key }}\"\n state: present\n\n- name: \"Create terraform repo entry\"\n shell:\n cmd: \"echo \\\"deb [arch=$(dpkg --prin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/jbrowse-admin-users-groups | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/jbrowse-admin-users-groups/vars/users.yml",
"content": "\n# add to apollo_admin and www-data groups\nadmin_users:\n - \"j.lee\"\n - \"n.rhodes\"\n - \"m.thang\"\n\n# sudo rights on apollo machines ONLY\nsudo_users:\n - \"m.thang\"\n\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/jbrowse-build-jbrowse-on-portal | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/jbrowse-build-jbrowse-on-portal/tasks/main.yml",
"content": "---\n- name: Define paths\n set_fact:\n jbrowse_source: \"/opt/jbrowse/build/{{ jbrowse.id }}\"\n jbrowse_web_target: \"/var/www/{{ jbrowse.id }}/jbrowse\"\n config_path: \"/mnt/{{ jbrowse.id }}/conf/jbrowse.conf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4492,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/jbrowse-configure-web-on-portal | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/jbrowse-configure-web-on-portal/templates/nginx-jbrowse-http.conf.j2",
"content": "server {\n listen 80;\n server_name {{ domain }};\n error_log /var/log/nginx/{{ domain }}-error.log;\n access_log /var/log/nginx/{{ domain }}-access.log;\n\n root /var/www/{{ jbrowse.id... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3837,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/jbrowse-dependencies | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/jbrowse-dependencies/tasks/main.yml",
"content": "---\n- name: \"Include JBrowse dependencies variables\"\n include_vars:\n file: \"jbrowse_deps.yml\"\n\n- name: \"install JBrowse dependencies\"\n apt:\n pkg: \"{{ jbrowse_deps }}\"\n state: present\n update_cache: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/jbrowse-install-nvm-nodejs | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/jbrowse-install-nvm-nodejs/tasks/main.yml",
"content": "---\n\n- name: add {{ jbrowse_build_user }} to www-data group\n user:\n name: \"{{ jbrowse_build_user }}\"\n groups: \"www-data\" \n append: yes\n\n- name: Install NVM as user (which adds NVM initialisation to .bashrc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 916,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/mailer-install-postfix-ubuntu | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/mailer-install-postfix-ubuntu/tasks/main.yml",
"content": "---\n- name: \"Install postfix and mailutils\"\n apt:\n pkg:\n - mailutils\n - postfix\n state: \"present\"\n update_cache: yes\n\n- name: \"Configure postfix hostname to {{ mailer_FQDN }}\"\n lineinfile... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1580,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/monitor-configure-grafana-dashboards | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/monitor-configure-grafana-dashboards/files/infrastructure-load-overview.json",
"content": "{\n \"annotations\": {\n \"list\": [\n {\n \"builtIn\": 1,\n \"datasource\": {\n \"type\": \"datasource\",\n \"uid\": \"grafana\"\n },\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 31795,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/monitor-install-grafana-nginx | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/monitor-install-grafana-nginx/tasks/main.yml",
"content": "---\n- name: Install required APT packages\n apt:\n pkg:\n - apt-transport-https\n - software-properties-common\n - curl\n - gnupg\n - prometheus\n state: present\n update_cache: yes\n\n- n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4235,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/monitor-install-postfix-ubuntu | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/monitor-install-postfix-ubuntu/tasks/main.yml",
"content": "---\n- name: \"Install postfix and mailutils\"\n apt:\n pkg:\n - mailutils\n - postfix\n state: \"present\"\n update_cache: yes\n\n- name: \"Configure postfix hostname to apollo-monitor\"\n lineinfile:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1161,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/monitor-refresh-prometheus-sources | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/monitor-refresh-prometheus-sources/templates/apollo-client-sd.json.j2",
"content": "[\n{% for host in apollo_client_hosts %}\n {\n \"targets\": [\"{{ host }}:9100\"],\n \"labels\": {\n \"group\": \"client\"\n }\n }{% if not loop.last %},{% endif %}\n{% endfor %}\n]\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3250,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/nfs-create-apollo-user-export | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs-create-apollo-user-export/defaults/main.yml",
"content": "---\n# Variables that can be used that are set as fact by role common-decode-extravars-setfacts\n# apollo_full_domain_name\n# apollo_short_machine_name \n# apollo_padded_number \nnfs_apollo_host_name: \"{{ apollo_short_ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4159,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/nfs-decode-extravars-setfacts | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs-decode-extravars-setfacts/tasks/main.yml",
"content": "---\n# set facts based on apollo instance number \n# NOTE: all these facts are \"global\" for the playbook at run time and can be re-used in subsequent roles\n\n- name: \"Print debug message\"\n debug: \n msg: \"User: {{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/nfs-install-server | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs-install-server/tasks/main.yml",
"content": "---\n- name: Install NFS server and utilities\"\n apt:\n pkg:\n - nfs-common\n - nfs-kernel-server\n state: present\n\n- name: Ensure NFS service is running\n service:\n name: nfs-kernel-server\n enabled: true\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2763,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/nfs-server-install-quotas | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs-server-install-quotas/defaults/main.yml",
"content": "---\nvolume_label: \"\"\nmount_point: /mnt\nmount_opts: \"defaults\"\nexport_root: /srv/export\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "ansible/roles/nfs-se... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4391,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/update-base-ubuntu | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/update-base-ubuntu/tasks/main.yml",
"content": "---\n- name: \"Update the Ubuntu apt repositories and base OS\"\n apt:\n upgrade: dist\n update_cache: yes\n force_apt_get: yes\n\n- name: \"Check if a reboot is needed\"\n register: reboot_required_file\n stat: path=/var/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | ansible/roles/web-admin-users-groups | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/web-admin-users-groups/tasks/main.yml",
"content": "---\n- name: \"import vars\"\n include_vars:\n file: users.yml\n\n- name: \"adding backup_user to www-data group\"\n user:\n name: \"backup_user\"\n groups: \"www-data\" \n append: yes\n\n- name: \"ensure admin's acco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/apollo-copy-war | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/apollo-copy-war/tasks/main.yml",
"content": "---\n- name: \"check that war file is in my local machine\"\n stat: \"path={{apollo_copy_war_src_path}}\"\n delegate_to: \"localhost\"\n register: \"stat_result\"\n\n- name: \"scp apollo war using copy module to desti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/apollo-create-apollo-data-dir | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/apollo-create-apollo-data-dir/tasks/main.yml",
"content": "---\n- name: \"check that dir {{apollo_data_dir_path}} exists and register result\"\n stat: \"path={{apollo_data_dir_path}}\"\n register: \"stat_result\"\n\n# This role will be revisited when role for mou... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/apollo-decode-extravars-setfacts-combined-2 | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/apollo-decode-extravars-setfacts-combined-2/tasks/main.yml",
"content": "---\n# set facts based on the apollo number \n# if number is less than 10 then add lead zeros 00*\n# if number is bigger or equal to 10 and less than 100 add lead zero 0**\n# if number is bigg... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3313,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/common-certbot | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/common-certbot/defaults/main.yml",
"content": "---\ncertbot_apt_repo: \"ppa:certbot/certbot\"\ncertbot_hook_post_path: \"/etc/letsencrypt/renewal-hooks/post\"\ncertbot_installed: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/common-dns-resolv-conf | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/common-dns-resolv-conf/defaults/main.yml",
"content": "---\ndns_resolv_conf_slink_to_create: \"/etc/resolv.conf\"\n# the wrong file to point to\n#dns_resolv_conf_slink_file_path: \"/run/systemd/resolve/stub-resolv.conf\"\n# the correct file to point to\ndns_resolv_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/common-postgresql | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/common-postgresql/tasks/main.yml",
"content": "---\n- name: \"Install Postgres Database Server\"\n apt:\n name: \n - postgresql\n - postgresql-client\n - postgresql-common\n state: \"present\"\n update_cache: yes\n\n# Need to check if user ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1847,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/common-prometheus-node-exporter-ubuntu20 | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/common-prometheus-node-exporter-ubuntu20/tasks/main.yml",
"content": "---\n\n- name: \"Install Ubuntu packages for Prometheus Exporters\"\n apt:\n pkg:\n - prometheus-node-exporter\n - prometheus-pushgateway\n - prometheus-alertmanager\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/configure-host | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/configure-host/tasks/main.yml",
"content": "---\n- name: change hostname to hostname defined in inventory\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: add hostname to /etc/hosts\n lineinfile:\n dest: /etc/hosts\n regexp: '^127\\.0\\.0\\.1[... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1775,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/monitor-configure-grafana | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/monitor-configure-grafana/tasks/main.yml",
"content": "---\n\n- name: \"configure prometheus.yml using template with existing apollo servers\"\n template:\n src: \"prometheus.yml\"\n dest: \"{{ prometheus_conf }}\"\n force: yes\n backup: no\n owner:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3639,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/monitor-configure-nagios | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/monitor-configure-nagios/templates/web-apollo-training.cfg",
"content": "define hostgroup {\n hostgroup_name web-apollo-training\n alias Apollo Training Servers\n members apollo-005.genome.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6860,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/monitor-decode-extravars-setfacts | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/monitor-decode-extravars-setfacts/defaults/main.yml",
"content": "---\n# This role to be run by a playbook requires the domain name value entered through the command line\n# or using an inventory file\n# use --extra-vars=\"apollo_instance_number=<enter_domain_name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2236,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/monitor-grafana-add-apollo | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/monitor-grafana-add-apollo/tasks/main.yml",
"content": "---\n\n# test whether this apollo VM has already been added to the prometheus/grafana conf file\n- name: \"check if apollo instance has already been added to {{ grafana_conf_file_path }}\"\n shell: \"cat {{ g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1881,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/monitor-install-grafana-ubuntu | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/monitor-install-grafana-ubuntu/tasks/main.yml",
"content": "---\n\n- name: \"Install Ubuntu packages for Prometheus\"\n apt:\n pkg:\n - prometheus\n - prometheus-node-exporter\n - prometheus-pushgateway\n - prometheus-alertmanager\n state... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3985,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/monitor-install-nagios-ubuntu | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/monitor-install-nagios-ubuntu/tasks/main.yml",
"content": "---\n- name: \"Install Ubuntu packages for the Nagios 4 monitoring server\"\n apt:\n pkg:\n - nagios4\n - nagios-nrpe-server\n - nagios-nrpe-plugin\n - nagios-plugins-contrib\n st... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2317,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/monitor-nagios-add-apollo | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/monitor-nagios-add-apollo/templates/apollo-XXX.cfg",
"content": "define host {\n use linux-server\n host_name {{apollo_full_domain_name}}\n alias {{apollo_short_machine... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3342,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/nfs-create-export-dir | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/nfs-create-export-dir/tasks/main.yml",
"content": "---\n- name: \"set facts\"\n set_fact:\n host_machine_simple_name: \"{{ target_dev_short_machine_name if target_environment == 'test' else create_nfs_machine_name }}\"\n etc_exports_file_path: \"{{create_nfs... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5891,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/nfs-create-user | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/nfs-create-user/defaults/main.yml",
"content": "---\n# Variables that can be used that are set as facts by role common-decode-extravars-setfacts\n# apollo_full_domain_name\n# apollo_short_machine_name \n# apollo_padded_number \ncreate_user_padded_number: \"{{apollo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 977,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/nfs-set-user-quota | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/nfs-set-user-quota/tasks/main.yml",
"content": "---\n- name: \"Print user name and user id to be created\"\n debug: \n msg: \"User Name = {{create_user_name}}\" #from role nfs-create-user\n\n- name: \"Set user quota\"\n command: \"setquota -u {{create_user_nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/prometheus-exporters | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/prometheus-exporters/vars/prometheus_exporters.yml",
"content": "---\nprometheus_exporters:\n - prometheus-node-exporter\n - prometheus-postgres-exporter\n - prometheus-pushgateway\n - prometheus-alertmanager\n\n# Note: URLs are no longer valid - Ubuntu 19.10 v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3356,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/prometheus-exporters-set-conf | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/prometheus-exporters-set-conf/defaults/main.yml",
"content": "---\n# This role requires the postgres password to be passed through the command line\n# use --extra-vars=\"prometheus_postgres_exporter_set_conf_password=<<PASSWORD>>\"\nprometheus_postgres_exporter_se... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 982,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/prometheus-exporters-ubuntu | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/prometheus-exporters-ubuntu/vars/prometheus_exporters.yml",
"content": "---\nprometheus_exporters:\n - prometheus-node-exporter\n - prometheus-postgres-exporter\n - prometheus-pushgateway\n - prometheus-alertmanager\n\n# deprecated\n#prometheus_url_key: \"https... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 852,
"all_permissive": false
} |
ansible_role | AU-Biocommons/genome-annotation | 7fcb9ec38c815a87aebee6a72f9ef1847963997c | 2 | pawsey-deprecated/ansible/roles/update-base-centos | 358 | [
"no_license"
] | [
{
"path": "pawsey-deprecated/ansible/roles/update-base-centos/tasks/main.yml",
"content": "---\n- name: \"Update the Centos packages\"\n yum:\n name: '*'\n state: latest\n\n- name: \"Check if a reboot is needed\"\n shell: needs-restarting -r\n failed_when: false\n register: reboot_required\n chan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | scottlinux/ansible-demo | 34c5066e7a29b4f359a353c8010e42b63f8cf354 | 0 | roles/ansible-demo | 358 | [
"no_license"
] | [
{
"path": "roles/ansible-demo/tasks/main.yml",
"content": "# main.yaml | ansible-demo\n--- \n\n- \n name: \"install packges\"\n package: name=\"{{ item }}\" state=latest\n with_items: \n - screenfetch\n - htop\n\n- \n name: \"enable and start sshd service\"\n systemd: \n daemon_reload: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | LuaLua10/Python_for_Networks | 0ed44cd4b8fda1b08bb87ef494b8872cff4ae5c7 | 0 | Lab_3_Ansible/Lab_3_3_Network_Device_Next_Layer/Roles/roles/nxosv-devices | 358 | [
"no_license"
] | [
{
"path": "Lab_3_Ansible/Lab_3_3_Network_Device_Next_Layer/Roles/roles/nxosv-devices/tasks/main.yml",
"content": "---\n- name: configure logging parameters\n nxos_config:\n lines: \n - logging server 192.168.4.14\n - logging event link-status default\n provider: \"{{ cli }}\"\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | cagiti/rpis-k8s-setup | 856cdea298df1e47272d2312a78bbaefab6dfcfc | 0 | ansible/roles/k8s | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s/tasks/main.yml",
"content": "---\n- name: install containerd\n apt:\n name: containerd\n\n- name: containerd directory\n file:\n path: /etc/containerd\n state: directory\n\n- name: copy containerd config\n copy:\n src: config.toml\n dest: /etc/containerd/config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2135,
"all_permissive": false
} |
ansible_role | cagiti/rpis-k8s-setup | 856cdea298df1e47272d2312a78bbaefab6dfcfc | 0 | ansible/roles/k8s-controller | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-controller/tasks/main.yml",
"content": "---\n- name: cluster configured?\n stat:\n path: /etc/kubernetes/admin.conf\n register: cluster\n\n- name: pull images\n shell: |\n kubeadm config images pull\n when: not cluster.stat.exists\n\n- name: create cluster\n shell: |\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | cagiti/rpis-k8s-setup | 856cdea298df1e47272d2312a78bbaefab6dfcfc | 0 | ansible/roles/network | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n- name: 'configure networking'\n template: \n src: 99_config.yaml.tpl\n dest: /etc/netplan/99_config.yaml\n register: network\n \n- name: 'Applying Netplan Configuration'\n command: netplan apply\n when: network.changed\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | cagiti/rpis-k8s-setup | 856cdea298df1e47272d2312a78bbaefab6dfcfc | 0 | ansible/roles/os | 358 | [
"no_license"
] | [
{
"path": "ansible/roles/os/tasks/main.yml",
"content": "---\n- name: update time zone\n timezone:\n name: \"{{ tz }}\"\n\n- name: upgrade os\n apt:\n update_cache: yes\n upgrade: dist\n become: yes\n\n- name: update packages\n apt:\n name: \"*\"\n state: latest\n update_cache: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | ADNikulin/fops-sysadm-diplom | 001b531f30e480b57696cdbd6c149d1326b2a02d | 0 | ansible_configs/roles/filebeat | 358 | [
"no_license"
] | [
{
"path": "ansible_configs/roles/filebeat/tasks/main.yaml",
"content": "---\n- name: Install filebeat from mirror\n ansible.builtin.apt:\n deb: \"https://mirror.yandex.ru/mirrors/elastic/8/pool/main/f/filebeat/filebeat-8.1.1-amd64.deb\"\n\n- name: Copy config file\n ansible.builtin.template:\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1347,
"all_permissive": false
} |
ansible_role | ADNikulin/fops-sysadm-diplom | 001b531f30e480b57696cdbd6c149d1326b2a02d | 0 | ansible_configs/roles/grafana | 358 | [
"no_license"
] | [
{
"path": "ansible_configs/roles/grafana/templates/datasources.yml.j2",
"content": "apiVersion: 1\ndatasources:\n - name: Prometheus\n type: prometheus\n uid: prometheus\n url: http://{{ prometheus_host }}:9090/\n access: proxy\n basicAuth: false\n jsonData:\n httpMethod: POST\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1370,
"all_permissive": false
} |
ansible_role | ADNikulin/fops-sysadm-diplom | 001b531f30e480b57696cdbd6c149d1326b2a02d | 0 | ansible_configs/roles/kibana | 358 | [
"no_license"
] | [
{
"path": "ansible_configs/roles/kibana/tasks/main.yml",
"content": "---\n# tasks file for kibana\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: '{{ item.path }}'\n state: directory\n owner: 1000\n group: docker\n mode: '0755'\n loop:\n - { path: \"{{ an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1477,
"all_permissive": false
} |
ansible_role | ADNikulin/fops-sysadm-diplom | 001b531f30e480b57696cdbd6c149d1326b2a02d | 0 | ansible_configs/roles/nginx-log-exporter | 358 | [
"no_license"
] | [
{
"path": "ansible_configs/roles/nginx-log-exporter/tasks/main.yml",
"content": "---\n- name: Download and unarchive nginx log exporter\n ansible.builtin.unarchive:\n remote_src: yes\n src: https://github.com/martin-helmich/prometheus-nginxlog-exporter/releases/download/v1.10.0/prometheus-nginxlog-ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1507,
"all_permissive": false
} |
ansible_role | ADNikulin/fops-sysadm-diplom | 001b531f30e480b57696cdbd6c149d1326b2a02d | 0 | ansible_configs/roles/pg-prom-adapter | 358 | [
"no_license"
] | [
{
"path": "ansible_configs/roles/pg-prom-adapter/tasks/main.yml",
"content": "---\n- name: create a directory if it does not exist\n ansible.builtin.file:\n path: '{{ item.path }}'\n state: directory\n mode: '0755'\n loop:\n - { path: \"{{ ansible_workdir }}/pgadapter\" }\n\n- name: Make env f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | ADNikulin/fops-sysadm-diplom | 001b531f30e480b57696cdbd6c149d1326b2a02d | 0 | ansible_configs/roles/prometheus | 358 | [
"no_license"
] | [
{
"path": "ansible_configs/roles/prometheus/tasks/main.yml",
"content": "---\n# tasks file for prometheus\n- name: Create a directory if it does not exist\n ansible.builtin.file:\n path: '{{ item.path }}'\n state: directory\n mode: '0755'\n loop:\n - { path: \"{{ ansible_workdir }}/prometheus\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1864,
"all_permissive": false
} |
ansible_role | ADNikulin/fops-sysadm-diplom | 001b531f30e480b57696cdbd6c149d1326b2a02d | 0 | ansible_configs/roles/site | 358 | [
"no_license"
] | [
{
"path": "ansible_configs/roles/site/tasks/main.yml",
"content": "- name: Make home dir\n ansible.builtin.file:\n path: /var/www/site\n state: directory\n owner: user\n group: root\n mode: '0755'\n\n- name: Copy assets\n ansible.builtin.copy:\n src: '{{ item.src }}'\n dest: '{{ item.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | boszerwp/osa-cicd | c3605a261c9a7fa2c6168f31df0d8115ad881b7d | 0 | lab-osa-cicd/roles/lab-ansible-jenkins | 358 | [
"no_license"
] | [
{
"path": "lab-osa-cicd/roles/lab-ansible-jenkins/tasks/main.yml",
"content": "- name: Write file\n shell: echo \"Hello OSA CI/CD\" > /opt/hello.txt",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | netfoundry/edge-router-oem | d510981f717961fbff725c881694c743b8decdc7 | 2 | ansible/roles/cleanup | 358 | [
"permissive"
] | [
{
"path": "ansible/roles/cleanup/tasks/virtualbox.yml",
"content": "---\n\n- name: reset cloud-init\n command: \"cloud-init clean\"\n\n- name: Cleanup directories\n command: \"rm -rf {{ item }}\"\n with_items:\n - '/home/ubuntu/.ssh'\n - '/var/log/cloud-init.log'\n - '/var/log/cloud-init-output.... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1538,
"all_permissive": true
} |
ansible_role | netfoundry/edge-router-oem | d510981f717961fbff725c881694c743b8decdc7 | 2 | ansible/roles/common | 358 | [
"permissive"
] | [
{
"path": "ansible/roles/common/tasks/common.yml",
"content": "---\n\n- name: Copy custom logo to profile\n copy:\n src: custom.logo\n dest: /etc/profile.d/\n owner: root\n group: root\n mode: 0755\n\n- name: Download login message\n get_url:\n url: https://netfoundry.jfrog.io/artifactor... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 871,
"all_permissive": true
} |
ansible_role | ki38sato/vagrant-python-lambda-local | 114755b9a8de1675501b2be9f04e23adee2ef6ca | 0 | ansible/roles/python-lambda-local | 360 | [
"no_license"
] | [
{
"path": "ansible/roles/python-lambda-local/tasks/pyenv.yml",
"content": "---\n- name: git clone pyenv\n git: repo=https://github.com/yyuu/pyenv.git dest=~/.pyenv\n\n- name: git clone pyenv-virtualenv\n git: repo=https://github.com/yyuu/pyenv-virtualenv.git dest=~/.pyenv/plugins/pyenv-virtualenv\n\n- nam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1621,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/add_apiclient | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/add_apiclient/tasks/main.yml",
"content": "- name: add api client. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n log: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/add_application | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/add_application/tasks/main.yml",
"content": "- name: add app. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n log: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7913,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/add_application_entitlements | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/add_application_entitlements/tasks/main.yml",
"content": "- name: Add entitlements to Application. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/add_attribute | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/add_attribute/tasks/main.yml",
"content": "- name: add attribute. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n log: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1520,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/add_group | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/add_group/tasks/main.yml",
"content": "- name: Creates a group in IBM Cloud Identity Cloud Directory. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/add_identitysource | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/add_identitysource/tasks/main.yml",
"content": "- name: Creates a Identity Source in IBM Cloud Identity Cloud Directory. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/add_personalcert | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/add_personalcert/tasks/main.yml",
"content": "- name: add personal cert. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/add_signercert | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/add_signercert/tasks/main.yml",
"content": "- name: add signer cert. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n log: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/add_user | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/add_user/tasks/main.yml",
"content": "- name: Creates a user in IBM Cloud Identity Cloud Directory. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/add_user_to_group | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/add_user_to_group/tasks/main.yml",
"content": "- name: Add a User to a group in IBM Cloud Identity Cloud Directory. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/delete_apiclient | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/delete_apiclient/tasks/main.yml",
"content": "- name: Delete a API Client.\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 387,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/delete_application | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/delete_application/tasks/main.yml",
"content": "- name: Delete a applications.\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/delete_attribute | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/delete_attribute/tasks/main.yml",
"content": "- name: Delete a attribute.\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/delete_customization_reset | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/delete_customization_reset/tasks/main.yml",
"content": "- name: Reset\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n log: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_all_accesspolicies | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_all_accesspolicies/tasks/main.yml",
"content": "- name: Gets the list of all Access Policies.\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_all_apiclients | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_all_apiclients/tasks/main.yml",
"content": "- name: Get All API Clients\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 330,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_all_applications | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_all_applications/tasks/main.yml",
"content": "- name: Gets the list of all applications.\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_all_attributes | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_all_attributes/tasks/main.yml",
"content": "- name: Gets the list of all Attributes.\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_all_groups | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_all_groups/tasks/main.yml",
"content": "- name: Get All Groups\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n log: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_all_headernames | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_all_headernames/tasks/main.yml",
"content": "- name: Get All Headernames (Users & Groups)\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_all_identitysources | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_all_identitysources/tasks/main.yml",
"content": "- name: Gets the list of all Identity Sources.\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_all_personalcert | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_all_personalcert/tasks/main.yml",
"content": "- name: Gets the list of all personal cert.\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_all_signercert | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_all_signercert/tasks/main.yml",
"content": "- name: Gets the list of all signer cert.\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_all_users | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_all_users/tasks/main.yml",
"content": "- name: Get All Users\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n log: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_customization_download | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_customization_download/tasks/main.yml",
"content": "- name: Download\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n log... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_group_filter | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_group_filter/tasks/main.yml",
"content": "- name: Get Group Filter\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n log: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/get_user_filter | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/get_user_filter/tasks/main.yml",
"content": "- name: Get User Filter\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n log: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/update_authentication_factor_emailotp | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/update_authentication_factor_emailotp/tasks/main.yml",
"content": "- name: Update - Security - Authentication Factors - Email One-Time Password\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 761,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/update_authentication_factor_qr | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/update_authentication_factor_qr/tasks/main.yml",
"content": "- name: Update - Security - Authentication Factors - QR Code Login Configuration\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/update_authentication_factor_totp | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/update_authentication_factor_totp/tasks/main.yml",
"content": "- name: Update - Security - Authentication Factors - Time-Based One-Time Password\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/update_authentication_factor_verify | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/update_authentication_factor_verify/tasks/main.yml",
"content": "- name: Update - Security - Authentication Factors - IBM Verify Authentication\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/update_passwordpolicies | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/update_passwordpolicies/tasks/main.yml",
"content": "- name: Update Password Policies for Identity Source in IBM Cloud Identity Cloud Directory. \n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/upload_customization_page | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/upload_customization_page/tasks/main.yml",
"content": "- name: Upload html file\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | CoolZeroNL/ibmsecurity_ci | 17482096951a4a672d5a1090a1e777e49d90f3fc | 0 | ci-ansible-playbook-sample/roles/upload_customization_zip | 360 | [
"no_license"
] | [
{
"path": "ci-ansible-playbook-sample/roles/upload_customization_zip/tasks/main.yml",
"content": "- name: Upload zip file\n ci:\n appliance: \"{{ inventory_hostname }}\"\n client_id: \"{{ client_id }}\"\n client_secret: \"{{ client_secret }}\"\n lmi_port: \"{{ lmi_port }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | dell/dtias | 2882e5525c557f5b4201196d0113271996436328 | 1 | blueprints/pxe_server_deployment/roles/common | 360 | [
"permissive"
] | [
{
"path": "blueprints/pxe_server_deployment/roles/common/tasks/main.yml",
"content": "---\n- name: Update all packages\n dnf:\n name: \"*\"\n state: latest\n tags: common\n\n- name: Install basic tools\n dnf:\n name:\n - vim\n - wget\n - curl\n state: present\n tags: common\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1044,
"all_permissive": true
} |
ansible_role | dell/dtias | 2882e5525c557f5b4201196d0113271996436328 | 1 | blueprints/pxe_server_deployment/roles/http | 360 | [
"permissive"
] | [
{
"path": "blueprints/pxe_server_deployment/roles/http/tasks/main.yml",
"content": "---\n# Main tasks for setting up the HTTP server using Podman\n\n- name: Ensure Podman is installed\n dnf:\n name: podman\n state: present\n tags: http\n\n- name: Ensure Podman container image for HTTP server is pull... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1471,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.