Přejít na menu

Ansible

Správa článků

Vyhledávání Vyhledávání
20.3.2016 14:22
,
Počet přečtení: 895
Obrázek ke článku AnsibleCommands and settings for clusters administration tool Ansible.

Tutorial

Examples on GItHub

Example cluster definition

/etc/ansible/hosts:

[mycluster]
node1.cz ansible_user=root
node2.cz ansible_user=root
node3.cz ansible_user=root

Ping example

ansible all -m ping
# with debugging output
ansible all -m ping -vvvv

Copy the file to all cluster nodes

ansible mycluster -m copy: src=test/myfile.txt dest=/root/test

Vytvořil 20. března 2016 ve 14:25:07 mira. Upravováno 3x, naposledy 26. března 2016 v 19:04:02, mira


Diskuze ke článku

Vložení nového komentáře
*
*
*