Commit acffef99 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

initial

parent 5988bab8
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+12 −0
Original line number Diff line number Diff line
/*
/*/

!/roles/

!.gitignore
!.gitlab-ci.yml

!ansible.cfg
!README.md
!run.yml
!requirements.yml

.gitlab-ci.yml

0 → 100644
+0 −0

Empty file added.

requirements.yml

0 → 100644
+5 −0
Original line number Diff line number Diff line
#- src: https://gitlab.cyberbrain.pw/ansible/roles/essential
#  scm: git

- src: https://gitlab.cyberbrain.pw/ansible/roles/hostname
  scm: git

run.yml

0 → 100644
+7 −0
Original line number Diff line number Diff line
---

- name: hostname
  hosts: hostname:&ipacluster
  become: yes
  roles:
    - hostname