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
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
05/roles/proxysql
532
[ "no_license" ]
[ { "path": "05/roles/proxysql/tasks/main.yml", "content": "# - name: Install epel-release\n# dnf:\n# name: \n# - epel-release\n\n- name: install percona key\n ansible.builtin.rpm_key:\n key: https://repo.percona.com/yum/PERCONA-PACKAGING-KEY\n #https://downloads.percona.com/downloads/RPM-G...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2733, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
05/roles/wordpress
532
[ "no_license" ]
[ { "path": "05/roles/wordpress/tasks/main.yml", "content": "- name: Installing Nginx Repository\n ansible.builtin.yum_repository:\n name: nginx-stable\n description: nginx stable repo\n file: nginx\n baseurl: http://nginx.org/packages/centos/$releasever/$basearch/\n gpgkey: https://nginx.org/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3148, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
06/roles/joomla
532
[ "no_license" ]
[ { "path": "06/roles/joomla/tasks/install.yml", "content": "- name: Installing Nginx Repository\n ansible.builtin.yum_repository:\n name: nginx-stable\n description: nginx stable repo\n file: nginx\n baseurl: http://nginx.org/packages/centos/$releasever/$basearch/\n gpgkey: https://nginx.org/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4561, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
06/roles/keepalived
532
[ "no_license" ]
[ { "path": "06/roles/keepalived/templates/haproxy.cfg.j2", "content": "global\n log /dev/log local0\n log /dev/log local1 notice\n chroot /var/lib/haproxy\n stats timeout 30s\n user haproxy\n group haproxy\n daemon\ndefaults\nlog global\nmode http\noption httplog\noption dontlognull\ntimeout connect 5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3213, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
06/roles/pgsql-cluster
532
[ "no_license" ]
[ { "path": "06/roles/pgsql-cluster/templates/etcd.conf.j2", "content": "# [member]\nETCD_NAME=\"{{ ansible_hostname }}\"\nETCD_DATA_DIR=\"/var/lib/etcd\"\n#ETCD_WAL_DIR=\"\"\n#ETCD_SNAPSHOT_COUNT=\"10000\"\nETCD_HEARTBEAT_INTERVAL=\"100\"\nETCD_ELECTION_TIMEOUT=\"5000\"\nETCD_LISTEN_PEER_URLS=\"http://0.0.0....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 6787, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
07/roles/fluent-bit
532
[ "no_license" ]
[ { "path": "07/roles/fluent-bit/tasks/rsyslog.yml", "content": "---\n- name: Copy config\n ansible.builtin.template:\n src: '60-fluent-bit.conf.j2'\n dest: '/etc/rsyslog.d/60-fluent-bit.conf'\n mode: 0644\n\n- name: Restart rsyslog service\n service:\n name: rsyslog\n enabled: true\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 337, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
07/roles/pgsql-cluster
532
[ "no_license" ]
[ { "path": "07/roles/pgsql-cluster/tasks/main.yml", "content": "---\n- name: \"Install software\"\n ansible.builtin.include_tasks: install.yml\n\n- name: \"Install and configure ETCD\"\n ansible.builtin.include_tasks: etcd.yml\n\n- name: \"Install and configure Patroni\"\n ansible.builtin.include_tasks: p...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1194, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
08/roles/create-vm
532
[ "no_license" ]
[ { "path": "08/roles/create-vm/tasks/restart-vms.yml", "content": "- name: Restart VMs\n community.general.proxmox_kvm:\n api_host: \"{{ api_host }}\"\n api_token_id: \"{{ api_token_id }}\"\n api_token_secret: \"{{ api_token_secret }}\"\n api_user: \"{{ api_user }}\"\n vmid: \...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3829, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
08/roles/fluent-bit
532
[ "no_license" ]
[ { "path": "08/roles/fluent-bit/tasks/etchosts.yml", "content": "---\n- name: Hosts | populate inventory into hosts file\n ansible.builtin.blockinfile:\n dest: /etc/hosts\n block: |-\n {% for item in groups['kafka_servers'] %}\n {{ hostvars[item].ansible_host }} {{ item }}.{{ domain_name }} ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
08/roles/kafka
532
[ "no_license" ]
[ { "path": "08/roles/kafka/defaults/main.yml", "content": "---\nzk_root_dir: \"/opt/zookeeper\"\nzk_data_dir: \"/var/lib/zookeeper\"\n#myid: \"{{ groups['kafka_servers'].index(inventory_hostname) + 1 }}\"\ndomain_name: otushl.local", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 571, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
08/roles/logstash
532
[ "no_license" ]
[ { "path": "08/roles/logstash/defaults/main.yml", "content": "---\nkafka_topics:\n - wordpress-access\n - loadbalancer-nginx-access", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "08/roles/logstash/tasks/main.yml", "content": "---\n- name: Hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4480, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
08/roles/stop-all-vm
532
[ "no_license" ]
[ { "path": "08/roles/stop-all-vm/tasks/main.yml", "content": "- name: Stopped VMs\n proxmox_kvm:\n api_host: \"{{ api_host }}\"\n api_user: \"{{ api_user }}\"\n api_token_id: \"{{ api_token_id }}\"\n api_token_secret: \"{{ api_token_secret }}\"\n vmid: \"{{ item.value.vmid }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
08/roles/targetcli
532
[ "no_license" ]
[ { "path": "08/roles/targetcli/tasks/main.yml", "content": "- name: Install targetcli\n ansible.builtin.yum:\n name:\n - targetcli\n state: present\n\n- name: Gather targetcli status\n ansible.builtin.command: \"targetcli /backstores/block/disk01 info\"\n register: targetcli_status\n ignore_er...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
09/roles/consul
532
[ "no_license" ]
[ { "path": "09/roles/consul/templates/service_web.json", "content": "{\n \"service\": {\n \"name\": \"backend\",\n \"port\": 80,\n \"check\": {\n \"args\": [\"curl\", \"localhost:80\"],\n \"interval\": \"10s\"\n },\n \"tags\": [ \"backend\" ]\n }\n}", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2712, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
09/roles/create-vm
532
[ "no_license" ]
[ { "path": "09/roles/create-vm/tasks/main.yml", "content": "---\n- name: \"Create vms\"\n ansible.builtin.include_tasks: create-vms.yml\n\n- name: \"add second disk to vm iscsi-srv\"\n ansible.builtin.include_tasks: add-disk.yml", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
09/roles/ha-cluster
532
[ "no_license" ]
[ { "path": "09/roles/ha-cluster/tasks/main.yml", "content": "- name: Install the Packages\n ansible.builtin.dnf:\n name:\n - pacemaker\n - pcs\n - dlm\n - lvm2\n - lvm2-lockd\n - gfs2-utils\n state: present\n enablerepo: highavailability,appstream,resilientstorage\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8609, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
09/roles/keepalived
532
[ "no_license" ]
[ { "path": "09/roles/keepalived/tasks/main.yml", "content": "- name: Install packages\n ansible.builtin.dnf:\n name:\n - keepalived\n state: latest\n update_cache: true\n\n- name: Change sysctl config\n ansible.posix.sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1358, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
09/roles/lb-nginx-consul
532
[ "no_license" ]
[ { "path": "09/roles/lb-nginx-consul/files/consul.hcl", "content": "consul {\n address = \"localhost:8500\"\n\n retry {\n enabled = true\n attempts = 12\n backoff = \"250ms\"\n }\n}\ntemplate {\n source = \"/usr/local/consul/templates/upstreams.conf.ctmpl\"\n destination = \"/etc/nginx/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2556, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
09/roles/remove-vm
532
[ "no_license" ]
[ { "path": "09/roles/remove-vm/tasks/main.yml", "content": "- name: Stopped VMs\n proxmox_kvm:\n api_host: \"{{ api_host }}\"\n api_user: \"{{ api_user }}\"\n api_token_id: \"{{ api_token_id }}\"\n api_token_secret: \"{{ api_token_secret }}\"\n vmid: \"{{ item.value.vmid }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
09/roles/start-all-vm
532
[ "no_license" ]
[ { "path": "09/roles/start-all-vm/tasks/main.yml", "content": "- name: Started VMs\n proxmox_kvm:\n api_host: \"{{ api_host }}\"\n api_user: \"{{ api_user }}\"\n api_token_id: \"{{ api_token_id }}\"\n api_token_secret: \"{{ api_token_secret }}\"\n vmid: \"{{ item.value.vmid }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
10/ansible/roles/db
532
[ "no_license" ]
[ { "path": "10/ansible/roles/db/tasks/main.yml", "content": "- name: Install mysql-server package\n dnf:\n name: \n - mysql-server\n - python3-PyMySQL\n - mysql\n\n- name: Save root password in .my.cnf\n template:\n src: root-my_empty.cnf.j2\n dest: /root/.my.cnf\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1361, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
11/roles/create-vm
532
[ "no_license" ]
[ { "path": "11/roles/create-vm/tasks/main.yml", "content": "---\n- name: \"Create vms\"\n ansible.builtin.include_tasks: create-vms.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "11/roles/create-vm/tasks/create-vms.yml", "content": "\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2470, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
11/roles/salt-master
532
[ "no_license" ]
[ { "path": "11/roles/salt-master/files/srv/pillar/top.sls", "content": "---\n\nbase:\n 'db-srv*':\n - mysql\n 'backend*':\n - wordpress", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "11/roles/salt-master/files/srv/pillar/mysql.sls", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 8711, "all_permissive": false }
ansible_role
alexeykopalev/otus-hl-hw
8e4973e574dc879fe20a74225929aeee58735c32
0
11/roles/salt-minion
532
[ "no_license" ]
[ { "path": "11/roles/salt-minion/tasks/main.yml", "content": "---\n\n- name: Hosts | populate inventory into hosts file\n ansible.builtin.blockinfile:\n dest: /etc/hosts\n block: |-\n 10.6.7.5 salt-master1.otushl.local salt-master1\n 10.6.7.6 db-srv1.otushl.local db-srv1\n 10.6.7.50 bac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1134, "all_permissive": false }
ansible_role
Tejashwini-Rao/ansible-t66
a61a13a64aa33d1484ca9fe7818c1093402e99f4
0
roles/common
532
[ "no_license" ]
[ { "path": "roles/common/tasks/pre-app-setup.yml", "content": "- name: Add RooShop App USer\n ansible.builtin.user:\n name: roboshop\n comment: RoboShop Application User\n\n- name: Remove Old App Content\n ansible.builtin.file:\n path: /home/roboshop/{{COMPONENT}}\n state: absent\n\n- name: Cre...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1561, "all_permissive": false }
ansible_role
KoalaTea/bakery
332cbb778c3ab779358609c8fcb71d7533e08d74
0
roles/dns
532
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yml", "content": "---\n# tasks file for dns\n- name: install pi-hole\n command: curl -sSL https://install.pi-hole.net | bash\n tags: dns\n\n- name: copy over second conf file\n copy:\n src: 02-lan.conf\n dest: /etc/dnsmasq.d/02-lan.conf\n tags: dns\n\n- name: copy o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
KoalaTea/bakery
332cbb778c3ab779358609c8fcb71d7533e08d74
0
roles/ipa
532
[ "no_license" ]
[ { "path": "roles/ipa/tasks/main.yml", "content": "---\n# tasks file for ipa\n\n - name: Install ipa, rng-tools, bind-utils\n package:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - rng-tools\n - bind-utils\n - ipa-server\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 241, "all_permissive": false }
ansible_role
KoalaTea/bakery
332cbb778c3ab779358609c8fcb71d7533e08d74
0
roles/kubernetes
532
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n# tasks file for kubernetes\n# ubuntu 18.04.2 LTS (Bionic Beaver)\n\n- name: disable swap now\n shell: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n- name: disable swap for reboot\n mount:\n name: \"{{ item }}\"\n fstype: swap\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6319, "all_permissive": false }
ansible_role
KoalaTea/bakery
332cbb778c3ab779358609c8fcb71d7533e08d74
0
roles/radius
532
[ "no_license" ]
[ { "path": "roles/radius/vars/main.yml", "content": "---\n# vars file for radius", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/radius/tasks/main.yml", "content": "---\n# tasks file for radius\n\n- name: install radius packages\n package...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 411, "all_permissive": false }
ansible_role
KoalaTea/bakery
332cbb778c3ab779358609c8fcb71d7533e08d74
0
roles/santa
532
[ "no_license" ]
[ { "path": "roles/santa/tests/test.yml", "content": "---\n- hosts: all\n remote_user: root\n roles:\n - ../../santa\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/santa/defaults/main.yml", "content": "---\n# defaults file for santa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 460, "all_permissive": false }
ansible_role
KoalaTea/bakery
332cbb778c3ab779358609c8fcb71d7533e08d74
0
roles/setup
532
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n# tasks file for setup\n# TODO use non root\n# TODO install python if missing\n\n- name: ensure ssh directory\n file:\n path: /root/.ssh/\n state: directory\n mode: 0550\n\n- name: deploy my ssh key\n authorized_key:\n user: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
KoalaTea/bakery
332cbb778c3ab779358609c8fcb71d7533e08d74
0
roles/sparbar
532
[ "no_license" ]
[ { "path": "roles/sparbar/handlers/main.yml", "content": "---\n# handlers file for sparbar", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/sparbar/tasks/main.yml", "content": "---\n# tasks file for sparbar\n\n- name: include setup role\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 368, "all_permissive": false }
ansible_role
KoalaTea/bakery
332cbb778c3ab779358609c8fcb71d7533e08d74
0
roles/web
532
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n# tasks file for web\n\n- name: install nginx\n package:\n name: nginx\n state: installed\n\n- name: start and enable radius\n service:\n name: nginx\n state: started\n enabled: yes\n\n- name: upload deploy key\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1005, "all_permissive": false }
ansible_role
KoalaTea/bakery
332cbb778c3ab779358609c8fcb71d7533e08d74
0
roles/wukong
532
[ "no_license" ]
[ { "path": "roles/wukong/defaults/main.yml", "content": "---\n# defaults file for wukong", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/wukong/tasks/main.yml", "content": "---\n# tasks file for wukong\n#- name: include setup\n# include_r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 465, "all_permissive": false }
ansible_role
wfblockchain/cosmos-ansible-difi
57099a524ed241aff9e730f78e29f5cafdd52806
0
roles/faucet
532
[ "no_license" ]
[ { "path": "roles/faucet/tasks/faucet.yml", "content": "---\n- name: checkout rest faucet repo\n git:\n repo: 'https://github.com/hyphacoop/cosmos-rest-faucet.git'\n dest: \"{{node_user_home}}/cosmos-rest-faucet\"\n version: \"{{faucet_version}}\"\n force: yes\n become: yes\n\n- name: Set up py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1070, "all_permissive": false }
ansible_role
wfblockchain/cosmos-ansible-difi
57099a524ed241aff9e730f78e29f5cafdd52806
0
roles/node
532
[ "no_license" ]
[ { "path": "roles/node/tasks/config.yml", "content": "---\n\n- name: get home directory of Ansible runner\n shell: \"echo $HOME\"\n register: ansible_runner_home\n\n- name: create SSH keypair for multi node sync\n when: start_multinode or sync_multinode_genesis\n community.crypto.openssh_keypair:\n pa...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 30233, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
1/roles/myproject
532
[ "no_license" ]
[ { "path": "1/roles/myproject/tasks/main.yml", "content": "- name: ----- Create /home/ansible_exercises/ -----\n file:\n path: /home/ansible\n state: directory\n owner: root\n group: root\n mode: 0755\n tags: [create_directory]\n\n- name: ----- Create /home/ansible_exercises/playbook_exercis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3860, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
10/roles/myproject
532
[ "no_license" ]
[ { "path": "10/roles/myproject/tasks/main.yml", "content": "- name: ----- Replace Module -----\n replace:\n path: /etc/nginx/nginx.conf\n regexp: ' listen 8082;'\n replace: ' listen 8080;'\n # after:\n # before:\n tags: [replace_mod]\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
12/roles/myproject
532
[ "no_license" ]
[ { "path": "12/roles/myproject/tasks/main.yml", "content": "- name: ----- reboot module -----\n reboot:\n reboot_timeout: 50\n tags: [reboot_mod]\n\n- name: ----- mail module -----\n mail:\n host: 127.0.0.1\n port: 2025\n subject: Ansible-report\n body: Hello, this is an e-mail. I hope you ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2268, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
13/roles/myproject
532
[ "no_license" ]
[ { "path": "13/roles/myproject/tasks/main.yml", "content": "- name: ----- mariadb installation -----\n yum:\n name: mariadb-server\n state: installed\n tags: [ mariadb_installation, mariadb ]\n\n- name: ----- mariadb service enabled and started -----\n service:\n name: mariadb\n enabled: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1345, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
14/roles/myproject
532
[ "no_license" ]
[ { "path": "14/roles/myproject/tasks/main.yml", "content": "- name: ----- show ansible_os_family -----\n debug:\n msg: \"{{ansible_os_family}}\"\n tags: ansible_os_family\n\n- name: ----- set package_name -----\n set_fact:\n package_name: \"httpd\"\n when: ansible_os_family==\"RedHat\"\n t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3120, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
2/roles/myproject
532
[ "no_license" ]
[ { "path": "2/roles/myproject/tasks/main.yml", "content": "- name: ----- Schedule Script -----\n script: schedule.sh\n register: show_out\n tags: [shell_script]\n\n- name: ----- Show Out -----\n debug:\n msg: \"{{show_out.stdout}}\"\n tags: [shell_script]", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 767, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
3/roles/myproject
532
[ "no_license" ]
[ { "path": "3/roles/myproject/tasks/main.yml", "content": "# - name: ----- Schedule Script -----\n# script: schedule.sh\n# register: show_out\n# tags: [shell_script]\n\n# - name: ----- Show Out -----\n# debug:\n# msg: \"{{show_out.stdout}}\"\n# tags: [shell_script]\n\n- name: ----- Copy your sc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
4/roles/myproject
532
[ "no_license" ]
[ { "path": "4/roles/myproject/tasks/main.yml", "content": "- name: ----- TestDir Directory -----\n file:\n path: /home/TestDir\n state: directory\n owner: root\n group: root\n mode: 0755\n tags: [create_directory]\n\n- name: ----- shell module -----\n shell: echo \"test shell module\" > Tes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
5/roles/myproject
532
[ "no_license" ]
[ { "path": "5/roles/myproject/tasks/main.yml", "content": "- name: ----- Group module -----\n group:\n name: devops\n state: present\n tags: [group_mod]\n\n- name: ----- User module -----\n user:\n name: userx\n group: devops\n # if you make the state = absent, the user will be checked not ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
6/roles/myproject
532
[ "no_license" ]
[ { "path": "6/roles/myproject/tasks/main.yml", "content": "- name: ----- zypper_repository module -----\n zypper_repository:\n name: \n repo: \n state:\n tags: [zypper_repository_mod]\n\n- name: ----- zypper module -----\n zypper:\n name: ''\n state:\n disable_gpg_check:\n tags: [zypper...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
7/roles/myproject
532
[ "no_license" ]
[ { "path": "7/roles/myproject/tasks/main.yml", "content": "# - name: ----- zypper_repository module -----\n# zypper_repository:\n# name: \n# repo: \n# state:\n# tags: [zypper_repository_mod]\n\n# - name: ----- zypper module -----\n# zypper:\n# name: ''\n# state:\n# disable_gpg_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1138, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
8/roles/myproject
532
[ "no_license" ]
[ { "path": "8/roles/myproject/vars/main.yml", "content": "nginx_port: \"8082\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "8/roles/myproject/tasks/main.yml", "content": "- name: ----- Template module -----\n template: # template can be used...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 711, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
9/roles/myproject
532
[ "no_license" ]
[ { "path": "9/roles/myproject/vars/main.yml", "content": "nginx_port: \"8082\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 19 }, { "path": "9/roles/myproject/files/schedule1.sh", "content": "#!/bin/bash\n\nYear=`date +%Y`\nMonth=`date +%m`\nDay=`date +%d`\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 972, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
docker_integration/roles/project
532
[ "no_license" ]
[ { "path": "docker_integration/roles/project/tasks/main.yml", "content": "---\n- name: ----- pulling image -----\n docker_image:\n name: centos\n source: pull\n # build, local, ...\n tags: centos_image\n\n- name: ----- pulling image -----\n docker_image:\n name: nginx\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1782, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
exercise-34-handlers/roles/project
532
[ "no_license" ]
[ { "path": "exercise-34-handlers/roles/project/tasks/main.yml", "content": "- name: ----- nginx configuration -----\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify:\n - restart nginx\n tags: nginx_handler\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
exercise-38-nfs/roles/project
532
[ "no_license" ]
[ { "path": "exercise-38-nfs/roles/project/tasks/main.yml", "content": "---\n- name: ----- nfs-utils and firewalld installation -----\n yum:\n name: \"{{item}}\"\n state: present\n loop:\n - firewalld\n - nfs-utils\n tags: nfs_installation\n\n- name: ----- enable and start fire ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1764, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
imports/roles/project1
532
[ "no_license" ]
[ { "path": "imports/roles/project1/tasks/task2.yml", "content": "- name: ----- task2 debug msg -----\n debug:\n msg: \"task2 debug msg\"\n tags: test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "imports/roles/project1/tasks/main.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 293, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
imports/roles/project2
532
[ "no_license" ]
[ { "path": "imports/roles/project2/tasks/main.yml", "content": "---\n- name: ----- print a msg from task/main.yml in prj2 -----\n debug:\n msg: \"print a msg from task/main.yml in prj2\"\n tags: test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
k8s_machines/roles/project
532
[ "no_license" ]
[ { "path": "k8s_machines/roles/project/tasks/main.yml", "content": "---\n- name: template \"/etc/resolv.conf\" replacement\n template:\n src: roles/project/templates/resolv_conf.j2\n dest: /etc/resolv.conf\n force: yes\n owner: root\n mode: '0666'\n tags: resolv_conf\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 756, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
loops/roles/myproject
532
[ "no_license" ]
[ { "path": "loops/roles/myproject/vars/main.yml", "content": "nginx_port: \"8082\"\n#backup_path: \"/home\"\nvar1: false\nvar2: \"yes\"\n\nuser_list:\n - Ali\n - Alireza\n - Amin\n - Amir\n\nmy_dict:\n environment: Cluster_Test\n app: ElasticSearch\n version: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3368, "all_permissive": false }
ansible_role
amirborzouie/Ansible_Playbooks
2f90d1c1fd28bea9216031d594ce0a858be66fca
0
playbook_maker/roles/myproject
532
[ "no_license" ]
[ { "path": "playbook_maker/roles/myproject/vars/main.yml", "content": "nginx_port: \"8082\"\n#backup_path: \"/home\"\nvar1: false\nvar2: \"yes\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "playbook_maker/roles/myproject/templates/project.yml.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1950, "all_permissive": false }
ansible_role
Aakankshi1/OSS_Tools_Installation
fcf5d991b8e9a3993d24aca1533693edbd340266
0
roles/Install_Tools
532
[ "no_license" ]
[ { "path": "roles/Install_Tools/handlers/main.yml", "content": "---\n - name: enable docker\n service:\n name: docker\n state: started\n enabled: yes\n become: yes\n\n - name: enable Jenkins \n service:\n name: jenkins\n state: started\n enabled: yes\n become: yes\n\n - name: ...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 7661, "all_permissive": false }
ansible_role
Dervish13/jail-buildbot
4c5937783c9501251092a735d2ff3adfd68e26c9
0
ansible/roles/buildbot
532
[ "no_license" ]
[ { "path": "ansible/roles/buildbot/templates/buildbot_worker.j2", "content": "buildbot_worker_enable=\"YES\"\nbuildbot_worker_basedir=\"/root/worker\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/buildbot/templates/buildbot.j2", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1648, "all_permissive": false }
ansible_role
Sharath44665/ansibleTutorial
efb243a0afaba0b8437ae2914546f7fce1b60824
0
roles/base
532
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": " - name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY> <EMAIL>@<EMAIL>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
Sharath44665/ansibleTutorial
efb243a0afaba0b8437ae2914546f7fce1b60824
0
roles/web_servers
532
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install apache and php for Ubuntu\n tags: apache, apache2, Ubuntu\n apt:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1033, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/apt-cacher-ng
532
[ "no_license" ]
[ { "path": "roles/apt-cacher-ng/tasks/main.yml", "content": "---\n- name: Setup apt cacher ng address\n ansible.builtin.lineinfile:\n path: /etc/apt/apt.conf.d/00aptproxy\n line: Acquire::http::Proxy \"{{ apt_cache_proxy }}\";\n create: true\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/apt-update
532
[ "no_license" ]
[ { "path": "roles/apt-update/tasks/main.yml", "content": "---\n\n- name: update all packages\n package:\n name: '*'\n state: latest\n\n- name: Check if reboot is needed because kernel was upgraded\n stat:\n path: /var/run/reboot-required\n register: apt_reboot_hint_result\n when: ansible_os_fami...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 962, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/batcat
532
[ "no_license" ]
[ { "path": "roles/batcat/tasks/main.yml", "content": "---\n- name: ensure bat config dir exists\n become: false\n ansible.builtin.file:\n path: \"~/.config/bat/themes\"\n state: directory\n mode: 0755\n\n- name: ensure bat syntax dir exists\n become: false\n ansible.builtin.file:\n path: \"~/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 939, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/chezmoi
532
[ "no_license" ]
[ { "path": "roles/chezmoi/tasks/main.yml", "content": "---\n\n- name: Create chezmoi config\n copy:\n dest: ~/.config/chezmoi/chezmoi.toml\n content: |\n [git]\n autoCommit = true\n autoPush = 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": 161, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/gh-release-binary
532
[ "no_license" ]
[ { "path": "roles/gh-release-binary/tasks/main.yml", "content": "---\n- name: ensure local bin dir exists\n become: false\n ansible.builtin.file:\n path: \"~/.local/bin\"\n state: directory\n mode: 0755\n\n- name: Get latest release numbers from local repository\n ansible.builtin.uri:\n url: h...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1954, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/github-release-binary
532
[ "no_license" ]
[ { "path": "roles/github-release-binary/tasks/main.yml", "content": "---\n- name: ensure local bin dir exists\n become: false\n ansible.builtin.file:\n path: \"~/.local/bin\"\n state: directory\n mode: 0755\n\n- name: Looping all GitHub Release Binaries in var ghrb\n include_tasks: myrepo.yml\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4283, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/initial-setup
532
[ "no_license" ]
[ { "path": "roles/initial-setup/tasks/main.yml", "content": "---\n- name: remove ubuntu motd spam\n become: true\n file:\n path: \"/etc/update-motd.d/{{ item }}\"\n state: absent\n loop:\n - 80-livepatch\n - 95-hwe-eol\n - 10-help-text\n when: ansible_distribution == 'Ubuntu'\n\n- name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 952, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/logwatch
532
[ "no_license" ]
[ { "path": "roles/logwatch/templates/logwatch.conf.j2", "content": "Output = mail\nMailTo = <EMAIL>\nMailFrom = <EMAIL>\nDetail = Low\nService = All\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/logwatch/tasks/main.yml", "content": "--...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 434, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/nvm
532
[ "no_license" ]
[ { "path": "roles/nvm/tasks/main.yml", "content": "---\n\n- name: Install nvm\n ansible.builtin.shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/{{ nvm_version }}/install.sh | bash\n args:\n creates: \"{{ ansible_env.HOME }}/.nvm/nvm.sh\"\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/python
532
[ "no_license" ]
[ { "path": "roles/python/tasks/pip3.yml", "content": "---\n\n- name: update pip\n pip: name=\"pip\" state=latest executable=pip3\n become: true\n\n- name: update pip\n pip: name=\"pip\" state=latest executable=pip3\n become: false\n\n- name: Install python3 packages with pip3\n pip:\n name: \"{{ item...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 946, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/tmux
532
[ "no_license" ]
[ { "path": "roles/tmux/templates/strt.sh", "content": "#!/bin/bash\n\nsession=$1\nif [ -z \"$session\" ]; then\n session=\"main\"\nfi\n\nif [ \"$session\" == \"list\" ]; then\n smug list\n exit 0\nfi\n\nsmug start $session || smug list\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 769, "all_permissive": false }
ansible_role
hannah98/ansible-ubuntu-setup
b8fa79103c8a0f734ef180366dc1329b57747fd8
0
roles/vim
532
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Create .vim directory if it does not exist\n become: false\n ansible.builtin.file:\n path: \"~/.vim/colors\"\n state: directory\n mode: \"0755\"\n\n- stat:\n path: \"~/.vim/colors/solarized.vim\"\n become: false\n register: solar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/apache2_common
532
[ "no_license" ]
[ { "path": "roles/apache2_common/tasks/main.yml", "content": "- name: Install Apache apt packages\n apt:\n state : present\n pkg:\n - apache2\n - libapache2-mod-shib # sp\n - libapache2-mod-php\n\n- name: Remove Default Index file\n file: path=/var/www/html/index.html state=abse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 997, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/apache2_shib_idp
532
[ "no_license" ]
[ { "path": "roles/apache2_shib_idp/tasks/main.yml", "content": "- name: Enable modules proxy_http ssl headers alias include negotiation\n apache2_module: name={{ item }} state=present\n with_items:\n - proxy_ajp\n - proxy_http\n - headers\n - alias\n - include\n - negotiation\n - ssl\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1063, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/apache2_shib_sp
532
[ "no_license" ]
[ { "path": "roles/apache2_shib_sp/tasks/main.yml", "content": "- name: Create metadata directory for IdP metadata\n file: name=/etc/shibboleth/metadata state=directory\n\n- name: Enable modules shib2\n apache2_module: name={{ item }} state=present\n with_items:\n - headers\n - alias\n - include\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1236, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/common
532
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "# - name: \"Uninstall and Purge\"\n # include_role:\n # name: \"uninstall\"\n # when: uninstall == 'true'\n\n- name: \"Ensures {{ cert_path }} dir exists\"\n file: path=\"{{ cert_path }}\" state=directory\n\n- name: Copy certs\n copy:\n src: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2148, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/httpd
532
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "- name: \"Apache common\"\n include_role:\n name: \"apache2_common\"\n when: httpd == 'apache'\n\n- name: \"Apache shib idp\"\n include_role:\n name: \"apache2_shib_idp\"\n when: httpd == 'apache'\n\n- name: \"Apache shib sp\"\n include_role:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 570, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/jetty
532
[ "no_license" ]
[ { "path": "roles/jetty/handlers/main.yml", "content": "---\n# handlers file for jetty\n\n- name: \"Restart Jetty\"\n become: yes\n become_method: sudo\n systemd:\n name: jetty\n daemon-reload: True\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3566, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/mariadb
532
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "- name: Check debconf for mariadb-server entries\n shell: (debconf-get-selections | grep -q -s mariadb-server); echo $?\n register: debconf\n ignore_errors: yes\n\n- name: Set debconf mariadb-server root password\n debconf: name=mariadb-server questi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4182, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/nginx_install
532
[ "no_license" ]
[ { "path": "roles/nginx_install/tasks/main.yml", "content": "- name: Install NginX apt packages\n apt:\n state: present\n pkg:\n # it will be compiled from source\n #- nginx\n - build-essential\n - libssl-dev\n - supervisor\n - libpcre3\n - libpcre3-dev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4118, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/nginx_shib_idp
532
[ "no_license" ]
[ { "path": "roles/nginx_shib_idp/tasks/main.yml", "content": "- name: Install IdP Virtualhost configuration\n template:\n src: \"roles/{{ role_name }}/templates/shib_idp.conf\"\n dest: /etc/nginx/sites-available/{{ idp_fqdn }}.conf\n\n- name: Enable IdP Virtualhost\n command: ln -s /etc/nginx/sites-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/nginx_shib_sp
532
[ "no_license" ]
[ { "path": "roles/nginx_shib_sp/tasks/main.yml", "content": "- name: Create metadata directory for IdP metadata\n file: name=/etc/shibboleth/metadata state=directory\n\n- name: Install Shibboleth apt packages\n apt:\n state: present\n pkg:\n # - shibboleth-sp2-utils\n # - shibboleth-sp2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1933, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/shib3sp
532
[ "no_license" ]
[ { "path": "roles/shib3sp/templates/shibboleth2.xml", "content": "<SPConfig xmlns=\"urn:mace:shibboleth:3.0:native:sp:config\"\n xmlns:conf=\"urn:mace:shibboleth:3.0:native:sp:config\"\n xmlns:md=\"urn:oasis:names:tc:SAML:2.0:metadata\"\n clockSkew=\"180\">\n\n <!-- The OutOfProcess section conta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 18009, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/shib4idp_configure
532
[ "no_license" ]
[ { "path": "roles/shib4idp_configure/templates/attribute-filter-local.xml", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AttributeFilterPolicyGroup id=\"ShibbolethFilterPolicyLocal\"\n xmlns=\"urn:mace:shibboleth:2.0:afp\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 47773, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/shib4idp_install
532
[ "no_license" ]
[ { "path": "roles/shib4idp_install/tasks/main.yml", "content": "- name: Install Java packages OpenJDK\n apt: name={{ item }} state=present\n with_items:\n - openjdk-11-jre\n when: java_jdk == \"openjdk-11-jre\"\n\n- name: Install Java dependencies packages Amazon Corretto\n apt: name={{ item }} state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3352, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/sp_federation
532
[ "no_license" ]
[ { "path": "roles/sp_federation/tasks/main.yml", "content": "# METADATAS - SP\n# reboot time (thank you servlet_container) makes metadata GET fails or return 404!\n# <NAME> consiglia una regexp sul log di avvio di tomcat/jetty relativo all'idp, funziona bene!\n- name: \"Wait until the string 'RemoteUserAuthS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2314, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/tomcat
532
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "- name: \"Install {{ tomcat_version }}\"\n apt: name={{ item }} state=present\n with_items:\n - \"{{ tomcat_version }}\"\n - \"{{ tomcat_version }}-admin\"\n\n- name: /etc/{{ tomcat_version }}/server.xml with AJP, NO 8080, and no autoDeploy\n tem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1145, "all_permissive": false }
ansible_role
peppelinux/Ansible-Shibboleth-IDP-SP-Debian
44dbb49cd0a86679b0973e3f2cabe43d933a8f07
12
roles/uninstall
532
[ "no_license" ]
[ { "path": "roles/uninstall/tasks/main.yml", "content": "# Servlet\n- name: Stop Jetty\n service: name=jetty state=stopped enabled=false\n ignore_errors: yes\n\n- name: Uninstall jetty\n file: path=\"{{ jetty_path }}/\" state=absent\n\n- name: Remove /etc/init.d/jetty\n file: path=/etc/init.d/jetty state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3124, "all_permissive": false }
ansible_role
kuki444/capistrano-centos-ansible
35c872312f1a2248a57275d33271e1cbc3b8cf3e
0
roles/capistrano
532
[ "no_license" ]
[ { "path": "roles/capistrano/tasks/main.yml", "content": "- name: capistranoのインストール\n become: yes\n gem:\n name=capistrano\n user_install=no\n environment:\n PATH: \"/usr/local/bin:{{ ansible_env.PATH }}\"\n\n- name: capistrano-extのインストール\n become: yes\n gem:\n name=capistrano-ext\n user_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
kuki444/capistrano-centos-ansible
35c872312f1a2248a57275d33271e1cbc3b8cf3e
0
roles/ruby
532
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: Rubyがインストールされているか確認\n command:\n test -f {{ ruby_file_name }}\n register:\n ruby_test_vars\n failed_when: ruby_test_vars.rc not in [0, 1]\n changed_when: false\n\n- name: Rubyがダウンロード済みか確認\n command:\n test -f {{ work_dir }}/{{ ruby_arc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1930, "all_permissive": false }
ansible_role
kuki444/capistrano-centos-ansible
35c872312f1a2248a57275d33271e1cbc3b8cf3e
0
roles/system
532
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "- name: 開発ツールのインストール\n become: yes\n yum: name='@Development Tools'\n\n- name: curlのインストール\n become: yes\n yum:\n name='curl'\n\n- name: yum Repository ius インストール\n become: yes\n shell:\n curl -s https://setup.ius.io | sh\n environment:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1054, "all_permissive": false }
ansible_role
edilkk/configuration_management
196a930a254c58e30ceef77fcac65cd389660d5c
0
roles/r1soft
532
[ "no_license" ]
[ { "path": "roles/r1soft/tasks/main.yml", "content": "---\n# tasks file for r1soft\n- block:\n - name: Create repository\n copy:\n src: r1soft.repo\n dest: /etc/yum.repos.d/r1soft.repo\n\n - name: Install r1soft agent\n package:\n name: serverbackup-enterprise-agent\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
edilkk/configuration_management
196a930a254c58e30ceef77fcac65cd389660d5c
0
roles/wordpress
532
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n- name: Install all necessary packages\n package:\n name: \"{{item}}\"\n state: present\n with_items: \n - wget\n - unzip\n - php-gd\n - httpd\n - mysql\n - mariadb-server\n - php\n - php...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
deepti-cloudibility/Discover-helm
7ce9d656d1286ed02ac06c735d908b55e8b56153
0
roles/create-storageclass
532
[ "no_license" ]
[ { "path": "roles/create-storageclass/tasks/main.yml", "content": "---\n- stat: path=/etc/cnva/storageclass-data.flag\n register: cnva_storageclass_data\n\n- name: Create Storageclass manifest\n copy:\n dest: /opt/CNVA-DEV/storageclass-data.yaml\n content: |\n kind: StorageClass\n apiVersio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1194, "all_permissive": false }
ansible_role
deepti-cloudibility/Discover-helm
7ce9d656d1286ed02ac06c735d908b55e8b56153
0
roles/deploy-efk-stack
532
[ "no_license" ]
[ { "path": "roles/deploy-efk-stack/tasks/main.yml", "content": "---\n- stat: path=/etc/cnva/efk.flag\n register: cnva_efk\n\n- name: Unpack EFK Stack\n unarchive:\n src: ./src/efk/efk.zip\n dest: /opt/CNVA-DEV\n when: ansible_hostname == \"{{ lookup('env','K8S_CLUSTER_NAME') |default('cnva') }}-mast...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1263, "all_permissive": false }
ansible_role
nesono/infrastructure
ec312729dda3b29351ee8da4b269856127866d08
1
roles/common
532
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update apt-get repo and cache\n ansible.builtin.apt:\n update_cache: true\n force_apt_get: true\n cache_valid_time: 3600\n tags: [never, apt_update]\n\n- name: Upgrade all apt packages\n ansible.builtin.apt:\n upgrade: dist\n for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1634, "all_permissive": false }
ansible_role
nesono/infrastructure
ec312729dda3b29351ee8da4b269856127866d08
1
roles/compose
532
[ "no_license" ]
[ { "path": "roles/compose/tasks/main.yaml", "content": "- name: Copy Docker daemon.json\n ansible.builtin.copy:\n src: docker/daemon.json\n dest: /etc/docker/daemon.json\n owner: 0\n group: 0\n mode: '0644'\n notify:\n - Restart Docker service\n tags: [provision]\n\n- name: Create root o...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 20338, "all_permissive": false }
ansible_role
nesono/infrastructure
ec312729dda3b29351ee8da4b269856127866d08
1
roles/docker
532
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Uninstall old Docker packages\n ansible.builtin.apt:\n pkg:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n update_cache: false\n tags: [never, docker_purge]\n\n- name: Add D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1034, "all_permissive": false }
ansible_role
Nantecotta/k8s_1c2w
43d79fee336f8ffbe8b35d3753a35468291df41b
0
roles/install-docker
532
[ "no_license" ]
[ { "path": "roles/install-docker/tasks/main.yml", "content": "---\n- name: get docker packages\n get_url:\n url: https://download.docker.com/linux/debian/dists/buster/pool/stable/armhf/{{ item }}\n dest: /tmp/{{ item }}\n with_items:\n - containerd.io_1.2.6-3_armhf.deb\n - docker-ce-cli_19.03.5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": false }