Difference between revisions of "Ansible playbooks examples"
Jump to navigation
Jump to search
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
+ | * [[Install software]]: <code>[[package:]]</code> | ||
+ | * [[Install and configure sysstat using Ansible]]: (<code>[[lineinfile:]]</code>, <code>[[service:]]</code>, <code>[[package:]]</code>) | ||
+ | * [[Configure user to be able to use sudo with no password]] (<code>[[lineinfile:]]</code>) | ||
+ | * <code>[[ios_ping]]</code> | ||
+ | * [[Ansible: create Amazon ec2 instance]] | ||
+ | * [[Ansible print and debug examples]] | ||
+ | * [[Update deprecated openssl library from source code]] | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[vars_files:]]</code> | ||
+ | * <code>[[tasks:]]</code> | ||
+ | * <code>[[hosts:]]</code> | ||
+ | * [[Terraform examples]] | ||
== See also == | == See also == |
Latest revision as of 12:32, 5 February 2024
- Install software:
package:
- Install and configure sysstat using Ansible: (
lineinfile:
,service:
,package:
) - Configure user to be able to use sudo with no password (
lineinfile:
) ios_ping
- Ansible: create Amazon ec2 instance
- Ansible print and debug examples
- Update deprecated openssl library from source code
Related terms[edit]
See also[edit]
- 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: