- Inventory
- Auth
- Ping
- Config
- Ansible will use the configuration options found on the first file that it finds from the following list:
- ANSIBLE_CONFIG: an environment variable pointing to a config file
- ansible.cfg: in the current directory
- .ansible.cfg: in the home directory
- /etc/ansible/ansible.cfg
- Interesting configs
- inventory
- remote_user
- ask_sudo_pass
- log_path
- Ansible will use the configuration options found on the first file that it finds from the following list:
- Ad-hoc commands
- ping
- setup
- gather_mac example script
- authorized_key
- ansible-console
- Playbooks
- YAML syntax
- shell
- human_log callback
- run.sh example script
- Commonly used modules
- apt and yum
- service
- copy
- template
- shell
- Variables
- where to define
- inventory
- playbook
- roles
- how to use (Jinja2)
- gathered facts
- hostvars
- groups
- where to define
- Roles
- tasks
- files
- handlers
- templates
- default
- Example playbooks and roles
- wordpress-nginx_rhel7 aka Hello World
-
Notifications
You must be signed in to change notification settings - Fork 0
taocnrut/ansible
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published