Coder Social home page Coder Social logo

liman-ansible's People

Contributors

aliorhun avatar mustafaakbel avatar susalihh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

liman-ansible's Issues

Playbook çalıştırma

Aşağıdaki gibi bir ansible playbook'u oluşturmak ve bu playbook'un yanında run butonu olması. Bu run butonuna tıklandığında "ansible-playbook playbook1.yml" komutunun çalışması. ve aşağıdaki çıktının vermesi

playbook1.yml

- hosts: grupadi
  connection: local
  gather_facts: no

  tasks:
    - name: Get hostname
      shell: echo $HOSTNAME
      register: result

   - name: Print the var
     debug:
       var: result.stdout

Çıktı:


[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'


PLAY [localhost] ************************************************************************************************************************************************************

TASK [Get hostname] *********************************************************************************************************************************************************
changed: [localhost]

TASK [Print the var] ********************************************************************************************************************************************************
ok: [localhost] => {
	"result.stdout": "localhost.localdomain"
}

PLAY RECAP ******************************************************************************************************************************************************************
localhost              	: ok=2	changed=1	unreachable=0	failed=0	skipped=0	rescued=0	ignored=0 

Varlık(repo) tab'ı oluşturma

Yeni bir tab oluşturup solda /opt/varlik/ klasörü içerisinde bulunan klasörleri listelenmesi sağlanabilir.

Herhangi bir klasöre basıldığında o klasör içindeki klasörleri sağda listeleyebiliriz.

SSH anahtarları tab'ı

Kullanıcının SSH anahtarlarının listelendiği bir tab oluşturma [baran bu kısmı computer objeleri için yaptı]. Daha sonra ilgili public key'i karşıdaki sunucuya gönderme butonu da eklenecek. (ssh-copy-id)

playbook tabı oluşturulması

playbook tabı oluşturulması ve bu tab içinde /var/playbooks klasörü içindeki playbooklar listelenebilmeli. yeni "tek dosya"(xyz.yml) eklenebilmeli ve o dosya düzenlenebilmeli.

Komut çalıştıktan sonraki ekranda kaydet butonu olması

Komut çalıştıktan sonraki ekranda kaydet butonu olması ve bu butona basıldığında ilgili içeriği bir dosyaya yazdırması.

Daha sonra buraya kaydedilen içerik başka bir tab'da kaydedilmiş içerikler diye listelenebilmesi.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.