[ansible-project] How will you deal with this problem? [extra-variable problem]

2017-12-13 Thread 강동인
Currently I am using citirx's L4 switch. I need to create 1 to 10 servers for each L4 switch. To do this I need extra_variables. ( The extra variable below was used to create only two servers. ) When I have to make 10 servers, I have too many to define in extra_variable The problem is that i

Re: [ansible-project] Re: Can i use .yml file like this?

2017-06-15 Thread 강동인
Thank you ! Brian Coca ! 2017년 6월 16일 금요일 오전 12시 40분 58초 UTC+9, Brian Coca 님의 말: > > I believe this is what you want: > > - name: Cisco ios command > action: > module: "{{module}}" > host: "{{host}}" > username: "{{username}}" > password: "{{password}}" >

[ansible-project] Can i use .yml file like this?

2017-06-14 Thread 강동인
tasks: - name: Variable set_fact: os: "ubi" host: "192.168.0.137" username: "root" password: "premier" commands: "show version" * module: "ios_command"* ### Working - name: Cisco ios command *ios_command:* host: "{{h

[ansible-project] Can't i use prompt module in ansible tower?

2017-04-19 Thread 강동인
In Ansible Tower, I can't take any user input by using module prompt But the module works fine in the Linux shell. Are there people who have same problem like me ? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this g

[ansible-project] Can't i use prompt module in ansible tower?

2017-04-19 Thread 강동인
In Ansible Tower, I can't take any user input by using module prompt But the module works fine in the Linux shell.