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 | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/rc-local | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/rc-local/tasks/main.yml",
"content": "---\n- name: Generate rc.local with Firewall and dnsmasq settings for OpenConnect, OpenVPN, and L2TP/IPsec\n template:\n src: rc.local.j2\n dest: /etc/rc.local\n owner: root\n group: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/rsyslog | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/rsyslog/tasks/main.yml",
"content": "- name: Copy the modified rsyslog configuration into place that prevents Libreswan and OpenConnect traffic from being logged\n copy:\n src: \"{{ item }}\"\n dest: /etc/rsyslog.d/{{ item }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/shadowsocks | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/shadowsocks/vars/main.yml",
"content": "---\n# Note: these dependencies are only sufficient to build from source with the\n# --disable-documentation flag to configure. It is *not* sufficient to\n# build a .deb\nshadowsocks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8066,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/ssh | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/ssh/tasks/main.yml",
"content": "---\n- name: Reconfigure OpenSSH with enhanced security settings\n copy:\n src: sshd_config\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: 0644\n notify: Restart SSH\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3446,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/sslh | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/sslh/templates/sslh.j2",
"content": "# Default options for sslh initscript\n# sourced by /etc/init.d/sslh\n\n# Disabled by default, to force yourself\n# to read the configuration:\n# - /usr/share/doc/sslh/README.Debian (quick start)\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/streisand-gateway | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/streisand-gateway/vars/main.yml",
"content": "---\nstreisand_gateway_url: \"https://{{ streisand_ipv4_address }}\"\n\nstreisand_gateway_htpasswd_file: \"/etc/nginx/htpasswd\"\nstreisand_gateway_password_file: \"/etc/nginx/gateway-pass... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 17599,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/stunnel | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/stunnel/templates/stunnel-remote.conf.j2",
"content": "cert = {{ stunnel_cert }}\nkey = {{ stunnel_key }}\ndebug = 4\noptions = NO_SSLv2\noptions = NO_SSLv3\noptions = NO_TLSv1\nciphers = HIGH\n\n[stunnel]\naccept = {{ stunnel_remote_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1750,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/test-client | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/test-client/vars/main.yml",
"content": "---\n# Path to the gateway password on the Ansible host\nstreisand_gateway_password_localpath: \"../{{ streisand_local_directory }}/gateway-password.txt\"\n\n# Path to the gateway password file ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9866,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/tinyproxy | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/tinyproxy/tasks/main.yml",
"content": "---\n- name: Install Tinyproxy\n apt:\n name: tinyproxy\n\n- name: Reconfigure Tinyproxy to bind to localhost\n lineinfile:\n dest: /etc/tinyproxy.conf\n regexp: \"^#?Listen\"\n lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/tor-bridge | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/tor-bridge/vars/main.yml",
"content": "---\ntor_bridge_nickname_file: \"/etc/tor/bridge_nickname\"\n\ntor_standard_connection_details: \"{{ streisand_ipv4_address }}:{{ tor_orport }}\"\n\ntor_obfs4_bridge_line: \"obfs4 {{ streisand_ip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3846,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/ufw | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/ufw/tasks/main.yml",
"content": "---\n- name: Install UFW\n apt:\n name: ufw\n\n- name: Disable UFW logging\n lineinfile:\n dest: /etc/ufw/ufw.conf\n regexp: \"^LOGLEVEL\"\n line: \"LOGLEVEL=off\"\n\n- name: Change the d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2398,
"all_permissive": false
} |
ansible_role | Labs22/BlackServerOS | 8a6191f732d97e34adba5f2da343fed6f02a56a3 | 61 | cryptography/streisand-master/streisand-master/playbooks/roles/wireguard | 3,578 | [
"no_license"
] | [
{
"path": "cryptography/streisand-master/streisand-master/playbooks/roles/wireguard/templates/wg0-client.conf.j2",
"content": "[Interface]\nAddress = 10.192.122.2/32\n# These PostUp and PostDown commands should work on most distributions,\n# but you may need to modify them if your network situation is uniqu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8636,
"all_permissive": false
} |
ansible_role | maheshkhade/Aws-Ansible-scripts | 49fbbd6ad4c931ffb1faaaacc0c9f56e0a62b83f | 0 | kops/roles/kops | 3,578 | [
"no_license"
] | [
{
"path": "kops/roles/kops/tasks/main.yaml",
"content": "---\n- name: \"ensure {{ playbook_dir }}/bin exist\"\n file:\n path: \"{{ playbook_dir }}/bin\"\n state: directory\n\n- name: \"ensure kops binary {{ kops_version }} exist in {{ playbook_dir }}/bin\"\n get_url:\n url: \"{{ kops_darwin_downl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 10660,
"all_permissive": false
} |
ansible_role | maheshkhade/Aws-Ansible-scripts | 49fbbd6ad4c931ffb1faaaacc0c9f56e0a62b83f | 0 | kops/roles/kubectl | 3,578 | [
"no_license"
] | [
{
"path": "kops/roles/kubectl/templates/secrets.yaml.j2",
"content": "{% for namespace, namespace_secrets in combined_secrets.items() %}\n{% for sec_name, sec_val in namespace_secrets.items() %}\n---\napiVersion: v1\nkind: Secret\ntype: {{ sec_val[\"type\"] }}\nmetadata:\n name: {{ sec_name }}\n namespace... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1399,
"all_permissive": false
} |
ansible_role | maheshkhade/Aws-Ansible-scripts | 49fbbd6ad4c931ffb1faaaacc0c9f56e0a62b83f | 0 | kops/roles/switch_env | 3,578 | [
"no_license"
] | [
{
"path": "kops/roles/switch_env/tasks/main.yaml",
"content": "- name: include shared_vars yaml vars files\n include_vars:\n dir: \"{{ playbook_dir }}/shared_vars\"\n files_matching: '^\\w+.yaml$'\n\n- name: include env_vars/{{ current_env }} yaml vars files\n include_vars:\n dir: \"{{ playbook_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | maheshkhade/Aws-Ansible-scripts | 49fbbd6ad4c931ffb1faaaacc0c9f56e0a62b83f | 0 | kops/roles/switch_kubectl_context | 3,578 | [
"no_license"
] | [
{
"path": "kops/roles/switch_kubectl_context/tasks/main.yaml",
"content": "- name: check current kubectl context\n command: kubectl config current-context\n register: current_context\n changed_when: false\n\n- name: switch kubectl context to {{ cluster_fqdn }}\n command: kubectl config use-context {{ cl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | berndonline/asa-lab-provision | 3d5e565bbecd39a29051665fd26e34da6ef2e81c | 8 | roles/access-lists | 3,578 | [
"no_license"
] | [
{
"path": "roles/access-lists/tasks/main.yml",
"content": "---\n\n- name: include access-lists variables\n include_vars:\n file: \"group_vars/access-lists.yml\"\n\n- name: clear configure access-lists\n asa_config:\n lines:\n - clear configure access-list {{ item.name }}\n ignore_errors: 'yes'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | berndonline/asa-lab-provision | 3d5e565bbecd39a29051665fd26e34da6ef2e81c | 8 | roles/hostname | 3,578 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yml",
"content": "---\n\n- name: set dns and hostname\n asa_config:\n lines:\n - \"hostname {{ hostname }}\"\n - \"domain-name {{ domain_name }}\"\n match: line\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | berndonline/asa-lab-provision | 3d5e565bbecd39a29051665fd26e34da6ef2e81c | 8 | roles/interfaces | 3,578 | [
"no_license"
] | [
{
"path": "roles/interfaces/templates/interfaces.j2",
"content": "{% if interfaces is defined %}\n{% for port, value in interfaces.items() %}\ninterface GigabitEthernet{{ port }}\n{% if 'alias' in value %}\n description {{ value.alias }}\n{% endif %}\n nameif {{ value.nameif }}\n security-level {{ value.sec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | berndonline/asa-lab-provision | 3d5e565bbecd39a29051665fd26e34da6ef2e81c | 8 | roles/nat | 3,578 | [
"no_license"
] | [
{
"path": "roles/nat/templates/nat.j2",
"content": "{% if nat is defined %}\n{% for object, value in nat.items() %}\nobject network {{ object }}\n nat ({{ value.source }},{{ value.destination }}) {{ value.type }} {{ value.object }}\n{% endfor %}\n{% endif %}\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | berndonline/asa-lab-provision | 3d5e565bbecd39a29051665fd26e34da6ef2e81c | 8 | roles/object-groups | 3,578 | [
"no_license"
] | [
{
"path": "roles/object-groups/templates/object-groups.j2",
"content": "{% if object_groups is defined %}\n{% for object_group, value in object_groups.items() %}\nobject-group network {{ object_group }}\n{% for item in value.objects %}\n network-object object {{ item }}\n{% endfor %}\n{% if 'alias' in value... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | berndonline/asa-lab-provision | 3d5e565bbecd39a29051665fd26e34da6ef2e81c | 8 | roles/objects | 3,578 | [
"no_license"
] | [
{
"path": "roles/objects/tasks/main.yml",
"content": "---\n\n- name: include objects variables\n include_vars:\n file: \"group_vars/objects.yml\"\n\n- name: create objects\n asa_config:\n src: \"templates/objects.j2\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | berndonline/asa-lab-provision | 3d5e565bbecd39a29051665fd26e34da6ef2e81c | 8 | roles/policy-framework | 3,578 | [
"no_license"
] | [
{
"path": "roles/policy-framework/tasks/main.yml",
"content": "---\n\n- name: include policy framework variables\n include_vars:\n file: \"group_vars/policy-framework.yml\"\n\n- name: clear policy framework\n asa_config:\n lines:\n - \"{{ item }}\"\n when: clear_policy_framework == true\n wit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1783,
"all_permissive": false
} |
ansible_role | berndonline/asa-lab-provision | 3d5e565bbecd39a29051665fd26e34da6ef2e81c | 8 | roles/routing | 3,578 | [
"no_license"
] | [
{
"path": "roles/routing/templates/routing.j2",
"content": "{% if routes is defined %}\n{% for item in routes %}\n{{ item }}\n{% endfor %}\n{% endif %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/routing/tasks/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | franck/barbier | c0611e3dd41dcd1073ef2547e620a02a6caf3e24 | 1 | ansible/roles/app | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/app/templates/site.conf.j2",
"content": "#{{ ansible_managed }}\nserver {\n listen 80;\n\n server_name {{ nginx_server_name }};\n client_max_body_size 50M;\n passenger_enabled on;\n rails_env {{ rails_env }};\n root {{ app_public_path }};\n\n # Drop requests to non-rails requ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2877,
"all_permissive": false
} |
ansible_role | franck/barbier | c0611e3dd41dcd1073ef2547e620a02a6caf3e24 | 1 | ansible/roles/common | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/common/templates/postfix_selections.j2",
"content": "postfix/mailname string {{ hostname }}\npostfix/main_mailer_type string 'Internet Site'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "ansible/roles/common/tasks/main.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2225,
"all_permissive": false
} |
ansible_role | franck/barbier | c0611e3dd41dcd1073ef2547e620a02a6caf3e24 | 1 | ansible/roles/monit | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/monit/templates/monitrc.j2",
"content": "###############################################################################\n## Global section\n###############################################################################\n\nset daemon {{monit_poll_period}}\n{% if monit_poll_start_de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2120,
"all_permissive": false
} |
ansible_role | franck/barbier | c0611e3dd41dcd1073ef2547e620a02a6caf3e24 | 1 | ansible/roles/mysql | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "- name : Install Mysql server\n apt: >\n name={{ item }}\n state=present\n with_items:\n - mysql-server\n - libmysqlclient15-dev\n - python-mysqldb # require by mysql_db ansible module\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | franck/barbier | c0611e3dd41dcd1073ef2547e620a02a6caf3e24 | 1 | ansible/roles/nginx_passenger | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx_passenger/tasks/main.yml",
"content": "- name: Add key for passenger\n apt_key: >\n url=http://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0xAC40B2F7 \n state=present\n\n- name: Apt via https\n apt: >\n name=apt-transport-https \n state=present\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2441,
"all_permissive": false
} |
ansible_role | franck/barbier | c0611e3dd41dcd1073ef2547e620a02a6caf3e24 | 1 | ansible/roles/ruby | 3,578 | [
"no_license"
] | [
{
"path": "ansible/roles/ruby/tasks/main.yml",
"content": "- name: upgrade\n action: apt update_cache=yes upgrade=yes\n\n- name: install ruby dependencies \n action: apt pkg={{ item }} state=installed\n with_items:\n - git-core \n - curl \n - zlib1g-dev \n - build-essential \n - libssl-dev... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1640,
"all_permissive": false
} |
ansible_role | eddyzags/ansible-mesos | 424eb04fa64a22f42006d445f8304fa73579b812 | 0 | roles/apt | 3,578 | [
"no_license"
] | [
{
"path": "roles/apt/defaults/main.yml",
"content": "# defaults/main.yml\n\n# Apt default role variables\n---\n\napt_packages: [\"wget\", \"curl\", \"unzip\", \"syslog-ng\", \"git\", \"python-apt\", \"mysql-client\", \"ansible\", \"ca-certificates\", \"python-pip\"]\n\napt_retries_number: 3\n",
"license... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | eddyzags/ansible-mesos | 424eb04fa64a22f42006d445f8304fa73579b812 | 0 | roles/docker | 3,578 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "# defaults/main.yml\n#\n# Default Docker role variables\n---\n\ndocker_distrib_repo: debian\ndocker_release_repo: jessie\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/docker/tasks/m... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1320,
"all_permissive": false
} |
ansible_role | eddyzags/ansible-mesos | 424eb04fa64a22f42006d445f8304fa73579b812 | 0 | roles/hostname | 3,578 | [
"no_license"
] | [
{
"path": "roles/hostname/templates/hostname.j2",
"content": "{{var_hostname}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "roles/hostname/tasks/main.yml",
"content": "# tasks/main.yml\n#\n# Hostname configuration\n---\n\n- name: Update th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | eddyzags/ansible-mesos | 424eb04fa64a22f42006d445f8304fa73579b812 | 0 | roles/marathon | 3,578 | [
"no_license"
] | [
{
"path": "roles/marathon/templates/default_marathon_conf.j2",
"content": "## Marathon scheduler options\n\nexport JAVA_HOME={{marathon_java_home_path}}\nexport JAVA_OPTS={{marathon_java_opts_var}}\nexport MARATHON_MASTER=zk://{% for host in groups['zookeeper'] %}{{host}}:2181{% if not loop.last%},{% endif ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1886,
"all_permissive": false
} |
ansible_role | eddyzags/ansible-mesos | 424eb04fa64a22f42006d445f8304fa73579b812 | 0 | roles/mesos | 3,578 | [
"no_license"
] | [
{
"path": "roles/mesos/handlers/main.yml",
"content": "# handlers/main.yml\n#\n# Mesos role handlers\n---\n\n- name: Start mesos-master\n service: name=mesos-master state=started\n\n- name: Restart mesos-master\n service: name=mesos-master state=restarted\n\n- name: Stop mesos-master\n service: name=meso... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4812,
"all_permissive": false
} |
ansible_role | eddyzags/ansible-mesos | 424eb04fa64a22f42006d445f8304fa73579b812 | 0 | roles/sudoers | 3,578 | [
"no_license"
] | [
{
"path": "roles/sudoers/defaults/main.yml",
"content": "# defaults/main.yml\n#\n# Sudoers default variables\n---\n\nsudoers_nopasswd : true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/sudoers/tasks/main.yml",
"content": "# tasks/ma... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | eddyzags/ansible-mesos | 424eb04fa64a22f42006d445f8304fa73579b812 | 0 | roles/users | 3,578 | [
"no_license"
] | [
{
"path": "roles/users/defaults/main.yml",
"content": "# defaults/main.yml\n#\n# Users role default variables\n---\n\nusers_primary_group : primary\nusers_default_shell : /bin/bash\nusers_create_home_directory : yes\nusers_ssh_key_pub: /home/zagabe_e/.ssh/id_rsa.pub",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | eddyzags/ansible-mesos | 424eb04fa64a22f42006d445f8304fa73579b812 | 0 | roles/zookeeper | 3,578 | [
"no_license"
] | [
{
"path": "roles/zookeeper/handlers/main.yml",
"content": "# handlers/main.yml\n#\n# Zookeeper handler handlers\n---\n\n- name: Start zookeeper\n service: name=zookeeper state=started\n\n- name: Restart zookeeper\n service: name=zookeeper state=restarted\n\n- name: Stop zookeeper\n service: name=zookeepe... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1658,
"all_permissive": false
} |
ansible_role | kotato-tohi/Jenkins_install | 187415d388bf04823e349545b12543fa761629e8 | 0 | roles/ansible | 3,618 | [
"no_license"
] | [
{
"path": "roles/ansible/tasks/includes/check_installed_ansible.yml",
"content": "- name: ansible installed check\n yum:\n list: ansible\n register: ansible_installed_status\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/ansible/tasks... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | kotato-tohi/Jenkins_install | 187415d388bf04823e349545b12543fa761629e8 | 0 | roles/init_jenkins | 3,618 | [
"no_license"
] | [
{
"path": "roles/init_jenkins/tasks/main.yml",
"content": "---\n- name: installed git\n yum:\n name: git\n state: installed\n become: yes\n\n- name: installed wget\n yum:\n name: wget\n state: installed\n become: yes\n \n- name: installed java\n yum:\n name: java\n state: installed\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | kotato-tohi/Jenkins_install | 187415d388bf04823e349545b12543fa761629e8 | 0 | roles/init_server | 3,618 | [
"no_license"
] | [
{
"path": "roles/init_server/tasks/main.yml",
"content": "- name: updated yum\n yum:\n name: \"*\"\n state: latest\n become: yes\n\n \n- name: deployed .bash_profile\n template:\n src: .bash_profile\n dest: ~/.bash_profile\n mode: 0644\n become_user: \"{{ __working_user }}\"\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | kotato-tohi/Jenkins_install | 187415d388bf04823e349545b12543fa761629e8 | 0 | roles/jenkins | 3,618 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "- name: get jenkins repo\n get_url:\n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n become: yes\n\n- name: add the jenkins repo key\n rpm_key:\n key: https://pkg.jenkins.io/redhat-stable/jenkin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part2/lab11/ansible/roles/nginx | 3,618 | [
"no_license"
] | [
{
"path": "part2/lab11/ansible/roles/nginx/tasks/main.yml",
"content": "---\r\n- name: Install EPEL Repo package from standard repo\r\n dnf:\r\n name: epel-release\r\n state: present\r\n- name: Install NGINX package from EPEL repo\r\n dnf:\r\n name: nginx\r\n state: latest\r\n notify:\r\n - res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part3/lab16/ansible/roles/nginx | 3,618 | [
"no_license"
] | [
{
"path": "part3/lab16/ansible/roles/nginx/tasks/main.yml",
"content": "---\r\n- name: Setting timezone to Europe/Moscow\r\n community.general.timezone:\r\n name: Europe/Moscow\r\n notify:\r\n - Restart chronyd\r\n\r\n- name: Installing EPEL Repo package from standard repo\r\n ansible.builtin.dnf:\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3763,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part3/lab16/ansible/roles/rsyslog | 3,618 | [
"no_license"
] | [
{
"path": "part3/lab16/ansible/roles/rsyslog/vars/main.yml",
"content": "---\r\nrsyslog_port: 514\r\nau_server_port: 60",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "part3/lab16/ansible/roles/rsyslog/handlers/main.yml",
"content": "---\r\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2301,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part3/lab17/ansible/roles/borg | 3,618 | [
"no_license"
] | [
{
"path": "part3/lab17/ansible/roles/borg/tasks/main.yml",
"content": "---\r\n# SERVER config\r\n- name: SERVER config\r\n tags: server\r\n block:\r\n - name: Installing packages from repo\r\n ansible.builtin.dnf:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop:\r\n - m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3011,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part3/lab17/ansible/roles/borg-client | 3,618 | [
"no_license"
] | [
{
"path": "part3/lab17/ansible/roles/borg-client/tasks/main.yml",
"content": "---\r\n- name: Deleting default Ethernet connection with DHCP\r\n community.general.nmcli:\r\n conn_name: \"Wired connection 1\"\r\n state: absent\r\n\r\n- name: Adding an Ethernet connection with static IP configuration\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1670,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part4/lab19/ansible/roles/pxe-server | 3,618 | [
"no_license"
] | [
{
"path": "part4/lab19/ansible/roles/pxe-server/vars/main.yml",
"content": "---\nimage: Rocky-9.2-x86_64-minimal.iso\nurl: https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.2-x86_64-minimal.iso\npath: /var/lib/tftpboot/rocky",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4623,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part4/lab20/ansible/roles/firewall | 3,618 | [
"no_license"
] | [
{
"path": "part4/lab20/ansible/roles/firewall/templates/knockd.conf.j2",
"content": "[options]\r\n\tlogfile = /var/log/knockd.log\r\n[opencloseSSH]\r\n\tsequence = 2222:udp,3333:tcp,20000:udp\r\n\tseq_timeout = 10\r\n\ttcpflags = syn\r\n\tstart_command = /usr/bin/firewall-cmd --zone=internal --a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4495,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part4/lab20/ansible/roles/nginx | 3,618 | [
"no_license"
] | [
{
"path": "part4/lab20/ansible/roles/nginx/tasks/main.yml",
"content": "---\r\n- name: Set timezone to Europe/Moscow\r\n community.general.timezone:\r\n name: Europe/Moscow\r\n notify:\r\n - Restart chronyd\r\n\r\n- name: Install EPEL Repo package from standard repo\r\n ansible.builtin.dnf:\r\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 929,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part4/lab21/ansible/roles/frr-router | 3,618 | [
"no_license"
] | [
{
"path": "part4/lab21/ansible/roles/frr-router/defaults/main.yml",
"content": "---\ndefault_cost: true\nsymmetric_routing: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "part4/lab21/ansible/roles/frr-router/templates/frr.conf.3.j2",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2731,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part4/lab22/ansible/roles/ovpn-client | 3,618 | [
"no_license"
] | [
{
"path": "part4/lab22/ansible/roles/ovpn-client/tasks/main.yml",
"content": "---\n- name: Install EPEL Repo package from standard repo\n ansible.builtin.dnf:\n name: epel-release\n state: latest\n\n- name: Install packages\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: latest\n loop:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 827,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part4/lab22/ansible/roles/ovpn-server | 3,618 | [
"no_license"
] | [
{
"path": "part4/lab22/ansible/roles/ovpn-server/tasks/main.yml",
"content": "---\n- name: Install EPEL Repo package from standard repo\n ansible.builtin.dnf:\n name: epel-release\n state: latest\n\n- name: Install packages\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: latest\n loop:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part4/lab24/ansible/roles/net_bond | 3,618 | [
"no_license"
] | [
{
"path": "part4/lab24/ansible/roles/net_bond/handlers/main.yml",
"content": "---\r\n\r\n- name: set bond opts\r\n ansible.builtin.shell: nmcli connection modify {{ bond_name }} bond.options miimon=100,fail_over_mac=1,mode=active-backup \r\n\r\n- name: reload connection config\r\n ansible.builtin.shell: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1325,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part4/lab24/ansible/roles/net_vlan | 3,618 | [
"no_license"
] | [
{
"path": "part4/lab24/ansible/roles/net_vlan/tasks/main.yml",
"content": "---\r\n- name: Print all available facts\r\n ansible.builtin.debug:\r\n var: ansible_facts['distribution']\r\n\r\n- name: Setting up VLAN config\r\n block:\r\n - name: Deleting default Ethernet connection with DHCP\r\n commu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1592,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | part4/lab25/ansible/roles/freeipa_client | 3,618 | [
"no_license"
] | [
{
"path": "part4/lab25/ansible/roles/freeipa_client/tasks/main.yml",
"content": "---\r\n#Установка временной зоны Европа/Москва \r\n - name: Set up timezone\r\n timezone:\r\n name: \"Europe/Moscow\"\r\n \r\n #Запуск службы Chrony, добавление её в автозагрузку\r\n - name: enable chrony\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1410,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | project/ansible/roles/borg | 3,618 | [
"no_license"
] | [
{
"path": "project/ansible/roles/borg/handlers/main.yml",
"content": "---\r\n#- name: Reload services\r\n# service:\r\n# name: rsyslog\r\n# state: restarted\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "project/ansible/roles/borg/tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3044,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | project/ansible/roles/docker | 3,618 | [
"no_license"
] | [
{
"path": "project/ansible/roles/docker/tasks/main.yml",
"content": "---\n - name: Add Docker repository\n ansible.builtin.yum_repository:\n name: docker-ce-stable\n description: Docker CE stable\n baseurl: https://download.docker.com/linux/centos/9/x86_64/stable\n enabled: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | kgeor/otus-alp | a668fd75bcdfd758085db6fc445c34bac241000e | 0 | project/ansible/roles/firewall | 3,618 | [
"no_license"
] | [
{
"path": "project/ansible/roles/firewall/tasks/main.yml",
"content": "---\n- name: Set up common config\n block:\n - name: Enabling IP forwarding\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: true\n state: present\n reload: true\n \n - name: R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3013,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/asus_laptop | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/asus_laptop/tasks/main.yml",
"content": "- include_tasks: '{{ ansible_distribution }}.yml'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "bin/myansible.d/roles/asus_laptop/tasks/Archlinux.yml",
"content": "# ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/cloud_foundry | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/cloud_foundry/tasks/main.yml",
"content": "- name: Check for cf\n stat:\n path: '{{ cf_install_path }}'\n register: cf_file\n changed_when: not cf_file.stat.exists\n\n- name: Extract tarball\n unarchive:\n src: 'https://packages.cloudfoundry.org/stable?release=linu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/desktop | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/desktop/tasks/Archlinux.yml",
"content": "- pacman:\n name:\n - evince\n - firefox\n - nextcloud-client\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "bin/myansible.d/roles/deskt... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/developer | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/developer/tasks/Archlinux.yml",
"content": "- pacman:\n name:\n - curl\n - docker\n - npm\n - rxvt-unicode\n - vim\n\n - unzip\n - zip\n\n - man\n - openssh\n - which\n become: true\n\n- name: 'Give {{ ansible_user }} acc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/emacs | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/emacs/tasks/main.yml",
"content": "- name: Install emacs\n package:\n name: emacs\n become: true\n\n- name: Create plugin directory\n file:\n path: '{{ plugin_install_path }}'\n state: directory\n\n- name: Download beancount plugin\n get_url:\n url: 'https://... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/gcloud | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/gcloud/defaults/main.yml",
"content": " gcloud_sdk_install_path: '~/google-cloud-sdk'\n\n gcloud_tarball_url: 'https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-273.0.0-linux-x86_64.tar.gz'\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2179,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/i3_wm | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/i3_wm/tasks/Archlinux.yml",
"content": "- pacman:\n name:\n - i3-wm\n - xorg-server\n - xorg-xinit\n # For i3-helper\n - jq\n - libnotify\n # For run command\n - dmenu\n become: true\n",
"license_type": "no_license",
"detec... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/sysadmin | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/sysadmin/tasks/Archlinux.yml",
"content": "- pacman:\n name:\n - clusterssh\n - dnsutils\n - openssh\n - tree\n - wget\n\n # For upgrading mirror lists\n - reflector\n\n - remmina\n # Protocol-specific libraries\n - freerd... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/vagrant | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/vagrant/tasks/main.yml",
"content": "- name: Install vagrant\n package:\n name:\n - libvirt\n - vagrant\n become: true\n\n- name: Install libvirt plugin\n command: vagrant plugin install vagrant-libvirt\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/vault | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/vault/tasks/main.yml",
"content": "- name: Check for vault\n stat:\n path: '{{ vault_install_path }}'\n register: vault_file\n changed_when: not vault_file.stat.exists\n\n- name: Extract tarball\n unarchive:\n src: 'https://releases.hashicorp.com/vault/1.3.0/vault_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | pwalkr/home | 8ebb8bb0c93c2ce2076d70ffdb0a7cca1ad181bc | 1 | bin/myansible.d/roles/vbox_guest | 3,618 | [
"no_license"
] | [
{
"path": "bin/myansible.d/roles/vbox_guest/tasks/Archlinux.yml",
"content": "- pacman:\n name:\n - xf86-video-vmware\n\n - virtualbox-guest-utils\n - virtualbox-guest-modules-arch\n\n # For managing resolution if the guest additions break\n - arandr\n\n # Install host-provi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | abel149/ansible-project | 7cecb646447632578384ec55ba9ad7e779c93d1d | 0 | playbooks/roles/database | 3,618 | [
"no_license"
] | [
{
"path": "playbooks/roles/database/tasks/main.yml",
"content": "---\n- name: Install MySQL server\n apt:\n name: mysql-server\n state: present\n become: yes\n\n- name: Ensure MySQL service is enabled and started\n service:\n name: mysql\n state: started\n enabled: yes\n\n- name: Allow MyS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | abel149/ansible-project | 7cecb646447632578384ec55ba9ad7e779c93d1d | 0 | playbooks/roles/monitoring | 3,618 | [
"no_license"
] | [
{
"path": "playbooks/roles/monitoring/tasks/main.yml",
"content": "- name: Set Node Exporter variables\n set_fact:\n node_exporter_url: \"https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/node_exporter-{{ node_exporter_version }}.linux-amd64.tar.gz\"\n fallbac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1488,
"all_permissive": false
} |
ansible_role | abel149/ansible-project | 7cecb646447632578384ec55ba9ad7e779c93d1d | 0 | playbooks/roles/webserver | 3,618 | [
"no_license"
] | [
{
"path": "playbooks/roles/webserver/templates/info.html.j2",
"content": "<html>\r\n <head><title>Welcome to {{ inventory_hostname }}</title></head>\r\n <body>\r\n <h1>Hello from {{ inventory_hostname }}</h1>\r\n <p>Your IP is {{ ansible_default_ipv4.address }}</p>\r\n </body>\r\n</html>\r\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2226,
"all_permissive": false
} |
ansible_role | sodexkings/tomcat_installation | 5e49a830b94a4d2e3dfa85f580b2ee29236938ca | 0 | myplaybook/roles/javainstall | 3,618 | [
"no_license"
] | [
{
"path": "myplaybook/roles/javainstall/tasks/main.yml",
"content": "---\n - name: Installing required java\n yum:\n name: \"{{req_java}}\"\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "myplaybook/roles/javainstall/va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | sodexkings/tomcat_installation | 5e49a830b94a4d2e3dfa85f580b2ee29236938ca | 0 | myplaybook/roles/tomcatinstall | 3,618 | [
"no_license"
] | [
{
"path": "myplaybook/roles/tomcatinstall/vars/main.yml",
"content": "---\n\n req_tomcat_ver: 7.0.107\n tomcat_url: https://mirrors.ocf.berkeley.edu/apache/tomcat/tomcat-7/v7.0.107/bin/apache-tomcat-7.0.107.tar.gz\n \n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2499,
"all_permissive": false
} |
ansible_role | sodexkings/tomcat_installation | 5e49a830b94a4d2e3dfa85f580b2ee29236938ca | 0 | myplaybook/roles/tomcatinstall_1 | 3,618 | [
"no_license"
] | [
{
"path": "myplaybook/roles/tomcatinstall_1/vars/main.yml",
"content": "---\n\n req_tomcat_ver: 8.5.66\n tomcat_url: https://downloads.apache.org/tomcat/tomcat-{{req_tomcat_ver.split('.')[0]}}/v{{req_tomcat_ver}}/bin/apache-tomcat-{{req_tomcat_ver}}.tar.gz\n \n \n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3187,
"all_permissive": false
} |
ansible_role | rajeshsanjeevi/openidl-iaac | 8b7229ce0303a7c17d162770144acebc5d78d1ed | 0 | awx-automation/roles/mongodb | 3,618 | [
"permissive"
] | [
{
"path": "awx-automation/roles/mongodb/tasks/main.yaml",
"content": "---\n- name: \"Setting up mongodb cluster\"\n include_tasks: \"{{ item }}.yaml\"\n with_items:\n - \"deploy\"\n when: deploy_action == \"mongodb-deploy\"\n\n- name: \"Cleanup mongodb cluster\"\n include_tasks: \"{{ item }}.yaml\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": true
} |
ansible_role | rajeshsanjeevi/openidl-iaac | 8b7229ce0303a7c17d162770144acebc5d78d1ed | 0 | awx-automation/roles/openidl-apps | 3,618 | [
"permissive"
] | [
{
"path": "awx-automation/roles/openidl-apps/tasks/main.yaml",
"content": "---\n- name: Update kubeconfig and set context to openidl {{ app_cluster_name }}\n shell: |\n export AWS_PROFILE=cicd-role; aws eks update-kubeconfig --region {{ aws_region }} --name {{ app_cluster_name }}\n\n- name: Create a ope... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2211,
"all_permissive": true
} |
ansible_role | rajeshsanjeevi/openidl-iaac | 8b7229ce0303a7c17d162770144acebc5d78d1ed | 0 | awx-automation/roles/openidl-secrets | 3,618 | [
"permissive"
] | [
{
"path": "awx-automation/roles/openidl-secrets/tasks/main.yaml",
"content": "---\n- name: Update kubeconfig and set context to openidl {{ app_cluster_name }}\n shell: |\n export AWS_PROFILE=cicd-role; aws eks update-kubeconfig --region {{ aws_region }} --name {{ app_cluster_name }}\n\n- name: Delete de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2856,
"all_permissive": true
} |
ansible_role | rajeshsanjeevi/openidl-iaac | 8b7229ce0303a7c17d162770144acebc5d78d1ed | 0 | awx-automation/roles/prerun-job | 3,618 | [
"permissive"
] | [
{
"path": "awx-automation/roles/prerun-job/tasks/main.yaml",
"content": "---\n- name: Install package dependencies - ubuntu\n become: true\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - unzip\n - python3\n - python3-pip\n - curl\n - awscli\n - python3-request... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3131,
"all_permissive": true
} |
ansible_role | rajeshsanjeevi/openidl-iaac | 8b7229ce0303a7c17d162770144acebc5d78d1ed | 0 | awx-automation/roles/vault | 3,618 | [
"permissive"
] | [
{
"path": "awx-automation/roles/vault/tasks/main.yaml",
"content": "---\n- name: \"Setting up vault cluster\"\n include_tasks: \"{{ item }}.yaml\"\n with_items:\n - \"deploy\"\n when: deploy_action == \"vault-deploy\"\n\n- name: \"Cleanup vault cluster\"\n include_tasks: \"{{ item }}.yaml\"\n with_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1772,
"all_permissive": true
} |
ansible_role | devops2024-group-e/itu-minitwit | 3776caf72ff372502d51b7bb966cfa8fb8f6f84c | 4 | .infrastructure/configuration/roles/apt | 3,618 | [
"no_license"
] | [
{
"path": ".infrastructure/configuration/roles/apt/tasks/main.yml",
"content": "---\n# tasks file for roles/apt\n- name: Install aptitude\n ansible.builtin.apt:\n name: aptitude\n state: latest\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | devops2024-group-e/itu-minitwit | 3776caf72ff372502d51b7bb966cfa8fb8f6f84c | 4 | .infrastructure/configuration/roles/docker | 3,618 | [
"no_license"
] | [
{
"path": ".infrastructure/configuration/roles/docker/tasks/main.yml",
"content": "---\n- name: Create docker config directory\n ansible.builtin.file:\n path: /etc/docker\n state: directory\n mode: '0755'\n\n\n- name: Configure docker daemon to be available\n ansible.builtin.copy:\n src: \"{{d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1182,
"all_permissive": false
} |
ansible_role | devops2024-group-e/itu-minitwit | 3776caf72ff372502d51b7bb966cfa8fb8f6f84c | 4 | .infrastructure/configuration/roles/home-dir | 3,618 | [
"no_license"
] | [
{
"path": ".infrastructure/configuration/roles/home-dir/tasks/main.yml",
"content": "---\n# tasks file for roles/home-dir\n- name: Add bashrc path to bash_profile\n ansible.builtin.shell: echo \". /root/.bashrc\" > ~/.bash_profile\n\n- name: Set bash_profile to source\n ansible.builtin.shell: source ~/.ba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | devops2024-group-e/itu-minitwit | 3776caf72ff372502d51b7bb966cfa8fb8f6f84c | 4 | .infrastructure/configuration/roles/observability-network | 3,618 | [
"no_license"
] | [
{
"path": ".infrastructure/configuration/roles/observability-network/tasks/main.yml",
"content": "---\n- name: Standard Deny all\n community.general.ufw:\n policy: deny\n\n- name: Allow port 80 for HTTP\n community.general.ufw:\n rule: allow\n port: '80'\n\n- name: Allow port 8080 for HTTP\n com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | devops2024-group-e/itu-minitwit | 3776caf72ff372502d51b7bb966cfa8fb8f6f84c | 4 | .infrastructure/configuration/roles/swarm | 3,618 | [
"no_license"
] | [
{
"path": ".infrastructure/configuration/roles/swarm/tasks/main.yml",
"content": "---\n# tasks file for roles/swarm\n- name: check/init swarm\n community.docker.docker_swarm:\n state: present\n advertise_addr: \"{{ hostvars[groups['swmmanagers'][0]]['ansible_facts']['eth1']['ipv4']['address']}}:2377\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1647,
"all_permissive": false
} |
ansible_role | devops2024-group-e/itu-minitwit | 3776caf72ff372502d51b7bb966cfa8fb8f6f84c | 4 | .infrastructure/configuration/roles/swarm-network | 3,618 | [
"no_license"
] | [
{
"path": ".infrastructure/configuration/roles/swarm-network/tasks/main.yml",
"content": "---\n# Define firewall rules by starting to deny everything and then allowing only what is needed\n- name: Standard Deny all\n community.general.ufw:\n policy: deny\n\n- name: Allow port 80 for HTTP\n community.ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1350,
"all_permissive": false
} |
ansible_role | yukht/ops_terraform | f8b6f8880dc0df27db5dae21f6d968491bc55690 | 0 | ya_prod_ansible_srv/ansible/roles/docker | 3,618 | [
"permissive"
] | [
{
"path": "ya_prod_ansible_srv/ansible/roles/docker/tasks/main.yml",
"content": "---\n# tasks for docker role\n - name: Install docker Debian\n block:\n\n - name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1717,
"all_permissive": true
} |
ansible_role | yukht/ops_terraform | f8b6f8880dc0df27db5dae21f6d968491bc55690 | 0 | ya_prod_ansible_srv/ansible/roles/gitlab-self-managed | 3,618 | [
"permissive"
] | [
{
"path": "ya_prod_ansible_srv/ansible/roles/gitlab-self-managed/tasks/main.yml",
"content": "---\n# tasks for gitlab-self-managed role\n\n# in my case access to repositories is prohibited :(\n# - name: Add GitLab Gitlab-SM repository\n# ansible.builtin.shell:\n# cmd: curl -L \"https://packages.gitlab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 969,
"all_permissive": true
} |
ansible_role | yukht/ops_terraform | f8b6f8880dc0df27db5dae21f6d968491bc55690 | 0 | ya_prod_ansible_srv/ansible/roles/install | 3,618 | [
"permissive"
] | [
{
"path": "ya_prod_ansible_srv/ansible/roles/install/tasks/main.yml",
"content": "---\n# tasks for install role\n- name: Add GitLab repository\n ansible.builtin.shell:\n cmd: curl -L \"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh\" | bash\n\n- name: Install GitLab ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1004,
"all_permissive": true
} |
ansible_role | yukht/ops_terraform | f8b6f8880dc0df27db5dae21f6d968491bc55690 | 0 | ya_prod_ansible_srv/ansible/roles/nginx | 3,618 | [
"permissive"
] | [
{
"path": "ya_prod_ansible_srv/ansible/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for http role\n - name: install nginx\n apt: name=nginx update_cache=yes\n # state: absent\n # clean: yes\n # purge: yes\n\n - name: Create webapp directory\n file:\n path: /opt/weba... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1887,
"all_permissive": true
} |
ansible_role | freemanlatrell/racf-cert-manager-operator-collection | 7eb54276051d43b28ce89de6827746ab1c0539b5 | 0 | playbooks/roles/issue_tso_cmd | 3,618 | [
"permissive"
] | [
{
"path": "playbooks/roles/issue_tso_cmd/tasks/main.yml",
"content": "---\n###############################################################################\n# © Copyright IBM Corporation 2023\n###############################################################################\n\n# tasks file for issue_operator_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 520,
"all_permissive": true
} |
ansible_role | lisaev1/ansible-playbooks | 1ede0dec791c4cb9102b8b538f85a9dccdfa759c | 0 | hylafax-enterprise/roles/misc | 3,618 | [
"no_license"
] | [
{
"path": "hylafax-enterprise/roles/misc/handlers/main.yml",
"content": "---\n- name: update_grub_config\n command: /sbin/grub2-mkconfig -o /boot/grub2/grub.cfg\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "hylafax-enterprise/roles/misc/tasks/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | lisaev1/ansible-playbooks | 1ede0dec791c4cb9102b8b538f85a9dccdfa759c | 0 | hylafax-enterprise/roles/pre | 3,618 | [
"no_license"
] | [
{
"path": "hylafax-enterprise/roles/pre/tasks/main.yml",
"content": "---\n- name: Check if we are dealing with CentOS 7\n fail:\n msg: HylaFAX Enterprise can be installed only on CentOS 7\n when:\n not ((ansible_distribution == \"CentOS\" or\n ansible_distribution == \"Red Hat enterprise Li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | lisaev1/ansible-playbooks | 1ede0dec791c4cb9102b8b538f85a9dccdfa759c | 0 | hylafax-enterprise/roles/repos | 3,618 | [
"no_license"
] | [
{
"path": "hylafax-enterprise/roles/repos/meta/main.yml",
"content": "---\ndependencies:\n - { role: yum_gpg }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "hylafax-enterprise/roles/repos/tasks/main.yml",
"content": "---\n- name: Install i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | lisaev1/ansible-playbooks | 1ede0dec791c4cb9102b8b538f85a9dccdfa759c | 0 | hylafax-enterprise/roles/yum | 3,618 | [
"no_license"
] | [
{
"path": "hylafax-enterprise/roles/yum/meta/main.yml",
"content": "---\ndependencies:\n - { role: repos }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "hylafax-enterprise/roles/yum/tasks/main.yml",
"content": "---\n- name: Sysupgrade\n y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | lisaev1/ansible-playbooks | 1ede0dec791c4cb9102b8b538f85a9dccdfa759c | 0 | hylafax-enterprise/roles/yum_gpg | 3,618 | [
"no_license"
] | [
{
"path": "hylafax-enterprise/roles/yum_gpg/tasks/main.yml",
"content": "---\n- name: Have yum(1) check sigs on locally-installed packages\n ini_file:\n path: /etc/yum.conf\n section: main\n option: localpkg_gpgcheck\n value: '1'\n backup: yes\n\n- name: Import CentOS 7 key\n rpm_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | AlanCoding/unicode-collection | 288f457b69c65622c66132a2fbc0506cda7701eb | 0 | roles/dragon | 3,618 | [
"no_license"
] | [
{
"path": "roles/dragon/tasks/main.yml",
"content": "- name: debug 🐉\n debug: msg=\"🐉🐉🐉\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 35,
"all_permissive": false
} |
ansible_role | mblomdahl/o3 | e260c4771d19230fba7abe3c4b0d6a52e2d85d3e | 0 | roles/airflow | 3,698 | [
"permissive"
] | [
{
"path": "roles/airflow/templates/airflow-scheduler.service.j2",
"content": "[Unit]\nDescription=Airflow scheduler daemon\nAfter=network.target\n\n[Service]\nUser=airflow\nGroup=airflow\nType=simple\nExecStart=/bin/bash -ilc 'conda activate o3 && airflow scheduler'\nRestartSec=5s\n\n[Install]\nWantedBy=mul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8858,
"all_permissive": true
} |
ansible_role | mblomdahl/o3 | e260c4771d19230fba7abe3c4b0d6a52e2d85d3e | 0 | roles/anaconda3 | 3,698 | [
"permissive"
] | [
{
"path": "roles/anaconda3/defaults/main.yml",
"content": "---\n\nanaconda3_user:\n\nanaconda3_environment_name:\nanaconda3_environment_file:\n\n...\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 83
},
{
"path": "roles/anaconda3/vars/main.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3558,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.