Difference between revisions of "Ansible playbooks examples"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* [[Install and configure sysstat using Ansible]] (<code>[[package (Ansible module|package)]]</code>, <code>[[lineinfile]]</code>, <code>[[service]]</code>, <code>[[Package:]]</code>) | * [[Install and configure sysstat using Ansible]] (<code>[[package (Ansible module|package)]]</code>, <code>[[lineinfile]]</code>, <code>[[service]]</code>, <code>[[Package:]]</code>) | ||
* [[Configure user to be able to use sudo with no password]] (<code>[[lineinfile]]</code>) | * [[Configure user to be able to use sudo with no password]] (<code>[[lineinfile]]</code>) | ||
− | + | * [[Ios ping]] | |
== Related terms == | == Related terms == |
Revision as of 10:58, 29 November 2020
- Install and configure sysstat using Ansible (
package)
,lineinfile
,service
,Package:
) - Configure user to be able to use sudo with no password (
lineinfile
) - Ios ping
Related terms
See also
- Ansible: modules, plugins, Playbooks (examples)
ansible-playbook
,ansible-vault
,ansible-inventory
,ansible-config
, Ansible Tower, Ansible Galaxy (Roles) (ansible-galaxy
),ansible-cmdb
,gather facts
,ansible.cfg
,Ansible Molecule
, Ansible collections,register
,template
,--ask-pass
,--ask-become-pass
,remote_user:
,/etc/ansible/hosts
,ansible-doc
,ansible-lint
,.ansible/
,--forks
,--start-at-task
,changelog
,inventory
,Notify:
,ansible HOSTNAME -m ping
,gathering
,/usr/bin/ansible
,ansible -m ping
,ansible.builtin
,hosts: (Ansible)
,set fact:
,when:
,blockinfile:
,become method:
,include:
,git:
, AWX,ansible --help
, Tags, Ansible variables, versions
Advertising: